[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. 4486 1726879778.43225: 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-LvY executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 4486 1726879778.43676: Added group all to inventory 4486 1726879778.43678: Added group ungrouped to inventory 4486 1726879778.43682: Group all now contains ungrouped 4486 1726879778.43685: Examining possible inventory source: /tmp/kdump-S5a/inventory.yml 4486 1726879778.54343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 4486 1726879778.54395: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 4486 1726879778.54413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 4486 1726879778.54457: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 4486 1726879778.54515: Loaded config def from plugin (inventory/script) 4486 1726879778.54516: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 4486 1726879778.54545: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 4486 1726879778.54612: Loaded config def from plugin (inventory/yaml) 4486 1726879778.54613: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 4486 1726879778.54679: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 4486 1726879778.54992: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 4486 1726879778.54995: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 4486 1726879778.54997: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 4486 1726879778.55002: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 4486 1726879778.55005: Loading data from /tmp/kdump-S5a/inventory.yml 4486 1726879778.55052: /tmp/kdump-S5a/inventory.yml was not parsable by auto 4486 1726879778.55100: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 4486 1726879778.55129: Loading data from /tmp/kdump-S5a/inventory.yml 4486 1726879778.55218: group all already in inventory 4486 1726879778.55223: set inventory_file for managed_node1 4486 1726879778.55226: set inventory_dir for managed_node1 4486 1726879778.55227: Added host managed_node1 to inventory 4486 1726879778.55229: Added host managed_node1 to group all 4486 1726879778.55229: set ansible_host for managed_node1 4486 1726879778.55230: set ansible_ssh_extra_args for managed_node1 4486 1726879778.55232: set inventory_file for managed_node2 4486 1726879778.55234: set inventory_dir for managed_node2 4486 1726879778.55234: Added host managed_node2 to inventory 4486 1726879778.55235: Added host managed_node2 to group all 4486 1726879778.55236: set ansible_host for managed_node2 4486 1726879778.55237: set ansible_ssh_extra_args for managed_node2 4486 1726879778.55238: set inventory_file for managed_node3 4486 1726879778.55240: set inventory_dir for managed_node3 4486 1726879778.55240: Added host managed_node3 to inventory 4486 1726879778.55241: Added host managed_node3 to group all 4486 1726879778.55242: set ansible_host for managed_node3 4486 1726879778.55242: set ansible_ssh_extra_args for managed_node3 4486 1726879778.55244: Reconcile groups and hosts in inventory. 4486 1726879778.55246: Group ungrouped now contains managed_node1 4486 1726879778.55248: Group ungrouped now contains managed_node2 4486 1726879778.55249: Group ungrouped now contains managed_node3 4486 1726879778.55310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 4486 1726879778.55403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 4486 1726879778.55435: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 4486 1726879778.55455: Loaded config def from plugin (vars/host_group_vars) 4486 1726879778.55456: 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) 4486 1726879778.55461: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 4486 1726879778.55472: 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) 4486 1726879778.55504: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 4486 1726879778.55746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879778.55820: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 4486 1726879778.55845: Loaded config def from plugin (connection/local) 4486 1726879778.55848: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 4486 1726879778.56278: Loaded config def from plugin (connection/paramiko_ssh) 4486 1726879778.56281: 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) 4486 1726879778.56905: 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) 4486 1726879778.56931: Loaded config def from plugin (connection/psrp) 4486 1726879778.56933: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 4486 1726879778.57414: 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) 4486 1726879778.57443: Loaded config def from plugin (connection/ssh) 4486 1726879778.57445: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 4486 1726879778.58858: 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) 4486 1726879778.58893: Loaded config def from plugin (connection/winrm) 4486 1726879778.58895: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 4486 1726879778.58918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 4486 1726879778.58963: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 4486 1726879778.59014: Loaded config def from plugin (shell/cmd) 4486 1726879778.59016: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 4486 1726879778.59033: 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) 4486 1726879778.59079: Loaded config def from plugin (shell/powershell) 4486 1726879778.59080: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 4486 1726879778.59121: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 4486 1726879778.59242: Loaded config def from plugin (shell/sh) 4486 1726879778.59244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 4486 1726879778.59276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 4486 1726879778.59360: Loaded config def from plugin (become/runas) 4486 1726879778.59362: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 4486 1726879778.59504: Loaded config def from plugin (become/su) 4486 1726879778.59506: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 4486 1726879778.59615: Loaded config def from plugin (become/sudo) 4486 1726879778.59617: 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 4486 1726879778.59646: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml 4486 1726879778.60046: trying /usr/local/lib/python3.12/site-packages/ansible/modules 4486 1726879778.63795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 4486 1726879778.63827: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 4486 1726879778.63996: in VariableManager get_vars() 4486 1726879778.64003: done with get_vars() 4486 1726879778.64005: variable 'playbook_dir' from source: magic vars 4486 1726879778.64006: variable 'ansible_playbook_python' from source: magic vars 4486 1726879778.64006: variable 'ansible_config_file' from source: magic vars 4486 1726879778.64007: variable 'groups' from source: magic vars 4486 1726879778.64007: variable 'omit' from source: magic vars 4486 1726879778.64008: variable 'ansible_version' from source: magic vars 4486 1726879778.64008: variable 'ansible_check_mode' from source: magic vars 4486 1726879778.64009: variable 'ansible_diff_mode' from source: magic vars 4486 1726879778.64009: variable 'ansible_forks' from source: magic vars 4486 1726879778.64010: variable 'ansible_inventory_sources' from source: magic vars 4486 1726879778.64010: variable 'ansible_skip_tags' from source: magic vars 4486 1726879778.64011: variable 'ansible_limit' from source: magic vars 4486 1726879778.64011: variable 'ansible_run_tags' from source: magic vars 4486 1726879778.64012: variable 'ansible_verbosity' from source: magic vars 4486 1726879778.64039: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml 4486 1726879778.64956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 4486 1726879778.64975: 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 4486 1726879778.65224: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 4486 1726879778.65415: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 4486 1726879778.65419: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-LvY/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) 4486 1726879778.65452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 4486 1726879778.65485: 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) 4486 1726879778.65686: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 4486 1726879778.65759: Loaded config def from plugin (callback/default) 4486 1726879778.65761: 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) 4486 1726879778.67010: Loaded config def from plugin (callback/junit) 4486 1726879778.67013: 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) 4486 1726879778.67063: 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) 4486 1726879778.67148: Loaded config def from plugin (callback/minimal) 4486 1726879778.67150: 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) 4486 1726879778.67183: 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) 4486 1726879778.67227: Loaded config def from plugin (callback/tree) 4486 1726879778.67229: 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 4486 1726879778.67313: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 4486 1726879778.67316: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-LvY/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_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml 4486 1726879778.67338: in VariableManager get_vars() 4486 1726879778.67353: done with get_vars() 4486 1726879778.67358: in VariableManager get_vars() 4486 1726879778.67366: done with get_vars() 4486 1726879778.67370: variable 'omit' from source: magic vars 4486 1726879778.67397: in VariableManager get_vars() 4486 1726879778.67407: done with get_vars() 4486 1726879778.67424: variable 'omit' from source: magic vars PLAY [Create static inventory from hostvars] *********************************** 4486 1726879778.67928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 4486 1726879778.67988: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 4486 1726879778.68018: getting the remaining hosts for this loop 4486 1726879778.68019: done getting the remaining hosts for this loop 4486 1726879778.68022: getting the next task for host managed_node3 4486 1726879778.68024: done getting next task for host managed_node3 4486 1726879778.68025: ^ task is: TASK: Gathering Facts 4486 1726879778.68027: ^ 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 4486 1726879778.68028: getting variables 4486 1726879778.68029: in VariableManager get_vars() 4486 1726879778.68036: Calling all_inventory to load vars for managed_node3 4486 1726879778.68038: Calling groups_inventory to load vars for managed_node3 4486 1726879778.68039: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879778.68049: Calling all_plugins_play to load vars for managed_node3 4486 1726879778.68056: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879778.68059: Calling groups_plugins_play to load vars for managed_node3 4486 1726879778.68089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879778.68127: done with get_vars() 4486 1726879778.68132: done getting variables 4486 1726879778.68185: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Friday 20 September 2024 20:49:38 -0400 (0:00:00.009) 0:00:00.009 ****** 4486 1726879778.68202: entering _queue_task() for managed_node3/gather_facts 4486 1726879778.68203: Creating lock for gather_facts 4486 1726879778.68487: worker is 1 (out of 1 available) 4486 1726879778.68499: exiting _queue_task() for managed_node3/gather_facts 4486 1726879778.68513: done queuing things up, now waiting for results queue to drain 4486 1726879778.68515: waiting for pending results... 4486 1726879778.68673: running TaskExecutor() for managed_node3/TASK: Gathering Facts 4486 1726879778.68733: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000001a 4486 1726879778.68749: variable 'ansible_search_path' from source: unknown 4486 1726879778.68785: calling self._execute() 4486 1726879778.68871: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879778.68952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879778.68956: variable 'omit' from source: magic vars 4486 1726879778.69071: variable 'omit' from source: magic vars 4486 1726879778.69075: variable 'omit' from source: magic vars 4486 1726879778.69078: variable 'omit' from source: magic vars 4486 1726879778.69128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879778.69181: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879778.69209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879778.69234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879778.69252: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879778.69295: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879778.69304: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879778.69312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879778.69429: Set connection var ansible_timeout to 10 4486 1726879778.69441: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879778.69453: Set connection var ansible_pipelining to False 4486 1726879778.69464: Set connection var ansible_shell_executable to /bin/sh 4486 1726879778.69671: Set connection var ansible_shell_type to sh 4486 1726879778.69675: Set connection var ansible_connection to ssh 4486 1726879778.69677: variable 'ansible_shell_executable' from source: unknown 4486 1726879778.69679: variable 'ansible_connection' from source: unknown 4486 1726879778.69682: variable 'ansible_module_compression' from source: unknown 4486 1726879778.69684: variable 'ansible_shell_type' from source: unknown 4486 1726879778.69686: variable 'ansible_shell_executable' from source: unknown 4486 1726879778.69688: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879778.69690: variable 'ansible_pipelining' from source: unknown 4486 1726879778.69692: variable 'ansible_timeout' from source: unknown 4486 1726879778.69695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879778.69715: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879778.69734: variable 'omit' from source: magic vars 4486 1726879778.69743: starting attempt loop 4486 1726879778.69750: running the handler 4486 1726879778.69778: variable 'ansible_facts' from source: unknown 4486 1726879778.69801: _low_level_execute_command(): starting 4486 1726879778.69816: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879778.74280: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879778.74291: 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.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 <<< 4486 1726879778.74294: stdout chunk (state=3): >>>/root <<< 4486 1726879778.74301: stderr chunk (state=3): >>><<< 4486 1726879778.74304: stdout chunk (state=3): >>><<< 4486 1726879778.74322: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879778.74332: _low_level_execute_command(): starting 4486 1726879778.74340: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017 `" && echo ansible-tmp-1726879778.743219-4500-66045827607017="` echo /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017 `" ) && sleep 0' 4486 1726879778.74826: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879778.74831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879778.74834: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879778.74837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879778.74886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879778.74892: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879778.74894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879778.74940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879778.76892: stdout chunk (state=3): >>>ansible-tmp-1726879778.743219-4500-66045827607017=/root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017 <<< 4486 1726879778.77012: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879778.77062: stderr chunk (state=3): >>><<< 4486 1726879778.77066: stdout chunk (state=3): >>><<< 4486 1726879778.77271: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879778.743219-4500-66045827607017=/root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879778.77275: variable 'ansible_module_compression' from source: unknown 4486 1726879778.77278: ANSIBALLZ: Using generic lock for ansible.legacy.setup 4486 1726879778.77281: ANSIBALLZ: Acquiring lock 4486 1726879778.77283: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879778.77285: ANSIBALLZ: Creating module 4486 1726879779.08459: ANSIBALLZ: Writing module into payload 4486 1726879779.08591: ANSIBALLZ: Writing module 4486 1726879779.08637: ANSIBALLZ: Renaming module 4486 1726879779.08641: ANSIBALLZ: Done creating module 4486 1726879779.08673: variable 'ansible_facts' from source: unknown 4486 1726879779.08741: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879779.08746: _low_level_execute_command(): starting 4486 1726879779.08749: _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' 4486 1726879779.09337: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879779.09348: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879779.09360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.09414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879779.09418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879779.09421: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879779.09423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.09426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879779.09431: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879779.09439: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879779.09523: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879779.09526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.09529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879779.09531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879779.09536: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879779.09538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.09577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879779.09590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879779.09611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879779.09694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879779.11419: stdout chunk (state=3): >>>PLATFORM <<< 4486 1726879779.11512: stdout chunk (state=3): >>>Linux <<< 4486 1726879779.11531: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 4486 1726879779.11751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879779.11773: stderr chunk (state=3): >>><<< 4486 1726879779.11784: stdout chunk (state=3): >>><<< 4486 1726879779.11807: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879779.11942 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 4486 1726879779.11947: _low_level_execute_command(): starting 4486 1726879779.11949: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 4486 1726879779.12097: Sending initial data 4486 1726879779.12100: Sent initial data (1181 bytes) 4486 1726879779.12585: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879779.12603: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879779.12628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.12735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.12763: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879779.12785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879779.12808: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879779.12890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879779.16592: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 4486 1726879779.17102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879779.17229: stderr chunk (state=3): >>><<< 4486 1726879779.17234: stdout chunk (state=3): >>><<< 4486 1726879779.17237: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879779.17319: variable 'ansible_facts' from source: unknown 4486 1726879779.17330: variable 'ansible_facts' from source: unknown 4486 1726879779.17334: variable 'ansible_module_compression' from source: unknown 4486 1726879779.17448: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 4486 1726879779.17452: variable 'ansible_facts' from source: unknown 4486 1726879779.17571: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py 4486 1726879779.17852: Sending initial data 4486 1726879779.17856: Sent initial data (150 bytes) 4486 1726879779.18378: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879779.18382: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879779.18406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.18500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879779.18514: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879779.18554: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879779.18606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879779.20248: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879779.20292: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879779.20486: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpinpp2ene /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py <<< 4486 1726879779.20490: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py" <<< 4486 1726879779.20493: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpinpp2ene" to remote "/root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py" <<< 4486 1726879779.21893: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879779.21974: stderr chunk (state=3): >>><<< 4486 1726879779.21978: stdout chunk (state=3): >>><<< 4486 1726879779.21993: done transferring module to remote 4486 1726879779.22008: _low_level_execute_command(): starting 4486 1726879779.22013: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/ /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py && sleep 0' 4486 1726879779.22494: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879779.22498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879779.22500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879779.22503: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.22505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.22560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879779.22568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879779.22603: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879779.24437: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879779.24510: stderr chunk (state=3): >>><<< 4486 1726879779.24513: stdout chunk (state=3): >>><<< 4486 1726879779.24528: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879779.24532: _low_level_execute_command(): starting 4486 1726879779.24536: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/AnsiballZ_setup.py && sleep 0' 4486 1726879779.25036: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.25040: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879779.25081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879779.25124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879779.25202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879779.27543: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879779.27598: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879779.27609: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879779.27620: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879779.27655: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879779.27694: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 4486 1726879779.27715: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879779.27749: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879779.27763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 4486 1726879779.27798: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879779.27834: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879779.27870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ec0530> <<< 4486 1726879779.27885: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090e8fb30> <<< 4486 1726879779.27909: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879779.27939: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ec2ab0> <<< 4486 1726879779.27963: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879779.27994: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879779.28002: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879779.28025: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879779.28110: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879779.28152: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879779.28200: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 4486 1726879779.28207: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 4486 1726879779.28220: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879779.28233: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879779.28236: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879779.28270: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879779.28273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879779.28296: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090c71190> <<< 4486 1726879779.28363: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879779.28379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090c71fd0> <<< 4486 1726879779.28404: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879779.28435: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879779.28842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879779.28847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879779.28892: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.28922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879779.28961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879779.29008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cafdd0> <<< 4486 1726879779.29028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879779.29041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879779.29070: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090caffe0> <<< 4486 1726879779.29091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879779.29116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879779.29143: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879779.29191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.29214: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879779.29234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879779.29247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ce7800> <<< 4486 1726879779.29257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879779.29283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ce7e90> <<< 4486 1726879779.29291: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879779.29349: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc7aa0> <<< 4486 1726879779.29354: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879779.29385: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc51c0> <<< 4486 1726879779.29486: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cacf80> <<< 4486 1726879779.29508: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879779.29532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879779.29537: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879779.29568: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879779.29588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879779.29611: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879779.29618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879779.29653: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d0b740> <<< 4486 1726879779.29662: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d0a360> <<< 4486 1726879779.29694: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879779.29702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc6090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d08b90> <<< 4486 1726879779.29769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879779.29776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 4486 1726879779.29783: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d387d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cac200> <<< 4486 1726879779.29798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879779.29837: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.29843: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d38c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d38b30> <<< 4486 1726879779.29881: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.29887: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d38ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090caad20> <<< 4486 1726879779.29922: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 4486 1726879779.29925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.29948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879779.29987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879779.29999: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d39280> <<< 4486 1726879779.30005: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879779.30042: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879779.30049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3a4b0> <<< 4486 1726879779.30075: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879779.30080: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879779.30105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879779.30140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879779.30176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879779.30180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 4486 1726879779.30183: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d546e0> <<< 4486 1726879779.30192: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879779.30217: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.30221: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d55e20> <<< 4486 1726879779.30250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879779.30257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879779.30291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879779.30302: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d56cc0> <<< 4486 1726879779.30343: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.30351: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d57320> <<< 4486 1726879779.30368: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d56210> <<< 4486 1726879779.30382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879779.30425: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d57da0> <<< 4486 1726879779.30445: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d574d0> <<< 4486 1726879779.30487: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3a510> <<< 4486 1726879779.30521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879779.30546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879779.30560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879779.30581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879779.30618: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.30621: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a57c20> <<< 4486 1726879779.30644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879779.30669: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.30677: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a806b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a80410> <<< 4486 1726879779.30701: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a805f0> <<< 4486 1726879779.30739: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.30744: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a80860> <<< 4486 1726879779.30756: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a55dc0> <<< 4486 1726879779.30778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879779.30881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879779.30906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879779.30915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879779.30928: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a81f70> <<< 4486 1726879779.30951: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a80bf0> <<< 4486 1726879779.30975: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3ac00> <<< 4486 1726879779.30997: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879779.31057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.31074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879779.31118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879779.31151: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090aae300> <<< 4486 1726879779.31202: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879779.31210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.31243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879779.31254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879779.31307: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac6420> <<< 4486 1726879779.31332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879779.31374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879779.31430: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879779.31456: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b031d0> <<< 4486 1726879779.31483: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879779.31520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879779.31551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879779.31588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879779.31685: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b25970> <<< 4486 1726879779.31774: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b032f0> <<< 4486 1726879779.31828: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac70b0> <<< 4486 1726879779.31871: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909402c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac5490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a82ea0> <<< 4486 1726879779.32051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879779.32055: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9090ac5850> <<< 4486 1726879779.32240: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_cm1f121a/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 4486 1726879779.32403: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.32420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879779.32434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879779.32483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879779.32553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879779.32587: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909a5fd0> <<< 4486 1726879779.32602: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879779.32806: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909097cec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090943f80> <<< 4486 1726879779.32839: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.32881: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879779.32898: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 4486 1726879779.32904: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.34511: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.35775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879779.35779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909097fe30> <<< 4486 1726879779.35805: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879779.35810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.35839: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879779.35845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879779.35873: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879779.35878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879779.35906: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.35909: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d5910> <<< 4486 1726879779.35954: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d56a0> <<< 4486 1726879779.35999: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d4fe0> <<< 4486 1726879779.36008: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879779.36049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879779.36058: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d5a30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909a6a50> <<< 4486 1726879779.36069: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879779.36095: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d66f0> <<< 4486 1726879779.36133: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.36146: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d6930> <<< 4486 1726879779.36149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879779.36208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879779.36214: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879779.36295: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d6e70> <<< 4486 1726879779.36298: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879779.36310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879779.36323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879779.36361: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909083cbc0> <<< 4486 1726879779.36395: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.36400: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909083e7e0> <<< 4486 1726879779.36417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879779.36430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879779.36476: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909083f1a0> <<< 4486 1726879779.36491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879779.36517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879779.36537: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090840380> <<< 4486 1726879779.36559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879779.36595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879779.36638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879779.36682: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090842e70> <<< 4486 1726879779.36724: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.36727: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090842f60> <<< 4486 1726879779.36749: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090841130> <<< 4486 1726879779.36771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879779.36797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879779.36826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879779.36844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879779.36877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879779.36907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879779.36912: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090846de0> <<< 4486 1726879779.36930: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879779.36999: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908458b0> <<< 4486 1726879779.37005: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090845610> <<< 4486 1726879779.37031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879779.37035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879779.37109: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908479e0> <<< 4486 1726879779.37159: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908415e0> <<< 4486 1726879779.37179: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088af90> <<< 4486 1726879779.37202: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088b140> <<< 4486 1726879779.37227: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879779.37250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879779.37273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879779.37307: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.37313: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088cc50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088ca10> <<< 4486 1726879779.37337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879779.37454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879779.37508: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.37513: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088d340> <<< 4486 1726879779.37536: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879779.37583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.37609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879779.37621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 4486 1726879779.37679: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089a960> <<< 4486 1726879779.37814: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088f320> <<< 4486 1726879779.37895: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089b7d0> <<< 4486 1726879779.37926: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089b9b0> <<< 4486 1726879779.37977: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.37981: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089bc80> <<< 4486 1726879779.38003: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088b320> <<< 4486 1726879779.38030: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879779.38040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879779.38058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879779.38099: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.38136: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089f350> <<< 4486 1726879779.38284: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.38295: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90908a0500> <<< 4486 1726879779.38305: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089daf0> <<< 4486 1726879779.38338: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089ee70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089d730> <<< 4486 1726879779.38367: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38386: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38394: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879779.38498: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38598: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38609: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879779.38639: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879779.38645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879779.38663: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38800: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.38923: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.39554: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.40203: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879779.40211: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879779.40226: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879779.40253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.40301: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090728710> <<< 4486 1726879779.40389: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879779.40414: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090729460> <<< 4486 1726879779.40428: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908a2f90> <<< 4486 1726879779.40495: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879779.40499: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.40541: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.40545: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879779.40548: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.40698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.40876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879779.40896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907294c0> <<< 4486 1726879779.40901: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.41414: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.41923: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42008: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42103: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879779.42161: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 4486 1726879779.42266: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42355: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879779.42372: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42406: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 4486 1726879779.42452: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.42504: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 4486 1726879779.42781: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879779.43078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879779.43112: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879779.43174: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909072bad0> <<< 4486 1726879779.43187: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43274: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43356: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879779.43360: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879779.43384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879779.43398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879779.43494: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.43607: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090731f40> <<< 4486 1726879779.43677: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90907327e0> <<< 4486 1726879779.43682: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089c8f0> <<< 4486 1726879779.43706: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43749: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43785: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879779.43798: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43858: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43891: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.43952: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44027: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879779.44070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.44170: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90907315b0> <<< 4486 1726879779.44209: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907329c0> <<< 4486 1726879779.44247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879779.44262: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44328: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44399: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44424: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44474: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.44499: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879779.44522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879779.44546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879779.44601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879779.44628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879779.44646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879779.44703: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907c6c00> <<< 4486 1726879779.44752: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073c980> <<< 4486 1726879779.44853: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073a9c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073a810> # destroy ansible.module_utils.distro <<< 4486 1726879779.44856: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 4486 1726879779.44882: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44894: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.44924: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879779.44993: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879779.44997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45027: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879779.45036: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45101: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45164: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45190: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45198: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45240: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45291: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45329: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 4486 1726879779.45389: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45459: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45538: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45561: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45603: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879779.45617: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.45825: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.46001: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.46044: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.46103: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879779.46124: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 4486 1726879779.46145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 4486 1726879779.46171: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 4486 1726879779.46211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 4486 1726879779.46214: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d1910> <<< 4486 1726879779.46240: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 4486 1726879779.46252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 4486 1726879779.46275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879779.46313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879779.46349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 4486 1726879779.46360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879779.46386: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd48320> <<< 4486 1726879779.46415: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.46425: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd48710> <<< 4486 1726879779.46481: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907ad3a0> <<< 4486 1726879779.46499: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907ac770> <<< 4486 1726879779.46525: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d09b0> <<< 4486 1726879779.46532: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d3980> <<< 4486 1726879779.46562: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 4486 1726879779.46601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 4486 1726879779.46636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 4486 1726879779.46641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879779.46667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879779.46703: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.46709: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd4b5f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4aea0> <<< 4486 1726879779.46736: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.46751: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd4b080> <<< 4486 1726879779.46764: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4a300> <<< 4486 1726879779.46779: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 4486 1726879779.46893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 4486 1726879779.46916: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4b680> <<< 4486 1726879779.46924: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 4486 1726879779.46965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879779.46994: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fdb6150> <<< 4486 1726879779.47017: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb4170> <<< 4486 1726879779.47043: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d3a40> import 'ansible.module_utils.facts.timeout' # <<< 4486 1726879779.47077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 4486 1726879779.47102: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 4486 1726879779.47112: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47180: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47232: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 4486 1726879779.47254: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47308: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 4486 1726879779.47378: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47394: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 4486 1726879779.47413: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47466: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 4486 1726879779.47555: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 4486 1726879779.47604: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47678: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47729: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 4486 1726879779.47771: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47839: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47893: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.47955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 4486 1726879779.47980: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.48537: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 4486 1726879779.49103: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49184: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49210: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49243: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 4486 1726879779.49268: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49289: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 4486 1726879779.49327: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49386: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 4486 1726879779.49466: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49498: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49529: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 4486 1726879779.49549: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49578: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49613: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 4486 1726879779.49617: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49704: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.49802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879779.49809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879779.49841: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb63c0> <<< 4486 1726879779.49869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879779.49888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879779.50014: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb7020> <<< 4486 1726879779.50029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 4486 1726879779.50036: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50103: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 4486 1726879779.50183: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50285: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50387: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 4486 1726879779.50391: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50460: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50540: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 4486 1726879779.50594: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.50642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879779.50703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879779.50780: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.50845: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fde2510> <<< 4486 1726879779.51061: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdcc890> <<< 4486 1726879779.51075: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 4486 1726879779.51133: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51192: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 4486 1726879779.51199: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51301: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51389: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51509: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51672: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 4486 1726879779.51680: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51724: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51768: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 4486 1726879779.51771: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51823: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 4486 1726879779.51883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 4486 1726879779.51922: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879779.51940: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fdfe090> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fde01d0> <<< 4486 1726879779.51949: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 4486 1726879779.51961: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51983: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.51986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 4486 1726879779.51999: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52041: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52098: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 4486 1726879779.52272: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52452: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 4486 1726879779.52473: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52556: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52668: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52720: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 4486 1726879779.52769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 4486 1726879779.52775: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52798: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52814: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.52975: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.53137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 4486 1726879779.53142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 4486 1726879779.53281: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.53414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 4486 1726879779.53421: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.53469: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.53502: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.54142: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.54717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 4486 1726879779.54736: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.54844: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.54969: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 4486 1726879779.54977: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55090: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 4486 1726879779.55203: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55366: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 4486 1726879779.55579: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 4486 1726879779.55585: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55629: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 4486 1726879779.55689: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55788: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.55897: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56122: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56348: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 4486 1726879779.56363: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 4486 1726879779.56373: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56403: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 4486 1726879779.56453: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56485: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 4486 1726879779.56520: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56591: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56673: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 4486 1726879779.56677: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56706: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56735: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 4486 1726879779.56743: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56799: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 4486 1726879779.56874: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.56941: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 4486 1726879779.57007: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57301: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57592: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 4486 1726879779.57598: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57668: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 4486 1726879779.57743: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57778: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57815: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 4486 1726879779.57821: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57861: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57901: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 4486 1726879779.57908: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57941: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.57979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 4486 1726879779.57986: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58076: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 4486 1726879779.58182: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58198: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58208: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 4486 1726879779.58258: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 4486 1726879779.58344: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58369: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879779.58410: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58465: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58540: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58619: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 4486 1726879779.58638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 4486 1726879779.58644: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58699: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.58756: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 4486 1726879779.58760: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59007: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 4486 1726879779.59210: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59258: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 4486 1726879779.59316: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59363: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59416: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 4486 1726879779.59426: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59533: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59632: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 4486 1726879779.59734: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.59829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 4486 1726879779.59928: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879779.60541: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 4486 1726879779.60554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 4486 1726879779.60582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 4486 1726879779.60615: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fc0aba0> <<< 4486 1726879779.60630: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc086e0> <<< 4486 1726879779.60706: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc04fe0> <<< 4486 1726879781.22233: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 4486 1726879781.22239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 4486 1726879781.22289: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc51220> <<< 4486 1726879781.22325: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 4486 1726879781.22329: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc50bf0> <<< 4486 1726879781.22380: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879781.22429: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879781.22454: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc523c0> <<< 4486 1726879781.22480: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc51e50> <<< 4486 1726879781.22718: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 4486 1726879781.47296: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "41", "epoch": "1726879781", "epoch_int": "1726879781", "date": "2024-09-20", "time": "20:49:41", "iso8601_micro": "2024-09-21T00:49:41.097194Z", "iso8601": "2024-09-21T00:49:41Z", "iso8601_basic": "20240920T204941097194", "iso8601_basic_short": "20240920T204941", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3107, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 609, "free": 3107}, "nocache": {"free": 3488, "used": 228}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "<<< 4486 1726879781.47322: stdout chunk (state=3): >>>", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 227, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392262144, "block_size": 4096, "block_total": 64483404, "block_available": 61375064, "block_used": 3108340, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.546875, "5m": 0.498046875, "15m": 0.22705078125}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "ansible_local": {}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "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_h<<< 4486 1726879781.47332: stdout chunk (state=3): >>>w_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.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_service_mgr": "systemd", "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 4486 1726879781.48182: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 4486 1726879781.48187: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec <<< 4486 1726879781.48233: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly <<< 4486 1726879781.48239: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 4486 1726879781.48522: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879781.48571: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879781.48602: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879781.48682: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879781.48759: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal <<< 4486 1726879781.48788: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879781.48902: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 4486 1726879781.48939: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 4486 1726879781.49006: stdout chunk (state=3): >>># destroy _ssl <<< 4486 1726879781.49090: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 4486 1726879781.49117: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 4486 1726879781.49135: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon <<< 4486 1726879781.49155: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 4486 1726879781.49188: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize <<< 4486 1726879781.49192: stdout chunk (state=3): >>># cleanup[3] wiping platform <<< 4486 1726879781.49217: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879781.49224: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 4486 1726879781.49245: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879781.49270: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 4486 1726879781.49284: stdout chunk (state=3): >>> # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 4486 1726879781.49291: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 4486 1726879781.49317: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 4486 1726879781.49321: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 4486 1726879781.49340: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879781.49360: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 4486 1726879781.49379: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879781.49495: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879781.49524: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879781.49553: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879781.49557: stdout chunk (state=3): >>># destroy _uuid # destroy stat <<< 4486 1726879781.49573: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879781.49588: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879781.49615: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879781.49632: stdout chunk (state=3): >>># destroy _tokenize <<< 4486 1726879781.49647: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879781.49655: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879781.49683: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879781.49775: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879781.49781: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 4486 1726879781.49798: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879781.49814: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879781.49819: stdout chunk (state=3): >>># destroy _weakref <<< 4486 1726879781.49849: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre <<< 4486 1726879781.49871: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 4486 1726879781.49885: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879781.49893: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879781.50336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879781.50398: stderr chunk (state=3): >>><<< 4486 1726879781.50402: stdout chunk (state=3): >>><<< 4486 1726879781.50506: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ec0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090e8fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ec2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090c71190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090c71fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cafdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090caffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ce7800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ce7e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc7aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc51c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cacf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d0b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d0a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cc6090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d08b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d387d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090cac200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d38c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d38b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d38ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090caad20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d39280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d546e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d55e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d56cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d57320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d56210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090d57da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d574d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3a510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a57c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a806b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a80410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a805f0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090a80860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a55dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a81f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a80bf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090d3ac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090aae300> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac6420> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b031d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b25970> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090b032f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac70b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909402c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090ac5490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090a82ea0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9090ac5850> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_cm1f121a/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909a5fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909097cec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090943f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909097fe30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d5910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d56a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d4fe0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d5a30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909a6a50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d66f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90909d6930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90909d6e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909083cbc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909083e7e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909083f1a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090840380> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090842e70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090842f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090841130> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090846de0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908458b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090845610> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908479e0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908415e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088af90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088b140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088cc50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088ca10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909088f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088d340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089a960> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088f320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089b7d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089b9b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089bc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909088b320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089f350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90908a0500> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089daf0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f909089ee70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089d730> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090728710> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9090729460> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90908a2f90> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907294c0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909072bad0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9090731f40> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90907327e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909089c8f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90907315b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907329c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907c6c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073c980> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073a9c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f909073a810> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d1910> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd48320> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd48710> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907ad3a0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907ac770> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d09b0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d3980> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd4b5f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4aea0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fd4b080> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4a300> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fd4b680> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fdb6150> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb4170> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90907d3a40> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb63c0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdb7020> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fde2510> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fdcc890> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fdfe090> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fde01d0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f908fc0aba0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc086e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc04fe0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc51220> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc50bf0> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc523c0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f908fc51e50> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "41", "epoch": "1726879781", "epoch_int": "1726879781", "date": "2024-09-20", "time": "20:49:41", "iso8601_micro": "2024-09-21T00:49:41.097194Z", "iso8601": "2024-09-21T00:49:41Z", "iso8601_basic": "20240920T204941097194", "iso8601_basic_short": "20240920T204941", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_is_chroot": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3107, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 609, "free": 3107}, "nocache": {"free": 3488, "used": 228}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 227, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392262144, "block_size": 4096, "block_total": 64483404, "block_available": 61375064, "block_used": 3108340, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.546875, "5m": 0.498046875, "15m": 0.22705078125}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "ansible_local": {}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_service_mgr": "systemd", "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 4486 1726879781.52087: 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-1726879778.743219-4500-66045827607017/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879781.52091: _low_level_execute_command(): starting 4486 1726879781.52093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879778.743219-4500-66045827607017/ > /dev/null 2>&1 && sleep 0' 4486 1726879781.52095: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879781.52097: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879781.52099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879781.52101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879781.52104: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879781.52106: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879781.52108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879781.52110: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879781.52113: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879781.52115: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879781.52117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879781.52119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879781.52121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879781.52123: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879781.52125: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879781.52127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879781.52129: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879781.52131: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879781.52134: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879781.52166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879781.54294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879781.54298: stdout chunk (state=3): >>><<< 4486 1726879781.54301: stderr chunk (state=3): >>><<< 4486 1726879781.54304: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879781.54306: handler run complete 4486 1726879781.54397: variable 'ansible_facts' from source: unknown 4486 1726879781.54601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.55102: variable 'ansible_facts' from source: unknown 4486 1726879781.55221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.55405: attempt loop complete, returning result 4486 1726879781.55472: _execute() done 4486 1726879781.55475: dumping result to json 4486 1726879781.55478: done dumping result, returning 4486 1726879781.55480: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0229e9c9-8e59-25d7-fcc3-00000000001a] 4486 1726879781.55483: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000001a 4486 1726879781.57791: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000001a 4486 1726879781.57794: WORKER PROCESS EXITING ok: [managed_node3] 4486 1726879781.58088: no more pending results, returning what we have 4486 1726879781.58090: results queue empty 4486 1726879781.58091: checking for any_errors_fatal 4486 1726879781.58093: done checking for any_errors_fatal 4486 1726879781.58094: checking for max_fail_percentage 4486 1726879781.58095: done checking for max_fail_percentage 4486 1726879781.58096: checking to see if all hosts have failed and the running result is not ok 4486 1726879781.58097: done checking to see if all hosts have failed 4486 1726879781.58098: getting the remaining hosts for this loop 4486 1726879781.58105: done getting the remaining hosts for this loop 4486 1726879781.58109: getting the next task for host managed_node3 4486 1726879781.58114: done getting next task for host managed_node3 4486 1726879781.58115: ^ task is: TASK: meta (flush_handlers) 4486 1726879781.58117: ^ 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 4486 1726879781.58121: getting variables 4486 1726879781.58122: in VariableManager get_vars() 4486 1726879781.58136: Calling all_inventory to load vars for managed_node3 4486 1726879781.58139: Calling groups_inventory to load vars for managed_node3 4486 1726879781.58142: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879781.58148: Calling all_plugins_play to load vars for managed_node3 4486 1726879781.58151: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879781.58154: Calling groups_plugins_play to load vars for managed_node3 4486 1726879781.58414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.58656: done with get_vars() 4486 1726879781.58671: done getting variables 4486 1726879781.58792: in VariableManager get_vars() 4486 1726879781.58808: Calling all_inventory to load vars for managed_node3 4486 1726879781.58810: Calling groups_inventory to load vars for managed_node3 4486 1726879781.58819: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879781.58845: Calling all_plugins_play to load vars for managed_node3 4486 1726879781.58859: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879781.58886: Calling groups_plugins_play to load vars for managed_node3 4486 1726879781.59089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.59224: done with get_vars() 4486 1726879781.59233: done queuing things up, now waiting for results queue to drain 4486 1726879781.59235: results queue empty 4486 1726879781.59235: checking for any_errors_fatal 4486 1726879781.59237: done checking for any_errors_fatal 4486 1726879781.59238: checking for max_fail_percentage 4486 1726879781.59238: done checking for max_fail_percentage 4486 1726879781.59239: checking to see if all hosts have failed and the running result is not ok 4486 1726879781.59239: done checking to see if all hosts have failed 4486 1726879781.59240: getting the remaining hosts for this loop 4486 1726879781.59240: done getting the remaining hosts for this loop 4486 1726879781.59242: getting the next task for host managed_node3 4486 1726879781.59245: done getting next task for host managed_node3 4486 1726879781.59246: ^ task is: TASK: Create temporary file 4486 1726879781.59247: ^ 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 4486 1726879781.59249: getting variables 4486 1726879781.59249: in VariableManager get_vars() 4486 1726879781.59254: Calling all_inventory to load vars for managed_node3 4486 1726879781.59255: Calling groups_inventory to load vars for managed_node3 4486 1726879781.59257: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879781.59263: Calling all_plugins_play to load vars for managed_node3 4486 1726879781.59268: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879781.59272: Calling groups_plugins_play to load vars for managed_node3 4486 1726879781.59363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.59509: done with get_vars() 4486 1726879781.59515: done getting variables TASK [Create temporary file] *************************************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:9 Friday 20 September 2024 20:49:41 -0400 (0:00:02.913) 0:00:02.923 ****** 4486 1726879781.59571: entering _queue_task() for managed_node3/tempfile 4486 1726879781.59572: Creating lock for tempfile 4486 1726879781.59811: worker is 1 (out of 1 available) 4486 1726879781.59826: exiting _queue_task() for managed_node3/tempfile 4486 1726879781.59840: done queuing things up, now waiting for results queue to drain 4486 1726879781.59843: waiting for pending results... 4486 1726879781.59989: running TaskExecutor() for managed_node3/TASK: Create temporary file 4486 1726879781.60041: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000006 4486 1726879781.60054: variable 'ansible_search_path' from source: unknown 4486 1726879781.60091: calling self._execute() 4486 1726879781.60114: in VariableManager get_vars() 4486 1726879781.60141: Calling all_inventory to load vars for localhost 4486 1726879781.60145: Calling groups_inventory to load vars for localhost 4486 1726879781.60149: Calling all_plugins_inventory to load vars for localhost 4486 1726879781.60169: Calling all_plugins_play to load vars for localhost 4486 1726879781.60172: Calling groups_plugins_inventory to load vars for localhost 4486 1726879781.60186: Calling groups_plugins_play to load vars for localhost 4486 1726879781.60244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879781.60262: done with get_vars() 4486 1726879781.60270: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879781.60314: variable 'ansible_delegated_vars' from source: unknown 4486 1726879781.60318: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879781.60320: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 4486 1726879781.60332: variable 'omit' from source: magic vars 4486 1726879781.60403: variable 'omit' from source: magic vars 4486 1726879781.60426: variable 'omit' from source: magic vars 4486 1726879781.60454: variable 'omit' from source: magic vars 4486 1726879781.60468: variable 'ansible_delegated_vars' from source: unknown 4486 1726879781.60472: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879781.60474: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879781.60491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879781.60522: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 4486 1726879781.60538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879781.60553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879781.60568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879781.60620: Set connection var ansible_timeout to 10 4486 1726879781.60625: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879781.60628: Set connection var ansible_pipelining to False 4486 1726879781.60632: Set connection var ansible_shell_executable to /bin/sh 4486 1726879781.60634: Set connection var ansible_shell_type to sh 4486 1726879781.60637: Set connection var ansible_connection to local 4486 1726879781.60656: variable 'ansible_delegated_vars' from source: unknown 4486 1726879781.60659: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879781.60663: variable 'ansible_user' from source: unknown 4486 1726879781.60834: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879781.60839: variable 'omit' from source: magic vars 4486 1726879781.60842: starting attempt loop 4486 1726879781.60845: running the handler 4486 1726879781.60871: _low_level_execute_command(): starting 4486 1726879781.60878: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 4486 1726879781.60885: in local.exec_command() 4486 1726879781.60891: opening command with Popen() 4486 1726879781.60971: done running command with Popen() 4486 1726879781.60976: getting output with communicate() 4486 1726879781.61471: done communicating 4486 1726879781.61475: done with local.exec_command() 4486 1726879781.61477: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 4486 1726879781.61487: _low_level_execute_command(): starting 4486 1726879781.61530: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149 `" && echo ansible-tmp-1726879781.6145926-4561-31766420392149="` echo /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149 `" ) && sleep 0' 4486 1726879781.61533: in local.exec_command() 4486 1726879781.61537: opening command with Popen() 4486 1726879781.61572: done running command with Popen() 4486 1726879781.61576: getting output with communicate() 4486 1726879781.62537: done communicating 4486 1726879781.62541: done with local.exec_command() 4486 1726879781.62544: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879781.6145926-4561-31766420392149=/root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149 , stderr= 4486 1726879781.62547: variable 'ansible_delegated_vars' from source: unknown 4486 1726879781.62575: variable 'ansible_module_compression' from source: unknown 4486 1726879781.62621: ANSIBALLZ: Using lock for tempfile 4486 1726879781.62625: ANSIBALLZ: Acquiring lock 4486 1726879781.62627: ANSIBALLZ: Lock acquired: 140021855766096 4486 1726879781.62638: ANSIBALLZ: Creating module 4486 1726879781.72839: ANSIBALLZ: Writing module into payload 4486 1726879781.72918: ANSIBALLZ: Writing module 4486 1726879781.72948: ANSIBALLZ: Renaming module 4486 1726879781.72951: ANSIBALLZ: Done creating module 4486 1726879781.72959: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 4486 1726879781.73074: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149/AnsiballZ_tempfile.py 4486 1726879781.73139: done transferring module to remote 4486 1726879781.73155: _low_level_execute_command(): starting 4486 1726879781.73171: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149/ /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149/AnsiballZ_tempfile.py && sleep 0' 4486 1726879781.73177: in local.exec_command() 4486 1726879781.73184: opening command with Popen() 4486 1726879781.73277: done running command with Popen() 4486 1726879781.73281: getting output with communicate() 4486 1726879781.74040: done communicating 4486 1726879781.74044: done with local.exec_command() 4486 1726879781.74047: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879781.74051: _low_level_execute_command(): starting 4486 1726879781.74056: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149/AnsiballZ_tempfile.py && sleep 0' 4486 1726879781.74060: in local.exec_command() 4486 1726879781.74062: opening command with Popen() 4486 1726879781.74128: done running command with Popen() 4486 1726879781.74131: getting output with communicate() 4486 1726879781.98349: done communicating 4486 1726879781.98354: done with local.exec_command() 4486 1726879781.98377: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "path": "/tmp/ansible.urvnld1w.inventory.yaml", "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": ".inventory.yaml", "prefix": "ansible.", "path": null}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bdf4bc0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bdf4230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bdf7140> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bbd1790> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bbd2780> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc245f0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc24740> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc43f80> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc68650> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc40290> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc259a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc0d790> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc6bf20> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc6ab40> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc6bd40> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc69370> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8cfe0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc0ca10> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8bc8d490> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8d340> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8bc8d730> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc07530> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8ddc0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8da90> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8ecc0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bcb4ec0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8bcb6570> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bcb7410> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8bcb7a70> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bcb6960> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8ba74530> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bcb7c20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8ecf0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8baac4a0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8baacf80> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baacce0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8baacec0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8baad0d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8ba76600> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baae7b0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baad430> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bc8f3e0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8badab40> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baf2c60> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bb2ba40> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bb4e1e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8bb2bb60> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baf38f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b928bc0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baf1ca0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8baaf6e0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fab8b928e60> # zipimport: found 30 names in '/tmp/ansible_tempfile_payload_u2et2iwf/ansible_tempfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b986900> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b95d7f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b95c980> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9871d0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b9b6480> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9b6210> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9b5b50> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9b6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9b5790> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b9b7200> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b9b7380> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9b7860> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b819520> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b81b1d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b81bb90> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b81cd40> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b81f7a0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8bc43ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b81da90> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b827500> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b826000> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b825d60> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b8262a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b81dfa0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b86b680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b86b770> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b86d3a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b86d160> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b86f950> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b86da90> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b877110> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b86faa0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b878110> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b87bcb0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b878470> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b86ba10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b87bbf0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b900fb0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b87a390> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b87b740> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b879fa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b70d0a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b70ddf0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b901310> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b70de20> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b70f020> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b716ab0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b7173b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b70fa70> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8b7161e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b717530> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9ff590> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9e7500> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9e4620> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8b9e42f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879781.98406: done with _execute_module (tempfile, {'state': 'file', 'suffix': '.inventory.yaml', '_ansible_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-1726879781.6145926-4561-31766420392149/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879781.98410: _low_level_execute_command(): starting 4486 1726879781.98413: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879781.6145926-4561-31766420392149/ > /dev/null 2>&1 && sleep 0' 4486 1726879781.98416: in local.exec_command() 4486 1726879781.98420: opening command with Popen() 4486 1726879781.98436: done running command with Popen() 4486 1726879781.98452: getting output with communicate() 4486 1726879781.99029: done communicating 4486 1726879781.99038: done with local.exec_command() 4486 1726879781.99047: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879781.99057: handler run complete 4486 1726879781.99093: variable 'ansible_host' from source: unknown 4486 1726879781.99104: variable 'ansible_port' from source: unknown 4486 1726879781.99115: variable 'ansible_user' from source: unknown 4486 1726879781.99123: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879781.99130: attempt loop complete, returning result 4486 1726879781.99139: _execute() done 4486 1726879781.99146: dumping result to json 4486 1726879781.99155: done dumping result, returning 4486 1726879781.99275: done running TaskExecutor() for managed_node3/TASK: Create temporary file [0229e9c9-8e59-25d7-fcc3-000000000006] 4486 1726879781.99278: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000006 4486 1726879781.99361: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000006 changed: [managed_node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.urvnld1w.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } 4486 1726879781.99440: no more pending results, returning what we have 4486 1726879781.99442: results queue empty 4486 1726879781.99443: checking for any_errors_fatal 4486 1726879781.99445: done checking for any_errors_fatal 4486 1726879781.99474: checking for max_fail_percentage 4486 1726879781.99476: done checking for max_fail_percentage 4486 1726879781.99477: checking to see if all hosts have failed and the running result is not ok 4486 1726879781.99478: done checking to see if all hosts have failed 4486 1726879781.99479: getting the remaining hosts for this loop 4486 1726879781.99481: done getting the remaining hosts for this loop 4486 1726879781.99486: getting the next task for host managed_node3 4486 1726879781.99491: done getting next task for host managed_node3 4486 1726879781.99494: ^ task is: TASK: Create static inventory from hostvars 4486 1726879781.99496: ^ 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 4486 1726879781.99500: getting variables 4486 1726879781.99502: in VariableManager get_vars() 4486 1726879781.99530: Calling all_inventory to load vars for managed_node3 4486 1726879781.99535: Calling groups_inventory to load vars for managed_node3 4486 1726879781.99539: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879781.99549: Calling all_plugins_play to load vars for managed_node3 4486 1726879781.99552: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879781.99555: Calling groups_plugins_play to load vars for managed_node3 4486 1726879781.99724: WORKER PROCESS EXITING 4486 1726879781.99941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.00188: done with get_vars() 4486 1726879782.00201: done getting variables 4486 1726879782.00332: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:16 Friday 20 September 2024 20:49:42 -0400 (0:00:00.407) 0:00:03.331 ****** 4486 1726879782.00373: entering _queue_task() for managed_node3/template 4486 1726879782.00375: Creating lock for template 4486 1726879782.00781: worker is 1 (out of 1 available) 4486 1726879782.00794: exiting _queue_task() for managed_node3/template 4486 1726879782.00807: done queuing things up, now waiting for results queue to drain 4486 1726879782.00808: waiting for pending results... 4486 1726879782.00975: running TaskExecutor() for managed_node3/TASK: Create static inventory from hostvars 4486 1726879782.01081: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000007 4486 1726879782.01110: variable 'ansible_search_path' from source: unknown 4486 1726879782.01162: calling self._execute() 4486 1726879782.01210: in VariableManager get_vars() 4486 1726879782.01343: Calling all_inventory to load vars for localhost 4486 1726879782.01357: Calling groups_inventory to load vars for localhost 4486 1726879782.01375: Calling all_plugins_inventory to load vars for localhost 4486 1726879782.01402: Calling all_plugins_play to load vars for localhost 4486 1726879782.01412: Calling groups_plugins_inventory to load vars for localhost 4486 1726879782.01428: Calling groups_plugins_play to load vars for localhost 4486 1726879782.01518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.01648: done with get_vars() 4486 1726879782.01652: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879782.01654: variable 'ansible_delegated_vars' from source: unknown 4486 1726879782.01657: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879782.01660: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 4486 1726879782.01663: variable 'omit' from source: magic vars 4486 1726879782.01761: variable 'omit' from source: magic vars 4486 1726879782.01811: variable 'omit' from source: magic vars 4486 1726879782.02160: variable 'tempinventory' from source: set_fact 4486 1726879782.02201: variable 'omit' from source: magic vars 4486 1726879782.02212: variable 'ansible_delegated_vars' from source: unknown 4486 1726879782.02216: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879782.02220: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879782.02238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879782.02265: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 4486 1726879782.02284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879782.02301: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879782.02309: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879782.02366: Set connection var ansible_timeout to 10 4486 1726879782.02370: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879782.02375: Set connection var ansible_pipelining to False 4486 1726879782.02378: Set connection var ansible_shell_executable to /bin/sh 4486 1726879782.02384: Set connection var ansible_shell_type to sh 4486 1726879782.02386: Set connection var ansible_connection to local 4486 1726879782.02405: variable 'ansible_delegated_vars' from source: unknown 4486 1726879782.02409: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879782.02412: variable 'ansible_user' from source: unknown 4486 1726879782.02534: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879782.02543: variable 'omit' from source: magic vars 4486 1726879782.02553: starting attempt loop 4486 1726879782.02557: running the handler 4486 1726879782.02577: _low_level_execute_command(): starting 4486 1726879782.02585: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 4486 1726879782.02592: in local.exec_command() 4486 1726879782.02598: opening command with Popen() 4486 1726879782.02676: done running command with Popen() 4486 1726879782.02679: getting output with communicate() 4486 1726879782.02988: done communicating 4486 1726879782.02991: done with local.exec_command() 4486 1726879782.02994: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 4486 1726879782.03006: _low_level_execute_command(): starting 4486 1726879782.03021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787 `" && echo ansible-tmp-1726879782.0299566-4582-279300122513787="` echo /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787 `" ) && sleep 0' 4486 1726879782.03024: in local.exec_command() 4486 1726879782.03027: opening command with Popen() 4486 1726879782.03069: done running command with Popen() 4486 1726879782.03073: getting output with communicate() 4486 1726879782.03974: done communicating 4486 1726879782.03978: done with local.exec_command() 4486 1726879782.03981: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879782.0299566-4582-279300122513787=/root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787 , stderr= 4486 1726879782.03985: evaluation_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump 4486 1726879782.03988: search_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/templates/inventory.yaml.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/inventory.yaml.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/templates/inventory.yaml.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/inventory.yaml.j2 4486 1726879782.03991: variable 'ansible_search_path' from source: unknown 4486 1726879782.04113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879782.05834: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879782.05887: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879782.05921: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879782.05961: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879782.05989: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879782.06063: variable 'hostvars' from source: magic vars 4486 1726879782.06098: in VariableManager get_vars() 4486 1726879782.06103: Calling all_inventory to load vars for managed_node1 4486 1726879782.06107: Calling groups_inventory to load vars for managed_node1 4486 1726879782.06113: Calling all_plugins_inventory to load vars for managed_node1 4486 1726879782.06120: Calling all_plugins_play to load vars for managed_node1 4486 1726879782.06126: Calling groups_plugins_inventory to load vars for managed_node1 4486 1726879782.06133: Calling groups_plugins_play to load vars for managed_node1 4486 1726879782.06162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.06175: done with get_vars() 4486 1726879782.06180: in VariableManager get_vars() 4486 1726879782.06185: Calling all_inventory to load vars for managed_node2 4486 1726879782.06189: Calling groups_inventory to load vars for managed_node2 4486 1726879782.06194: Calling all_plugins_inventory to load vars for managed_node2 4486 1726879782.06204: Calling all_plugins_play to load vars for managed_node2 4486 1726879782.06207: Calling groups_plugins_inventory to load vars for managed_node2 4486 1726879782.06211: Calling groups_plugins_play to load vars for managed_node2 4486 1726879782.06238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.06248: done with get_vars() 4486 1726879782.06256: in VariableManager get_vars() 4486 1726879782.06259: Calling all_inventory to load vars for managed_node3 4486 1726879782.06263: Calling groups_inventory to load vars for managed_node3 4486 1726879782.06273: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.06280: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.06285: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.06290: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.06408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.06540: done with get_vars() 4486 1726879782.06558: variable 'inventory_file' from source: host vars for 'managed_node1' 4486 1726879782.06561: variable 'inventory_dir' from source: host vars for 'managed_node1' 4486 1726879782.06564: variable 'ansible_host' from source: host vars for 'managed_node1' 4486 1726879782.06577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 4486 1726879782.06580: variable 'inventory_hostname' from source: host vars for 'managed_node1' 4486 1726879782.06583: variable 'inventory_hostname_short' from source: host vars for 'managed_node1' 4486 1726879782.06585: variable 'group_names' from source: host vars for 'managed_node1' 4486 1726879782.06588: variable 'ansible_facts' from source: unknown 4486 1726879782.06590: variable 'playbook_dir' from source: magic vars 4486 1726879782.06593: variable 'ansible_playbook_python' from source: magic vars 4486 1726879782.06595: variable 'ansible_config_file' from source: magic vars 4486 1726879782.06598: variable 'groups' from source: magic vars 4486 1726879782.06600: variable 'omit' from source: magic vars 4486 1726879782.06603: variable 'ansible_version' from source: magic vars 4486 1726879782.06608: variable 'ansible_check_mode' from source: magic vars 4486 1726879782.06611: variable 'ansible_diff_mode' from source: magic vars 4486 1726879782.06614: variable 'ansible_forks' from source: magic vars 4486 1726879782.06616: variable 'ansible_inventory_sources' from source: magic vars 4486 1726879782.06621: variable 'ansible_skip_tags' from source: magic vars 4486 1726879782.06625: variable 'ansible_limit' from source: magic vars 4486 1726879782.06628: variable 'ansible_run_tags' from source: magic vars 4486 1726879782.06630: variable 'ansible_verbosity' from source: magic vars 4486 1726879782.06658: variable 'inventory_file' from source: host vars for 'managed_node2' 4486 1726879782.06662: variable 'inventory_dir' from source: host vars for 'managed_node2' 4486 1726879782.06666: variable 'ansible_host' from source: host vars for 'managed_node2' 4486 1726879782.06671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 4486 1726879782.06674: variable 'inventory_hostname' from source: host vars for 'managed_node2' 4486 1726879782.06678: variable 'inventory_hostname_short' from source: host vars for 'managed_node2' 4486 1726879782.06681: variable 'group_names' from source: host vars for 'managed_node2' 4486 1726879782.06684: variable 'ansible_facts' from source: unknown 4486 1726879782.06686: variable 'playbook_dir' from source: magic vars 4486 1726879782.06689: variable 'ansible_playbook_python' from source: magic vars 4486 1726879782.06691: variable 'ansible_config_file' from source: magic vars 4486 1726879782.06702: variable 'groups' from source: magic vars 4486 1726879782.06705: variable 'omit' from source: magic vars 4486 1726879782.06707: variable 'ansible_version' from source: magic vars 4486 1726879782.06710: variable 'ansible_check_mode' from source: magic vars 4486 1726879782.06712: variable 'ansible_diff_mode' from source: magic vars 4486 1726879782.06715: variable 'ansible_forks' from source: magic vars 4486 1726879782.06717: variable 'ansible_inventory_sources' from source: magic vars 4486 1726879782.06720: variable 'ansible_skip_tags' from source: magic vars 4486 1726879782.06722: variable 'ansible_limit' from source: magic vars 4486 1726879782.06724: variable 'ansible_run_tags' from source: magic vars 4486 1726879782.06727: variable 'ansible_verbosity' from source: magic vars 4486 1726879782.06767: variable 'inventory_file' from source: host vars for 'managed_node3' 4486 1726879782.06771: variable 'inventory_dir' from source: host vars for 'managed_node3' 4486 1726879782.06773: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879782.06777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879782.06780: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879782.06783: variable 'inventory_hostname_short' from source: host vars for 'managed_node3' 4486 1726879782.06785: variable 'group_names' from source: host vars for 'managed_node3' 4486 1726879782.06790: variable 'ansible_facts' from source: unknown 4486 1726879782.06843: variable 'ansible_python' from source: facts 4486 1726879782.06866: variable 'ansible_iscsi_iqn' from source: facts 4486 1726879782.06870: variable 'ansible_user_id' from source: facts 4486 1726879782.06873: variable 'ansible_user_uid' from source: facts 4486 1726879782.06875: variable 'ansible_user_gid' from source: facts 4486 1726879782.06878: variable 'ansible_user_gecos' from source: facts 4486 1726879782.06880: variable 'ansible_user_dir' from source: facts 4486 1726879782.06883: variable 'ansible_user_shell' from source: facts 4486 1726879782.06885: variable 'ansible_real_user_id' from source: facts 4486 1726879782.06888: variable 'ansible_effective_user_id' from source: facts 4486 1726879782.06890: variable 'ansible_real_group_id' from source: facts 4486 1726879782.06893: variable 'ansible_effective_group_id' from source: facts 4486 1726879782.06895: variable 'ansible_system_capabilities_enforced' from source: facts 4486 1726879782.06897: variable 'ansible_system_capabilities' from source: facts 4486 1726879782.06900: variable 'ansible_system' from source: facts 4486 1726879782.06902: variable 'ansible_kernel' from source: facts 4486 1726879782.06905: variable 'ansible_kernel_version' from source: facts 4486 1726879782.06907: variable 'ansible_machine' from source: facts 4486 1726879782.06911: variable 'ansible_python_version' from source: facts 4486 1726879782.06914: variable 'ansible_fqdn' from source: facts 4486 1726879782.06916: variable 'ansible_hostname' from source: facts 4486 1726879782.06920: variable 'ansible_nodename' from source: facts 4486 1726879782.06923: variable 'ansible_domain' from source: facts 4486 1726879782.06925: variable 'ansible_userspace_bits' from source: facts 4486 1726879782.07071: variable 'ansible_architecture' from source: facts 4486 1726879782.07074: variable 'ansible_userspace_architecture' from source: facts 4486 1726879782.07077: variable 'ansible_machine_id' from source: facts 4486 1726879782.07079: variable 'ansible_date_time' from source: facts 4486 1726879782.07081: variable 'ansible_hostnqn' from source: facts 4486 1726879782.07084: variable 'ansible_is_chroot' from source: facts 4486 1726879782.07086: variable 'ansible_virtualization_type' from source: facts 4486 1726879782.07089: variable 'ansible_virtualization_role' from source: facts 4486 1726879782.07091: variable 'ansible_virtualization_tech_guest' from source: facts 4486 1726879782.07094: variable 'ansible_virtualization_tech_host' from source: facts 4486 1726879782.07096: variable 'ansible_processor' from source: facts 4486 1726879782.07102: variable 'ansible_processor_count' from source: facts 4486 1726879782.07104: variable 'ansible_processor_cores' from source: facts 4486 1726879782.07107: variable 'ansible_processor_threads_per_core' from source: facts 4486 1726879782.07109: variable 'ansible_processor_vcpus' from source: facts 4486 1726879782.07111: variable 'ansible_processor_nproc' from source: facts 4486 1726879782.07114: variable 'ansible_memtotal_mb' from source: facts 4486 1726879782.07116: variable 'ansible_memfree_mb' from source: facts 4486 1726879782.07118: variable 'ansible_swaptotal_mb' from source: facts 4486 1726879782.07120: variable 'ansible_swapfree_mb' from source: facts 4486 1726879782.07122: variable 'ansible_memory_mb' from source: facts 4486 1726879782.07124: variable 'ansible_bios_date' from source: facts 4486 1726879782.07126: variable 'ansible_bios_vendor' from source: facts 4486 1726879782.07129: variable 'ansible_bios_version' from source: facts 4486 1726879782.07131: variable 'ansible_board_asset_tag' from source: facts 4486 1726879782.07133: variable 'ansible_board_name' from source: facts 4486 1726879782.07137: variable 'ansible_board_serial' from source: facts 4486 1726879782.07139: variable 'ansible_board_vendor' from source: facts 4486 1726879782.07141: variable 'ansible_board_version' from source: facts 4486 1726879782.07143: variable 'ansible_chassis_asset_tag' from source: facts 4486 1726879782.07145: variable 'ansible_chassis_serial' from source: facts 4486 1726879782.07147: variable 'ansible_chassis_vendor' from source: facts 4486 1726879782.07149: variable 'ansible_chassis_version' from source: facts 4486 1726879782.07151: variable 'ansible_form_factor' from source: facts 4486 1726879782.07154: variable 'ansible_product_name' from source: facts 4486 1726879782.07156: variable 'ansible_product_serial' from source: facts 4486 1726879782.07158: variable 'ansible_product_uuid' from source: facts 4486 1726879782.07161: variable 'ansible_product_version' from source: facts 4486 1726879782.07163: variable 'ansible_system_vendor' from source: facts 4486 1726879782.07169: variable 'ansible_devices' from source: facts 4486 1726879782.07172: variable 'ansible_device_links' from source: facts 4486 1726879782.07174: variable 'ansible_uptime_seconds' from source: facts 4486 1726879782.07177: variable 'ansible_lvm' from source: facts 4486 1726879782.07179: variable 'ansible_mounts' from source: facts 4486 1726879782.07372: variable 'ansible_ssh_host_key_rsa_public' from source: facts 4486 1726879782.07375: variable 'ansible_ssh_host_key_rsa_public_keytype' from source: facts 4486 1726879782.07378: variable 'ansible_ssh_host_key_ecdsa_public' from source: facts 4486 1726879782.07380: variable 'ansible_ssh_host_key_ecdsa_public_keytype' from source: facts 4486 1726879782.07383: variable 'ansible_ssh_host_key_ed25519_public' from source: facts 4486 1726879782.07385: variable 'ansible_ssh_host_key_ed25519_public_keytype' from source: facts 4486 1726879782.07387: variable 'ansible_distribution' from source: facts 4486 1726879782.07390: variable 'ansible_distribution_release' from source: facts 4486 1726879782.07392: variable 'ansible_distribution_version' from source: facts 4486 1726879782.07394: variable 'ansible_distribution_major_version' from source: facts 4486 1726879782.07396: variable 'ansible_distribution_file_path' from source: facts 4486 1726879782.07400: variable 'ansible_distribution_file_variety' from source: facts 4486 1726879782.07402: variable 'ansible_distribution_file_parsed' from source: facts 4486 1726879782.07405: variable 'ansible_os_family' from source: facts 4486 1726879782.07408: variable 'ansible_selinux_python_present' from source: facts 4486 1726879782.07411: variable 'ansible_selinux' from source: facts 4486 1726879782.07414: variable 'ansible_loadavg' from source: facts 4486 1726879782.07417: variable 'ansible_dns' from source: facts 4486 1726879782.07420: variable 'ansible_cmdline' from source: facts 4486 1726879782.07423: variable 'ansible_proc_cmdline' from source: facts 4486 1726879782.07426: variable 'ansible_lsb' from source: facts 4486 1726879782.07429: variable 'ansible_local' from source: facts 4486 1726879782.07432: variable 'ansible_fips' from source: facts 4486 1726879782.07435: variable 'ansible_fibre_channel_wwn' from source: facts 4486 1726879782.07438: variable 'ansible_interfaces' from source: facts 4486 1726879782.07441: variable 'ansible_lo' from source: facts 4486 1726879782.07444: variable 'ansible_eth0' from source: facts 4486 1726879782.07447: variable 'ansible_default_ipv4' from source: facts 4486 1726879782.07450: variable 'ansible_default_ipv6' from source: facts 4486 1726879782.07453: variable 'ansible_all_ipv4_addresses' from source: facts 4486 1726879782.07456: variable 'ansible_all_ipv6_addresses' from source: facts 4486 1726879782.07459: variable 'ansible_locally_reachable_ips' from source: facts 4486 1726879782.07462: variable 'ansible_service_mgr' from source: facts 4486 1726879782.07468: variable 'ansible_apparmor' from source: facts 4486 1726879782.07471: variable 'ansible_env' from source: facts 4486 1726879782.07474: variable 'ansible_pkg_mgr' from source: facts 4486 1726879782.07477: variable 'gather_subset' from source: facts 4486 1726879782.07480: variable 'module_setup' from source: facts 4486 1726879782.07483: variable 'discovered_interpreter_python' from source: facts 4486 1726879782.07486: variable 'tempinventory' from source: set_fact 4486 1726879782.07489: variable 'playbook_dir' from source: magic vars 4486 1726879782.07492: variable 'ansible_playbook_python' from source: magic vars 4486 1726879782.07495: variable 'ansible_config_file' from source: magic vars 4486 1726879782.07498: variable 'groups' from source: magic vars 4486 1726879782.07501: variable 'omit' from source: magic vars 4486 1726879782.07503: variable 'ansible_version' from source: magic vars 4486 1726879782.07508: variable 'ansible_check_mode' from source: magic vars 4486 1726879782.07512: variable 'ansible_diff_mode' from source: magic vars 4486 1726879782.07514: variable 'ansible_forks' from source: magic vars 4486 1726879782.07517: variable 'ansible_inventory_sources' from source: magic vars 4486 1726879782.07520: variable 'ansible_skip_tags' from source: magic vars 4486 1726879782.07523: variable 'ansible_limit' from source: magic vars 4486 1726879782.07526: variable 'ansible_run_tags' from source: magic vars 4486 1726879782.07529: variable 'ansible_verbosity' from source: magic vars 4486 1726879782.09893: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879782.09954: variable 'ansible_delegated_vars' from source: unknown 4486 1726879782.09982: variable 'ansible_module_compression' from source: unknown 4486 1726879782.10172: ANSIBALLZ: Using generic lock for ansible.legacy.stat 4486 1726879782.10176: ANSIBALLZ: Acquiring lock 4486 1726879782.10178: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879782.10181: ANSIBALLZ: Creating module 4486 1726879782.24112: ANSIBALLZ: Writing module into payload 4486 1726879782.24295: ANSIBALLZ: Writing module 4486 1726879782.24323: ANSIBALLZ: Renaming module 4486 1726879782.24336: ANSIBALLZ: Done creating module 4486 1726879782.24356: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 4486 1726879782.24436: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_stat.py 4486 1726879782.24522: done transferring module to remote 4486 1726879782.24546: _low_level_execute_command(): starting 4486 1726879782.24558: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/ /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_stat.py && sleep 0' 4486 1726879782.24577: in local.exec_command() 4486 1726879782.24587: opening command with Popen() 4486 1726879782.24690: done running command with Popen() 4486 1726879782.24694: getting output with communicate() 4486 1726879782.25229: done communicating 4486 1726879782.25237: done with local.exec_command() 4486 1726879782.25246: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879782.25254: _low_level_execute_command(): starting 4486 1726879782.25274: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_stat.py && sleep 0' 4486 1726879782.25284: in local.exec_command() 4486 1726879782.25293: opening command with Popen() 4486 1726879782.25489: done running command with Popen() 4486 1726879782.25492: getting output with communicate() 4486 1726879782.50462: done communicating 4486 1726879782.50471: done with local.exec_command() 4486 1726879782.50501: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/tmp/ansible.urvnld1w.inventory.yaml", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 719, "dev": 36, "nlink": 1, "atime": 1726879781.9556153, "mtime": 1726879781.9556153, "ctime": 1726879781.9556153, "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": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/tmp/ansible.urvnld1w.inventory.yaml", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4cb8bf0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4cb8230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4cbb170> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4a95790> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4a96780> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4ae8590> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4ae86e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b07f80> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b2c650> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b04260> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4ae9940> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4ad1700> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b2ff50> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b2eb70> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b2fe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b2d340> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b50f50> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4ad09b0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4b51400> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b512b0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4b516a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4acb4d0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b51d60> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b51a30> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b52c30> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b7ce60> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4b7e5a0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b7f440> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4b7faa0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b7e990> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4944560> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b7fc50> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b52c90> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b497c410> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b497cef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b497cc80> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b497cd40> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b497d0a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4946570> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b497e720> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b497d3a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4b53380> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49aaae0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49c2c30> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49fb9e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4a1e180> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49fbb00> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49c38c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b47f4b60> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b49c1ca0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b497f680> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f26b47f4e30> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_djjqrmcf/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b484e840> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b482d730> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b482c890> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b484f110> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b48823c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4882150> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4881a60> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b48824b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b48816a0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4883110> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4883350> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4883830> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46e54c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b46e7170> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46e7b30> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46e8d10> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46eb800> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4b2fef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46e9ac0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46f3680> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46f2180> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46f1ee0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46f2450> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b46ead20> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4737860> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4737a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b47395e0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b47393a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b473bb00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4739c70> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b473f320> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b473bcb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4744620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b47441a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b47446e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4737ce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4747d70> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4748fb0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b47464e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b4747860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4746120> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b45d51f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45d6000> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b4749280> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45d6150> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45d7290> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b45deb40> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b45df470> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45d5d00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26b45de120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45df6b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b48af620> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45e53d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45e3a40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26b45e3860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879782.50560: done with _execute_module (ansible.legacy.stat, {'path': '/tmp/ansible.urvnld1w.inventory.yaml', '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-1726879782.0299566-4582-279300122513787/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 4486 1726879782.50655: _low_level_execute_command(): starting 4486 1726879782.50659: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/ /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/.source.yaml && sleep 0' 4486 1726879782.50661: in local.exec_command() 4486 1726879782.50669: opening command with Popen() 4486 1726879782.50730: done running command with Popen() 4486 1726879782.50734: getting output with communicate() 4486 1726879782.51301: done communicating 4486 1726879782.51304: done with local.exec_command() 4486 1726879782.51307: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879782.51309: variable 'ansible_delegated_vars' from source: unknown 4486 1726879782.51355: variable 'ansible_module_compression' from source: unknown 4486 1726879782.51393: ANSIBALLZ: Using generic lock for ansible.legacy.copy 4486 1726879782.51397: ANSIBALLZ: Acquiring lock 4486 1726879782.51399: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879782.51402: ANSIBALLZ: Creating module 4486 1726879782.63073: ANSIBALLZ: Writing module into payload 4486 1726879782.63078: ANSIBALLZ: Writing module 4486 1726879782.63085: ANSIBALLZ: Renaming module 4486 1726879782.63097: ANSIBALLZ: Done creating module 4486 1726879782.63113: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 4486 1726879782.63189: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_copy.py 4486 1726879782.63270: done transferring module to remote 4486 1726879782.63293: _low_level_execute_command(): starting 4486 1726879782.63307: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/ /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_copy.py && sleep 0' 4486 1726879782.63316: in local.exec_command() 4486 1726879782.63326: opening command with Popen() 4486 1726879782.63589: done running command with Popen() 4486 1726879782.63592: getting output with communicate() 4486 1726879782.64004: done communicating 4486 1726879782.64014: done with local.exec_command() 4486 1726879782.64023: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879782.64031: _low_level_execute_command(): starting 4486 1726879782.64044: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/AnsiballZ_copy.py && sleep 0' 4486 1726879782.64052: in local.exec_command() 4486 1726879782.64061: opening command with Popen() 4486 1726879782.64287: done running command with Popen() 4486 1726879782.64291: getting output with communicate() 4486 1726879782.92446: done communicating 4486 1726879782.92453: done with local.exec_command() 4486 1726879782.92472: _low_level_execute_command() done: rc=0, stdout= {"dest": "/tmp/ansible.urvnld1w.inventory.yaml", "src": "/root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/.source.yaml", "md5sum": "9f26e81835f718d79bf63f22bfdbb509", "checksum": "146ffdecee35b7ab88d66b25df18fe9b0eaac9ba", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34427, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/.source.yaml", "dest": "/tmp/ansible.urvnld1w.inventory.yaml", "mode": "0644", "follow": false, "_original_basename": "inventory.yaml.j2", "checksum": "146ffdecee35b7ab88d66b25df18fe9b0eaac9ba", "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=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d5f4bc0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d5f4230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d5f7140> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d411790> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d412780> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4645c0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d464710> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d483f20> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4a85f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d480290> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d465970> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d44d730> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4abf20> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4aab40> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4abd40> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4a9310> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4ccfe0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d44c9b0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d4cd490> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cd340> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d4cd730> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4474d0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cddc0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cda90> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cecc0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4f4ec0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d4f6570> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4f7410> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d4f7a70> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4f6960> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d2b0530> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4f7c20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cecf0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d2e8440> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d2e8ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d2e8c50> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d2e8f20> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d2e9100> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d2b25a0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d2ea7e0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d2e9460> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d4cf3e0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d316b70> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d32ad20> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d367ad0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d38a270> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d367bf0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d32b9b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d164c20> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d329d60> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d2eb710> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f830d164e90> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_vho3o39c/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1ba990> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d199880> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d198a10> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1bb260> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d1ea5a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1ea330> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1e9c40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1ea690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1e9880> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d1eb2f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d1eb530> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d1eba10> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0517f0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0533e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d053ce0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d054ec0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d057980> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d057cb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d055c40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d05f7a0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d05e270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d05dfd0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d05e540> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d056150> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0a3920> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0a3a70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0a56a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0a5460> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0a7c20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0a5d90> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0af440> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0a7dd0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0b01d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0b0200> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0b0770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0a3d70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0b3e30> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d138ec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0b25a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830d0b3950> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0b21b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830cf44fe0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830cf45e80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d13bb60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830cf45f70> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830cf47080> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830cf4eae0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830cf4f410> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830cf45be0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830cf4e2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830cf4f5c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d0435c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d21b4a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d218650> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d218d40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc matches /usr/lib64/python3.12/filecmp.py # code object from '/usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830d219910> # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879782.92514: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/.source.yaml', 'dest': '/tmp/ansible.urvnld1w.inventory.yaml', 'mode': '0644', 'follow': False, '_original_basename': 'inventory.yaml.j2', 'checksum': '146ffdecee35b7ab88d66b25df18fe9b0eaac9ba', '_ansible_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-1726879782.0299566-4582-279300122513787/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879782.92548: _low_level_execute_command(): starting 4486 1726879782.92557: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/ > /dev/null 2>&1 && sleep 0' 4486 1726879782.92560: in local.exec_command() 4486 1726879782.92574: opening command with Popen() 4486 1726879782.92612: done running command with Popen() 4486 1726879782.92615: getting output with communicate() 4486 1726879782.93053: done communicating 4486 1726879782.93057: done with local.exec_command() 4486 1726879782.93059: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879782.93072: handler run complete 4486 1726879782.93094: variable 'ansible_host' from source: unknown 4486 1726879782.93097: variable 'ansible_port' from source: unknown 4486 1726879782.93100: variable 'ansible_user' from source: unknown 4486 1726879782.93102: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879782.93105: attempt loop complete, returning result 4486 1726879782.93107: _execute() done 4486 1726879782.93110: dumping result to json 4486 1726879782.93116: done dumping result, returning 4486 1726879782.93123: done running TaskExecutor() for managed_node3/TASK: Create static inventory from hostvars [0229e9c9-8e59-25d7-fcc3-000000000007] 4486 1726879782.93127: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000007 4486 1726879782.93235: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000007 4486 1726879782.93238: WORKER PROCESS EXITING changed: [managed_node3 -> localhost] => { "changed": true, "checksum": "146ffdecee35b7ab88d66b25df18fe9b0eaac9ba", "dest": "/tmp/ansible.urvnld1w.inventory.yaml", "gid": 0, "group": "root", "md5sum": "9f26e81835f718d79bf63f22bfdbb509", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34427, "src": "/root/.ansible/tmp/ansible-tmp-1726879782.0299566-4582-279300122513787/.source.yaml", "state": "file", "uid": 0 } 4486 1726879782.93403: no more pending results, returning what we have 4486 1726879782.93406: results queue empty 4486 1726879782.93407: checking for any_errors_fatal 4486 1726879782.93414: done checking for any_errors_fatal 4486 1726879782.93414: checking for max_fail_percentage 4486 1726879782.93416: done checking for max_fail_percentage 4486 1726879782.93417: checking to see if all hosts have failed and the running result is not ok 4486 1726879782.93418: done checking to see if all hosts have failed 4486 1726879782.93418: getting the remaining hosts for this loop 4486 1726879782.93420: done getting the remaining hosts for this loop 4486 1726879782.93424: getting the next task for host managed_node3 4486 1726879782.93431: done getting next task for host managed_node3 4486 1726879782.93433: ^ task is: TASK: meta (flush_handlers) 4486 1726879782.93435: ^ 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 4486 1726879782.93439: getting variables 4486 1726879782.93441: in VariableManager get_vars() 4486 1726879782.93463: Calling all_inventory to load vars for managed_node3 4486 1726879782.93588: Calling groups_inventory to load vars for managed_node3 4486 1726879782.93604: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.93620: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.93623: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.93627: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.93825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.94079: done with get_vars() 4486 1726879782.94099: done getting variables 4486 1726879782.94213: in VariableManager get_vars() 4486 1726879782.94222: Calling all_inventory to load vars for managed_node3 4486 1726879782.94224: Calling groups_inventory to load vars for managed_node3 4486 1726879782.94227: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.94232: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.94235: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.94238: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.94393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.94626: done with get_vars() 4486 1726879782.94643: done queuing things up, now waiting for results queue to drain 4486 1726879782.94645: results queue empty 4486 1726879782.94646: checking for any_errors_fatal 4486 1726879782.94649: done checking for any_errors_fatal 4486 1726879782.94650: checking for max_fail_percentage 4486 1726879782.94652: done checking for max_fail_percentage 4486 1726879782.94652: checking to see if all hosts have failed and the running result is not ok 4486 1726879782.94653: done checking to see if all hosts have failed 4486 1726879782.94654: getting the remaining hosts for this loop 4486 1726879782.94655: done getting the remaining hosts for this loop 4486 1726879782.94659: getting the next task for host managed_node3 4486 1726879782.94667: done getting next task for host managed_node3 4486 1726879782.94669: ^ task is: TASK: meta (flush_handlers) 4486 1726879782.94671: ^ 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 4486 1726879782.94674: getting variables 4486 1726879782.94675: in VariableManager get_vars() 4486 1726879782.94685: Calling all_inventory to load vars for managed_node3 4486 1726879782.94687: Calling groups_inventory to load vars for managed_node3 4486 1726879782.94690: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.94695: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.94698: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.94702: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.94872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.95096: done with get_vars() 4486 1726879782.95105: done getting variables 4486 1726879782.95167: in VariableManager get_vars() 4486 1726879782.95177: Calling all_inventory to load vars for managed_node3 4486 1726879782.95179: Calling groups_inventory to load vars for managed_node3 4486 1726879782.95182: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.95192: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.95195: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.95198: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.95359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.95582: done with get_vars() 4486 1726879782.95591: done queuing things up, now waiting for results queue to drain 4486 1726879782.95592: results queue empty 4486 1726879782.95593: checking for any_errors_fatal 4486 1726879782.95593: done checking for any_errors_fatal 4486 1726879782.95594: checking for max_fail_percentage 4486 1726879782.95595: done checking for max_fail_percentage 4486 1726879782.95595: checking to see if all hosts have failed and the running result is not ok 4486 1726879782.95596: done checking to see if all hosts have failed 4486 1726879782.95596: getting the remaining hosts for this loop 4486 1726879782.95597: done getting the remaining hosts for this loop 4486 1726879782.95599: getting the next task for host managed_node3 4486 1726879782.95601: done getting next task for host managed_node3 4486 1726879782.95602: ^ task is: None 4486 1726879782.95603: ^ 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 4486 1726879782.95603: done queuing things up, now waiting for results queue to drain 4486 1726879782.95604: results queue empty 4486 1726879782.95604: checking for any_errors_fatal 4486 1726879782.95605: done checking for any_errors_fatal 4486 1726879782.95605: checking for max_fail_percentage 4486 1726879782.95606: done checking for max_fail_percentage 4486 1726879782.95606: checking to see if all hosts have failed and the running result is not ok 4486 1726879782.95607: done checking to see if all hosts have failed 4486 1726879782.95608: getting the next task for host managed_node3 4486 1726879782.95610: done getting next task for host managed_node3 4486 1726879782.95610: ^ task is: None 4486 1726879782.95611: ^ 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 4486 1726879782.95657: in VariableManager get_vars() 4486 1726879782.95675: done with get_vars() 4486 1726879782.95680: in VariableManager get_vars() 4486 1726879782.95686: done with get_vars() 4486 1726879782.95689: variable 'omit' from source: magic vars 4486 1726879782.95710: in VariableManager get_vars() 4486 1726879782.95717: done with get_vars() 4486 1726879782.95733: variable 'omit' from source: magic vars PLAY [Ensure that the rule runs with ssh] ************************************** 4486 1726879782.95904: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 4486 1726879782.95927: getting the remaining hosts for this loop 4486 1726879782.95928: done getting the remaining hosts for this loop 4486 1726879782.95930: getting the next task for host managed_node3 4486 1726879782.95932: done getting next task for host managed_node3 4486 1726879782.95933: ^ task is: TASK: Gathering Facts 4486 1726879782.95935: ^ 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 4486 1726879782.95937: getting variables 4486 1726879782.95937: in VariableManager get_vars() 4486 1726879782.95943: Calling all_inventory to load vars for managed_node3 4486 1726879782.95945: Calling groups_inventory to load vars for managed_node3 4486 1726879782.95946: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879782.95950: Calling all_plugins_play to load vars for managed_node3 4486 1726879782.95951: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879782.95953: Calling groups_plugins_play to load vars for managed_node3 4486 1726879782.96077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879782.96203: done with get_vars() 4486 1726879782.96208: done getting variables 4486 1726879782.96240: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Friday 20 September 2024 20:49:42 -0400 (0:00:00.958) 0:00:04.289 ****** 4486 1726879782.96256: entering _queue_task() for managed_node3/gather_facts 4486 1726879782.96491: worker is 1 (out of 1 available) 4486 1726879782.96504: exiting _queue_task() for managed_node3/gather_facts 4486 1726879782.96515: done queuing things up, now waiting for results queue to drain 4486 1726879782.96517: waiting for pending results... 4486 1726879782.96662: running TaskExecutor() for managed_node3/TASK: Gathering Facts 4486 1726879782.96723: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000032 4486 1726879782.96735: variable 'ansible_search_path' from source: unknown 4486 1726879782.96775: calling self._execute() 4486 1726879782.96832: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879782.96836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879782.96844: variable 'omit' from source: magic vars 4486 1726879782.96931: variable 'omit' from source: magic vars 4486 1726879782.96952: variable 'omit' from source: magic vars 4486 1726879782.96986: variable 'omit' from source: magic vars 4486 1726879782.97020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879782.97052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879782.97075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879782.97091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879782.97102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879782.97127: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879782.97131: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879782.97133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879782.97214: Set connection var ansible_timeout to 10 4486 1726879782.97219: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879782.97226: Set connection var ansible_pipelining to False 4486 1726879782.97232: Set connection var ansible_shell_executable to /bin/sh 4486 1726879782.97239: Set connection var ansible_shell_type to sh 4486 1726879782.97242: Set connection var ansible_connection to ssh 4486 1726879782.97269: variable 'ansible_shell_executable' from source: unknown 4486 1726879782.97273: variable 'ansible_connection' from source: unknown 4486 1726879782.97276: variable 'ansible_module_compression' from source: unknown 4486 1726879782.97278: variable 'ansible_shell_type' from source: unknown 4486 1726879782.97325: variable 'ansible_shell_executable' from source: unknown 4486 1726879782.97329: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879782.97332: variable 'ansible_pipelining' from source: unknown 4486 1726879782.97335: variable 'ansible_timeout' from source: unknown 4486 1726879782.97338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879782.97586: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879782.97591: variable 'omit' from source: magic vars 4486 1726879782.97594: starting attempt loop 4486 1726879782.97597: running the handler 4486 1726879782.97600: variable 'ansible_facts' from source: unknown 4486 1726879782.97602: _low_level_execute_command(): starting 4486 1726879782.97605: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879782.98255: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879782.98275: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879782.98292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879782.98315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879782.98347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879782.98468: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879782.98496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879782.98570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879783.00303: stdout chunk (state=3): >>>/root <<< 4486 1726879783.00414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879783.00470: stderr chunk (state=3): >>><<< 4486 1726879783.00473: stdout chunk (state=3): >>><<< 4486 1726879783.00496: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879783.00507: _low_level_execute_command(): starting 4486 1726879783.00514: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645 `" && echo ansible-tmp-1726879783.0049388-4622-264956587745645="` echo /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645 `" ) && sleep 0' 4486 1726879783.01146: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879783.01257: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879783.01260: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879783.01316: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879783.03303: stdout chunk (state=3): >>>ansible-tmp-1726879783.0049388-4622-264956587745645=/root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645 <<< 4486 1726879783.03531: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879783.03550: stdout chunk (state=3): >>><<< 4486 1726879783.03622: stderr chunk (state=3): >>><<< 4486 1726879783.03641: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879783.0049388-4622-264956587745645=/root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879783.03669: variable 'ansible_module_compression' from source: unknown 4486 1726879783.03722: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 4486 1726879783.03970: variable 'ansible_facts' from source: unknown 4486 1726879783.04041: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py 4486 1726879783.04248: Sending initial data 4486 1726879783.04256: Sent initial data (152 bytes) 4486 1726879783.04920: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879783.04936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879783.04998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879783.05057: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879783.05085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879783.06665: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879783.06716: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879783.06759: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmputwb3hif /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py <<< 4486 1726879783.06763: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py" <<< 4486 1726879783.06795: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmputwb3hif" to remote "/root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py" <<< 4486 1726879783.07858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879783.07928: stderr chunk (state=3): >>><<< 4486 1726879783.07931: stdout chunk (state=3): >>><<< 4486 1726879783.07957: done transferring module to remote 4486 1726879783.07977: _low_level_execute_command(): starting 4486 1726879783.07980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/ /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py && sleep 0' 4486 1726879783.08468: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879783.08472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879783.08474: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879783.08477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879783.08480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879783.08529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879783.08536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879783.08578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879783.10471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879783.10493: stderr chunk (state=3): >>><<< 4486 1726879783.10496: stdout chunk (state=3): >>><<< 4486 1726879783.10512: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879783.10516: _low_level_execute_command(): starting 4486 1726879783.10519: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/AnsiballZ_setup.py && sleep 0' 4486 1726879783.11121: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879783.11131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879783.11139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879783.11152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879783.11192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879783.11225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879783.13509: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879783.13543: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879783.13597: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879783.13655: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879783.13661: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879783.13695: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879783.13737: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 4486 1726879783.13744: stdout chunk (state=3): >>># installing zipimport hook <<< 4486 1726879783.13756: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879783.13772: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879783.13826: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879783.13834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.13845: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879783.13872: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879783.13905: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879783.13943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879783.13947: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1cbb30> <<< 4486 1726879783.13979: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879783.13985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1feab0> <<< 4486 1726879783.14008: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879783.14038: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879783.14041: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879783.14059: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879783.14101: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879783.14189: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879783.14219: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879783.14225: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879783.14250: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879783.14281: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 4486 1726879783.14288: stdout chunk (state=3): >>>Processing global site-packages <<< 4486 1726879783.14306: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879783.14315: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879783.14345: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879783.14375: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfb11c0> <<< 4486 1726879783.14433: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879783.14446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfb2000> <<< 4486 1726879783.14482: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879783.14508: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879783.14910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879783.14922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879783.14953: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879783.14957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.14983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879783.15029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879783.15110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879783.15117: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfefe30> <<< 4486 1726879783.15139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879783.15156: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfefef0> <<< 4486 1726879783.15192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879783.15210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879783.15215: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879783.15269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.15282: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879783.15307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879783.15325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae027800> <<< 4486 1726879783.15339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879783.15347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879783.15362: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae027e90> <<< 4486 1726879783.15371: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879783.15434: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae007b00> <<< 4486 1726879783.15442: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879783.15458: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae005220> <<< 4486 1726879783.15556: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfecfe0> <<< 4486 1726879783.15589: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879783.15608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879783.15614: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879783.15642: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879783.15677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879783.15695: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879783.15757: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae04b7a0> <<< 4486 1726879783.15783: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae04a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 4486 1726879783.15788: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae007e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae048b60> <<< 4486 1726879783.15845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879783.15872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfec260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 4486 1726879783.15878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879783.15918: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.15921: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae078c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae078b30> <<< 4486 1726879783.15962: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae078f20> <<< 4486 1726879783.16007: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfead80> <<< 4486 1726879783.16012: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.16047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879783.16077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879783.16080: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae079610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0792e0> <<< 4486 1726879783.16082: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879783.16118: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879783.16148: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07a510> import 'importlib.util' # <<< 4486 1726879783.16155: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879783.16185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879783.16216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879783.16248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879783.16252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae094740> <<< 4486 1726879783.16305: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879783.16329: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.16338: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae095e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879783.16385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879783.16388: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae096d20> <<< 4486 1726879783.16440: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.16444: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae097380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae096270> <<< 4486 1726879783.16479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879783.16514: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.16518: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae097da0> <<< 4486 1726879783.16532: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0974d0> <<< 4486 1726879783.16581: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07a570> <<< 4486 1726879783.16592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879783.16620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879783.16629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879783.16663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879783.16703: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabaddd7cb0> <<< 4486 1726879783.16723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879783.16754: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade00710> <<< 4486 1726879783.16758: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade00470> <<< 4486 1726879783.16816: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade00680> <<< 4486 1726879783.16821: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade008c0> <<< 4486 1726879783.16841: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabaddd5e50> <<< 4486 1726879783.16873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879783.16961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879783.16988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879783.17015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879783.17022: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade01eb0> <<< 4486 1726879783.17044: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade00b60> <<< 4486 1726879783.17060: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07ac60> <<< 4486 1726879783.17090: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879783.17142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.17159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879783.17201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879783.17231: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade2e240> <<< 4486 1726879783.17280: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879783.17289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.17312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879783.17334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879783.17383: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade46390> <<< 4486 1726879783.17401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879783.17453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879783.17523: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879783.17541: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade83140> <<< 4486 1726879783.17546: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879783.17612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879783.17624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879783.17655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879783.17746: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadea18e0> <<< 4486 1726879783.17821: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade83260> <<< 4486 1726879783.17863: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade47020> <<< 4486 1726879783.17895: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadc94260> <<< 4486 1726879783.17919: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade453d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade02e10> <<< 4486 1726879783.18093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879783.18107: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabadc944a0> <<< 4486 1726879783.18288: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_uua64qma/ansible_ansible.legacy.setup_payload.zip' <<< 4486 1726879783.18294: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.18444: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.18469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879783.18486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879783.18527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879783.18610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879783.18651: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 4486 1726879783.18654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcf9fd0> <<< 4486 1726879783.18658: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879783.18862: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcd0ec0> <<< 4486 1726879783.18885: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadc97f80> # zipimport: zlib available <<< 4486 1726879783.18919: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.18939: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.18946: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879783.18965: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.20528: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.21812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 4486 1726879783.21829: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcd3e60> <<< 4486 1726879783.21835: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879783.21871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.21886: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879783.21928: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879783.21941: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd299d0> <<< 4486 1726879783.21975: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd29790> <<< 4486 1726879783.22006: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd290a0> <<< 4486 1726879783.22023: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879783.22037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879783.22081: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd297f0> <<< 4486 1726879783.22088: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcfac60> import 'atexit' # <<< 4486 1726879783.22120: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd2a720> <<< 4486 1726879783.22149: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.22155: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd2a960> <<< 4486 1726879783.22178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879783.22227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879783.22243: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879783.22289: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd2aea0> <<< 4486 1726879783.22297: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879783.22312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879783.22347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879783.22383: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb90c20> <<< 4486 1726879783.22410: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.22415: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadb92840> <<< 4486 1726879783.22449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879783.22451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879783.22497: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb93200> <<< 4486 1726879783.22507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879783.22548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879783.22557: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb943e0> <<< 4486 1726879783.22583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879783.22622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879783.22645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879783.22652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879783.22707: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb96ea0> <<< 4486 1726879783.22749: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.22761: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadb96ff0> <<< 4486 1726879783.22777: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb95160> <<< 4486 1726879783.22790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879783.22819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879783.22844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879783.22867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879783.22899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879783.22930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879783.22942: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb9ad80> <<< 4486 1726879783.22947: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879783.23024: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb99850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb995b0> <<< 4486 1726879783.23046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879783.23052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879783.23137: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb9bec0> <<< 4486 1726879783.23166: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb955e0> <<< 4486 1726879783.23195: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.23201: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbdeed0> <<< 4486 1726879783.23229: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 4486 1726879783.23233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbdf080> <<< 4486 1726879783.23257: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879783.23273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879783.23295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879783.23352: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbe4c50> <<< 4486 1726879783.23357: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe4a10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879783.23498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879783.23556: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.23562: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbe71a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe5340> <<< 4486 1726879783.23584: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879783.23626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.23654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879783.23668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879783.23675: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879783.23721: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbee930> <<< 4486 1726879783.23880: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe7320> <<< 4486 1726879783.23991: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbef710> <<< 4486 1726879783.23995: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbefb00> <<< 4486 1726879783.24153: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbefa10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbdf350> <<< 4486 1726879783.24179: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf3290> <<< 4486 1726879783.24425: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf4770> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf1a00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf2db0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf1610> # zipimport: zlib available <<< 4486 1726879783.24428: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879783.24444: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.24533: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.24631: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.24679: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.24894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.24957: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.25582: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.26251: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.26310: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada7c830> <<< 4486 1726879783.26420: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879783.26434: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7d610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf70b0> <<< 4486 1726879783.26478: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879783.26529: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879783.26547: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.26694: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.26881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7d430> <<< 4486 1726879783.26904: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.27413: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.27916: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.27992: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.28127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.28168: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879783.28196: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.28252: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.28372: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879783.28396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879783.28433: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.28436: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.28483: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 4486 1726879783.28740: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879783.29074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879783.29081: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879783.29168: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7e4b0> # zipimport: zlib available <<< 4486 1726879783.29254: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29333: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879783.29348: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879783.29353: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879783.29382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879783.29467: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.29600: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada86210> <<< 4486 1726879783.29654: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada86ab0> <<< 4486 1726879783.29680: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7f4d0> <<< 4486 1726879783.29686: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29737: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29781: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879783.29787: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29836: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29883: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.29943: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30017: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879783.30060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.30155: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.30163: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada85820> <<< 4486 1726879783.30203: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada86c30> <<< 4486 1726879783.30238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 4486 1726879783.30248: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 4486 1726879783.30253: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30320: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30401: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30441: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30480: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.30491: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879783.30533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879783.30544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879783.30621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879783.30642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879783.30699: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb1ae70> <<< 4486 1726879783.30748: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada93ce0> <<< 4486 1726879783.30869: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada8acc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada8ab10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879783.30892: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30897: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.30920: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879783.30991: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879783.31008: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879783.31034: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31086: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31179: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31201: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.31259: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31321: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31360: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 4486 1726879783.31458: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31534: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31561: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31593: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879783.31611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31803: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.31997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.32041: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.32099: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879783.32126: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 4486 1726879783.32144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 4486 1726879783.32170: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 4486 1726879783.32190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 4486 1726879783.32211: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb21c10> <<< 4486 1726879783.32243: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 4486 1726879783.32250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 4486 1726879783.32276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879783.32315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879783.32347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 4486 1726879783.32357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879783.32362: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0a8410> <<< 4486 1726879783.32401: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.32410: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.32423: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0a8710> <<< 4486 1726879783.32466: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb01490> <<< 4486 1726879783.32489: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb005c0> <<< 4486 1726879783.32517: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb202f0> <<< 4486 1726879783.32539: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb20da0> <<< 4486 1726879783.32550: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 4486 1726879783.32601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 4486 1726879783.32627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 4486 1726879783.32633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879783.32657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 4486 1726879783.32662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879783.32694: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.32701: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0ab710> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0aafc0> <<< 4486 1726879783.32728: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0ab1a0> <<< 4486 1726879783.32753: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0aa420> <<< 4486 1726879783.32774: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 4486 1726879783.32880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 4486 1726879783.32886: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0ab830> <<< 4486 1726879783.32908: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 4486 1726879783.32942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879783.32977: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad1122d0> <<< 4486 1726879783.33007: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad110320> <<< 4486 1726879783.33038: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb21370> <<< 4486 1726879783.33051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 4486 1726879783.33068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 4486 1726879783.33078: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33096: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33105: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 4486 1726879783.33110: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33176: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 4486 1726879783.33254: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33306: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 4486 1726879783.33392: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33413: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 4486 1726879783.33470: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33496: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 4486 1726879783.33559: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33608: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 4486 1726879783.33620: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33655: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 4486 1726879783.33721: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33789: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33845: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.33900: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.34006: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 4486 1726879783.34016: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.34554: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 4486 1726879783.35061: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35116: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35211: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35248: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 4486 1726879783.35271: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35298: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35330: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 4486 1726879783.35341: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35402: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 4486 1726879783.35479: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35507: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 4486 1726879783.35550: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35585: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 4486 1726879783.35630: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35706: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.35803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879783.35809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879783.35838: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad113a70> <<< 4486 1726879783.35859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879783.35887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879783.36012: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad112e40> <<< 4486 1726879783.36020: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 4486 1726879783.36032: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36101: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36194: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 4486 1726879783.36197: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36298: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 4486 1726879783.36472: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 4486 1726879783.36562: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.36653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879783.36705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879783.36773: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.36828: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad1424e0> <<< 4486 1726879783.37056: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad12f320> import 'ansible.module_utils.facts.system.python' # <<< 4486 1726879783.37108: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37112: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37204: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 4486 1726879783.37285: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37370: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37492: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37668: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 4486 1726879783.37726: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37762: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 4486 1726879783.37796: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 4486 1726879783.37885: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.37910: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabacf36030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf37890> <<< 4486 1726879783.37919: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 4486 1726879783.37945: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.37949: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 4486 1726879783.37976: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38010: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 4486 1726879783.38067: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38234: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38403: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 4486 1726879783.38410: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38519: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38630: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38676: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38721: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 4486 1726879783.38738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 4486 1726879783.38742: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38768: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38785: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.38945: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.39102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 4486 1726879783.39106: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 4486 1726879783.39115: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.39253: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.39394: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 4486 1726879783.39399: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.39435: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.39476: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.40126: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.40696: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 4486 1726879783.40714: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.40824: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.40944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 4486 1726879783.40953: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41062: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41177: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 4486 1726879783.41183: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41352: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 4486 1726879783.41542: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41565: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 4486 1726879783.41571: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41617: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 4486 1726879783.41679: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41781: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.41891: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42115: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 4486 1726879783.42353: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 4486 1726879783.42370: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42403: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 4486 1726879783.42471: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42504: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 4486 1726879783.42592: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 4486 1726879783.42722: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 4486 1726879783.42756: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42809: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42884: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 4486 1726879783.42904: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.42967: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43024: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 4486 1726879783.43308: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43599: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 4486 1726879783.43605: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43684: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43752: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 4486 1726879783.43792: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43839: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 4486 1726879783.43871: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43885: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 4486 1726879783.43944: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43960: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.43991: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 4486 1726879783.43999: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44096: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 4486 1726879783.44218: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879783.44221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 4486 1726879783.44274: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 4486 1726879783.44344: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44398: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44422: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44435: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44487: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44572: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44652: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 4486 1726879783.44722: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44738: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.44784: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 4486 1726879783.44802: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45007: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45241: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 4486 1726879783.45245: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45291: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 4486 1726879783.45340: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45395: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 4486 1726879783.45452: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45547: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45636: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 4486 1726879783.45652: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45774: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.45849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 4486 1726879783.45852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 4486 1726879783.45928: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879783.46441: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 4486 1726879783.46447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 4486 1726879783.46474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 4486 1726879783.46485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 4486 1726879783.46530: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879783.46537: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabacf5e780> <<< 4486 1726879783.46546: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf5cf80> <<< 4486 1726879783.46591: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf5bfe0> <<< 4486 1726879785.00956: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 4486 1726879785.00973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 4486 1726879785.00994: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa6ed0> <<< 4486 1726879785.01017: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 4486 1726879785.01045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 4486 1726879785.01073: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa5790> <<< 4486 1726879785.01125: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.01198: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879785.01202: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa79b0> <<< 4486 1726879785.01215: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa6b10> <<< 4486 1726879785.01473: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 4486 1726879785.21859: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_loadavg": {"1m": 0.5029296875, "5m": 0.48974609375, "15m": 0.2255859375}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "44", "epoch": "1726879784", "epoch_int": "1726879784", "date": "2024-09-20", "time": "20:49:44", "iso8601_micro": "2024-09-21T00:49:44.848794Z", "iso8601": "2024-09-21T00:49:44Z", "iso8601_basic": "20240920T204944848794", "iso8601_basic_short": "20240920T204944", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatt<<< 4486 1726879785.21874: stdout chunk (state=3): >>>er_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "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_fil<<< 4486 1726879785.21884: stdout chunk (state=3): >>>ter": "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.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3118, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 598, "free": 3118}, "nocache": {"free": 3499, "used": 217}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 231, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392253952, "block_size": 4096, "block_total": 64483404, "block_available": 61375062, "block_used": 3108342, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fibre_channel_wwn": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_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"}}} <<< 4486 1726879785.22485: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 4486 1726879785.22495: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 4486 1726879785.22567: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 4486 1726879785.22585: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging <<< 4486 1726879785.22607: stdout chunk (state=3): >>># cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors <<< 4486 1726879785.22646: stdout chunk (state=3): >>># destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec <<< 4486 1726879785.22654: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules <<< 4486 1726879785.22660: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle<<< 4486 1726879785.22759: stdout chunk (state=3): >>> # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor <<< 4486 1726879785.22763: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd <<< 4486 1726879785.22784: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 4486 1726879785.23091: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879785.23142: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879785.23146: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879785.23175: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879785.23215: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879785.23241: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 4486 1726879785.23288: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879785.23309: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879785.23345: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879785.23371: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 4486 1726879785.23407: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 4486 1726879785.23439: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 4486 1726879785.23499: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl <<< 4486 1726879785.23504: stdout chunk (state=3): >>># destroy datetime <<< 4486 1726879785.23541: stdout chunk (state=3): >>># destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 4486 1726879785.23569: stdout chunk (state=3): >>># destroy termios # destroy json <<< 4486 1726879785.23602: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 4486 1726879785.23611: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 4486 1726879785.23660: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna <<< 4486 1726879785.23694: stdout chunk (state=3): >>># destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 4486 1726879785.23739: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879785.23776: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879785.23800: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 4486 1726879785.23830: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 4486 1726879785.23858: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879785.24010: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879785.24058: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879785.24068: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 4486 1726879785.24095: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879785.24132: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879785.24171: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879785.24175: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879785.24283: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 4486 1726879785.24288: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879785.24306: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879785.24384: stdout chunk (state=3): >>># destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc <<< 4486 1726879785.24388: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879785.24392: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879785.24801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879785.24877: stderr chunk (state=3): >>><<< 4486 1726879785.24880: stdout chunk (state=3): >>><<< 4486 1726879785.25000: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae1feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfb11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfb2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfefe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfefef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae027800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae027e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae007b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae005220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfecfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae04b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae04a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae007e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae048b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfec260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae078c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae078b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae078f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadfead80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae079610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0792e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07a510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae094740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae095e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae096d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae097380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae096270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabae097da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae0974d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07a570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabaddd7cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade00710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade00470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade00680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabade008c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabaddd5e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade01eb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade00b60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabae07ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade2e240> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade46390> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade83140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadea18e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade83260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade47020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadc94260> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade453d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabade02e10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabadc944a0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_uua64qma/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcf9fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcd0ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadc97f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcd3e60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd299d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd29790> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd290a0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd297f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadcfac60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd2a720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadd2a960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadd2aea0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb90c20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadb92840> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb93200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb943e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb96ea0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadb96ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb95160> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb9ad80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb99850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb995b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb9bec0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb955e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbdeed0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbdf080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbe4c50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe4a10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbe71a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe5340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbee930> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbe7320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbef710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbefb00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbefa10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbdf350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf3290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf4770> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf1a00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabadbf2db0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf1610> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada7c830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7d610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadbf70b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7d430> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7e4b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada86210> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada86ab0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada7f4d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabada85820> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada86c30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb1ae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada93ce0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada8acc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabada8ab10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb21c10> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0a8410> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0a8710> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb01490> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb005c0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb202f0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb20da0> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0ab710> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0aafc0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad0ab1a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0aa420> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad0ab830> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad1122d0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad110320> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabadb21370> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad113a70> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad112e40> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabad1424e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabad12f320> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabacf36030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf37890> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabacf5e780> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf5cf80> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacf5bfe0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa6ed0> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa5790> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa79b0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabacfa6b10> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_loadavg": {"1m": 0.5029296875, "5m": 0.48974609375, "15m": 0.2255859375}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "44", "epoch": "1726879784", "epoch_int": "1726879784", "date": "2024-09-20", "time": "20:49:44", "iso8601_micro": "2024-09-21T00:49:44.848794Z", "iso8601": "2024-09-21T00:49:44Z", "iso8601_basic": "20240920T204944848794", "iso8601_basic_short": "20240920T204944", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3118, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 598, "free": 3118}, "nocache": {"free": 3499, "used": 217}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 231, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392253952, "block_size": 4096, "block_total": 64483404, "block_available": 61375062, "block_used": 3108342, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fibre_channel_wwn": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_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"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879785.25962: 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-1726879783.0049388-4622-264956587745645/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879785.25971: _low_level_execute_command(): starting 4486 1726879785.25974: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879783.0049388-4622-264956587745645/ > /dev/null 2>&1 && sleep 0' 4486 1726879785.26283: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879785.26288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879785.26291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879785.26294: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879785.26296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.26347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879785.26353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879785.26395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.28268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879785.28317: stderr chunk (state=3): >>><<< 4486 1726879785.28320: stdout chunk (state=3): >>><<< 4486 1726879785.28349: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879785.28369: handler run complete 4486 1726879785.28790: variable 'ansible_facts' from source: unknown 4486 1726879785.28794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.29468: variable 'ansible_facts' from source: unknown 4486 1726879785.29908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.30241: attempt loop complete, returning result 4486 1726879785.30245: _execute() done 4486 1726879785.30248: dumping result to json 4486 1726879785.30290: done dumping result, returning 4486 1726879785.30297: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0229e9c9-8e59-25d7-fcc3-000000000032] 4486 1726879785.30299: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000032 ok: [managed_node3] 4486 1726879785.31361: no more pending results, returning what we have 4486 1726879785.31366: results queue empty 4486 1726879785.31367: checking for any_errors_fatal 4486 1726879785.31368: done checking for any_errors_fatal 4486 1726879785.31369: checking for max_fail_percentage 4486 1726879785.31370: done checking for max_fail_percentage 4486 1726879785.31371: checking to see if all hosts have failed and the running result is not ok 4486 1726879785.31372: done checking to see if all hosts have failed 4486 1726879785.31372: getting the remaining hosts for this loop 4486 1726879785.31373: done getting the remaining hosts for this loop 4486 1726879785.31376: getting the next task for host managed_node3 4486 1726879785.31380: done getting next task for host managed_node3 4486 1726879785.31381: ^ task is: TASK: meta (flush_handlers) 4486 1726879785.31382: ^ 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 4486 1726879785.31385: getting variables 4486 1726879785.31386: in VariableManager get_vars() 4486 1726879785.31408: Calling all_inventory to load vars for managed_node3 4486 1726879785.31412: Calling groups_inventory to load vars for managed_node3 4486 1726879785.31420: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879785.31430: Calling all_plugins_play to load vars for managed_node3 4486 1726879785.31432: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879785.31436: Calling groups_plugins_play to load vars for managed_node3 4486 1726879785.31548: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000032 4486 1726879785.31551: WORKER PROCESS EXITING 4486 1726879785.31562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.31709: done with get_vars() 4486 1726879785.31717: done getting variables 4486 1726879785.31778: in VariableManager get_vars() 4486 1726879785.31786: Calling all_inventory to load vars for managed_node3 4486 1726879785.31788: Calling groups_inventory to load vars for managed_node3 4486 1726879785.31790: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879785.31793: Calling all_plugins_play to load vars for managed_node3 4486 1726879785.31794: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879785.31796: Calling groups_plugins_play to load vars for managed_node3 4486 1726879785.31897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.32043: done with get_vars() 4486 1726879785.32053: done queuing things up, now waiting for results queue to drain 4486 1726879785.32054: results queue empty 4486 1726879785.32055: checking for any_errors_fatal 4486 1726879785.32057: done checking for any_errors_fatal 4486 1726879785.32057: checking for max_fail_percentage 4486 1726879785.32061: done checking for max_fail_percentage 4486 1726879785.32062: checking to see if all hosts have failed and the running result is not ok 4486 1726879785.32062: done checking to see if all hosts have failed 4486 1726879785.32063: getting the remaining hosts for this loop 4486 1726879785.32067: done getting the remaining hosts for this loop 4486 1726879785.32070: getting the next task for host managed_node3 4486 1726879785.32073: done getting next task for host managed_node3 4486 1726879785.32075: ^ task is: TASK: Gather facts from {{ kdump_test_ssh_server_outside }} 4486 1726879785.32076: ^ 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 4486 1726879785.32079: getting variables 4486 1726879785.32080: in VariableManager get_vars() 4486 1726879785.32087: Calling all_inventory to load vars for managed_node3 4486 1726879785.32088: Calling groups_inventory to load vars for managed_node3 4486 1726879785.32090: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879785.32093: Calling all_plugins_play to load vars for managed_node3 4486 1726879785.32095: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879785.32097: Calling groups_plugins_play to load vars for managed_node3 4486 1726879785.32193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.32325: done with get_vars() 4486 1726879785.32330: done getting variables 4486 1726879785.32520: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879785.32524: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.32578: variable 'inventory_hostname' from source: host vars for 'managed_node3' TASK [Gather facts from managed_node3] ***************************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58 Friday 20 September 2024 20:49:45 -0400 (0:00:02.363) 0:00:06.653 ****** 4486 1726879785.32659: entering _queue_task() for managed_node3/setup 4486 1726879785.32909: worker is 1 (out of 1 available) 4486 1726879785.32924: exiting _queue_task() for managed_node3/setup 4486 1726879785.32939: done queuing things up, now waiting for results queue to drain 4486 1726879785.32941: waiting for pending results... 4486 1726879785.33119: running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node3 4486 1726879785.33188: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000000b 4486 1726879785.33202: variable 'ansible_search_path' from source: unknown 4486 1726879785.33233: calling self._execute() 4486 1726879785.33251: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879785.33432: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879785.33436: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.33490: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.33504: in VariableManager get_vars() 4486 1726879785.33530: Calling all_inventory to load vars for managed_node3 4486 1726879785.33536: Calling groups_inventory to load vars for managed_node3 4486 1726879785.33546: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879785.33567: Calling all_plugins_play to load vars for managed_node3 4486 1726879785.33571: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879785.33574: Calling groups_plugins_play to load vars for managed_node3 4486 1726879785.33728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879785.33882: done with get_vars() 4486 1726879785.33888: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.33925: variable 'ansible_delegated_vars' from source: unknown 4486 1726879785.33938: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.33941: variable 'omit' from source: magic vars 4486 1726879785.34012: variable 'omit' from source: magic vars 4486 1726879785.34032: variable 'omit' from source: magic vars 4486 1726879785.34059: variable 'omit' from source: magic vars 4486 1726879785.34072: variable 'ansible_delegated_vars' from source: unknown 4486 1726879785.34091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879785.34119: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879785.34136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879785.34150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879785.34160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879785.34187: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.34191: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879785.34195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879785.34198: variable 'ansible_port' from source: unknown 4486 1726879785.34200: variable 'ansible_user' from source: unknown 4486 1726879785.34273: Set connection var ansible_timeout to 10 4486 1726879785.34281: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879785.34285: Set connection var ansible_pipelining to False 4486 1726879785.34290: Set connection var ansible_shell_executable to /bin/sh 4486 1726879785.34298: Set connection var ansible_shell_type to sh 4486 1726879785.34300: Set connection var ansible_connection to ssh 4486 1726879785.34330: variable 'ansible_delegated_vars' from source: unknown 4486 1726879785.34335: variable 'ansible_user' from source: unknown 4486 1726879785.34349: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879785.34581: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879785.34587: variable 'omit' from source: magic vars 4486 1726879785.34590: starting attempt loop 4486 1726879785.34593: running the handler 4486 1726879785.34596: _low_level_execute_command(): starting 4486 1726879785.34599: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879785.35207: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879785.35213: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879785.35217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.35263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879785.35285: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879785.35324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.36999: stdout chunk (state=3): >>>/root <<< 4486 1726879785.37114: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879785.37194: stderr chunk (state=3): >>><<< 4486 1726879785.37199: stdout chunk (state=3): >>><<< 4486 1726879785.37237: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879785.37241: _low_level_execute_command(): starting 4486 1726879785.37272: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680 `" && echo ansible-tmp-1726879785.3722713-4679-252958979440680="` echo /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680 `" ) && sleep 0' 4486 1726879785.37725: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879785.37729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.37733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879785.37736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.37797: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879785.37807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879785.37856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.39781: stdout chunk (state=3): >>>ansible-tmp-1726879785.3722713-4679-252958979440680=/root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680 <<< 4486 1726879785.39935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879785.39983: stderr chunk (state=3): >>><<< 4486 1726879785.40169: stdout chunk (state=3): >>><<< 4486 1726879785.40173: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879785.3722713-4679-252958979440680=/root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879785.40176: variable 'ansible_delegated_vars' from source: unknown 4486 1726879785.40179: variable 'ansible_module_compression' from source: unknown 4486 1726879785.40200: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 4486 1726879785.40250: variable 'ansible_facts' from source: unknown 4486 1726879785.40576: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py 4486 1726879785.40689: Sending initial data 4486 1726879785.40747: Sent initial data (152 bytes) 4486 1726879785.41380: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.41451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879785.41474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879785.41499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879785.41553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.43113: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 4486 1726879785.43118: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879785.43151: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879785.43190: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpfhr_nkdh /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py <<< 4486 1726879785.43194: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py" <<< 4486 1726879785.43234: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpfhr_nkdh" to remote "/root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py" <<< 4486 1726879785.43239: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py" <<< 4486 1726879785.44307: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879785.44367: stderr chunk (state=3): >>><<< 4486 1726879785.44371: stdout chunk (state=3): >>><<< 4486 1726879785.44389: done transferring module to remote 4486 1726879785.44400: _low_level_execute_command(): starting 4486 1726879785.44405: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/ /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py && sleep 0' 4486 1726879785.44994: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879785.45001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879785.45080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.46852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879785.46967: stderr chunk (state=3): >>><<< 4486 1726879785.46971: stdout chunk (state=3): >>><<< 4486 1726879785.47061: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879785.47071: _low_level_execute_command(): starting 4486 1726879785.47077: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/AnsiballZ_setup.py && sleep 0' 4486 1726879785.47633: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879785.47650: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879785.47672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879785.47782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879785.47801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879785.47883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879785.50141: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879785.50183: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879785.50216: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879785.50289: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879785.50345: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879785.50403: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879785.50406: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879785.50417: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879785.50490: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.50494: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879785.50578: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879785.50618: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714f18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714ee7b30> <<< 4486 1726879785.50655: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714f1aab0> <<< 4486 1726879785.50694: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 4486 1726879785.50698: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 4486 1726879785.50731: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879785.50743: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879785.50818: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879785.50850: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879785.50884: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879785.50893: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879785.50920: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 4486 1726879785.50932: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879785.50959: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879785.50984: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879785.51001: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714ced190> <<< 4486 1726879785.51071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879785.51079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.51090: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714cedfd0> <<< 4486 1726879785.51109: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879785.51147: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879785.51550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879785.51565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879785.51589: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879785.51596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.51616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879785.51660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879785.51676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879785.51705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879785.51709: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d2be60> <<< 4486 1726879785.51737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879785.51748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879785.51778: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d2bf20> <<< 4486 1726879785.51805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879785.51830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879785.51855: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879785.51903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.51924: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879785.51955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879785.51959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d63830> <<< 4486 1726879785.51978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879785.51982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879785.51997: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d63ec0> <<< 4486 1726879785.52004: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879785.52059: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d43b30> <<< 4486 1726879785.52068: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879785.52100: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d41250> <<< 4486 1726879785.52196: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d29010> <<< 4486 1726879785.52228: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879785.52245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879785.52260: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879785.52280: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879785.52304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879785.52331: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879785.52339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879785.52378: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d87830> <<< 4486 1726879785.52384: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d86450> <<< 4486 1726879785.52412: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879785.52418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d42120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d84bc0> <<< 4486 1726879785.52482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db4860> <<< 4486 1726879785.52488: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d282c0> <<< 4486 1726879785.52514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 4486 1726879785.52520: stdout chunk (state=3): >>> <<< 4486 1726879785.52566: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.52569: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714db4d10> <<< 4486 1726879785.52570: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db4bc0> <<< 4486 1726879785.52599: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.52602: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714db4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d26de0> <<< 4486 1726879785.52646: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.52673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879785.52713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879785.52716: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db5340> <<< 4486 1726879785.52728: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879785.52789: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879785.52825: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db6570> import 'importlib.util' # <<< 4486 1726879785.52842: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879785.52889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879785.52905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd07a0> <<< 4486 1726879785.52941: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879785.52957: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd1ee0> <<< 4486 1726879785.52999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879785.53026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd2d80> <<< 4486 1726879785.53100: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd33b0> <<< 4486 1726879785.53117: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879785.53173: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd3dd0> <<< 4486 1726879785.53193: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd3530> <<< 4486 1726879785.53230: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db65d0> <<< 4486 1726879785.53243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879785.53274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879785.53313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879785.53319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879785.53359: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b17ce0> <<< 4486 1726879785.53452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.53460: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b40800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b40560> <<< 4486 1726879785.53478: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b40770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b409e0> <<< 4486 1726879785.53508: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b15e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879785.53602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879785.53654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879785.53658: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b42060> <<< 4486 1726879785.53689: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b40ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db6cc0> <<< 4486 1726879785.53715: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879785.53774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.53800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879785.53838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879785.53869: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b6e420> <<< 4486 1726879785.53924: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879785.53927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.53967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879785.53973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879785.54039: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b864e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879785.54086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879785.54149: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879785.54186: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714bc3260> <<< 4486 1726879785.54199: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879785.54219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879785.54247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879785.54290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879785.54382: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714be1a00> <<< 4486 1726879785.54454: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714bc3380> <<< 4486 1726879785.54497: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b87170> <<< 4486 1726879785.54528: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879785.54538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7149c8350> <<< 4486 1726879785.54551: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b85520> <<< 4486 1726879785.54558: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b42fc0> <<< 4486 1726879785.54718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879785.54744: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd714b85640> <<< 4486 1726879785.54918: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_c_x05ldi/ansible_setup_payload.zip' <<< 4486 1726879785.54924: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.55072: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.55099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879785.55104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879785.55153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879785.55229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879785.55261: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 4486 1726879785.55278: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a32030> <<< 4486 1726879785.55281: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879785.55477: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a08f20> <<< 4486 1726879785.55483: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a080b0> # zipimport: zlib available <<< 4486 1726879785.55512: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 4486 1726879785.55541: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.55550: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.55568: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879785.55576: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.57123: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.58409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879785.58416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a0bd40> <<< 4486 1726879785.58448: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879785.58451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.58479: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879785.58484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879785.58509: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879785.58514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879785.58541: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.58547: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a61970> <<< 4486 1726879785.58581: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61700> <<< 4486 1726879785.58612: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61040> <<< 4486 1726879785.58642: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879785.58646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879785.58689: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61af0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a32cc0> <<< 4486 1726879785.58697: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879785.58728: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a62720> <<< 4486 1726879785.58780: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a62960> <<< 4486 1726879785.58798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879785.58845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879785.58861: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879785.58920: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a62e70> <<< 4486 1726879785.58941: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879785.58962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879785.59001: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148c8b60> <<< 4486 1726879785.59050: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7148ca780> <<< 4486 1726879785.59055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879785.59070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879785.59123: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cb110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879785.59176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879785.59179: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cbf50> <<< 4486 1726879785.59199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879785.59255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879785.59259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879785.59302: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148ced80> <<< 4486 1726879785.59350: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7148ceed0> <<< 4486 1726879785.59407: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cd040> <<< 4486 1726879785.59419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879785.59460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879785.59469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879785.59593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879785.59598: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d2c90> <<< 4486 1726879785.59600: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879785.59648: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d1760> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d14c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879785.59667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879785.59721: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d3b30> <<< 4486 1726879785.59750: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cd550> <<< 4486 1726879785.59776: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714916e10> <<< 4486 1726879785.59800: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714916f30> <<< 4486 1726879785.59829: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879785.59851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879785.59875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879785.59903: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.59917: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714918b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714918920> <<< 4486 1726879785.59936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879785.60049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879785.60095: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.60104: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71491b0b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714919250> <<< 4486 1726879785.60132: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879785.60171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.60195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879785.60203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879785.60218: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879785.60261: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714926840> <<< 4486 1726879785.60395: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71491b1d0> <<< 4486 1726879785.60473: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.60478: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927b30> <<< 4486 1726879785.60508: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927860> <<< 4486 1726879785.60552: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927b60> <<< 4486 1726879785.60573: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714917230> <<< 4486 1726879785.60599: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879785.60614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879785.60617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879785.60640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879785.60666: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.60689: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492b3b0> <<< 4486 1726879785.60858: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.60864: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492c7d0> <<< 4486 1726879785.60884: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714929b20> <<< 4486 1726879785.60914: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.60923: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492aea0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714929700> <<< 4486 1726879785.60937: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.60952: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879785.60971: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61067: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61156: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61180: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879785.61195: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61208: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61217: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879785.61231: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61360: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.61493: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.62091: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.62712: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879785.62720: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 4486 1726879785.62746: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879785.62799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.62821: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147b4950> <<< 4486 1726879785.62916: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879785.62921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879785.62952: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b57c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71492fd10> <<< 4486 1726879785.63005: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879785.63009: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.63037: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.63040: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879785.63043: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.63202: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.63396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879785.63409: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b57f0> # zipimport: zlib available <<< 4486 1726879785.63927: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64427: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64505: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64595: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879785.64644: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879785.64710: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64768: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.64875: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879785.64890: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 4486 1726879785.64947: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.65004: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879785.65014: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.65243: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.65503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879785.65578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879785.65585: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879785.65661: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b67b0> <<< 4486 1726879785.65678: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.65749: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.65839: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879785.65842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 4486 1726879785.65861: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879785.65885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879785.65958: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.66088: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147be3f0> <<< 4486 1726879785.66146: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.66150: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147becc0> <<< 4486 1726879785.66178: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b7200> # zipimport: zlib available <<< 4486 1726879785.66229: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66281: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879785.66288: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66314: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66383: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66424: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66498: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879785.66536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.66633: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147bda30> <<< 4486 1726879785.66676: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147bedb0> <<< 4486 1726879785.66709: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879785.66723: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66784: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66855: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66879: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.66929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.66957: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879785.66979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879785.67005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879785.67065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879785.67100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879785.67157: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71484ef00> <<< 4486 1726879785.67202: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147cbd70> <<< 4486 1726879785.67294: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147c2e40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147c2c90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879785.67310: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67337: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67371: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879785.67429: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879785.67445: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67457: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879785.67482: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67540: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67604: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67626: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67649: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67691: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67740: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67776: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67813: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 4486 1726879785.67826: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67906: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.67981: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68025: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68058: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879785.68067: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68263: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68457: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68498: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.68560: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879785.68586: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 4486 1726879785.68604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 4486 1726879785.68623: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 4486 1726879785.68645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 4486 1726879785.68675: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714855e20> <<< 4486 1726879785.68714: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 4486 1726879785.68728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879785.68773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879785.68800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 4486 1726879785.68811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879785.68824: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4c5c0> <<< 4486 1726879785.68853: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.68871: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.68877: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4c920> <<< 4486 1726879785.68923: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714835640> <<< 4486 1726879785.68945: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714834a40> <<< 4486 1726879785.68980: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854530> <<< 4486 1726879785.68986: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854f50> <<< 4486 1726879785.69007: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 4486 1726879785.69058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 4486 1726879785.69085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879785.69112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 4486 1726879785.69118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879785.69153: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.69169: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4f7d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4f080> <<< 4486 1726879785.69187: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4f260> <<< 4486 1726879785.69210: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4e4b0> <<< 4486 1726879785.69231: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 4486 1726879785.69342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 4486 1726879785.69346: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4f8f0> <<< 4486 1726879785.69376: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 4486 1726879785.69401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879785.69434: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713db6420> <<< 4486 1726879785.69472: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db4440> <<< 4486 1726879785.69502: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854080> <<< 4486 1726879785.69506: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 4486 1726879785.69518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 4486 1726879785.69536: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69554: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 4486 1726879785.69572: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69632: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 4486 1726879785.69710: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69761: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 4486 1726879785.69838: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69845: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 4486 1726879785.69868: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69894: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.69955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 4486 1726879785.69958: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70018: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70049: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 4486 1726879785.70083: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70101: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70161: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 4486 1726879785.70228: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70289: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70357: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 4486 1726879785.70429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 4486 1726879785.70432: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.70997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 4486 1726879785.71501: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71578: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71636: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71677: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71721: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 4486 1726879785.71742: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71760: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71791: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 4486 1726879785.71809: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71858: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 4486 1726879785.71936: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71968: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.71999: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 4486 1726879785.72017: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72046: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 4486 1726879785.72177: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879785.72275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879785.72293: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db7dd0> <<< 4486 1726879785.72315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879785.72345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879785.72492: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db70e0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 4486 1726879785.72561: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 4486 1726879785.72648: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72755: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 4486 1726879785.72838: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72917: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.72991: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 4486 1726879785.73004: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73048: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879785.73143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879785.73216: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.73280: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713dea600> <<< 4486 1726879785.73487: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713dd3290> import 'ansible.module_utils.facts.system.python' # <<< 4486 1726879785.73506: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73568: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 4486 1726879785.73646: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73727: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73811: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.73940: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74097: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 4486 1726879785.74106: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 4486 1726879785.74116: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74158: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74196: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 4486 1726879785.74209: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74260: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 4486 1726879785.74346: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.74380: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713c05d30> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713de82f0> import 'ansible.module_utils.facts.system.user' # <<< 4486 1726879785.74389: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74399: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 4486 1726879785.74430: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74477: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 4486 1726879785.74524: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74683: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 4486 1726879785.74855: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.74974: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75080: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75127: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 4486 1726879785.75184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 4486 1726879785.75192: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75212: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75235: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75392: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 4486 1726879785.75570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 4486 1726879785.75703: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75839: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 4486 1726879785.75847: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75880: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.75919: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.76560: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77139: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 4486 1726879785.77156: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77278: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77421: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 4486 1726879785.77505: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77612: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 4486 1726879785.77627: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77797: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.77966: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 4486 1726879785.77998: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879785.78001: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 4486 1726879785.78020: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78056: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 4486 1726879785.78226: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78337: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78562: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78786: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 4486 1726879785.78805: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78872: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78915: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 4486 1726879785.78949: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.78958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 4486 1726879785.79045: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79115: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 4486 1726879785.79123: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79146: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 4486 1726879785.79196: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79250: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79327: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 4486 1726879785.79339: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79384: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 4486 1726879785.79456: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.79795: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 4486 1726879785.80088: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80133: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 4486 1726879785.80284: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80325: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 4486 1726879785.80348: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 4486 1726879785.80404: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80455: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # <<< 4486 1726879785.80493: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80543: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80618: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 4486 1726879785.80640: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80676: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 4486 1726879785.80680: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80723: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80792: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 4486 1726879785.80823: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879785.80836: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80872: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.80932: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81025: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 4486 1726879785.81094: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 4486 1726879785.81104: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81156: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81208: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 4486 1726879785.81217: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81447: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.81790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 4486 1726879785.81794: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 4486 1726879785.81828: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.82103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 4486 1726879785.82186: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.82279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 4486 1726879785.82294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 4486 1726879785.82372: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879785.82977: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 4486 1726879785.82990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 4486 1726879785.83010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 4486 1726879785.83031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 4486 1726879785.83065: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879785.83076: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713c2e450> <<< 4486 1726879785.83089: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c2c650> <<< 4486 1726879785.83148: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c2bb90> <<< 4486 1726879787.46228: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 4486 1726879787.46248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 4486 1726879787.46278: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c74740> <<< 4486 1726879787.46296: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 4486 1726879787.46319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 4486 1726879787.46343: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c75160> <<< 4486 1726879787.46393: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 4486 1726879787.46400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879787.46430: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 4486 1726879787.46439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879787.46445: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c76a80> <<< 4486 1726879787.46484: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c761b0> <<< 4486 1726879787.46736: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 4486 1726879787.71038: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.5029296875, "5m": 0.48974609375, "15m": 0.2255859375}, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-266<<< 4486 1726879787.71081: stdout chunk (state=3): >>>6 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3112, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 604, "free": 3112}, "nocache": {"free": 3493, "used": 223}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 233, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392241664, "block_size": 4096, "block_total": 64483404, "block_available": 61375059, "block_used": 3108345, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_of<<< 4486 1726879787.71090: stdout chunk (state=3): >>>fload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "47", "epoch": "1726879787", "epoch_int": "1726879787", "date": "2024-09-20", "time": "20:49:47", "iso8601_micro": "2024-09-21T00:49:47.707984Z", "iso8601": "2024-09-21T00:49:47Z", "iso8601_basic": "20240920T204947707984", "iso8601_basic_short": "20240920T204947", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 4486 1726879787.71688: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 4486 1726879787.71709: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref <<< 4486 1726879787.71716: stdout chunk (state=3): >>># cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc <<< 4486 1726879787.71753: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 4486 1726879787.71768: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 4486 1726879787.71776: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 4486 1726879787.71803: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils <<< 4486 1726879787.71812: stdout chunk (state=3): >>># destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback <<< 4486 1726879787.71844: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 4486 1726879787.71848: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux <<< 4486 1726879787.71879: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters <<< 4486 1726879787.71892: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro <<< 4486 1726879787.71916: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules <<< 4486 1726879787.71919: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system<<< 4486 1726879787.71951: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb <<< 4486 1726879787.71960: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos <<< 4486 1726879787.71989: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors <<< 4486 1726879787.72024: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly <<< 4486 1726879787.72028: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly <<< 4486 1726879787.72030: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 4486 1726879787.72369: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879787.72384: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879787.72396: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879787.72416: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma<<< 4486 1726879787.72441: stdout chunk (state=3): >>> # destroy zipfile._path <<< 4486 1726879787.72508: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879787.72515: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 4486 1726879787.72601: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879787.72606: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879787.72647: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879787.72695: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 4486 1726879787.72699: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool <<< 4486 1726879787.72757: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 4486 1726879787.72796: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 4486 1726879787.72821: stdout chunk (state=3): >>># destroy _ssl <<< 4486 1726879787.72848: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 4486 1726879787.72891: stdout chunk (state=3): >>># destroy json <<< 4486 1726879787.72915: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 4486 1726879787.72937: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 4486 1726879787.72984: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 4486 1726879787.73025: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache <<< 4486 1726879787.73072: stdout chunk (state=3): >>># destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 4486 1726879787.73078: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 4486 1726879787.73139: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 4486 1726879787.73161: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 4486 1726879787.73228: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879787.73249: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879787.73358: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879787.73403: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879787.73419: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879787.73450: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879787.73496: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879787.73522: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879787.73541: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879787.73630: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 4486 1726879787.73648: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879787.73708: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879787.73739: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools <<< 4486 1726879787.73757: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879787.74133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879787.74199: stderr chunk (state=3): >>><<< 4486 1726879787.74201: stdout chunk (state=3): >>><<< 4486 1726879787.74387: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714f18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714ee7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714f1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714ced190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714cedfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d2be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d2bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d63830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d63ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d43b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d41250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d29010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d87830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d86450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d42120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d84bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db4860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d282c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714db4d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db4bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714db4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714d26de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714dd3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714dd3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b17ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b40800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b40560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b40770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714b409e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b15e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b42060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b40ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714db6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b6e420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b864e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714bc3260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714be1a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714bc3380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b87170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7149c8350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b85520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714b42fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd714b85640> # zipimport: found 103 names in '/tmp/ansible_setup_payload_c_x05ldi/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a32030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a08f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a080b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a0bd40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a61970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61040> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a61af0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a32cc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a62720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714a62960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714a62e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148c8b60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7148ca780> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cb110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cbf50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148ced80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7148ceed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cd040> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d2c90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d1760> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d14c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148d3b30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7148cd550> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714916e10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714916f30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714918b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714918920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71491b0b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714919250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714926840> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71491b1d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927b30> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd714927b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714917230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492b3b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492c7d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714929b20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd71492aea0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714929700> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147b4950> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b57c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71492fd10> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b57f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b67b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147be3f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147becc0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147b7200> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd7147bda30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147bedb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd71484ef00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147cbd70> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147c2e40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd7147c2c90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714855e20> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4c5c0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4c920> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714835640> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714834a40> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854530> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854f50> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4f7d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4f080> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713d4f260> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4e4b0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713d4f8f0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713db6420> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db4440> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd714854080> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db7dd0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713db70e0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713dea600> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713dd3290> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713c05d30> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713de82f0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd713c2e450> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c2c650> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c2bb90> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c74740> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c75160> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c76a80> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd713c761b0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.5029296875, "5m": 0.48974609375, "15m": 0.2255859375}, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3112, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 604, "free": 3112}, "nocache": {"free": 3493, "used": 223}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 233, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251392241664, "block_size": 4096, "block_total": 64483404, "block_available": 61375059, "block_used": 3108345, "inode_total": 16384000, "inode_available": 16302974, "inode_used": 81026, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "49", "second": "47", "epoch": "1726879787", "epoch_int": "1726879787", "date": "2024-09-20", "time": "20:49:47", "iso8601_micro": "2024-09-21T00:49:47.707984Z", "iso8601": "2024-09-21T00:49:47Z", "iso8601_basic": "20240920T204947707984", "iso8601_basic_short": "20240920T204947", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879787.75233: done with _execute_module (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': '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-1726879785.3722713-4679-252958979440680/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879787.75237: _low_level_execute_command(): starting 4486 1726879787.75240: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879785.3722713-4679-252958979440680/ > /dev/null 2>&1 && sleep 0' 4486 1726879787.75489: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879787.75492: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879787.75516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879787.75520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879787.75572: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879787.75576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879787.75579: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879787.75582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879787.75627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879787.75651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879787.75655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879787.75723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879787.77596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879787.77642: stderr chunk (state=3): >>><<< 4486 1726879787.77646: stdout chunk (state=3): >>><<< 4486 1726879787.77659: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879787.77669: handler run complete 4486 1726879787.77756: variable 'ansible_facts' from source: unknown 4486 1726879787.77822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.78033: variable 'ansible_facts' from source: unknown 4486 1726879787.78097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.78189: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879787.78193: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.78196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.78198: variable 'ansible_port' from source: unknown 4486 1726879787.78201: variable 'ansible_user' from source: unknown 4486 1726879787.78207: attempt loop complete, returning result 4486 1726879787.78211: _execute() done 4486 1726879787.78214: dumping result to json 4486 1726879787.78236: done dumping result, returning 4486 1726879787.78244: done running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node3 [0229e9c9-8e59-25d7-fcc3-00000000000b] 4486 1726879787.78247: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000b ok: [managed_node3] 4486 1726879787.79111: no more pending results, returning what we have 4486 1726879787.79114: results queue empty 4486 1726879787.79115: checking for any_errors_fatal 4486 1726879787.79117: done checking for any_errors_fatal 4486 1726879787.79118: checking for max_fail_percentage 4486 1726879787.79119: done checking for max_fail_percentage 4486 1726879787.79120: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.79121: done checking to see if all hosts have failed 4486 1726879787.79122: getting the remaining hosts for this loop 4486 1726879787.79123: done getting the remaining hosts for this loop 4486 1726879787.79127: getting the next task for host managed_node3 4486 1726879787.79132: done getting next task for host managed_node3 4486 1726879787.79136: ^ task is: TASK: Print message that this test is skipped on EL 6 4486 1726879787.79138: ^ 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 4486 1726879787.79141: getting variables 4486 1726879787.79142: in VariableManager get_vars() 4486 1726879787.79165: Calling all_inventory to load vars for managed_node3 4486 1726879787.79170: Calling groups_inventory to load vars for managed_node3 4486 1726879787.79173: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.79180: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000b 4486 1726879787.79183: WORKER PROCESS EXITING 4486 1726879787.79200: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.79205: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.79209: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.79404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.79654: done with get_vars() 4486 1726879787.79673: done getting variables 4486 1726879787.79773: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:63 Friday 20 September 2024 20:49:47 -0400 (0:00:02.471) 0:00:09.125 ****** 4486 1726879787.79795: entering _queue_task() for managed_node3/debug 4486 1726879787.79797: Creating lock for debug 4486 1726879787.79997: worker is 1 (out of 1 available) 4486 1726879787.80012: exiting _queue_task() for managed_node3/debug 4486 1726879787.80024: done queuing things up, now waiting for results queue to drain 4486 1726879787.80026: waiting for pending results... 4486 1726879787.80190: running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6 4486 1726879787.80245: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000000c 4486 1726879787.80257: variable 'ansible_search_path' from source: unknown 4486 1726879787.80295: calling self._execute() 4486 1726879787.80358: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.80362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.80375: variable 'omit' from source: magic vars 4486 1726879787.80707: variable 'ansible_distribution' from source: facts 4486 1726879787.80727: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False 4486 1726879787.80731: when evaluation is False, skipping this task 4486 1726879787.80735: _execute() done 4486 1726879787.80738: dumping result to json 4486 1726879787.80741: done dumping result, returning 4486 1726879787.80745: done running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6 [0229e9c9-8e59-25d7-fcc3-00000000000c] 4486 1726879787.80751: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000c 4486 1726879787.80855: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000c 4486 1726879787.80858: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "ansible_distribution in ['CentOS','RedHat']" } 4486 1726879787.80945: no more pending results, returning what we have 4486 1726879787.80948: results queue empty 4486 1726879787.80949: checking for any_errors_fatal 4486 1726879787.80961: done checking for any_errors_fatal 4486 1726879787.80962: checking for max_fail_percentage 4486 1726879787.80963: done checking for max_fail_percentage 4486 1726879787.80966: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.80967: done checking to see if all hosts have failed 4486 1726879787.80968: getting the remaining hosts for this loop 4486 1726879787.80969: done getting the remaining hosts for this loop 4486 1726879787.80973: getting the next task for host managed_node3 4486 1726879787.80977: done getting next task for host managed_node3 4486 1726879787.80978: ^ task is: TASK: meta (end_host) 4486 1726879787.80980: ^ 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 4486 1726879787.80982: getting variables 4486 1726879787.80983: in VariableManager get_vars() 4486 1726879787.80997: Calling all_inventory to load vars for managed_node3 4486 1726879787.80999: Calling groups_inventory to load vars for managed_node3 4486 1726879787.81001: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.81008: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.81009: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.81011: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.81125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.81255: done with get_vars() 4486 1726879787.81262: done getting variables TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:73 Friday 20 September 2024 20:49:47 -0400 (0:00:00.015) 0:00:09.140 ****** 4486 1726879787.81328: in VariableManager get_vars() 4486 1726879787.81334: Calling all_inventory to load vars for managed_node3 4486 1726879787.81335: Calling groups_inventory to load vars for managed_node3 4486 1726879787.81337: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.81340: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.81341: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.81343: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.81440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.81580: done with get_vars() 4486 1726879787.81719: variable 'ansible_distribution' from source: facts 4486 1726879787.81729: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 4486 1726879787.81748: done queuing things up, now waiting for results queue to drain 4486 1726879787.81749: results queue empty 4486 1726879787.81749: checking for any_errors_fatal 4486 1726879787.81751: done checking for any_errors_fatal 4486 1726879787.81751: checking for max_fail_percentage 4486 1726879787.81752: done checking for max_fail_percentage 4486 1726879787.81752: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.81753: done checking to see if all hosts have failed 4486 1726879787.81753: getting the remaining hosts for this loop 4486 1726879787.81754: done getting the remaining hosts for this loop 4486 1726879787.81755: getting the next task for host managed_node3 4486 1726879787.81758: done getting next task for host managed_node3 4486 1726879787.81760: ^ task is: TASK: Run the role. If reboot is not required - the play succeeds. 4486 1726879787.81761: ^ 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 4486 1726879787.81762: getting variables 4486 1726879787.81763: in VariableManager get_vars() 4486 1726879787.81771: Calling all_inventory to load vars for managed_node3 4486 1726879787.81773: Calling groups_inventory to load vars for managed_node3 4486 1726879787.81774: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.81778: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.81779: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.81781: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.81875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.82058: done with get_vars() 4486 1726879787.82071: done getting variables TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:84 Friday 20 September 2024 20:49:47 -0400 (0:00:00.008) 0:00:09.148 ****** 4486 1726879787.82155: entering _queue_task() for managed_node3/include_role 4486 1726879787.82159: Creating lock for include_role 4486 1726879787.82441: worker is 1 (out of 1 available) 4486 1726879787.82456: exiting _queue_task() for managed_node3/include_role 4486 1726879787.82475: done queuing things up, now waiting for results queue to drain 4486 1726879787.82478: waiting for pending results... 4486 1726879787.82900: running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds. 4486 1726879787.82906: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000000f 4486 1726879787.82909: variable 'ansible_search_path' from source: unknown 4486 1726879787.82913: calling self._execute() 4486 1726879787.82991: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.82995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.82998: variable 'omit' from source: magic vars 4486 1726879787.83075: _execute() done 4486 1726879787.83079: dumping result to json 4486 1726879787.83088: done dumping result, returning 4486 1726879787.83092: done running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds. [0229e9c9-8e59-25d7-fcc3-00000000000f] 4486 1726879787.83094: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000f 4486 1726879787.83209: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000000f 4486 1726879787.83213: WORKER PROCESS EXITING 4486 1726879787.83242: no more pending results, returning what we have 4486 1726879787.83247: in VariableManager get_vars() 4486 1726879787.83281: Calling all_inventory to load vars for managed_node3 4486 1726879787.83284: Calling groups_inventory to load vars for managed_node3 4486 1726879787.83287: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.83302: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.83306: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.83310: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.83567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.83788: done with get_vars() 4486 1726879787.83796: variable 'ansible_search_path' from source: unknown 4486 1726879787.83854: variable 'omit' from source: magic vars 4486 1726879787.83873: variable 'omit' from source: magic vars 4486 1726879787.83887: variable 'omit' from source: magic vars 4486 1726879787.83892: we have included files to process 4486 1726879787.83894: generating all_blocks data 4486 1726879787.83895: done generating all_blocks data 4486 1726879787.83896: processing included file: fedora.linux_system_roles.kdump 4486 1726879787.83923: in VariableManager get_vars() 4486 1726879787.83936: done with get_vars() 4486 1726879787.84021: in VariableManager get_vars() 4486 1726879787.84041: done with get_vars() 4486 1726879787.84095: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/vars/main.yml 4486 1726879787.84210: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/defaults/main.yml 4486 1726879787.84298: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/meta/main.yml 4486 1726879787.84480: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml 4486 1726879787.85006: in VariableManager get_vars() 4486 1726879787.85034: done with get_vars() 4486 1726879787.85338: in VariableManager get_vars() 4486 1726879787.85367: done with get_vars() 4486 1726879787.86452: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml 4486 1726879787.86862: iterating over new_blocks loaded from include file 4486 1726879787.86865: in VariableManager get_vars() 4486 1726879787.86881: done with get_vars() 4486 1726879787.86883: filtering new block on tags 4486 1726879787.86959: done filtering new block on tags 4486 1726879787.86962: in VariableManager get_vars() 4486 1726879787.86972: done with get_vars() 4486 1726879787.86974: filtering new block on tags 4486 1726879787.86993: done filtering new block on tags 4486 1726879787.86994: in VariableManager get_vars() 4486 1726879787.87001: done with get_vars() 4486 1726879787.87002: filtering new block on tags 4486 1726879787.87045: done filtering new block on tags 4486 1726879787.87047: in VariableManager get_vars() 4486 1726879787.87053: done with get_vars() 4486 1726879787.87054: filtering new block on tags 4486 1726879787.87068: done filtering new block on tags 4486 1726879787.87070: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kdump for managed_node3 4486 1726879787.87074: extending task lists for all hosts with included blocks 4486 1726879787.87107: done extending task lists 4486 1726879787.87112: done processing included files 4486 1726879787.87113: results queue empty 4486 1726879787.87115: checking for any_errors_fatal 4486 1726879787.87117: done checking for any_errors_fatal 4486 1726879787.87117: checking for max_fail_percentage 4486 1726879787.87119: done checking for max_fail_percentage 4486 1726879787.87120: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.87122: done checking to see if all hosts have failed 4486 1726879787.87123: getting the remaining hosts for this loop 4486 1726879787.87126: done getting the remaining hosts for this loop 4486 1726879787.87129: getting the next task for host managed_node3 4486 1726879787.87134: done getting next task for host managed_node3 4486 1726879787.87137: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 4486 1726879787.87139: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879787.87149: getting variables 4486 1726879787.87150: in VariableManager get_vars() 4486 1726879787.87170: Calling all_inventory to load vars for managed_node3 4486 1726879787.87173: Calling groups_inventory to load vars for managed_node3 4486 1726879787.87175: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.87181: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.87188: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.87191: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.87323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.87455: done with get_vars() 4486 1726879787.87461: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Friday 20 September 2024 20:49:47 -0400 (0:00:00.053) 0:00:09.202 ****** 4486 1726879787.87515: entering _queue_task() for managed_node3/include_tasks 4486 1726879787.87517: Creating lock for include_tasks 4486 1726879787.87732: worker is 1 (out of 1 available) 4486 1726879787.87746: exiting _queue_task() for managed_node3/include_tasks 4486 1726879787.87758: done queuing things up, now waiting for results queue to drain 4486 1726879787.87760: waiting for pending results... 4486 1726879787.87920: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 4486 1726879787.88001: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000056 4486 1726879787.88013: variable 'ansible_search_path' from source: unknown 4486 1726879787.88017: variable 'ansible_search_path' from source: unknown 4486 1726879787.88049: calling self._execute() 4486 1726879787.88110: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.88116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.88124: variable 'omit' from source: magic vars 4486 1726879787.88240: _execute() done 4486 1726879787.88244: dumping result to json 4486 1726879787.88247: done dumping result, returning 4486 1726879787.88254: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-25d7-fcc3-000000000056] 4486 1726879787.88260: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000056 4486 1726879787.88355: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000056 4486 1726879787.88358: WORKER PROCESS EXITING 4486 1726879787.88398: no more pending results, returning what we have 4486 1726879787.88403: in VariableManager get_vars() 4486 1726879787.88436: Calling all_inventory to load vars for managed_node3 4486 1726879787.88439: Calling groups_inventory to load vars for managed_node3 4486 1726879787.88441: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.88450: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.88453: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.88456: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.88610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.88751: done with get_vars() 4486 1726879787.88757: variable 'ansible_search_path' from source: unknown 4486 1726879787.88758: variable 'ansible_search_path' from source: unknown 4486 1726879787.88798: we have included files to process 4486 1726879787.88799: generating all_blocks data 4486 1726879787.88801: done generating all_blocks data 4486 1726879787.88805: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 4486 1726879787.88806: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 4486 1726879787.88808: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 4486 1726879787.89252: done processing included file 4486 1726879787.89254: iterating over new_blocks loaded from include file 4486 1726879787.89255: in VariableManager get_vars() 4486 1726879787.89272: done with get_vars() 4486 1726879787.89274: filtering new block on tags 4486 1726879787.89292: done filtering new block on tags 4486 1726879787.89294: in VariableManager get_vars() 4486 1726879787.89305: done with get_vars() 4486 1726879787.89306: filtering new block on tags 4486 1726879787.89328: done filtering new block on tags 4486 1726879787.89330: in VariableManager get_vars() 4486 1726879787.89341: done with get_vars() 4486 1726879787.89342: filtering new block on tags 4486 1726879787.89378: done filtering new block on tags 4486 1726879787.89381: done iterating over new_blocks loaded from include file included: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed_node3 4486 1726879787.89385: extending task lists for all hosts with included blocks 4486 1726879787.89602: done extending task lists 4486 1726879787.89603: done processing included files 4486 1726879787.89603: results queue empty 4486 1726879787.89604: checking for any_errors_fatal 4486 1726879787.89606: done checking for any_errors_fatal 4486 1726879787.89607: checking for max_fail_percentage 4486 1726879787.89607: done checking for max_fail_percentage 4486 1726879787.89608: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.89608: done checking to see if all hosts have failed 4486 1726879787.89609: getting the remaining hosts for this loop 4486 1726879787.89610: done getting the remaining hosts for this loop 4486 1726879787.89612: getting the next task for host managed_node3 4486 1726879787.89615: done getting next task for host managed_node3 4486 1726879787.89617: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 4486 1726879787.89619: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879787.89625: getting variables 4486 1726879787.89625: in VariableManager get_vars() 4486 1726879787.89633: Calling all_inventory to load vars for managed_node3 4486 1726879787.89634: Calling groups_inventory to load vars for managed_node3 4486 1726879787.89636: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.89639: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.89640: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.89642: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.89739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.89874: done with get_vars() 4486 1726879787.89881: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Friday 20 September 2024 20:49:47 -0400 (0:00:00.024) 0:00:09.226 ****** 4486 1726879787.89936: entering _queue_task() for managed_node3/setup 4486 1726879787.90198: worker is 1 (out of 1 available) 4486 1726879787.90215: exiting _queue_task() for managed_node3/setup 4486 1726879787.90229: done queuing things up, now waiting for results queue to drain 4486 1726879787.90231: waiting for pending results... 4486 1726879787.90731: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 4486 1726879787.90742: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000009a 4486 1726879787.90767: variable 'ansible_search_path' from source: unknown 4486 1726879787.90772: variable 'ansible_search_path' from source: unknown 4486 1726879787.90813: calling self._execute() 4486 1726879787.90861: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.90866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.90911: variable 'omit' from source: magic vars 4486 1726879787.91451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879787.93452: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879787.93687: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879787.93738: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879787.93756: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879787.93782: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879787.93847: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879787.93874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879787.93894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879787.93925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879787.93937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879787.93986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879787.94003: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879787.94023: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879787.94054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879787.94067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879787.94191: variable '__kdump_required_facts' from source: role '' all vars 4486 1726879787.94199: variable 'ansible_facts' from source: unknown 4486 1726879787.94260: Evaluated conditional (__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 4486 1726879787.94263: when evaluation is False, skipping this task 4486 1726879787.94268: _execute() done 4486 1726879787.94271: dumping result to json 4486 1726879787.94274: done dumping result, returning 4486 1726879787.94281: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-25d7-fcc3-00000000009a] 4486 1726879787.94290: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009a 4486 1726879787.94405: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009a 4486 1726879787.94408: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 4486 1726879787.94502: no more pending results, returning what we have 4486 1726879787.94506: results queue empty 4486 1726879787.94507: checking for any_errors_fatal 4486 1726879787.94508: done checking for any_errors_fatal 4486 1726879787.94509: checking for max_fail_percentage 4486 1726879787.94511: done checking for max_fail_percentage 4486 1726879787.94512: checking to see if all hosts have failed and the running result is not ok 4486 1726879787.94513: done checking to see if all hosts have failed 4486 1726879787.94514: getting the remaining hosts for this loop 4486 1726879787.94515: done getting the remaining hosts for this loop 4486 1726879787.94519: getting the next task for host managed_node3 4486 1726879787.94532: done getting next task for host managed_node3 4486 1726879787.94537: ^ task is: TASK: fedora.linux_system_roles.kdump : Check if system is ostree 4486 1726879787.94541: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879787.94559: getting variables 4486 1726879787.94560: in VariableManager get_vars() 4486 1726879787.94593: Calling all_inventory to load vars for managed_node3 4486 1726879787.94596: Calling groups_inventory to load vars for managed_node3 4486 1726879787.94603: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879787.94614: Calling all_plugins_play to load vars for managed_node3 4486 1726879787.94617: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879787.94620: Calling groups_plugins_play to load vars for managed_node3 4486 1726879787.94819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879787.94978: done with get_vars() 4486 1726879787.94988: done getting variables TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Friday 20 September 2024 20:49:47 -0400 (0:00:00.051) 0:00:09.278 ****** 4486 1726879787.95092: entering _queue_task() for managed_node3/stat 4486 1726879787.95293: worker is 1 (out of 1 available) 4486 1726879787.95307: exiting _queue_task() for managed_node3/stat 4486 1726879787.95319: done queuing things up, now waiting for results queue to drain 4486 1726879787.95321: waiting for pending results... 4486 1726879787.95480: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree 4486 1726879787.95588: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000009c 4486 1726879787.95598: variable 'ansible_search_path' from source: unknown 4486 1726879787.95602: variable 'ansible_search_path' from source: unknown 4486 1726879787.95633: calling self._execute() 4486 1726879787.95696: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.95700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.95709: variable 'omit' from source: magic vars 4486 1726879787.95995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 4486 1726879787.96246: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 4486 1726879787.96290: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 4486 1726879787.96335: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 4486 1726879787.96367: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 4486 1726879787.96468: 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) 4486 1726879787.96517: 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) 4486 1726879787.96562: 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) 4486 1726879787.96572: 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) 4486 1726879787.96695: Evaluated conditional (not __kdump_is_ostree is defined): True 4486 1726879787.96699: variable 'omit' from source: magic vars 4486 1726879787.96743: variable 'omit' from source: magic vars 4486 1726879787.96772: variable 'omit' from source: magic vars 4486 1726879787.96801: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879787.96818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879787.96833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879787.96848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879787.96856: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879787.96894: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879787.96897: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.96902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.96980: Set connection var ansible_timeout to 10 4486 1726879787.96985: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879787.96992: Set connection var ansible_pipelining to False 4486 1726879787.96997: Set connection var ansible_shell_executable to /bin/sh 4486 1726879787.97005: Set connection var ansible_shell_type to sh 4486 1726879787.97008: Set connection var ansible_connection to ssh 4486 1726879787.97029: variable 'ansible_shell_executable' from source: unknown 4486 1726879787.97033: variable 'ansible_connection' from source: unknown 4486 1726879787.97036: variable 'ansible_module_compression' from source: unknown 4486 1726879787.97039: variable 'ansible_shell_type' from source: unknown 4486 1726879787.97042: variable 'ansible_shell_executable' from source: unknown 4486 1726879787.97044: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879787.97047: variable 'ansible_pipelining' from source: unknown 4486 1726879787.97051: variable 'ansible_timeout' from source: unknown 4486 1726879787.97056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879787.97224: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879787.97228: variable 'omit' from source: magic vars 4486 1726879787.97231: starting attempt loop 4486 1726879787.97234: running the handler 4486 1726879787.97256: _low_level_execute_command(): starting 4486 1726879787.97259: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879787.97941: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879787.97947: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879787.97951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879787.98024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879787.98082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879787.99778: stdout chunk (state=3): >>>/root <<< 4486 1726879787.99891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879787.99945: stderr chunk (state=3): >>><<< 4486 1726879787.99948: stdout chunk (state=3): >>><<< 4486 1726879787.99974: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879787.99987: _low_level_execute_command(): starting 4486 1726879787.99993: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993 `" && echo ansible-tmp-1726879787.999733-4765-144099857621993="` echo /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993 `" ) && sleep 0' 4486 1726879788.00454: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.00457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879788.00462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879788.00467: 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.47.113 originally 10.31.47.113 <<< 4486 1726879788.00470: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.00519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.00526: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.00571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.02488: stdout chunk (state=3): >>>ansible-tmp-1726879787.999733-4765-144099857621993=/root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993 <<< 4486 1726879788.02607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.02651: stderr chunk (state=3): >>><<< 4486 1726879788.02655: stdout chunk (state=3): >>><<< 4486 1726879788.02673: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879787.999733-4765-144099857621993=/root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.02728: variable 'ansible_module_compression' from source: unknown 4486 1726879788.02777: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 4486 1726879788.02806: variable 'ansible_facts' from source: unknown 4486 1726879788.02873: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py 4486 1726879788.02972: Sending initial data 4486 1726879788.02976: Sent initial data (150 bytes) 4486 1726879788.03470: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.03474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.03477: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.03479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.03555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.03559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.03640: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.05212: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879788.05223: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879788.05252: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879788.05295: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpl9nnpa9a /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py <<< 4486 1726879788.05298: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py" <<< 4486 1726879788.05335: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpl9nnpa9a" to remote "/root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py" <<< 4486 1726879788.06121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.06271: stderr chunk (state=3): >>><<< 4486 1726879788.06275: stdout chunk (state=3): >>><<< 4486 1726879788.06277: done transferring module to remote 4486 1726879788.06285: _low_level_execute_command(): starting 4486 1726879788.06295: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/ /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py && sleep 0' 4486 1726879788.07047: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.07070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.07116: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.07129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.07177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.09193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.09205: stderr chunk (state=3): >>><<< 4486 1726879788.09215: stdout chunk (state=3): >>><<< 4486 1726879788.09292: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.09296: _low_level_execute_command(): starting 4486 1726879788.09299: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/AnsiballZ_stat.py && sleep 0' 4486 1726879788.09871: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879788.09887: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.09962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.10029: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.10056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.10103: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.10154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.12454: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879788.12517: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879788.12530: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879788.12597: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879788.12633: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879788.12692: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879788.12724: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879788.12769: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.12864: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879788.12869: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879788.13063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed6b8530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed687b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed6baab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 4486 1726879788.13114: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879788.13145: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879788.13192: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879788.13214: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879788.13239: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879788.13281: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879788.13287: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879788.13304: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed46d190> <<< 4486 1726879788.13367: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.13381: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed46dfd0> <<< 4486 1726879788.13427: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879788.13440: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879788.13680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879788.13718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879788.13737: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.13767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879788.13791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879788.13813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879788.13833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879788.13867: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4abe60> <<< 4486 1726879788.13872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879788.13918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 4486 1726879788.13921: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4abf20> <<< 4486 1726879788.13939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879788.14082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879788.14105: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4e3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879788.14141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4e3ec0> <<< 4486 1726879788.14145: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879788.14197: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c3b30> import '_functools' # <<< 4486 1726879788.14230: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c1250> <<< 4486 1726879788.14337: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a9010> <<< 4486 1726879788.14390: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879788.14444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879788.14550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879788.14555: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed507830> <<< 4486 1726879788.14558: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed506450> <<< 4486 1726879788.14606: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c2120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed504bc0> <<< 4486 1726879788.14628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed534890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a82c0> <<< 4486 1726879788.14703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879788.14711: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed534d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed534bf0> <<< 4486 1726879788.14772: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed534fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a6de0> <<< 4486 1726879788.14782: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 4486 1726879788.14829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879788.14844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5356a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed535370> import 'importlib.machinery' # <<< 4486 1726879788.14907: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed536570> <<< 4486 1726879788.14935: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879788.14968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879788.15007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879788.15055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5507a0> import 'errno' # <<< 4486 1726879788.15130: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed551ee0> <<< 4486 1726879788.15184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed552d80> <<< 4486 1726879788.15212: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed5533b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5522d0> <<< 4486 1726879788.15224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879788.15279: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed553dd0> <<< 4486 1726879788.15320: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed553530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5365d0> <<< 4486 1726879788.15348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879788.15399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879788.15425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879788.15457: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed317cb0> <<< 4486 1726879788.15549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.15554: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed3407d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed340530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed340650> <<< 4486 1726879788.15599: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed340980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed315e50> <<< 4486 1726879788.15608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879788.15708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879788.15754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed341fd0> <<< 4486 1726879788.15782: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed340c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed536750> <<< 4486 1726879788.15818: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879788.15887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.15900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879788.15935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879788.15981: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed36e390> <<< 4486 1726879788.16038: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879788.16041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.16079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879788.16097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879788.16138: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed386510> <<< 4486 1726879788.16152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879788.16192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879788.16279: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879788.16283: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3bf290> <<< 4486 1726879788.16324: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879788.16351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879788.16355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879788.16392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879788.16484: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3e1a30> <<< 4486 1726879788.16561: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3bf3b0> <<< 4486 1726879788.16603: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3871a0> <<< 4486 1726879788.16653: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1c43e0> <<< 4486 1726879788.16674: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed385550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed342f30> <<< 4486 1726879788.16777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879788.16794: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2bed3852e0> <<< 4486 1726879788.16864: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_wee00zvl/ansible_stat_payload.zip' <<< 4486 1726879788.16884: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.17018: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.17047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879788.17106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879788.17200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879788.17223: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed21e030> import '_typing' # <<< 4486 1726879788.17423: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f4f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f40e0> # zipimport: zlib available <<< 4486 1726879788.17484: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879788.17516: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879788.17537: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879788.19072: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.20347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f7e90> <<< 4486 1726879788.20388: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879788.20417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879788.20466: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879788.20470: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed249970> <<< 4486 1726879788.20511: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249700> <<< 4486 1726879788.20548: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249010> <<< 4486 1726879788.20552: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879788.20595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879788.20598: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249460> <<< 4486 1726879788.20643: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed21ea50> import 'atexit' # <<< 4486 1726879788.20647: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.20695: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed24a720> <<< 4486 1726879788.20699: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed24a960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879788.20758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879788.20761: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879788.20817: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed24ae70> import 'pwd' # <<< 4486 1726879788.20848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879788.20860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879788.20909: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0acbc0> <<< 4486 1726879788.20968: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0ae7e0> <<< 4486 1726879788.20988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879788.20991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879788.21017: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0af140> <<< 4486 1726879788.21048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879788.21076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879788.21096: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0aff50> <<< 4486 1726879788.21111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879788.21139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879788.21169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879788.21217: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b2db0> <<< 4486 1726879788.21300: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0b2ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b1070> <<< 4486 1726879788.21321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879788.21351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879788.21398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879788.21401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879788.21421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879788.21448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879788.21478: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b6e10> import '_tokenize' # <<< 4486 1726879788.21530: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b58e0> <<< 4486 1726879788.21544: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b5640> <<< 4486 1726879788.21547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879788.21566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879788.21640: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b7fe0> <<< 4486 1726879788.21676: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b1580> <<< 4486 1726879788.21692: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.21700: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0feff0> <<< 4486 1726879788.21725: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 4486 1726879788.21731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0ff140> <<< 4486 1726879788.21753: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879788.21779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879788.21783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 4486 1726879788.21800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879788.21834: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.21841: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed100d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed100b00> <<< 4486 1726879788.21860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879788.21972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879788.22024: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.22027: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed103290> <<< 4486 1726879788.22037: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed101400> <<< 4486 1726879788.22048: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879788.22089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.22108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879788.22127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879788.22133: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879788.22182: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10aa80> <<< 4486 1726879788.22307: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed103440> <<< 4486 1726879788.22387: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10bda0> <<< 4486 1726879788.22416: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.22421: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10b7a0> <<< 4486 1726879788.22468: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10bdd0> <<< 4486 1726879788.22479: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0ff440> <<< 4486 1726879788.22504: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879788.22525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879788.22545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879788.22578: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.22602: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.22608: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10f4a0> <<< 4486 1726879788.22775: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.22782: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed110a70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10dc40> <<< 4486 1726879788.22821: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879788.22829: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10efc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10d8b0> <<< 4486 1726879788.22840: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.22860: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.22867: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 4486 1726879788.22874: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.22970: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23069: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23087: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879788.23094: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23117: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23123: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879788.23134: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23261: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.23396: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.24008: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.24618: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879788.24622: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 4486 1726879788.24625: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879788.24645: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879788.24669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.24724: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.24729: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed194bf0> <<< 4486 1726879788.24810: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879788.24819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879788.24836: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1959d0> <<< 4486 1726879788.24850: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed110b60> <<< 4486 1726879788.24893: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879788.24907: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.24929: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.24948: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879788.24954: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.25114: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.25287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879788.25291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879788.25311: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed195790> <<< 4486 1726879788.25314: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.25825: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26327: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26401: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26492: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879788.26497: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26528: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879788.26588: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26657: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26774: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879788.26811: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 4486 1726879788.26848: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.26884: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879788.26896: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.27148: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.27399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879788.27459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879788.27468: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879788.27547: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed196a50> # zipimport: zlib available <<< 4486 1726879788.27632: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.27712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879788.27735: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879788.27738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879788.27757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879788.27842: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.27968: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa62a0> <<< 4486 1726879788.28022: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.28026: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa6c00> <<< 4486 1726879788.28041: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed197aa0> <<< 4486 1726879788.28059: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28096: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879788.28145: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28197: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28244: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28306: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28379: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879788.28424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.28511: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa5880> <<< 4486 1726879788.28557: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfa6cc0> <<< 4486 1726879788.28594: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 4486 1726879788.28599: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 4486 1726879788.28605: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28676: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28741: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28772: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.28817: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879788.28826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.28840: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879788.28863: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879788.28879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879788.28951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879788.28961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879788.28985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879788.29047: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed036cf0> <<< 4486 1726879788.29093: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfb39e0> <<< 4486 1726879788.29195: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfaac60> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfa5700> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879788.29198: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.29250: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.29268: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879788.29384: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879788.29397: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879788.29415: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.29514: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.29736: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.29860: 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"}}} # destroy __main__ <<< 4486 1726879788.30200: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879788.30205: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 4486 1726879788.30224: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings<<< 4486 1726879788.30238: stdout chunk (state=3): >>> # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 4486 1726879788.30279: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct <<< 4486 1726879788.30283: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse <<< 4486 1726879788.30312: stdout chunk (state=3): >>># destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token <<< 4486 1726879788.30353: stdout chunk (state=3): >>># destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 4486 1726879788.30371: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 4486 1726879788.30375: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879788.30610: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879788.30632: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879788.30651: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct <<< 4486 1726879788.30667: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879788.30674: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879788.30695: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879788.30716: stdout chunk (state=3): >>># destroy importlib <<< 4486 1726879788.30723: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 4486 1726879788.30744: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879788.30775: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879788.30779: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879788.30793: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 4486 1726879788.30806: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 4486 1726879788.30833: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 <<< 4486 1726879788.30839: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 4486 1726879788.30852: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879788.30907: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879788.30921: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 4486 1726879788.30940: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879788.30957: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879788.30989: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 4486 1726879788.31006: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879788.31020: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 4486 1726879788.31030: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 4486 1726879788.31048: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 4486 1726879788.31067: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 4486 1726879788.31085: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879788.31219: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879788.31225: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879788.31247: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879788.31256: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879788.31271: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879788.31290: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 4486 1726879788.31301: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 4486 1726879788.31330: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879788.31342: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879788.31350: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879788.31372: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879788.31460: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879788.31466: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 4486 1726879788.31474: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879788.31498: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879788.31537: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 4486 1726879788.31544: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879788.31573: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879788.31579: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879788.31947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879788.32008: stderr chunk (state=3): >>><<< 4486 1726879788.32011: stdout chunk (state=3): >>><<< 4486 1726879788.32074: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed6b8530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed687b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed6baab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed46d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed46dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4abe60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4abf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4e3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4e3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c1250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a9010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed507830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed506450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4c2120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed504bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed534890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed534d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed534bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed534fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed4a6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5356a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed535370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed536570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5507a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed551ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed552d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed5533b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5522d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed553dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed553530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed5365d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed317cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed3407d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed340530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed340650> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed340980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed315e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed341fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed340c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed536750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed36e390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed386510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3bf290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3e1a30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3bf3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed3871a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1c43e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed385550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed342f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2bed3852e0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_wee00zvl/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed21e030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f4f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f40e0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1f7e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed249970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed249460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed21ea50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed24a720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed24a960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed24ae70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0acbc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0ae7e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0af140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0aff50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b2db0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0b2ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b1070> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b6e10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b58e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b5640> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b7fe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0b1580> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed0feff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0ff140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed100d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed100b00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed103290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed101400> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10aa80> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed103440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10bda0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10b7a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10bdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed0ff440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10f4a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed110a70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10dc40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed10efc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed10d8b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2bed194bf0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed1959d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed110b60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed195790> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed196a50> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa62a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa6c00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed197aa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2becfa5880> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfa6cc0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bed036cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfb39e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfaac60> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2becfa5700> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"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"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879788.33236: 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-1726879787.999733-4765-144099857621993/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879788.33239: _low_level_execute_command(): starting 4486 1726879788.33241: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879787.999733-4765-144099857621993/ > /dev/null 2>&1 && sleep 0' 4486 1726879788.33243: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879788.33244: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.33246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.33247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.33249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.33250: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.33251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.33253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.35272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.35328: stderr chunk (state=3): >>><<< 4486 1726879788.35379: stdout chunk (state=3): >>><<< 4486 1726879788.35445: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.35480: handler run complete 4486 1726879788.35571: attempt loop complete, returning result 4486 1726879788.35675: _execute() done 4486 1726879788.35679: dumping result to json 4486 1726879788.35682: done dumping result, returning 4486 1726879788.35685: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree [0229e9c9-8e59-25d7-fcc3-00000000009c] 4486 1726879788.35754: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009c 4486 1726879788.36184: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009c 4486 1726879788.36189: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 4486 1726879788.36277: no more pending results, returning what we have 4486 1726879788.36281: results queue empty 4486 1726879788.36283: checking for any_errors_fatal 4486 1726879788.36320: done checking for any_errors_fatal 4486 1726879788.36322: checking for max_fail_percentage 4486 1726879788.36324: done checking for max_fail_percentage 4486 1726879788.36325: checking to see if all hosts have failed and the running result is not ok 4486 1726879788.36326: done checking to see if all hosts have failed 4486 1726879788.36327: getting the remaining hosts for this loop 4486 1726879788.36328: done getting the remaining hosts for this loop 4486 1726879788.36335: getting the next task for host managed_node3 4486 1726879788.36344: done getting next task for host managed_node3 4486 1726879788.36349: ^ task is: TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 4486 1726879788.36354: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879788.36393: getting variables 4486 1726879788.36399: in VariableManager get_vars() 4486 1726879788.36437: Calling all_inventory to load vars for managed_node3 4486 1726879788.36440: Calling groups_inventory to load vars for managed_node3 4486 1726879788.36443: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879788.36452: Calling all_plugins_play to load vars for managed_node3 4486 1726879788.36455: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879788.36458: Calling groups_plugins_play to load vars for managed_node3 4486 1726879788.36638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879788.36835: done with get_vars() 4486 1726879788.36843: done getting variables 4486 1726879788.36959: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Friday 20 September 2024 20:49:48 -0400 (0:00:00.419) 0:00:09.697 ****** 4486 1726879788.37004: entering _queue_task() for managed_node3/set_fact 4486 1726879788.37006: Creating lock for set_fact 4486 1726879788.37224: worker is 1 (out of 1 available) 4486 1726879788.37239: exiting _queue_task() for managed_node3/set_fact 4486 1726879788.37251: done queuing things up, now waiting for results queue to drain 4486 1726879788.37253: waiting for pending results... 4486 1726879788.37420: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 4486 1726879788.37510: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000009d 4486 1726879788.37521: variable 'ansible_search_path' from source: unknown 4486 1726879788.37525: variable 'ansible_search_path' from source: unknown 4486 1726879788.37558: calling self._execute() 4486 1726879788.37622: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.37627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.37635: variable 'omit' from source: magic vars 4486 1726879788.37923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 4486 1726879788.38131: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 4486 1726879788.38172: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 4486 1726879788.38199: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 4486 1726879788.38226: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 4486 1726879788.38302: 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) 4486 1726879788.38322: 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) 4486 1726879788.38342: 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) 4486 1726879788.38365: 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) 4486 1726879788.38461: Evaluated conditional (not __kdump_is_ostree is defined): True 4486 1726879788.38467: variable 'omit' from source: magic vars 4486 1726879788.38513: variable 'omit' from source: magic vars 4486 1726879788.38614: variable '__ostree_booted_stat' from source: set_fact 4486 1726879788.38652: variable 'omit' from source: magic vars 4486 1726879788.38676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879788.38699: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879788.38715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879788.38730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879788.38739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879788.38766: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879788.38773: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.38777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.38850: Set connection var ansible_timeout to 10 4486 1726879788.38854: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879788.38861: Set connection var ansible_pipelining to False 4486 1726879788.38870: Set connection var ansible_shell_executable to /bin/sh 4486 1726879788.38878: Set connection var ansible_shell_type to sh 4486 1726879788.38881: Set connection var ansible_connection to ssh 4486 1726879788.38899: variable 'ansible_shell_executable' from source: unknown 4486 1726879788.38902: variable 'ansible_connection' from source: unknown 4486 1726879788.38905: variable 'ansible_module_compression' from source: unknown 4486 1726879788.38909: variable 'ansible_shell_type' from source: unknown 4486 1726879788.38912: variable 'ansible_shell_executable' from source: unknown 4486 1726879788.38915: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.38917: variable 'ansible_pipelining' from source: unknown 4486 1726879788.38920: variable 'ansible_timeout' from source: unknown 4486 1726879788.38930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.39017: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879788.39026: variable 'omit' from source: magic vars 4486 1726879788.39037: starting attempt loop 4486 1726879788.39041: running the handler 4486 1726879788.39047: handler run complete 4486 1726879788.39055: attempt loop complete, returning result 4486 1726879788.39058: _execute() done 4486 1726879788.39061: dumping result to json 4486 1726879788.39065: done dumping result, returning 4486 1726879788.39075: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree [0229e9c9-8e59-25d7-fcc3-00000000009d] 4486 1726879788.39079: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009d 4486 1726879788.39169: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009d 4486 1726879788.39172: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } 4486 1726879788.39238: no more pending results, returning what we have 4486 1726879788.39241: results queue empty 4486 1726879788.39242: checking for any_errors_fatal 4486 1726879788.39253: done checking for any_errors_fatal 4486 1726879788.39254: checking for max_fail_percentage 4486 1726879788.39256: done checking for max_fail_percentage 4486 1726879788.39257: checking to see if all hosts have failed and the running result is not ok 4486 1726879788.39258: done checking to see if all hosts have failed 4486 1726879788.39258: getting the remaining hosts for this loop 4486 1726879788.39260: done getting the remaining hosts for this loop 4486 1726879788.39264: getting the next task for host managed_node3 4486 1726879788.39273: done getting next task for host managed_node3 4486 1726879788.39276: ^ task is: TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 4486 1726879788.39282: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879788.39292: getting variables 4486 1726879788.39294: in VariableManager get_vars() 4486 1726879788.39322: Calling all_inventory to load vars for managed_node3 4486 1726879788.39327: Calling groups_inventory to load vars for managed_node3 4486 1726879788.39329: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879788.39336: Calling all_plugins_play to load vars for managed_node3 4486 1726879788.39338: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879788.39339: Calling groups_plugins_play to load vars for managed_node3 4486 1726879788.39460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879788.39605: done with get_vars() 4486 1726879788.39613: done getting variables 4486 1726879788.39697: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Friday 20 September 2024 20:49:48 -0400 (0:00:00.027) 0:00:09.724 ****** 4486 1726879788.39720: entering _queue_task() for managed_node3/include_vars 4486 1726879788.39721: Creating lock for include_vars 4486 1726879788.40004: worker is 1 (out of 1 available) 4486 1726879788.40025: exiting _queue_task() for managed_node3/include_vars 4486 1726879788.40037: done queuing things up, now waiting for results queue to drain 4486 1726879788.40039: waiting for pending results... 4486 1726879788.40384: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 4486 1726879788.40448: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000009f 4486 1726879788.40484: variable 'ansible_search_path' from source: unknown 4486 1726879788.40494: variable 'ansible_search_path' from source: unknown 4486 1726879788.40833: variable 'ansible_facts' from source: unknown 4486 1726879788.41052: variable 'ansible_facts' from source: unknown 4486 1726879788.41278: variable 'ansible_facts' from source: unknown 4486 1726879788.41510: variable 'ansible_facts' from source: unknown 4486 1726879788.41556: variable 'omit' from source: magic vars 4486 1726879788.41708: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.41712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.41736: variable 'omit' from source: magic vars 4486 1726879788.41999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 4486 1726879788.42269: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 4486 1726879788.42302: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 4486 1726879788.42327: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 4486 1726879788.42407: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 4486 1726879788.42459: variable '__vars_file' from source: task vars 4486 1726879788.42524: variable 'role_path' from source: magic vars 4486 1726879788.42527: variable 'item' from source: unknown 4486 1726879788.42550: Evaluated conditional (__vars_file is file): False 4486 1726879788.42553: when evaluation is False, skipping this task 4486 1726879788.42586: variable 'item' from source: unknown 4486 1726879788.42635: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 4486 1726879788.42811: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.42815: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.42817: variable 'omit' from source: magic vars 4486 1726879788.42886: variable '__vars_file' from source: task vars 4486 1726879788.42944: variable 'role_path' from source: magic vars 4486 1726879788.42948: variable 'item' from source: unknown 4486 1726879788.42957: Evaluated conditional (__vars_file is file): False 4486 1726879788.42960: when evaluation is False, skipping this task 4486 1726879788.42991: variable 'item' from source: unknown 4486 1726879788.43035: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } 4486 1726879788.43118: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.43121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.43124: variable 'omit' from source: magic vars 4486 1726879788.43240: variable '__vars_file' from source: task vars 4486 1726879788.43312: variable 'role_path' from source: magic vars 4486 1726879788.43316: variable 'item' from source: unknown 4486 1726879788.43325: Evaluated conditional (__vars_file is file): False 4486 1726879788.43328: when evaluation is False, skipping this task 4486 1726879788.43355: variable 'item' from source: unknown 4486 1726879788.43408: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 4486 1726879788.43488: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.43492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.43495: variable 'omit' from source: magic vars 4486 1726879788.43612: variable '__vars_file' from source: task vars 4486 1726879788.43667: variable 'role_path' from source: magic vars 4486 1726879788.43671: variable 'item' from source: unknown 4486 1726879788.43679: Evaluated conditional (__vars_file is file): False 4486 1726879788.43682: when evaluation is False, skipping this task 4486 1726879788.43705: variable 'item' from source: unknown 4486 1726879788.43753: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 4486 1726879788.43833: dumping result to json 4486 1726879788.43837: done dumping result, returning 4486 1726879788.43844: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables [0229e9c9-8e59-25d7-fcc3-00000000009f] 4486 1726879788.43848: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009f 4486 1726879788.43959: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000009f 4486 1726879788.43962: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 4486 1726879788.44011: no more pending results, returning what we have 4486 1726879788.44014: results queue empty 4486 1726879788.44015: checking for any_errors_fatal 4486 1726879788.44017: done checking for any_errors_fatal 4486 1726879788.44018: checking for max_fail_percentage 4486 1726879788.44019: done checking for max_fail_percentage 4486 1726879788.44020: checking to see if all hosts have failed and the running result is not ok 4486 1726879788.44021: done checking to see if all hosts have failed 4486 1726879788.44022: getting the remaining hosts for this loop 4486 1726879788.44023: done getting the remaining hosts for this loop 4486 1726879788.44027: getting the next task for host managed_node3 4486 1726879788.44037: done getting next task for host managed_node3 4486 1726879788.44041: ^ task is: TASK: fedora.linux_system_roles.kdump : Install required packages 4486 1726879788.44045: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879788.44060: getting variables 4486 1726879788.44081: in VariableManager get_vars() 4486 1726879788.44104: Calling all_inventory to load vars for managed_node3 4486 1726879788.44105: Calling groups_inventory to load vars for managed_node3 4486 1726879788.44107: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879788.44118: Calling all_plugins_play to load vars for managed_node3 4486 1726879788.44124: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879788.44129: Calling groups_plugins_play to load vars for managed_node3 4486 1726879788.44273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879788.44429: done with get_vars() 4486 1726879788.44435: done getting variables 4486 1726879788.44529: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Friday 20 September 2024 20:49:48 -0400 (0:00:00.048) 0:00:09.772 ****** 4486 1726879788.44559: entering _queue_task() for managed_node3/package 4486 1726879788.44561: Creating lock for package 4486 1726879788.44747: worker is 1 (out of 1 available) 4486 1726879788.44760: exiting _queue_task() for managed_node3/package 4486 1726879788.44773: done queuing things up, now waiting for results queue to drain 4486 1726879788.44775: waiting for pending results... 4486 1726879788.44935: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages 4486 1726879788.45004: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000057 4486 1726879788.45013: variable 'ansible_search_path' from source: unknown 4486 1726879788.45016: variable 'ansible_search_path' from source: unknown 4486 1726879788.45059: calling self._execute() 4486 1726879788.45117: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.45124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.45132: variable 'omit' from source: magic vars 4486 1726879788.45212: variable 'omit' from source: magic vars 4486 1726879788.45250: variable 'omit' from source: magic vars 4486 1726879788.45277: variable '__kdump_packages' from source: role '' all vars 4486 1726879788.45419: variable '__kdump_packages' from source: role '' all vars 4486 1726879788.45603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879788.47632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879788.47693: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879788.47743: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879788.47777: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879788.47799: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879788.47929: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879788.47941: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879788.48048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879788.48052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879788.48055: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879788.48152: variable '__kdump_is_ostree' from source: set_fact 4486 1726879788.48159: variable 'omit' from source: magic vars 4486 1726879788.48213: variable 'omit' from source: magic vars 4486 1726879788.48218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879788.48246: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879788.48266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879788.48301: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879788.48310: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879788.48391: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879788.48395: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.48397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.48486: Set connection var ansible_timeout to 10 4486 1726879788.48490: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879788.48493: Set connection var ansible_pipelining to False 4486 1726879788.48496: Set connection var ansible_shell_executable to /bin/sh 4486 1726879788.48501: Set connection var ansible_shell_type to sh 4486 1726879788.48504: Set connection var ansible_connection to ssh 4486 1726879788.48523: variable 'ansible_shell_executable' from source: unknown 4486 1726879788.48526: variable 'ansible_connection' from source: unknown 4486 1726879788.48529: variable 'ansible_module_compression' from source: unknown 4486 1726879788.48532: variable 'ansible_shell_type' from source: unknown 4486 1726879788.48534: variable 'ansible_shell_executable' from source: unknown 4486 1726879788.48537: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879788.48542: variable 'ansible_pipelining' from source: unknown 4486 1726879788.48544: variable 'ansible_timeout' from source: unknown 4486 1726879788.48553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879788.48660: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879788.48675: variable 'omit' from source: magic vars 4486 1726879788.48679: starting attempt loop 4486 1726879788.48682: running the handler 4486 1726879788.48687: variable 'ansible_facts' from source: unknown 4486 1726879788.48690: variable 'ansible_facts' from source: unknown 4486 1726879788.48773: _low_level_execute_command(): starting 4486 1726879788.48779: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879788.49320: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.49324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.49330: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.49332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.49390: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.49397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.49400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.49446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.51156: stdout chunk (state=3): >>>/root <<< 4486 1726879788.51269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.51320: stderr chunk (state=3): >>><<< 4486 1726879788.51323: stdout chunk (state=3): >>><<< 4486 1726879788.51342: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.51352: _low_level_execute_command(): starting 4486 1726879788.51357: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298 `" && echo ansible-tmp-1726879788.5134141-4787-239222988811298="` echo /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298 `" ) && sleep 0' 4486 1726879788.51818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.51824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.51827: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.51829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879788.51833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.51886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.51892: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.51894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.51934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.53854: stdout chunk (state=3): >>>ansible-tmp-1726879788.5134141-4787-239222988811298=/root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298 <<< 4486 1726879788.53980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.54027: stderr chunk (state=3): >>><<< 4486 1726879788.54030: stdout chunk (state=3): >>><<< 4486 1726879788.54044: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879788.5134141-4787-239222988811298=/root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.54080: variable 'ansible_module_compression' from source: unknown 4486 1726879788.54130: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 4486 1726879788.54134: ANSIBALLZ: Acquiring lock 4486 1726879788.54137: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879788.54139: ANSIBALLZ: Creating module 4486 1726879788.72772: ANSIBALLZ: Writing module into payload 4486 1726879788.72945: ANSIBALLZ: Writing module 4486 1726879788.72981: ANSIBALLZ: Renaming module 4486 1726879788.72999: ANSIBALLZ: Done creating module 4486 1726879788.73029: variable 'ansible_facts' from source: unknown 4486 1726879788.73129: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py 4486 1726879788.73329: Sending initial data 4486 1726879788.73333: Sent initial data (150 bytes) 4486 1726879788.74080: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.74159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879788.74188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.74210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.74319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.76074: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879788.76115: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879788.76174: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp4v6mchoq /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py <<< 4486 1726879788.76217: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py" <<< 4486 1726879788.76221: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp4v6mchoq" to remote "/root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py" <<< 4486 1726879788.78018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.78127: stderr chunk (state=3): >>><<< 4486 1726879788.78130: stdout chunk (state=3): >>><<< 4486 1726879788.78135: done transferring module to remote 4486 1726879788.78235: _low_level_execute_command(): starting 4486 1726879788.78239: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/ /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py && sleep 0' 4486 1726879788.79474: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.79478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879788.79481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.79484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.79486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.79669: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.79779: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.79845: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.81741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879788.82018: stderr chunk (state=3): >>><<< 4486 1726879788.82023: stdout chunk (state=3): >>><<< 4486 1726879788.82026: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879788.82029: _low_level_execute_command(): starting 4486 1726879788.82032: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/AnsiballZ_dnf.py && sleep 0' 4486 1726879788.83248: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879788.83252: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879788.83255: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.83257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879788.83260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879788.83486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879788.83501: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879788.83562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879788.85897: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 4486 1726879788.85939: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879788.86093: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879788.86128: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879788.86193: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.86210: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879788.86237: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879788.86275: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879788.86413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2918530> <<< 4486 1726879788.86423: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e28e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e291aab0> import '_signal' # import '_abc' # import 'abc' # <<< 4486 1726879788.86450: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879788.86548: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879788.86586: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879788.86645: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879788.86715: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879788.86747: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e26ed190> <<< 4486 1726879788.86868: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e26edfd0> <<< 4486 1726879788.86888: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879788.86920: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879788.87212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879788.87274: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.87365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879788.87369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879788.87484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e272bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e272bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879788.87488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879788.87490: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879788.87594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 4486 1726879788.87598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27637a0> <<< 4486 1726879788.87722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2763e30> import '_collections' # <<< 4486 1726879788.87726: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2743aa0> import '_functools' # <<< 4486 1726879788.87739: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27411c0> <<< 4486 1726879788.87836: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2728f80> <<< 4486 1726879788.87955: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879788.87959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879788.87983: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879788.88038: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2787740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2786360> <<< 4486 1726879788.88057: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2742060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2784b90> <<< 4486 1726879788.88142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2728200> <<< 4486 1726879788.88274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.88286: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27b4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b4b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27b4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2726d20> <<< 4486 1726879788.88336: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879788.88376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b5310> import 'importlib.machinery' # <<< 4486 1726879788.88531: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879788.88535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d0710> <<< 4486 1726879788.88597: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879788.88602: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d1e50> <<< 4486 1726879788.88694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879788.88735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d2cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d3350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d2240> <<< 4486 1726879788.88755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879788.88842: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d3d70> <<< 4486 1726879788.88923: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6540> <<< 4486 1726879788.88932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879788.88969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879788.89130: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2563c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258c470> <<< 4486 1726879788.89136: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c740> <<< 4486 1726879788.89248: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2561dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879788.89288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258dee0> <<< 4486 1726879788.89325: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258cb60> <<< 4486 1726879788.89338: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6c30> <<< 4486 1726879788.89371: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879788.89437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.89444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879788.89573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879788.89582: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25ba240> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879788.89615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.89724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879788.89752: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d23f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879788.89795: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879788.89869: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e260f170> <<< 4486 1726879788.89878: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879788.89902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879788.89944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879788.89967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879788.90078: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2631910> <<< 4486 1726879788.90191: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e260f290> <<< 4486 1726879788.90221: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d3080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e24102c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d1430> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258ede0> <<< 4486 1726879788.90337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879788.90408: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc6e25d18b0> <<< 4486 1726879788.90441: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5ez941_w/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 4486 1726879788.90631: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.90677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879788.90841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2469f40> import '_typing' # <<< 4486 1726879788.91059: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2440e30> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2413fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 4486 1726879788.91103: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879788.91138: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879788.92739: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.93907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2443dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879788.93972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879788.94018: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248d9d0> <<< 4486 1726879788.94050: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d760> <<< 4486 1726879788.94083: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d070> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879788.94141: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e246a960> import 'atexit' # <<< 4486 1726879788.94224: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248e750> <<< 4486 1726879788.94228: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248e990> <<< 4486 1726879788.94235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879788.94279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879788.94298: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879788.94331: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248eed0> import 'pwd' # <<< 4486 1726879788.94358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879788.94393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879788.94486: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22f8c20> <<< 4486 1726879788.94507: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.94551: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e22fa840> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879788.94556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879788.94590: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fb140> <<< 4486 1726879788.94614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879788.94628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879788.94634: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fbf80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879788.94675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879788.94688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879788.94741: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fee10> <<< 4486 1726879788.94786: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e22fef30> <<< 4486 1726879788.94818: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fd0d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879788.94892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879788.94942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879788.94985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2302cc0> <<< 4486 1726879788.94989: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879788.95048: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2301790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23014f0> <<< 4486 1726879788.95063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879788.95084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879788.95155: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23038f0> <<< 4486 1726879788.95187: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fd5e0> <<< 4486 1726879788.95201: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879788.95230: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2346de0> <<< 4486 1726879788.95261: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2346f60> <<< 4486 1726879788.95304: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879788.95308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879788.95323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879788.95385: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2348b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2348920> <<< 4486 1726879788.95390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879788.95492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879788.95677: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e234b0b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2349250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.96054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23528d0> <<< 4486 1726879788.96059: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e234b260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23538c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23500e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2353aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2347260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879788.96093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879788.96110: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2357170> <<< 4486 1726879788.96274: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e235c3b0> <<< 4486 1726879788.96321: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2355910> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2356cc0> <<< 4486 1726879788.96467: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23555b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879788.96502: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.96606: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879788.96683: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879788.96761: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.96902: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.97499: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.98137: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879788.98189: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879788.98268: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23e03b0> <<< 4486 1726879788.98327: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879788.98352: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e1190> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e235fb00> <<< 4486 1726879788.98434: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879788.98464: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879788.98482: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.98611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.98830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e12b0> # zipimport: zlib available <<< 4486 1726879788.99366: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.99819: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879788.99987: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879789.00168: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.00314: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879789.00361: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879789.00396: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 4486 1726879789.00792: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.00897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879789.00961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879789.00993: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879789.01046: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e3860> <<< 4486 1726879789.01142: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879789.01213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879789.01366: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.01486: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21edd30> <<< 4486 1726879789.01540: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.01559: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21ee6c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e2990> # zipimport: zlib available <<< 4486 1726879789.01603: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.01657: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879789.01661: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.01718: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.01751: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.01815: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.01886: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879789.01926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.02011: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.02045: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21ed3a0> <<< 4486 1726879789.02093: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21ee870> import 'ansible.module_utils.common.file' # <<< 4486 1726879789.02106: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 4486 1726879789.02174: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.02236: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.02268: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.02322: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879789.02341: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879789.02383: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879789.02402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879789.02457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879789.02474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879789.02530: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2282b40> <<< 4486 1726879789.02579: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f8890> <<< 4486 1726879789.02675: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f69f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f6780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 4486 1726879789.02705: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.02740: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879789.02813: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879789.02839: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879789.02861: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.03489: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.04127: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.04853: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.05594: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 4486 1726879789.05605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287680> <<< 4486 1726879789.05623: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.05668: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287a40> <<< 4486 1726879789.05671: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 4486 1726879789.05723: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284410> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287fb0> <<< 4486 1726879789.05777: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 4486 1726879789.05822: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284d10> <<< 4486 1726879789.05890: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 4486 1726879789.05898: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 4486 1726879789.05923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 4486 1726879789.05926: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 4486 1726879789.05994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 4486 1726879789.06001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225e9c0> <<< 4486 1726879789.06041: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225e8a0> <<< 4486 1726879789.06060: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17327b0> <<< 4486 1726879789.06115: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225cb30> <<< 4486 1726879789.06125: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 4486 1726879789.06178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 4486 1726879789.06212: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 4486 1726879789.06231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 4486 1726879789.06272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 4486 1726879789.06336: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1745310> <<< 4486 1726879789.06340: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1733e90> <<< 4486 1726879789.06381: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1733200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22859d0> <<< 4486 1726879789.06425: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 4486 1726879789.06431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 4486 1726879789.06448: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 4486 1726879789.06603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 4486 1726879789.06644: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b1280> <<< 4486 1726879789.06777: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17693d0> <<< 4486 1726879789.06832: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e235f500> <<< 4486 1726879789.06844: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 4486 1726879789.06892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 4486 1726879789.06932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 4486 1726879789.06952: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b8da0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b30b0> <<< 4486 1726879789.06992: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1768ec0> <<< 4486 1726879789.07012: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2285340> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284d70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284ad0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287c20> <<< 4486 1726879789.07047: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284da0> <<< 4486 1726879789.07062: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 4486 1726879789.07098: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 4486 1726879789.07151: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9430> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9040> <<< 4486 1726879789.07201: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.07258: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9b80> <<< 4486 1726879789.07305: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 4486 1726879789.07416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879789.07455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879789.07498: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.07652: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e17c0830> <<< 4486 1726879789.07780: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17a19d0> <<< 4486 1726879789.07831: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17bac30> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 4486 1726879789.07896: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17a14c0> <<< 4486 1726879789.07901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 4486 1726879789.07995: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d6690> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 4486 1726879789.08043: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d7350> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d6de0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 4486 1726879789.08103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 4486 1726879789.08200: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d7830> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 4486 1726879789.08250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 4486 1726879789.08485: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e179bd40> <<< 4486 1726879789.08518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 4486 1726879789.08520: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16c6150> <<< 4486 1726879789.08570: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.08672: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 4486 1726879789.08680: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.08819: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.08968: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 4486 1726879789.08972: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.09030: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.09087: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 4486 1726879789.09094: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.09228: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.09351: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 4486 1726879789.09452: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879789.09937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.09970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 4486 1726879789.09975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 4486 1726879789.10000: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 4486 1726879789.10016: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f71a0> <<< 4486 1726879789.10035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879789.10077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879789.10207: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f72c0> <<< 4486 1726879789.10232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 4486 1726879789.10240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879789.10270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879789.10311: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.10316: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e147b4a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e147acf0> <<< 4486 1726879789.10345: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.10353: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e147aed0> <<< 4486 1726879789.10393: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f7800> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f6420> <<< 4486 1726879789.10434: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 4486 1726879789.10436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f6ea0> <<< 4486 1726879789.10468: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 4486 1726879789.10543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 4486 1726879789.10583: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.10610: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 4486 1726879789.10743: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e14f8b00> <<< 4486 1726879789.10770: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f86e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 4486 1726879789.10811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 4486 1726879789.10881: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 4486 1726879789.10911: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e1524410> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f8c50> <<< 4486 1726879789.10936: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 4486 1726879789.11041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 4486 1726879789.12016: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 4486 1726879789.12020: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e1367500> <<< 4486 1726879789.12105: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1524560> <<< 4486 1726879789.12120: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 4486 1726879789.12303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 4486 1726879789.12408: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e13d91c0> <<< 4486 1726879789.12483: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1367aa0> <<< 4486 1726879789.12491: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 4486 1726879789.12516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 4486 1726879789.12595: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 4486 1726879789.12618: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e13dbf80> <<< 4486 1726879789.12666: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e13d9250> <<< 4486 1726879789.12681: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 4486 1726879789.12738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 4486 1726879789.12817: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d01d0> <<< 4486 1726879789.12880: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14183e0> <<< 4486 1726879789.12883: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 4486 1726879789.12901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 4486 1726879789.12970: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 4486 1726879789.13002: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d1490> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d0890> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f8260> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 4486 1726879789.13053: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 4486 1726879789.13067: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 4486 1726879789.13143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 4486 1726879789.13148: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 4486 1726879789.13202: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7f0950> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3da0> <<< 4486 1726879789.13257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 4486 1726879789.13305: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 4486 1726879789.13309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3020> <<< 4486 1726879789.13381: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 4486 1726879789.13434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3f20> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.14003: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df818800> <<< 4486 1726879789.14006: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df819cd0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df818170> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f2ed0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f28a0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.14110: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 4486 1726879789.14153: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df81b8f0> <<< 4486 1726879789.14170: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3440> <<< 4486 1726879789.14235: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f0c80> <<< 4486 1726879789.14286: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d33b0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.14421: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 4486 1726879789.14485: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d3a10> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3830> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d15b0> <<< 4486 1726879789.14562: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df858dd0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 4486 1726879789.14572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 4486 1726879789.14616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85b2f0> <<< 4486 1726879789.14648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879789.14693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879789.14739: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85bad0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85a5d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 4486 1726879789.14743: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 4486 1726879789.14814: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df880320> <<< 4486 1726879789.14818: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df858d10> <<< 4486 1726879789.14860: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 4486 1726879789.14900: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 4486 1726879789.14930: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881d90> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881310> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881130> <<< 4486 1726879789.14973: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 4486 1726879789.14977: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 4486 1726879789.15014: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 4486 1726879789.15056: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 4486 1726879789.15060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 4486 1726879789.15086: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b0e60> <<< 4486 1726879789.15119: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 4486 1726879789.15179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 4486 1726879789.15196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879789.15245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879789.15268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879789.15302: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1daf00> <<< 4486 1726879789.15328: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.15342: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df1db260> <<< 4486 1726879789.15404: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b3170> <<< 4486 1726879789.15430: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b1310> <<< 4486 1726879789.15445: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b0350> <<< 4486 1726879789.15484: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df8825a0> <<< 4486 1726879789.15517: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df8822d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 4486 1726879789.15551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 4486 1726879789.15594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.15597: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 4486 1726879789.15624: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df210da0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1dbec0> <<< 4486 1726879789.15661: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df882ae0> <<< 4486 1726879789.15724: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 4486 1726879789.15779: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2114f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211850> <<< 4486 1726879789.15783: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211910> <<< 4486 1726879789.15804: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211a30> <<< 4486 1726879789.15812: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 4486 1726879789.15845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 4486 1726879789.15869: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 4486 1726879789.15893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 4486 1726879789.15978: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 4486 1726879789.16021: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df2385f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df212720> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238770> <<< 4486 1726879789.16047: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 4486 1726879789.16151: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238860> <<< 4486 1726879789.16157: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211970> <<< 4486 1726879789.16214: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 4486 1726879789.16218: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238a10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 4486 1726879789.16267: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 4486 1726879789.16272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 4486 1726879789.16335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 4486 1726879789.16350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 4486 1726879789.16381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 4486 1726879789.16402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 4486 1726879789.16418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 4486 1726879789.16453: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df2883e0> <<< 4486 1726879789.16493: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df263800> <<< 4486 1726879789.16553: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df262210> <<< 4486 1726879789.16712: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df23a180> <<< 4486 1726879789.16719: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2395e0> <<< 4486 1726879789.16751: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 4486 1726879789.16759: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df23a630> <<< 4486 1726879789.16787: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 4486 1726879789.16793: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3950> <<< 4486 1726879789.16823: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879789.16835: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a0c80> <<< 4486 1726879789.16857: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 4486 1726879789.16864: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a0ef0> <<< 4486 1726879789.16891: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 4486 1726879789.16920: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 4486 1726879789.16926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 4486 1726879789.16949: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a1820> <<< 4486 1726879789.16954: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a12b0> <<< 4486 1726879789.16986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a26f0> <<< 4486 1726879789.17022: stdout chunk (state=3): >>>import 'gc' # <<< 4486 1726879789.17026: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e147b650> <<< 4486 1726879789.17027: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f60f0> <<< 4486 1726879789.17684: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 4486 1726879789.17723: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3110> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.17776: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 4486 1726879789.17810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 4486 1726879789.17828: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 4486 1726879789.17940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df077a70> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 4486 1726879789.17996: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 4486 1726879789.18005: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.18188: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df095a90> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df095640> <<< 4486 1726879789.18273: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df0958e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df094500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df077d40> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df074b00> <<< 4486 1726879789.18294: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0773b0> <<< 4486 1726879789.18371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.18377: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 4486 1726879789.18415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0b30b0> <<< 4486 1726879789.18419: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0b1be0> <<< 4486 1726879789.18485: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 4486 1726879789.18517: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d88c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d8bc0> <<< 4486 1726879789.18598: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d8e30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 4486 1726879789.18626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d90d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py <<< 4486 1726879789.18635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 4486 1726879789.18670: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 4486 1726879789.18697: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d97c0> <<< 4486 1726879789.18705: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d9640> <<< 4486 1726879789.18730: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' <<< 4486 1726879789.18750: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0daf60> <<< 4486 1726879789.18772: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 4486 1726879789.18776: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0daf30> <<< 4486 1726879789.18797: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 4486 1726879789.18821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 4486 1726879789.18857: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0db3b0> <<< 4486 1726879789.18874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 4486 1726879789.18922: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 4486 1726879789.18926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 4486 1726879789.18929: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f0350> <<< 4486 1726879789.18979: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0dbb90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 4486 1726879789.19003: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f0ef0> <<< 4486 1726879789.19007: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 4486 1726879789.19029: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f1340> <<< 4486 1726879789.19054: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f1520> <<< 4486 1726879789.19093: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 4486 1726879789.19138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 4486 1726879789.19167: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f17f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py <<< 4486 1726879789.19193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f26f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py <<< 4486 1726879789.19197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f2930> <<< 4486 1726879789.19245: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 4486 1726879789.19250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f2b40> <<< 4486 1726879789.19285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 4486 1726879789.19297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 4486 1726879789.19325: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py <<< 4486 1726879789.19329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3710> <<< 4486 1726879789.19370: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3230> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 4486 1726879789.19375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 4486 1726879789.19433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1185c0> <<< 4486 1726879789.19438: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3ec0> <<< 4486 1726879789.19487: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df119220> <<< 4486 1726879789.19494: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 4486 1726879789.19535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 4486 1726879789.19538: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1194f0> <<< 4486 1726879789.19572: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a450> <<< 4486 1726879789.19600: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a6f0> <<< 4486 1726879789.19651: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a8a0> <<< 4486 1726879789.19653: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3560> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a32f0> <<< 4486 1726879789.19710: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a2ba0> <<< 4486 1726879789.19724: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' <<< 4486 1726879789.19745: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3140> <<< 4486 1726879789.19752: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 4486 1726879789.19787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 4486 1726879789.19813: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11ade0> <<< 4486 1726879789.19833: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 4486 1726879789.19842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 4486 1726879789.19850: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11b650> <<< 4486 1726879789.19872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py <<< 4486 1726879789.19897: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df140200> <<< 4486 1726879789.19926: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 4486 1726879789.19950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 4486 1726879789.19983: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df140920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 4486 1726879789.20016: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py <<< 4486 1726879789.20018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.20067: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142060> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 4486 1726879789.20109: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142120> <<< 4486 1726879789.20113: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 4486 1726879789.20141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 4486 1726879789.20263: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df1427e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142690> <<< 4486 1726879789.20294: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 4486 1726879789.20307: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 4486 1726879789.20325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 4486 1726879789.20347: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 4486 1726879789.20368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879789.20398: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88d10> <<< 4486 1726879789.20419: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 4486 1726879789.20457: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 4486 1726879789.20491: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89f40> <<< 4486 1726879789.20495: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 4486 1726879789.20540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8a180> <<< 4486 1726879789.20548: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 4486 1726879789.20551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 4486 1726879789.20618: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.20624: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6dee8a2d0> <<< 4486 1726879789.20627: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8a030> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89a00> <<< 4486 1726879789.20645: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88e90> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88140> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1436b0> <<< 4486 1726879789.20684: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142f90> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df141b50> <<< 4486 1726879789.20722: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df141070> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 4486 1726879789.20762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 4486 1726879789.20776: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89f70> <<< 4486 1726879789.20796: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py <<< 4486 1726879789.20804: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 4486 1726879789.20808: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8b350> <<< 4486 1726879789.20834: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 4486 1726879789.20977: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 4486 1726879789.20991: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.21011: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py <<< 4486 1726879789.21020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8560> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8290> <<< 4486 1726879789.21057: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 4486 1726879789.21091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879789.21150: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 4486 1726879789.21186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 4486 1726879789.21239: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deeca990> <<< 4486 1726879789.21262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 4486 1726879789.21331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 4486 1726879789.21369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 4486 1726879789.21455: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deecbe00> <<< 4486 1726879789.21516: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6deecb2c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deecade0> <<< 4486 1726879789.21544: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 4486 1726879789.21548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 4486 1726879789.21576: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py <<< 4486 1726879789.21586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5940> <<< 4486 1726879789.21607: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef4dd0> <<< 4486 1726879789.21636: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 4486 1726879789.21702: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 4486 1726879789.21711: stdout chunk (state=3): >>>import 'six.moves' # <<< 4486 1726879789.21755: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef6a50> <<< 4486 1726879789.21793: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 4486 1726879789.21811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def19160> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 4486 1726879789.21842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 4486 1726879789.21845: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 4486 1726879789.21893: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5fd0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5ca0> <<< 4486 1726879789.21928: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8800> <<< 4486 1726879789.21952: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 4486 1726879789.21955: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 4486 1726879789.21985: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec9be0> <<< 4486 1726879789.21998: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8590> <<< 4486 1726879789.22008: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8bbc0> <<< 4486 1726879789.22019: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 4486 1726879789.22049: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 4486 1726879789.22084: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def1b350> <<< 4486 1726879789.22107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py <<< 4486 1726879789.22122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc'<<< 4486 1726879789.22138: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def39640> <<< 4486 1726879789.22161: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 4486 1726879789.22186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 4486 1726879789.22210: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3a150> <<< 4486 1726879789.22228: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3aae0> <<< 4486 1726879789.22308: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 4486 1726879789.22315: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879789.22318: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 4486 1726879789.22375: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879789.22397: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6def3bc20> <<< 4486 1726879789.22437: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b5f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b290> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3af60> <<< 4486 1726879789.22482: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b350> <<< 4486 1726879789.22516: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 4486 1726879789.22534: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deb7c800> <<< 4486 1726879789.99897: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} <<< 4486 1726879790.00991: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 4486 1726879790.01022: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879790.01483: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879790.01513: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 4486 1726879790.01522: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings<<< 4486 1726879790.01549: stdout chunk (state=3): >>> # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 4486 1726879790.01558: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 4486 1726879790.01589: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random <<< 4486 1726879790.01608: stdout chunk (state=3): >>># cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 4486 1726879790.01627: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 4486 1726879790.01645: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat<<< 4486 1726879790.01660: stdout chunk (state=3): >>> # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections <<< 4486 1726879790.01680: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale<<< 4486 1726879790.01703: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules <<< 4486 1726879790.01708: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager <<< 4486 1726879790.01739: stdout chunk (state=3): >>># cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn <<< 4486 1726879790.01752: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction <<< 4486 1726879790.01761: stdout chunk (state=3): >>># cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto <<< 4486 1726879790.01798: stdout chunk (state=3): >>># cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec <<< 4486 1726879790.01807: stdout chunk (state=3): >>># cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore <<< 4486 1726879790.01821: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser <<< 4486 1726879790.01828: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap <<< 4486 1726879790.01852: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types <<< 4486 1726879790.01873: stdout chunk (state=3): >>># cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep <<< 4486 1726879790.01886: stdout chunk (state=3): >>># cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug <<< 4486 1726879790.01894: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff <<< 4486 1726879790.02402: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879790.02406: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 4486 1726879790.02424: stdout chunk (state=3): >>># destroy zipfile._path <<< 4486 1726879790.02449: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 4486 1726879790.02459: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879790.02478: stdout chunk (state=3): >>># destroy zipimport <<< 4486 1726879790.02486: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 4486 1726879790.02521: stdout chunk (state=3): >>># destroy selinux <<< 4486 1726879790.02531: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 4486 1726879790.02554: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 4486 1726879790.02599: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 4486 1726879790.02611: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 4486 1726879790.02647: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 4486 1726879790.02652: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request<<< 4486 1726879790.02660: stdout chunk (state=3): >>> # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 4486 1726879790.02683: stdout chunk (state=3): >>># destroy dateutil.tz <<< 4486 1726879790.02703: stdout chunk (state=3): >>># destroy six # destroy uuid # destroy systemd.journal <<< 4486 1726879790.02710: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 4486 1726879790.02751: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli <<< 4486 1726879790.02780: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade <<< 4486 1726879790.02795: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses <<< 4486 1726879790.02806: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const <<< 4486 1726879790.02847: stdout chunk (state=3): >>># destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group <<< 4486 1726879790.02865: stdout chunk (state=3): >>># destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base <<< 4486 1726879790.02873: stdout chunk (state=3): >>># destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 4486 1726879790.02880: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers <<< 4486 1726879790.02909: stdout chunk (state=3): >>># destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 4486 1726879790.02943: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error <<< 4486 1726879790.02947: stdout chunk (state=3): >>># destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo <<< 4486 1726879790.02983: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 4486 1726879790.02999: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression <<< 4486 1726879790.03019: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect <<< 4486 1726879790.03048: stdout chunk (state=3): >>># cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl <<< 4486 1726879790.03066: stdout chunk (state=3): >>># cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 4486 1726879790.03088: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 4486 1726879790.03103: stdout chunk (state=3): >>># cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 4486 1726879790.03122: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime <<< 4486 1726879790.03139: stdout chunk (state=3): >>># cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime <<< 4486 1726879790.03168: stdout chunk (state=3): >>># destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 4486 1726879790.03178: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian <<< 4486 1726879790.03208: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 4486 1726879790.03226: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime <<< 4486 1726879790.03242: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 4486 1726879790.03267: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 4486 1726879790.03287: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale <<< 4486 1726879790.03308: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 4486 1726879790.03318: stdout chunk (state=3): >>># cleanup[3] wiping urllib.parse # destroy ipaddress <<< 4486 1726879790.03349: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879790.03371: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 4486 1726879790.03393: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 4486 1726879790.03411: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 4486 1726879790.03435: stdout chunk (state=3): >>># cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants <<< 4486 1726879790.03502: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879790.03506: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 4486 1726879790.03509: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc <<< 4486 1726879790.03514: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 4486 1726879790.03546: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879790.03554: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 4486 1726879790.03581: stdout chunk (state=3): >>># destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps<<< 4486 1726879790.03588: stdout chunk (state=3): >>> # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879790.04066: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879790.04075: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879790.04107: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 4486 1726879790.04149: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 4486 1726879790.04158: stdout chunk (state=3): >>># destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879790.04191: stdout chunk (state=3): >>># destroy _compat_pickle <<< 4486 1726879790.04210: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 4486 1726879790.04219: stdout chunk (state=3): >>># destroy _queue <<< 4486 1726879790.04241: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 4486 1726879790.04261: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879790.04286: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879790.04303: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 4486 1726879790.04310: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 4486 1726879790.04357: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy email<<< 4486 1726879790.04371: stdout chunk (state=3): >>> # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect <<< 4486 1726879790.04385: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil # destroy zlib <<< 4486 1726879790.04393: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 4486 1726879790.04440: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar<<< 4486 1726879790.04462: stdout chunk (state=3): >>> # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 4486 1726879790.04472: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 4486 1726879790.04498: stdout chunk (state=3): >>># destroy rpm <<< 4486 1726879790.04549: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 4486 1726879790.04557: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 4486 1726879790.04636: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 4486 1726879790.04683: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 4486 1726879790.04687: stdout chunk (state=3): >>># destroy string <<< 4486 1726879790.04724: stdout chunk (state=3): >>># destroy _ssl <<< 4486 1726879790.04797: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879790.04923: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig <<< 4486 1726879790.04926: stdout chunk (state=3): >>># destroy encodings.cp437 # destroy _codecs # destroy re <<< 4486 1726879790.04946: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879790.04977: stdout chunk (state=3): >>># destroy _sre <<< 4486 1726879790.04981: stdout chunk (state=3): >>># destroy _operator # destroy _functools<<< 4486 1726879790.04984: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 4486 1726879790.05845: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879790.05910: stderr chunk (state=3): >>><<< 4486 1726879790.05913: stdout chunk (state=3): >>><<< 4486 1726879790.06073: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2918530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e28e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e291aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e26ed190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e26edfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e272bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e272bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27637a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2763e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2743aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27411c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2728f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2787740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2786360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2742060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2784b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2728200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27b4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b4b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27b4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2726d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b5310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d0710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d1e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d2cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d3350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d2240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e27d3d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27d34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2563c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258c470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e258c920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2561dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258dee0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258cb60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e27b6c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25ba240> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d23f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e260f170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2631910> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e260f290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d3080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e24102c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e25d1430> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e258ede0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc6e25d18b0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5ez941_w/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2469f40> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2440e30> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2413fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2443dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248d9d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d760> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d070> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248d4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e246a960> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248e750> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e248e990> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e248eed0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22f8c20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e22fa840> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fb140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fbf80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fee10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e22fef30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fd0d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2302cc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2301790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23014f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23038f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22fd5e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2346de0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2346f60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2348b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2348920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e234b0b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2349250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23528d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e234b260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23538c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23500e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2353aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2347260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2357170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e235c3b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2355910> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e2356cc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23555b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e23e03b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e1190> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e235fb00> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e12b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e3860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21edd30> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21ee6c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e23e2990> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e21ed3a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21ee870> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2282b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f8890> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f69f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e21f6780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287680> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287a40> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284410> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287fb0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284d10> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225e9c0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225e8a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17327b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e225cb30> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1745310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1733e90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1733200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e22859d0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b1280> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17693d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e235f500> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b8da0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b30b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1768ec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2285340> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284d70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284ad0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2287c20> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e2284da0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9430> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9040> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17b9b80> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e17c0830> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17a19d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17bac30> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17a14c0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d6690> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d7350> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d6de0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e17d7830> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e179bd40> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16c6150> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f71a0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f72c0> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e147b4a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e147acf0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e147aed0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f7800> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f6420> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f6ea0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e14f8b00> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f86e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e1524410> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f8c50> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e1367500> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1524560> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e13d91c0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e1367aa0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6e13dbf80> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e13d9250> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d01d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14183e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d1490> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d0890> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e14f8260> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7f0950> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3da0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3020> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3f20> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df818800> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df819cd0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df818170> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f2ed0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f28a0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df81b8f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f3440> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7f0c80> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d33b0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df7d3a10> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3830> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d15b0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df858dd0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85b2f0> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85bad0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df85a5d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df880320> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df858d10> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881d90> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881310> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df881130> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b0e60> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1daf00> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df1db260> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b3170> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b1310> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1b0350> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df8825a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df8822d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df210da0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1dbec0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df882ae0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2114f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211850> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211910> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211a30> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df2385f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df212720> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238770> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238860> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df211970> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df238a10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df2883e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df263800> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df262210> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df23a180> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2395e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df23a630> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df7d3950> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a0c80> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a0ef0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a1820> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a12b0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a26f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e147b650> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6e16f60f0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3110> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df077a70> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df095a90> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df095640> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df0958e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df094500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df077d40> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df074b00> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0773b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0b30b0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0b1be0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d88c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d8bc0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d8e30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d90d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d97c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0d9640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0daf60> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0daf30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0db3b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f0350> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0dbb90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f0ef0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f1340> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f1520> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f17f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f26f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f2930> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f2b40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3710> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3230> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1185c0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df0f3ec0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df119220> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1194f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a450> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a6f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11a8a0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3560> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a32f0> import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a2ba0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df2a3140> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11ade0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df11b650> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df140200> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df140920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142060> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142120> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6df1427e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142690> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88d10> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89f40> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8a180> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6dee8a2d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8a030> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89a00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88e90> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee88140> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df1436b0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df142f90> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df141b50> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6df141070> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee89f70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8b350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8560> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8290> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deeca990> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deecbe00> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6deecb2c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deecade0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5940> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef4dd0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef6a50> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def19160> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5fd0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deef5ca0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8800> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec9be0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deec8590> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6dee8bbc0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def1b350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def39640> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3a150> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3aae0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6def3bc20> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b5f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b290> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3af60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6def3b350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6deb7c800> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks 4486 1726879790.07248: done with _execute_module (ansible.legacy.dnf, {'name': ['grubby', 'iproute', 'kexec-tools', 'openssh-clients'], '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-1726879788.5134141-4787-239222988811298/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879790.07250: _low_level_execute_command(): starting 4486 1726879790.07252: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879788.5134141-4787-239222988811298/ > /dev/null 2>&1 && sleep 0' 4486 1726879790.07254: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879790.07256: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.07257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.07259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879790.07260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879790.07261: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879790.07267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.07268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879790.07270: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879790.07271: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879790.07272: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.07274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.07275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879790.07276: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879790.07278: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879790.07279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.07280: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.07282: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.07283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.07284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.09082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.09126: stderr chunk (state=3): >>><<< 4486 1726879790.09130: stdout chunk (state=3): >>><<< 4486 1726879790.09142: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.09149: handler run complete 4486 1726879790.09184: attempt loop complete, returning result 4486 1726879790.09191: _execute() done 4486 1726879790.09195: dumping result to json 4486 1726879790.09200: done dumping result, returning 4486 1726879790.09209: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages [0229e9c9-8e59-25d7-fcc3-000000000057] 4486 1726879790.09215: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000057 4486 1726879790.09311: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000057 4486 1726879790.09314: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 4486 1726879790.09397: no more pending results, returning what we have 4486 1726879790.09400: results queue empty 4486 1726879790.09401: checking for any_errors_fatal 4486 1726879790.09407: done checking for any_errors_fatal 4486 1726879790.09408: checking for max_fail_percentage 4486 1726879790.09409: done checking for max_fail_percentage 4486 1726879790.09410: checking to see if all hosts have failed and the running result is not ok 4486 1726879790.09411: done checking to see if all hosts have failed 4486 1726879790.09412: getting the remaining hosts for this loop 4486 1726879790.09414: done getting the remaining hosts for this loop 4486 1726879790.09418: getting the next task for host managed_node3 4486 1726879790.09424: done getting next task for host managed_node3 4486 1726879790.09427: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 4486 1726879790.09430: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879790.09440: getting variables 4486 1726879790.09442: in VariableManager get_vars() 4486 1726879790.09478: Calling all_inventory to load vars for managed_node3 4486 1726879790.09482: Calling groups_inventory to load vars for managed_node3 4486 1726879790.09484: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.09494: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.09496: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.09500: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.09845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.09990: done with get_vars() 4486 1726879790.09997: done getting variables 4486 1726879790.10078: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Friday 20 September 2024 20:49:50 -0400 (0:00:01.655) 0:00:11.428 ****** 4486 1726879790.10102: entering _queue_task() for managed_node3/service 4486 1726879790.10104: Creating lock for service 4486 1726879790.10314: worker is 1 (out of 1 available) 4486 1726879790.10329: exiting _queue_task() for managed_node3/service 4486 1726879790.10341: done queuing things up, now waiting for results queue to drain 4486 1726879790.10343: waiting for pending results... 4486 1726879790.10511: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 4486 1726879790.10592: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000058 4486 1726879790.10604: variable 'ansible_search_path' from source: unknown 4486 1726879790.10608: variable 'ansible_search_path' from source: unknown 4486 1726879790.10642: calling self._execute() 4486 1726879790.10708: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.10714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.10722: variable 'omit' from source: magic vars 4486 1726879790.10808: variable 'omit' from source: magic vars 4486 1726879790.10844: variable 'omit' from source: magic vars 4486 1726879790.10872: variable 'omit' from source: magic vars 4486 1726879790.10911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879790.10941: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879790.10958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879790.10977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879790.10987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879790.11016: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.11020: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.11022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.11098: Set connection var ansible_timeout to 10 4486 1726879790.11102: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879790.11109: Set connection var ansible_pipelining to False 4486 1726879790.11113: Set connection var ansible_shell_executable to /bin/sh 4486 1726879790.11121: Set connection var ansible_shell_type to sh 4486 1726879790.11124: Set connection var ansible_connection to ssh 4486 1726879790.11149: variable 'ansible_shell_executable' from source: unknown 4486 1726879790.11152: variable 'ansible_connection' from source: unknown 4486 1726879790.11155: variable 'ansible_module_compression' from source: unknown 4486 1726879790.11158: variable 'ansible_shell_type' from source: unknown 4486 1726879790.11161: variable 'ansible_shell_executable' from source: unknown 4486 1726879790.11169: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.11172: variable 'ansible_pipelining' from source: unknown 4486 1726879790.11174: variable 'ansible_timeout' from source: unknown 4486 1726879790.11177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.11300: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879790.11309: variable 'omit' from source: magic vars 4486 1726879790.11314: starting attempt loop 4486 1726879790.11318: running the handler 4486 1726879790.11486: variable 'ansible_facts' from source: unknown 4486 1726879790.11597: _low_level_execute_command(): starting 4486 1726879790.11603: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879790.12139: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.12143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879790.12148: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.12198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.12202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.12250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.13872: stdout chunk (state=3): >>>/root <<< 4486 1726879790.13983: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.14020: stderr chunk (state=3): >>><<< 4486 1726879790.14024: stdout chunk (state=3): >>><<< 4486 1726879790.14042: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.14053: _low_level_execute_command(): starting 4486 1726879790.14059: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407 `" && echo ansible-tmp-1726879790.1404147-4821-85820039614407="` echo /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407 `" ) && sleep 0' 4486 1726879790.14517: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.14521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.14525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.14534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.14598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.14601: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.14603: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.14648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.16561: stdout chunk (state=3): >>>ansible-tmp-1726879790.1404147-4821-85820039614407=/root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407 <<< 4486 1726879790.16680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.16721: stderr chunk (state=3): >>><<< 4486 1726879790.16725: stdout chunk (state=3): >>><<< 4486 1726879790.16739: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879790.1404147-4821-85820039614407=/root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.16772: variable 'ansible_module_compression' from source: unknown 4486 1726879790.16820: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 4486 1726879790.16824: ANSIBALLZ: Acquiring lock 4486 1726879790.16827: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879790.16830: ANSIBALLZ: Creating module 4486 1726879790.36723: ANSIBALLZ: Writing module into payload 4486 1726879790.36838: ANSIBALLZ: Writing module 4486 1726879790.36866: ANSIBALLZ: Renaming module 4486 1726879790.36870: ANSIBALLZ: Done creating module 4486 1726879790.36898: variable 'ansible_facts' from source: unknown 4486 1726879790.37036: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py 4486 1726879790.37158: Sending initial data 4486 1726879790.37161: Sent initial data (153 bytes) 4486 1726879790.37640: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.37678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879790.37681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879790.37684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.37686: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.37689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.37740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.37743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.37797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.39498: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879790.39538: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879790.39586: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp5agauveq /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py <<< 4486 1726879790.39590: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py" <<< 4486 1726879790.39621: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp5agauveq" to remote "/root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py" <<< 4486 1726879790.40736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.40800: stderr chunk (state=3): >>><<< 4486 1726879790.40804: stdout chunk (state=3): >>><<< 4486 1726879790.40826: done transferring module to remote 4486 1726879790.40838: _low_level_execute_command(): starting 4486 1726879790.40844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/ /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py && sleep 0' 4486 1726879790.41296: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.41301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.41303: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.41310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879790.41312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.41357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.41371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.41404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.43219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.43261: stderr chunk (state=3): >>><<< 4486 1726879790.43269: stdout chunk (state=3): >>><<< 4486 1726879790.43280: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.43284: _low_level_execute_command(): starting 4486 1726879790.43287: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/AnsiballZ_systemd.py && sleep 0' 4486 1726879790.43727: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.43733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.43735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.43738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.43793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.43798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.43800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.43845: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.46342: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879790.46373: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879790.46405: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879790.46414: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879790.46484: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879790.46489: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879790.46529: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879790.46563: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879790.46586: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879790.46600: stdout chunk (state=3): >>>import 'zipimport' # <<< 4486 1726879790.46605: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879790.46659: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879790.46672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.46678: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879790.46702: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879790.46741: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879790.46777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879790.46780: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a2e7b30> <<< 4486 1726879790.46809: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879790.46817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879790.46823: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a31aab0> <<< 4486 1726879790.46847: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879790.46869: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879790.46885: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879790.46891: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879790.46932: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879790.47025: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879790.47055: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879790.47065: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879790.47088: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879790.47109: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879790.47116: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879790.47139: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879790.47146: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879790.47154: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879790.47182: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879790.47189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879790.47206: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a0ed190> <<< 4486 1726879790.47272: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879790.47276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.47290: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a0edfd0> <<< 4486 1726879790.47317: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879790.47347: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879790.47765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879790.47782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879790.47799: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879790.47806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.47827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879790.47875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879790.47884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879790.47913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879790.47921: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a12bdd0> <<< 4486 1726879790.47950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879790.47960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879790.47987: stdout chunk (state=3): >>>import '_operator' # <<< 4486 1726879790.47992: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a12bfe0> <<< 4486 1726879790.48011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879790.48040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879790.48069: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879790.48113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.48137: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879790.48168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879790.48172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879790.48188: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1637a0> <<< 4486 1726879790.48192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879790.48195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879790.48212: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a163e30> <<< 4486 1726879790.48216: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879790.48272: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a143aa0> <<< 4486 1726879790.48281: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879790.48311: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1411c0> <<< 4486 1726879790.48405: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a128f80> <<< 4486 1726879790.48439: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879790.48452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879790.48467: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879790.48485: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879790.48516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879790.48531: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879790.48544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879790.48578: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a187740> <<< 4486 1726879790.48590: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a186360> <<< 4486 1726879790.48616: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879790.48633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a142060> <<< 4486 1726879790.48638: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a184b90> <<< 4486 1726879790.48692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879790.48698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a128200> <<< 4486 1726879790.48728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879790.48762: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.48772: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1b4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b4b00> <<< 4486 1726879790.48808: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.48814: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1b4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a126d20> <<< 4486 1726879790.48851: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.48877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879790.48901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879790.48927: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b52b0> <<< 4486 1726879790.48937: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879790.48969: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879790.48977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879790.48994: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b64b0> <<< 4486 1726879790.49002: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879790.49008: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879790.49035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879790.49069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879790.49097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879790.49106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d06e0> <<< 4486 1726879790.49112: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879790.49153: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49162: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d1e20> <<< 4486 1726879790.49181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879790.49185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879790.49213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879790.49221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879790.49225: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d2c90> <<< 4486 1726879790.49280: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49285: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d32f0> <<< 4486 1726879790.49297: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d2210> <<< 4486 1726879790.49310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879790.49314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879790.49355: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49372: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d3d40> <<< 4486 1726879790.49378: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d34a0> <<< 4486 1726879790.49419: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b6510> <<< 4486 1726879790.49442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879790.49466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879790.49487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879790.49504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879790.49543: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49557: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ebbc20> <<< 4486 1726879790.49579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879790.49594: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49611: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee4470> <<< 4486 1726879790.49628: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49634: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4740> <<< 4486 1726879790.49656: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.49668: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4920> <<< 4486 1726879790.49676: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219eb9dc0> <<< 4486 1726879790.49699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879790.49795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879790.49828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879790.49831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879790.49849: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee5f40> <<< 4486 1726879790.49859: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee4bc0> <<< 4486 1726879790.49883: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b6c00> <<< 4486 1726879790.49908: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879790.49966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.49980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879790.50028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879790.50058: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f122a0> <<< 4486 1726879790.50109: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879790.50118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.50148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879790.50166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879790.50212: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f2a450> <<< 4486 1726879790.50236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879790.50277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879790.50330: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879790.50356: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f67200> <<< 4486 1726879790.50380: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879790.50414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879790.50440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879790.50483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879790.50579: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f899a0> <<< 4486 1726879790.50650: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f67320> <<< 4486 1726879790.50697: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f2b0e0> <<< 4486 1726879790.50720: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879790.50731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219dac2f0> <<< 4486 1726879790.50748: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f29490> <<< 4486 1726879790.50754: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee6e40> <<< 4486 1726879790.50917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879790.50939: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5219f29850> <<< 4486 1726879790.51114: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_ndc9_8oq/ansible_ansible.legacy.systemd_payload.zip' <<< 4486 1726879790.51123: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.51268: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.51294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879790.51303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879790.51346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879790.51417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879790.51452: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e19fd0> <<< 4486 1726879790.51455: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879790.51650: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219decec0> <<< 4486 1726879790.51662: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219daff50> # zipimport: zlib available <<< 4486 1726879790.51692: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879790.51698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.51723: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.51729: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.51751: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879790.51754: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.53298: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.54542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879790.54546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219defe30> <<< 4486 1726879790.54578: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 4486 1726879790.54581: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.54608: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879790.54614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879790.54641: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879790.54677: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.54685: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e45910> <<< 4486 1726879790.54712: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e456a0> <<< 4486 1726879790.54752: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e44fb0> <<< 4486 1726879790.54761: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879790.54778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879790.54815: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e45520> <<< 4486 1726879790.54818: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e1ac60> <<< 4486 1726879790.54828: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879790.54857: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.54863: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e46660> <<< 4486 1726879790.54889: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e468a0> <<< 4486 1726879790.54912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879790.54955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879790.54975: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879790.55028: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e46de0> <<< 4486 1726879790.55035: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879790.55044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879790.55075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879790.55107: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cacb30> <<< 4486 1726879790.55139: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.55143: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cae750> <<< 4486 1726879790.55169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879790.55175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879790.55215: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219caf0b0> <<< 4486 1726879790.55233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879790.55264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879790.55279: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219daff20> <<< 4486 1726879790.55299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879790.55339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879790.55359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879790.55418: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb2cc0> <<< 4486 1726879790.55458: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.55471: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cb3050> <<< 4486 1726879790.55477: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb0fb0> <<< 4486 1726879790.55499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879790.55523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879790.55548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879790.55555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879790.55575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879790.55598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879790.55630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879790.55637: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb6c30> <<< 4486 1726879790.55650: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879790.55726: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb5700> <<< 4486 1726879790.55733: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb5460> <<< 4486 1726879790.55749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879790.55829: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb7d70> <<< 4486 1726879790.55857: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb14c0> <<< 4486 1726879790.55887: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.55890: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cfad80> <<< 4486 1726879790.55917: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cfaff0> <<< 4486 1726879790.55946: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879790.55957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879790.55982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879790.56029: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d00a70> <<< 4486 1726879790.56038: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d00830> <<< 4486 1726879790.56044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879790.56158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879790.56211: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56217: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d02fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d01130> <<< 4486 1726879790.56239: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879790.56278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.56301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879790.56316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879790.56322: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879790.56364: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0a720> <<< 4486 1726879790.56494: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d030b0> <<< 4486 1726879790.56577: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56583: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b500> <<< 4486 1726879790.56608: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56614: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b8f0> <<< 4486 1726879790.56666: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56670: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b890> <<< 4486 1726879790.56672: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cfb110> <<< 4486 1726879790.56694: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879790.56719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879790.56743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879790.56773: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56796: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0ef60> <<< 4486 1726879790.56975: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.56985: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d10530> <<< 4486 1726879790.56989: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0d730> <<< 4486 1726879790.57024: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0eab0> <<< 4486 1726879790.57029: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0d3a0> <<< 4486 1726879790.57049: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57071: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879790.57083: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57278: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57287: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879790.57309: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879790.57331: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879790.57335: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57471: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.57595: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.58204: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.58810: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879790.58818: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 4486 1726879790.58839: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879790.58849: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879790.58873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.58922: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.58930: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219b98530> <<< 4486 1726879790.59015: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879790.59023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879790.59045: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b99310> <<< 4486 1726879790.59051: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0b920> <<< 4486 1726879790.59096: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879790.59111: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.59146: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879790.59161: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.59320: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.59490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879790.59499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879790.59514: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b99340> <<< 4486 1726879790.59520: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60036: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60538: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60696: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879790.60702: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60749: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60782: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879790.60794: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60868: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60965: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879790.60986: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.60993: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879790.61015: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61052: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61095: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879790.61102: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61359: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879790.61685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879790.61693: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879790.61777: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b9b860> <<< 4486 1726879790.61782: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61867: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.61944: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879790.61957: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879790.61961: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879790.61988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879790.62082: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.62203: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba1e50> <<< 4486 1726879790.62264: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba26f0> <<< 4486 1726879790.62277: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d137a0> <<< 4486 1726879790.62296: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62340: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62382: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879790.62388: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62441: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62484: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62548: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879790.62668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.62757: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.62766: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba1490> <<< 4486 1726879790.62804: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba2840> <<< 4486 1726879790.62844: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879790.62854: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62919: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.62988: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63013: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63066: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879790.63075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.63087: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879790.63111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879790.63136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879790.63189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879790.63212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879790.63235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879790.63289: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c36ae0> <<< 4486 1726879790.63337: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219bac830> <<< 4486 1726879790.63424: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba68a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba66f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879790.63443: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63470: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63496: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879790.63560: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879790.63582: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63589: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879790.63613: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.63825: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64044: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64057: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64082: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64131: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64174: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64220: stdout chunk (state=3): >>># zipimport: zlib available<<< 4486 1726879790.64225: stdout chunk (state=3): >>> <<< 4486 1726879790.64260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 4486 1726879790.64274: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64355: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64434: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64455: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64493: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879790.64498: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64693: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64881: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64928: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.64988: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 4486 1726879790.64997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879790.65006: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 4486 1726879790.65042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 4486 1726879790.65048: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 4486 1726879790.65072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 4486 1726879790.65089: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c39850> <<< 4486 1726879790.65117: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 4486 1726879790.65127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 4486 1726879790.65153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879790.65194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879790.65218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 4486 1726879790.65230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879790.65246: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191508f0> <<< 4486 1726879790.65273: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.65301: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219150380> <<< 4486 1726879790.65351: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c192b0> <<< 4486 1726879790.65368: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c18590> <<< 4486 1726879790.65399: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c3bfb0> <<< 4486 1726879790.65405: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c38860> <<< 4486 1726879790.65432: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 4486 1726879790.65480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 4486 1726879790.65503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 4486 1726879790.65509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879790.65538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879790.65577: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.65588: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219153a40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191532f0> <<< 4486 1726879790.65605: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.65621: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191534d0> <<< 4486 1726879790.65634: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219152720> <<< 4486 1726879790.65744: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 4486 1726879790.65766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 4486 1726879790.65769: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219153b00> <<< 4486 1726879790.65792: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 4486 1726879790.65825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879790.65856: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.65863: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191be600> <<< 4486 1726879790.65890: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bc5f0> <<< 4486 1726879790.65917: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c38fe0> <<< 4486 1726879790.65926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 4486 1726879790.65948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 4486 1726879790.65959: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.65983: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.65985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 4486 1726879790.66060: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 4486 1726879790.66131: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66182: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66236: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 4486 1726879790.66242: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66267: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 4486 1726879790.66289: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66316: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66350: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 4486 1726879790.66357: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66406: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 4486 1726879790.66469: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66515: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 4486 1726879790.66573: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66630: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66691: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66753: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.66813: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 4486 1726879790.66827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 4486 1726879790.66833: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.67363: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.67847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 4486 1726879790.67909: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.67971: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68005: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68043: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 4486 1726879790.68056: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 4486 1726879790.68060: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68092: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68119: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 4486 1726879790.68139: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68194: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68256: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 4486 1726879790.68266: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68295: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 4486 1726879790.68340: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68368: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 4486 1726879790.68404: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68492: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879790.68592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879790.68610: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bea80> <<< 4486 1726879790.68637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879790.68663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879790.68797: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bf740> <<< 4486 1726879790.68801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 4486 1726879790.68878: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.68947: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 4486 1726879790.68951: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69053: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 4486 1726879790.69160: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69227: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69310: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 4486 1726879790.69312: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69360: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879790.69456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879790.69533: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.69597: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191e6c60> <<< 4486 1726879790.69810: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191d3920> <<< 4486 1726879790.69814: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 4486 1726879790.69817: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69881: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.69943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 4486 1726879790.69949: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70042: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70129: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70252: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70414: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 4486 1726879790.70418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 4486 1726879790.70421: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70463: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70503: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 4486 1726879790.70507: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70558: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 4486 1726879790.70614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 4486 1726879790.70647: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879790.70674: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191fe600> <<< 4486 1726879790.70677: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191fe1e0> import 'ansible.module_utils.facts.system.user' # <<< 4486 1726879790.70691: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70712: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 4486 1726879790.70730: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70769: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 4486 1726879790.70816: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.70989: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71156: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 4486 1726879790.71169: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71275: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71383: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71425: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71474: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 4486 1726879790.71478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 4486 1726879790.71497: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71505: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71537: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71688: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71850: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 4486 1726879790.71856: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.71990: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.72124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 4486 1726879790.72130: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.72174: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.72204: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.72818: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.73385: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 4486 1726879790.73390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 4486 1726879790.73394: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.73510: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.73625: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 4486 1726879790.73633: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.73738: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.73849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 4486 1726879790.73853: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74021: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74193: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 4486 1726879790.74209: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74230: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 4486 1726879790.74240: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74286: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 4486 1726879790.74340: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74443: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74550: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74774: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.74996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 4486 1726879790.75010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 4486 1726879790.75019: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75053: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 4486 1726879790.75097: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75134: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 4486 1726879790.75171: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75239: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75312: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 4486 1726879790.75318: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75350: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 4486 1726879790.75390: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75444: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 4486 1726879790.75511: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75578: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 4486 1726879790.75649: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.75938: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 4486 1726879790.76232: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76297: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76365: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 4486 1726879790.76374: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76406: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 4486 1726879790.76453: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76488: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76519: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 4486 1726879790.76540: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76570: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 4486 1726879790.76609: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 4486 1726879790.76805: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76812: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 4486 1726879790.76830: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76881: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 4486 1726879790.76937: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76955: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.76983: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77033: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77086: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77159: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77242: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 4486 1726879790.77256: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 4486 1726879790.77260: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77315: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 4486 1726879790.77382: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77593: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77817: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 4486 1726879790.77822: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77876: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 4486 1726879790.77943: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.77984: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78037: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 4486 1726879790.78048: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78136: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 4486 1726879790.78228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 4486 1726879790.78247: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78338: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 4486 1726879790.78456: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.78761: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 4486 1726879790.78859: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879790.81282: stdout chunk (state=3): >>> {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid<<< 4486 1726879790.81311: stdout chunk (state=3): >>>=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3459796992", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "Pr<<< 4486 1726879790.81333: stdout chunk (state=3): >>>otectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} <<< 4486 1726879790.81906: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 4486 1726879790.81929: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 4486 1726879790.81947: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ <<< 4486 1726879790.81953: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 4486 1726879790.81998: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 4486 1726879790.82002: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 4486 1726879790.82010: stdout chunk (state=3): >>># cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct <<< 4486 1726879790.82015: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math <<< 4486 1726879790.82027: stdout chunk (state=3): >>># cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile <<< 4486 1726879790.82050: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 4486 1726879790.82059: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog<<< 4486 1726879790.82081: stdout chunk (state=3): >>> # cleanup[2] removing systemd # destroy systemd <<< 4486 1726879790.82085: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 4486 1726879790.82106: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes<<< 4486 1726879790.82119: stdout chunk (state=3): >>> # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool <<< 4486 1726879790.82138: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879790.82159: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq <<< 4486 1726879790.82181: stdout chunk (state=3): >>># cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout <<< 4486 1726879790.82185: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux <<< 4486 1726879790.82217: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi <<< 4486 1726879790.82234: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline <<< 4486 1726879790.82261: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base <<< 4486 1726879790.82264: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux <<< 4486 1726879790.82275: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat <<< 4486 1726879790.82293: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 4486 1726879790.82592: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879790.82608: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879790.82647: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879790.82650: stdout chunk (state=3): >>># destroy binascii <<< 4486 1726879790.82653: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879790.82678: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879790.82729: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879790.82749: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 4486 1726879790.82770: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 4486 1726879790.82783: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 4486 1726879790.82797: stdout chunk (state=3): >>># destroy _locale <<< 4486 1726879790.82806: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 4486 1726879790.82830: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879790.82870: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879790.82891: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 4486 1726879790.82897: stdout chunk (state=3): >>># destroy argparse # destroy logging <<< 4486 1726879790.82947: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 4486 1726879790.82951: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 4486 1726879790.82956: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 4486 1726879790.82986: stdout chunk (state=3): >>># destroy _pickle <<< 4486 1726879790.83002: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 4486 1726879790.83013: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors <<< 4486 1726879790.83029: stdout chunk (state=3): >>># destroy _multiprocessing <<< 4486 1726879790.83037: stdout chunk (state=3): >>># destroy fcntl <<< 4486 1726879790.83058: stdout chunk (state=3): >>># destroy datetime <<< 4486 1726879790.83069: stdout chunk (state=3): >>># destroy base64 <<< 4486 1726879790.83089: stdout chunk (state=3): >>># destroy _ssl <<< 4486 1726879790.83096: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 4486 1726879790.83115: stdout chunk (state=3): >>># destroy termios # destroy errno # destroy json <<< 4486 1726879790.83143: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 4486 1726879790.83147: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout<<< 4486 1726879790.83169: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 4486 1726879790.83213: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 4486 1726879790.83235: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon <<< 4486 1726879790.83239: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 4486 1726879790.83283: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 4486 1726879790.83287: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 4486 1726879790.83293: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879790.83319: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 4486 1726879790.83350: stdout chunk (state=3): >>># cleanup[3] wiping copyreg <<< 4486 1726879790.83354: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 4486 1726879790.83407: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 4486 1726879790.83420: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 4486 1726879790.83425: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp <<< 4486 1726879790.83436: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879790.83448: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 4486 1726879790.83459: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879790.83584: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879790.83595: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879790.83608: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879790.83638: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 4486 1726879790.83645: stdout chunk (state=3): >>># destroy tokenize <<< 4486 1726879790.83677: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879790.83708: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879790.83714: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879790.83737: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879790.83757: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879790.83855: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 4486 1726879790.83866: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879790.83876: stdout chunk (state=3): >>># destroy time <<< 4486 1726879790.83899: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879790.83929: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 4486 1726879790.83953: stdout chunk (state=3): >>># destroy _string # destroy re <<< 4486 1726879790.83957: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879790.83975: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 4486 1726879790.83979: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 4486 1726879790.84361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879790.84428: stderr chunk (state=3): >>><<< 4486 1726879790.84431: stdout chunk (state=3): >>><<< 4486 1726879790.84529: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a2e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a31aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a0ed190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a0edfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a12bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a12bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1637a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a163e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a143aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1411c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a128f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a187740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a186360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a142060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a184b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a128200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1b4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1b4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a126d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b64b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d06e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d2c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521a1d3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1d34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ebbc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee4470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ee4920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219eb9dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee5f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee4bc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521a1b6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f122a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f2a450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f67200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f899a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f67320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f2b0e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219dac2f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219f29490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ee6e40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5219f29850> # zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_ndc9_8oq/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e19fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219decec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219daff50> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219defe30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e45910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e456a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e44fb0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e45520> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e1ac60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e46660> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219e468a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219e46de0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cacb30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cae750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219caf0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219daff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb2cc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cb3050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb0fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb6c30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb5700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb5460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb7d70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cb14c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219cfad80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cfaff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d00a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d00830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d02fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d01130> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0a720> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d030b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b8f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0b890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219cfb110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0ef60> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d10530> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0d730> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219d0eab0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0d3a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219b98530> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b99310> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d0b920> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b99340> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219b9b860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba1e50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba26f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219d137a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219ba1490> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba2840> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c36ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219bac830> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba68a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219ba66f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c39850> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191508f0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219150380> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c192b0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c18590> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c3bfb0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c38860> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5219153a40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191532f0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191534d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219152720> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219153b00> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191be600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bc5f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5219c38fe0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bea80> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191bf740> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191e6c60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191d3920> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52191fe600> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52191fe1e0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3459796992", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879790.85438: done with _execute_module (ansible.legacy.systemd, {'name': 'kdump', '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-1726879790.1404147-4821-85820039614407/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879790.85442: _low_level_execute_command(): starting 4486 1726879790.85445: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.1404147-4821-85820039614407/ > /dev/null 2>&1 && sleep 0' 4486 1726879790.85492: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.85495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.85498: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879790.85500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879790.85510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.85546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.85559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.85608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.87476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.87516: stderr chunk (state=3): >>><<< 4486 1726879790.87520: stdout chunk (state=3): >>><<< 4486 1726879790.87535: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.87542: handler run complete 4486 1726879790.87590: attempt loop complete, returning result 4486 1726879790.87594: _execute() done 4486 1726879790.87597: dumping result to json 4486 1726879790.87608: done dumping result, returning 4486 1726879790.87617: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled [0229e9c9-8e59-25d7-fcc3-000000000058] 4486 1726879790.87622: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000058 4486 1726879790.87816: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000058 4486 1726879790.87820: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3459796992", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "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": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 4486 1726879790.88086: no more pending results, returning what we have 4486 1726879790.88089: results queue empty 4486 1726879790.88089: checking for any_errors_fatal 4486 1726879790.88093: done checking for any_errors_fatal 4486 1726879790.88094: checking for max_fail_percentage 4486 1726879790.88095: done checking for max_fail_percentage 4486 1726879790.88095: checking to see if all hosts have failed and the running result is not ok 4486 1726879790.88096: done checking to see if all hosts have failed 4486 1726879790.88096: getting the remaining hosts for this loop 4486 1726879790.88097: done getting the remaining hosts for this loop 4486 1726879790.88100: getting the next task for host managed_node3 4486 1726879790.88104: done getting next task for host managed_node3 4486 1726879790.88106: ^ task is: TASK: fedora.linux_system_roles.kdump : Include SSH tasks 4486 1726879790.88108: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879790.88114: getting variables 4486 1726879790.88115: in VariableManager get_vars() 4486 1726879790.88139: Calling all_inventory to load vars for managed_node3 4486 1726879790.88141: Calling groups_inventory to load vars for managed_node3 4486 1726879790.88143: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.88150: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.88152: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.88153: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.88296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.88441: done with get_vars() 4486 1726879790.88449: done getting variables TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Friday 20 September 2024 20:49:50 -0400 (0:00:00.784) 0:00:12.212 ****** 4486 1726879790.88524: entering _queue_task() for managed_node3/include_tasks 4486 1726879790.88727: worker is 1 (out of 1 available) 4486 1726879790.88740: exiting _queue_task() for managed_node3/include_tasks 4486 1726879790.88753: done queuing things up, now waiting for results queue to drain 4486 1726879790.88755: waiting for pending results... 4486 1726879790.88916: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks 4486 1726879790.89001: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000059 4486 1726879790.89015: variable 'ansible_search_path' from source: unknown 4486 1726879790.89019: variable 'ansible_search_path' from source: unknown 4486 1726879790.89050: calling self._execute() 4486 1726879790.89117: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.89121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.89130: variable 'omit' from source: magic vars 4486 1726879790.89446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879790.91109: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879790.91161: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879790.91194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879790.91222: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879790.91242: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879790.91312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879790.91333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879790.91353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879790.91391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879790.91403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879790.91507: variable 'kdump_target' from source: play vars 4486 1726879790.91572: variable 'kdump_ssh_user' from source: play vars 4486 1726879790.91649: variable 'hostvars' from source: magic vars 4486 1726879790.91653: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879790.91657: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.91713: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.91722: in VariableManager get_vars() 4486 1726879790.91732: Calling all_inventory to load vars for managed_node3 4486 1726879790.91737: Calling groups_inventory to load vars for managed_node3 4486 1726879790.91744: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.91754: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.91759: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.91768: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.91899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.92038: done with get_vars() 4486 1726879790.92045: variable 'ansible_user_id' from source: facts 4486 1726879790.92060: variable 'kdump_test_ssh_server_inside' from source: play vars 4486 1726879790.92252: variable 'kdump_test_ssh_source' from source: play vars 4486 1726879790.92369: variable 'ansible_env' from source: facts 4486 1726879790.92378: variable 'hostvars' from source: magic vars 4486 1726879790.92381: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879790.92386: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.92431: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.92437: in VariableManager get_vars() 4486 1726879790.92442: Calling all_inventory to load vars for managed_node3 4486 1726879790.92446: Calling groups_inventory to load vars for managed_node3 4486 1726879790.92451: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.92458: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.92468: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.92471: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.92592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.92717: done with get_vars() 4486 1726879790.92727: variable 'ansible_all_ipv4_addresses' from source: facts 4486 1726879790.92730: in VariableManager get_vars() 4486 1726879790.92735: Calling all_inventory to load vars for managed_node3 4486 1726879790.92741: Calling groups_inventory to load vars for managed_node3 4486 1726879790.92744: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.92751: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.92756: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.92766: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.92868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.92994: done with get_vars() 4486 1726879790.93004: variable 'ansible_all_ipv6_addresses' from source: facts 4486 1726879790.93007: in VariableManager get_vars() 4486 1726879790.93010: Calling all_inventory to load vars for managed_node3 4486 1726879790.93015: Calling groups_inventory to load vars for managed_node3 4486 1726879790.93020: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.93028: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.93031: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.93037: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.93138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.93284: done with get_vars() 4486 1726879790.93292: variable 'ansible_default_ipv4' from source: facts 4486 1726879790.93305: Evaluated conditional (kdump_target.type | d(none) == 'ssh'): True 4486 1726879790.93311: _execute() done 4486 1726879790.93314: dumping result to json 4486 1726879790.93317: done dumping result, returning 4486 1726879790.93326: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks [0229e9c9-8e59-25d7-fcc3-000000000059] 4486 1726879790.93329: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000059 4486 1726879790.93427: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000059 4486 1726879790.93431: WORKER PROCESS EXITING 4486 1726879790.93486: no more pending results, returning what we have 4486 1726879790.93490: in VariableManager get_vars() 4486 1726879790.93526: Calling all_inventory to load vars for managed_node3 4486 1726879790.93529: Calling groups_inventory to load vars for managed_node3 4486 1726879790.93532: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.93548: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.93551: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.93554: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.93711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.93884: done with get_vars() 4486 1726879790.93891: variable 'ansible_search_path' from source: unknown 4486 1726879790.93892: variable 'ansible_search_path' from source: unknown 4486 1726879790.93914: we have included files to process 4486 1726879790.93915: generating all_blocks data 4486 1726879790.93916: done generating all_blocks data 4486 1726879790.93920: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 4486 1726879790.93921: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 4486 1726879790.93922: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 4486 1726879790.94852: done processing included file 4486 1726879790.94854: iterating over new_blocks loaded from include file 4486 1726879790.94855: in VariableManager get_vars() 4486 1726879790.94871: done with get_vars() 4486 1726879790.94872: filtering new block on tags 4486 1726879790.94896: done filtering new block on tags 4486 1726879790.94898: in VariableManager get_vars() 4486 1726879790.94909: done with get_vars() 4486 1726879790.94910: filtering new block on tags 4486 1726879790.94955: done filtering new block on tags 4486 1726879790.94957: in VariableManager get_vars() 4486 1726879790.94971: done with get_vars() 4486 1726879790.94973: filtering new block on tags 4486 1726879790.94993: done filtering new block on tags 4486 1726879790.94995: done iterating over new_blocks loaded from include file included: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed_node3 4486 1726879790.94999: extending task lists for all hosts with included blocks 4486 1726879790.95436: done extending task lists 4486 1726879790.95437: done processing included files 4486 1726879790.95438: results queue empty 4486 1726879790.95438: checking for any_errors_fatal 4486 1726879790.95446: done checking for any_errors_fatal 4486 1726879790.95446: checking for max_fail_percentage 4486 1726879790.95447: done checking for max_fail_percentage 4486 1726879790.95447: checking to see if all hosts have failed and the running result is not ok 4486 1726879790.95448: done checking to see if all hosts have failed 4486 1726879790.95448: getting the remaining hosts for this loop 4486 1726879790.95449: done getting the remaining hosts for this loop 4486 1726879790.95451: getting the next task for host managed_node3 4486 1726879790.95454: done getting next task for host managed_node3 4486 1726879790.95456: ^ task is: TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 4486 1726879790.95458: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879790.95467: getting variables 4486 1726879790.95468: in VariableManager get_vars() 4486 1726879790.95476: Calling all_inventory to load vars for managed_node3 4486 1726879790.95477: Calling groups_inventory to load vars for managed_node3 4486 1726879790.95479: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879790.95482: Calling all_plugins_play to load vars for managed_node3 4486 1726879790.95485: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879790.95488: Calling groups_plugins_play to load vars for managed_node3 4486 1726879790.95586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879790.95724: done with get_vars() 4486 1726879790.95730: done getting variables 4486 1726879790.95784: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Friday 20 September 2024 20:49:50 -0400 (0:00:00.072) 0:00:12.285 ****** 4486 1726879790.95805: entering _queue_task() for managed_node3/command 4486 1726879790.95807: Creating lock for command 4486 1726879790.96021: worker is 1 (out of 1 available) 4486 1726879790.96035: exiting _queue_task() for managed_node3/command 4486 1726879790.96047: done queuing things up, now waiting for results queue to drain 4486 1726879790.96049: waiting for pending results... 4486 1726879790.96221: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 4486 1726879790.96312: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000e5 4486 1726879790.96324: variable 'ansible_search_path' from source: unknown 4486 1726879790.96327: variable 'ansible_search_path' from source: unknown 4486 1726879790.96359: calling self._execute() 4486 1726879790.96422: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.96427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.96436: variable 'omit' from source: magic vars 4486 1726879790.96521: variable 'omit' from source: magic vars 4486 1726879790.96561: variable 'omit' from source: magic vars 4486 1726879790.96591: variable 'kdump_sshkey' from source: role '' defaults 4486 1726879790.96746: variable 'kdump_sshkey' from source: role '' defaults 4486 1726879790.96807: variable 'kdump_sshkey' from source: role '' defaults 4486 1726879790.96823: variable 'omit' from source: magic vars 4486 1726879790.96860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879790.96893: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879790.96910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879790.96925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879790.96939: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879790.96962: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879790.96970: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.96974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.97046: Set connection var ansible_timeout to 10 4486 1726879790.97050: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879790.97060: Set connection var ansible_pipelining to False 4486 1726879790.97063: Set connection var ansible_shell_executable to /bin/sh 4486 1726879790.97073: Set connection var ansible_shell_type to sh 4486 1726879790.97076: Set connection var ansible_connection to ssh 4486 1726879790.97095: variable 'ansible_shell_executable' from source: unknown 4486 1726879790.97099: variable 'ansible_connection' from source: unknown 4486 1726879790.97102: variable 'ansible_module_compression' from source: unknown 4486 1726879790.97104: variable 'ansible_shell_type' from source: unknown 4486 1726879790.97107: variable 'ansible_shell_executable' from source: unknown 4486 1726879790.97109: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879790.97114: variable 'ansible_pipelining' from source: unknown 4486 1726879790.97116: variable 'ansible_timeout' from source: unknown 4486 1726879790.97121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879790.97307: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879790.97316: variable 'omit' from source: magic vars 4486 1726879790.97321: starting attempt loop 4486 1726879790.97324: running the handler 4486 1726879790.97336: _low_level_execute_command(): starting 4486 1726879790.97343: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879790.97900: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879790.97906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879790.97910: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879790.97913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879790.97974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879790.97977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879790.97979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879790.98016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879790.99744: stdout chunk (state=3): >>>/root <<< 4486 1726879790.99850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879790.99900: stderr chunk (state=3): >>><<< 4486 1726879790.99905: stdout chunk (state=3): >>><<< 4486 1726879790.99926: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879790.99936: _low_level_execute_command(): starting 4486 1726879790.99940: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318 `" && echo ansible-tmp-1726879790.9992433-4833-193617590555318="` echo /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318 `" ) && sleep 0' 4486 1726879791.00395: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.00398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.00407: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.00410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.00461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.00467: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.00502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.18990: stdout chunk (state=3): >>>ansible-tmp-1726879790.9992433-4833-193617590555318=/root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318 <<< 4486 1726879791.19150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.19201: stderr chunk (state=3): >>><<< 4486 1726879791.19205: stdout chunk (state=3): >>><<< 4486 1726879791.19220: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879790.9992433-4833-193617590555318=/root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879791.19259: variable 'ansible_module_compression' from source: unknown 4486 1726879791.19303: ANSIBALLZ: Using generic lock for ansible.legacy.command 4486 1726879791.19307: ANSIBALLZ: Acquiring lock 4486 1726879791.19310: ANSIBALLZ: Lock acquired: 140021858044144 4486 1726879791.19312: ANSIBALLZ: Creating module 4486 1726879791.31310: ANSIBALLZ: Writing module into payload 4486 1726879791.31386: ANSIBALLZ: Writing module 4486 1726879791.31399: ANSIBALLZ: Renaming module 4486 1726879791.31405: ANSIBALLZ: Done creating module 4486 1726879791.31421: variable 'ansible_facts' from source: unknown 4486 1726879791.31473: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py 4486 1726879791.31585: Sending initial data 4486 1726879791.31589: Sent initial data (154 bytes) 4486 1726879791.32025: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.32062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879791.32069: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.32072: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.32075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879791.32077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.32127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879791.32135: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.32137: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.32186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.33879: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 4486 1726879791.33885: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879791.33915: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879791.33954: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp7e394sih /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py <<< 4486 1726879791.33958: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py" <<< 4486 1726879791.33992: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp7e394sih" to remote "/root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py" <<< 4486 1726879791.34523: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.34582: stderr chunk (state=3): >>><<< 4486 1726879791.34585: stdout chunk (state=3): >>><<< 4486 1726879791.34603: done transferring module to remote 4486 1726879791.34616: _low_level_execute_command(): starting 4486 1726879791.34620: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/ /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py && sleep 0' 4486 1726879791.35029: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.35068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879791.35072: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879791.35078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879791.35081: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.35083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.35135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.35139: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.35175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.36948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.36996: stderr chunk (state=3): >>><<< 4486 1726879791.36998: stdout chunk (state=3): >>><<< 4486 1726879791.37010: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879791.37024: _low_level_execute_command(): starting 4486 1726879791.37027: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/AnsiballZ_command.py && sleep 0' 4486 1726879791.37429: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.37472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879791.37476: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879791.37478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.37481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879791.37484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.37523: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.37529: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.37576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.40000: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 4486 1726879791.40036: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879791.40110: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879791.40159: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879791.40187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.40268: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879791.40359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503fc530> <<< 4486 1726879791.40369: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503feab0> <<< 4486 1726879791.40421: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879791.40425: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 4486 1726879791.40518: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879791.40568: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879791.40607: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879791.40628: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879791.40697: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879791.40701: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879791.40725: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502111c0> <<< 4486 1726879791.40774: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879791.40803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50212000> import 'site' # <<< 4486 1726879791.40845: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879791.41133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879791.41140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879791.41146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.41155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879791.41189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879791.41209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879791.41238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879791.41245: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024fe30> <<< 4486 1726879791.41275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879791.41284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879791.41309: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024fef0> <<< 4486 1726879791.41334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879791.41361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879791.41387: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879791.41434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.41457: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879791.41489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879791.41502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50287800> <<< 4486 1726879791.41516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879791.41525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50287e90> <<< 4486 1726879791.41547: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879791.41594: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50267b00> <<< 4486 1726879791.41611: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879791.41635: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50265220> <<< 4486 1726879791.41735: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024cfe0> <<< 4486 1726879791.41758: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879791.41785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879791.41790: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879791.41822: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879791.41841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879791.41868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879791.41872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879791.41904: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502ab7a0> <<< 4486 1726879791.41922: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502aa3c0> <<< 4486 1726879791.41952: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879791.41957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50267e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502a8b60> <<< 4486 1726879791.42010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 4486 1726879791.42038: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024c260> <<< 4486 1726879791.42062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879791.42093: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502d8c80> <<< 4486 1726879791.42117: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d8b30> <<< 4486 1726879791.42159: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.42183: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502d8f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024ad80> <<< 4486 1726879791.42225: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.42229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879791.42287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d92e0> <<< 4486 1726879791.42307: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879791.42326: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879791.42359: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502da510> import 'importlib.util' # <<< 4486 1726879791.42417: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879791.42453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879791.42468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f4740> import 'errno' # <<< 4486 1726879791.42510: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.42543: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f5e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879791.42547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879791.42596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879791.42620: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f6d20> <<< 4486 1726879791.42637: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f7380> <<< 4486 1726879791.42672: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f6270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879791.42716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879791.42735: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f7da0> <<< 4486 1726879791.42746: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f74d0> <<< 4486 1726879791.42785: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502da570> <<< 4486 1726879791.42816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879791.42835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879791.42865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879791.42911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879791.42925: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500c3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879791.42970: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ec530> <<< 4486 1726879791.43027: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec800> <<< 4486 1726879791.43031: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec9e0> <<< 4486 1726879791.43059: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500c1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879791.43178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879791.43195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879791.43224: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ee090> <<< 4486 1726879791.43228: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ecd10> <<< 4486 1726879791.43248: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502dac60> <<< 4486 1726879791.43272: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879791.43330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.43349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879791.43391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879791.43422: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5011a420> <<< 4486 1726879791.43475: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879791.43487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.43507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879791.43529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879791.43580: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501325a0> <<< 4486 1726879791.43602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879791.43645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879791.43694: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879791.43724: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501672f0> <<< 4486 1726879791.43749: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879791.43783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879791.43810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879791.43852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879791.43950: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5018da90> <<< 4486 1726879791.44021: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50167410> <<< 4486 1726879791.44072: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50133230> <<< 4486 1726879791.44099: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff6c470><<< 4486 1726879791.44111: stdout chunk (state=3): >>> <<< 4486 1726879791.44124: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501315e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500eefc0> <<< 4486 1726879791.44223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879791.44246: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5a4ff6c6e0> <<< 4486 1726879791.44326: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_tanhso_3/ansible_ansible.legacy.command_payload.zip' <<< 4486 1726879791.44331: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44479: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879791.44519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879791.44568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879791.44641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879791.44676: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffc6180> <<< 4486 1726879791.44679: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879791.44887: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa1070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa01d0> <<< 4486 1726879791.44894: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44921: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879791.44943: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44953: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44977: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.44985: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879791.44998: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.46554: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.47837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa3590> <<< 4486 1726879791.47875: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.47900: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879791.47929: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879791.47957: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffedbe0> <<< 4486 1726879791.47986: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed970> <<< 4486 1726879791.48038: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed280> <<< 4486 1726879791.48076: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879791.48126: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed9d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffc6e10> <<< 4486 1726879791.48134: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879791.48193: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffee960> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffeeba0> <<< 4486 1726879791.48200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879791.48240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 4486 1726879791.48289: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffef0b0> import 'pwd' # <<< 4486 1726879791.48325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879791.48360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879791.48401: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe58e30> <<< 4486 1726879791.48421: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fe5aa50> <<< 4486 1726879791.48449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879791.48452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879791.48500: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5b3e0> <<< 4486 1726879791.48514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879791.48538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879791.48563: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5c5c0> <<< 4486 1726879791.48589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879791.48628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879791.48694: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5f080> <<< 4486 1726879791.48726: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.48737: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fe5f1a0> <<< 4486 1726879791.48750: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5d370> <<< 4486 1726879791.48775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879791.48818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879791.48879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879791.48885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879791.48916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879791.48920: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe62f90> <<< 4486 1726879791.48950: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879791.49000: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe61a60> <<< 4486 1726879791.49005: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe617c0> <<< 4486 1726879791.49033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879791.49109: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe63f50> <<< 4486 1726879791.49154: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5d880> <<< 4486 1726879791.49174: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fea7140> <<< 4486 1726879791.49209: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea7380> <<< 4486 1726879791.49234: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879791.49251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879791.49269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879791.49320: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fea8e30> <<< 4486 1726879791.49328: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea8bf0> <<< 4486 1726879791.49351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879791.49441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879791.49495: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feab3e0> <<< 4486 1726879791.49498: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea9520> <<< 4486 1726879791.49522: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879791.49567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.49589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879791.49598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879791.49604: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879791.49655: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb2bd0> <<< 4486 1726879791.49782: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feab560> <<< 4486 1726879791.49863: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3a40> <<< 4486 1726879791.49901: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3bf0> <<< 4486 1726879791.49953: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3f80> <<< 4486 1726879791.49966: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea7560> <<< 4486 1726879791.49987: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879791.50011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879791.50032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879791.50087: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.50100: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb7680> <<< 4486 1726879791.50257: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.50281: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb87a0> <<< 4486 1726879791.50296: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb5df0> <<< 4486 1726879791.50324: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb7170> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb5a60> <<< 4486 1726879791.50347: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50368: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879791.50376: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50467: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50566: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50583: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879791.50645: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50648: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50651: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879791.50654: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50759: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.50891: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.51502: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.52110: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879791.52137: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879791.52157: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879791.52179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.52241: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ff40830> <<< 4486 1726879791.52318: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879791.52324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879791.52351: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff416a0> <<< 4486 1726879791.52359: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb4920> <<< 4486 1726879791.52399: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879791.52417: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.52436: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.52459: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879791.52468: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.52627: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.52798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879791.52808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879791.52822: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff41730> <<< 4486 1726879791.52827: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.53341: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.53847: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.53930: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879791.54063: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54110: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879791.54122: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54190: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54282: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879791.54304: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54315: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879791.54334: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54376: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54405: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879791.54433: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54676: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.54937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879791.54995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879791.55014: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879791.55101: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff425a0> <<< 4486 1726879791.55120: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55180: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55255: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879791.55278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879791.55300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879791.55387: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.55534: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4e120><<< 4486 1726879791.55538: stdout chunk (state=3): >>> <<< 4486 1726879791.55591: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4eab0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff430b0> <<< 4486 1726879791.55617: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55666: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879791.55707: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55754: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55802: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55873: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.55940: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879791.55979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.56068: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879791.56072: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4d7c0> <<< 4486 1726879791.56121: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd4eba0> <<< 4486 1726879791.56156: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879791.56187: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56228: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56296: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56328: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56372: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879791.56382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879791.56393: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879791.56424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879791.56449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879791.56502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879791.56521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879791.56543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879791.56597: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fde2e40> <<< 4486 1726879791.56652: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd58bc0> <<< 4486 1726879791.56733: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52c90> <<< 4486 1726879791.56741: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879791.56759: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56782: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56812: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879791.56882: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879791.56895: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.56905: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879791.56927: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.57051: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.57174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879791.57177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879791.57198: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52960> <<< 4486 1726879791.57280: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879791.71550: stdout chunk (state=3): >>> {"changed": true, "stdout": "Generating public/private rsa key pair.\nYour identification has been saved in /root/.ssh/kdump_id_rsa\nYour public key has been saved in /root/.ssh/kdump_id_rsa.pub\nThe key fingerprint is:\nSHA256:g12CpBomohnZ04dHNmqBQU3zvSrNofyMSApZihIekYk root@ip-10-31-47-113.us-east-1.aws.redhat.com\nThe key's randomart image is:\n+---[RSA 3072]----+\n| .o=+ = |\n|.o+..@ + |\n|E+= * = o . |\n|o=.= o o + |\n|+.o o S |\n|o=.. + o . |\n|*.. + + |\n|oo . = |\n|. . . o |\n+----[SHA256]-----+", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": "2024-09-20 20:49:51.574682", "end": "2024-09-20 20:49:51.715386", "delta": "0:00:00.140704", "msg": "", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} <<< 4486 1726879791.71572: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879791.72040: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 4486 1726879791.72076: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path <<< 4486 1726879791.72081: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings <<< 4486 1726879791.72112: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser <<< 4486 1726879791.72136: stdout chunk (state=3): >>># cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 <<< 4486 1726879791.72169: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 4486 1726879791.72173: stdout chunk (state=3): >>># cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl <<< 4486 1726879791.72226: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal <<< 4486 1726879791.72230: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six <<< 4486 1726879791.72267: stdout chunk (state=3): >>># destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections <<< 4486 1726879791.72273: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale <<< 4486 1726879791.72277: stdout chunk (state=3): >>># destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux<<< 4486 1726879791.72289: stdout chunk (state=3): >>> # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 4486 1726879791.72517: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879791.72571: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879791.72578: stdout chunk (state=3): >>># destroy binascii # destroy struct <<< 4486 1726879791.72598: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879791.72602: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 4486 1726879791.72605: stdout chunk (state=3): >>> # destroy ipaddress <<< 4486 1726879791.72680: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879791.72688: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 4486 1726879791.72691: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 4486 1726879791.72697: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 4486 1726879791.72768: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879791.72773: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch <<< 4486 1726879791.72800: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879791.72835: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux <<< 4486 1726879791.72870: stdout chunk (state=3): >>># destroy shutil <<< 4486 1726879791.72874: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879791.72906: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879791.72926: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 4486 1726879791.72954: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879791.72994: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 4486 1726879791.73000: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 4486 1726879791.73003: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre <<< 4486 1726879791.73044: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 4486 1726879791.73049: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 4486 1726879791.73091: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879791.73095: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879791.73224: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879791.73241: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879791.73288: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879791.73294: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 4486 1726879791.73300: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 4486 1726879791.73318: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879791.73349: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879791.73363: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request <<< 4486 1726879791.73374: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879791.73383: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879791.73489: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 4486 1726879791.73498: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879791.73519: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879791.73581: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 4486 1726879791.73587: stdout chunk (state=3): >>># destroy _string # destroy re <<< 4486 1726879791.73590: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879791.73612: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879791.74037: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879791.74100: stderr chunk (state=3): >>><<< 4486 1726879791.74104: stdout chunk (state=3): >>><<< 4486 1726879791.74186: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a503feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502111c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50212000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024fe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024fef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50287800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50287e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50267b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50265220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024cfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502ab7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502aa3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50267e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502a8b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024c260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502d8c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d8b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502d8f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5024ad80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502d92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502da510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f4740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f5e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f6d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f6270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a502f7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502f74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502da570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500c3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ec530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec800> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a500ec9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500c1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ee090> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500ecd10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a502dac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5011a420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501325a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501672f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a5018da90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50167410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a50133230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff6c470> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a501315e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a500eefc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5a4ff6c6e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_tanhso_3/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffc6180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa1070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa01d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffa3590> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffedbe0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed970> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed280> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffed9d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffc6e10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffee960> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ffeeba0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ffef0b0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe58e30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fe5aa50> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5b3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5c5c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5f080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fe5f1a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5d370> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe62f90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe61a60> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe617c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe63f50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fe5d880> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fea7140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea7380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fea8e30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea8bf0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feab3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea9520> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb2bd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feab560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3a40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3bf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb3f80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fea7560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb7680> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb87a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb5df0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4feb7170> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb5a60> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4ff40830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff416a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4feb4920> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff41730> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff425a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4e120> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4eab0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4ff430b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5a4fd4d7c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd4eba0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fde2e40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd58bc0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52c90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5a4fd52960> # zipimport: zlib available {"changed": true, "stdout": "Generating public/private rsa key pair.\nYour identification has been saved in /root/.ssh/kdump_id_rsa\nYour public key has been saved in /root/.ssh/kdump_id_rsa.pub\nThe key fingerprint is:\nSHA256:g12CpBomohnZ04dHNmqBQU3zvSrNofyMSApZihIekYk root@ip-10-31-47-113.us-east-1.aws.redhat.com\nThe key's randomart image is:\n+---[RSA 3072]----+\n| .o=+ = |\n|.o+..@ + |\n|E+= * = o . |\n|o=.= o o + |\n|+.o o S |\n|o=.. + o . |\n|*.. + + |\n|oo . = |\n|. . . o |\n+----[SHA256]-----+", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": "2024-09-20 20:49:51.574682", "end": "2024-09-20 20:49:51.715386", "delta": "0:00:00.140704", "msg": "", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879791.74986: done with _execute_module (ansible.legacy.command, {'creates': '/root/.ssh/kdump_id_rsa', '_raw_params': "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", '_ansible_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-1726879790.9992433-4833-193617590555318/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879791.75030: _low_level_execute_command(): starting 4486 1726879791.75115: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879790.9992433-4833-193617590555318/ > /dev/null 2>&1 && sleep 0' 4486 1726879791.75124: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879791.75127: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.75130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.75134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879791.75136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879791.75139: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879791.75142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.75144: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879791.75147: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879791.75149: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879791.75152: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.75155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.75158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879791.75160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879791.75163: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879791.75199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.75246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879791.75259: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.75319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.77168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.77226: stderr chunk (state=3): >>><<< 4486 1726879791.77230: stdout chunk (state=3): >>><<< 4486 1726879791.77243: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879791.77252: handler run complete 4486 1726879791.77295: attempt loop complete, returning result 4486 1726879791.77298: _execute() done 4486 1726879791.77301: dumping result to json 4486 1726879791.77303: done dumping result, returning 4486 1726879791.77306: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist [0229e9c9-8e59-25d7-fcc3-0000000000e5] 4486 1726879791.77313: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e5 4486 1726879791.77422: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e5 4486 1726879791.77425: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.140704", "end": "2024-09-20 20:49:51.715386", "rc": 0, "start": "2024-09-20 20:49:51.574682" } STDOUT: Generating public/private rsa key pair. Your identification has been saved in /root/.ssh/kdump_id_rsa Your public key has been saved in /root/.ssh/kdump_id_rsa.pub The key fingerprint is: SHA256:g12CpBomohnZ04dHNmqBQU3zvSrNofyMSApZihIekYk root@ip-10-31-47-113.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ | .o=+ = | |.o+..@ + | |E+= * = o . | |o=.= o o + | |+.o o S | |o=.. + o . | |*.. + + | |oo . = | |. . . o | +----[SHA256]-----+ 4486 1726879791.77514: no more pending results, returning what we have 4486 1726879791.77517: results queue empty 4486 1726879791.77518: checking for any_errors_fatal 4486 1726879791.77520: done checking for any_errors_fatal 4486 1726879791.77521: checking for max_fail_percentage 4486 1726879791.77522: done checking for max_fail_percentage 4486 1726879791.77523: checking to see if all hosts have failed and the running result is not ok 4486 1726879791.77524: done checking to see if all hosts have failed 4486 1726879791.77525: getting the remaining hosts for this loop 4486 1726879791.77526: done getting the remaining hosts for this loop 4486 1726879791.77531: getting the next task for host managed_node3 4486 1726879791.77540: done getting next task for host managed_node3 4486 1726879791.77544: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch key 4486 1726879791.77547: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879791.77557: getting variables 4486 1726879791.77566: in VariableManager get_vars() 4486 1726879791.77599: Calling all_inventory to load vars for managed_node3 4486 1726879791.77602: Calling groups_inventory to load vars for managed_node3 4486 1726879791.77604: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879791.77614: Calling all_plugins_play to load vars for managed_node3 4486 1726879791.77617: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879791.77620: Calling groups_plugins_play to load vars for managed_node3 4486 1726879791.77820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879791.77976: done with get_vars() 4486 1726879791.77985: done getting variables TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Friday 20 September 2024 20:49:51 -0400 (0:00:00.822) 0:00:13.107 ****** 4486 1726879791.78062: entering _queue_task() for managed_node3/slurp 4486 1726879791.78262: worker is 1 (out of 1 available) 4486 1726879791.78279: exiting _queue_task() for managed_node3/slurp 4486 1726879791.78289: done queuing things up, now waiting for results queue to drain 4486 1726879791.78291: waiting for pending results... 4486 1726879791.78461: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key 4486 1726879791.78558: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000e6 4486 1726879791.78573: variable 'ansible_search_path' from source: unknown 4486 1726879791.78577: variable 'ansible_search_path' from source: unknown 4486 1726879791.78609: calling self._execute() 4486 1726879791.78674: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879791.78680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879791.78689: variable 'omit' from source: magic vars 4486 1726879791.78776: variable 'omit' from source: magic vars 4486 1726879791.78822: variable 'omit' from source: magic vars 4486 1726879791.79008: variable 'kdump_sshkey' from source: role '' defaults 4486 1726879791.79023: variable 'omit' from source: magic vars 4486 1726879791.79059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879791.79094: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879791.79112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879791.79126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879791.79137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879791.79162: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879791.79171: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879791.79175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879791.79246: Set connection var ansible_timeout to 10 4486 1726879791.79249: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879791.79257: Set connection var ansible_pipelining to False 4486 1726879791.79262: Set connection var ansible_shell_executable to /bin/sh 4486 1726879791.79273: Set connection var ansible_shell_type to sh 4486 1726879791.79277: Set connection var ansible_connection to ssh 4486 1726879791.79300: variable 'ansible_shell_executable' from source: unknown 4486 1726879791.79303: variable 'ansible_connection' from source: unknown 4486 1726879791.79306: variable 'ansible_module_compression' from source: unknown 4486 1726879791.79309: variable 'ansible_shell_type' from source: unknown 4486 1726879791.79312: variable 'ansible_shell_executable' from source: unknown 4486 1726879791.79314: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879791.79317: variable 'ansible_pipelining' from source: unknown 4486 1726879791.79321: variable 'ansible_timeout' from source: unknown 4486 1726879791.79325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879791.79499: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879791.79508: variable 'omit' from source: magic vars 4486 1726879791.79512: starting attempt loop 4486 1726879791.79515: running the handler 4486 1726879791.79529: _low_level_execute_command(): starting 4486 1726879791.79537: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879791.80109: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.80113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.80118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.80172: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879791.80179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.80182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.80216: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.81836: stdout chunk (state=3): >>>/root <<< 4486 1726879791.82046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.82050: stdout chunk (state=3): >>><<< 4486 1726879791.82053: stderr chunk (state=3): >>><<< 4486 1726879791.82096: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879791.82100: _low_level_execute_command(): starting 4486 1726879791.82103: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196 `" && echo ansible-tmp-1726879791.820793-4853-147491662939196="` echo /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196 `" ) && sleep 0' 4486 1726879791.82627: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.82632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.82636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879791.82646: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879791.82649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.82721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879791.82724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.82741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.82826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879791.84742: stdout chunk (state=3): >>>ansible-tmp-1726879791.820793-4853-147491662939196=/root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196 <<< 4486 1726879791.84886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879791.84889: stderr chunk (state=3): >>><<< 4486 1726879791.84892: stdout chunk (state=3): >>><<< 4486 1726879791.84906: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879791.820793-4853-147491662939196=/root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879791.84960: variable 'ansible_module_compression' from source: unknown 4486 1726879791.85002: ANSIBALLZ: Using lock for slurp 4486 1726879791.85005: ANSIBALLZ: Acquiring lock 4486 1726879791.85008: ANSIBALLZ: Lock acquired: 140021858160128 4486 1726879791.85011: ANSIBALLZ: Creating module 4486 1726879791.97566: ANSIBALLZ: Writing module into payload 4486 1726879791.97618: ANSIBALLZ: Writing module 4486 1726879791.97636: ANSIBALLZ: Renaming module 4486 1726879791.97639: ANSIBALLZ: Done creating module 4486 1726879791.97657: variable 'ansible_facts' from source: unknown 4486 1726879791.97706: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py 4486 1726879791.97818: Sending initial data 4486 1726879791.97822: Sent initial data (151 bytes) 4486 1726879791.98315: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879791.98319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.98322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879791.98325: 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.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879791.98328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879791.98377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879791.98381: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879791.98438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.00107: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879792.00111: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879792.00144: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879792.00197: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpvt7uqx0t /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py <<< 4486 1726879792.00200: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py" <<< 4486 1726879792.00237: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpvt7uqx0t" to remote "/root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py" <<< 4486 1726879792.00243: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py" <<< 4486 1726879792.00759: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.00815: stderr chunk (state=3): >>><<< 4486 1726879792.00819: stdout chunk (state=3): >>><<< 4486 1726879792.00836: done transferring module to remote 4486 1726879792.00852: _low_level_execute_command(): starting 4486 1726879792.00856: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/ /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py && sleep 0' 4486 1726879792.01275: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.01279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.01282: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879792.01326: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.01372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.01410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.01439: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.03251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.03277: stderr chunk (state=3): >>><<< 4486 1726879792.03280: stdout chunk (state=3): >>><<< 4486 1726879792.03293: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879792.03297: _low_level_execute_command(): starting 4486 1726879792.03304: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/AnsiballZ_slurp.py && sleep 0' 4486 1726879792.03746: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.03750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.03753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879792.03755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879792.03758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.03803: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.03809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.03858: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.06098: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879792.06138: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879792.06166: stdout chunk (state=3): >>>import '_thread' # <<< 4486 1726879792.06173: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 4486 1726879792.06248: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879792.06255: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879792.06285: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879792.06323: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879792.06357: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879792.06364: stdout chunk (state=3): >>>import 'zipimport' # <<< 4486 1726879792.06367: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879792.06413: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879792.06419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.06438: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879792.06463: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879792.06498: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879792.06524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879792.06539: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8affc530> <<< 4486 1726879792.06545: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8afcbb30> <<< 4486 1726879792.06570: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879792.06574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879792.06588: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8affeab0> <<< 4486 1726879792.06605: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879792.06632: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879792.06635: stdout chunk (state=3): >>> <<< 4486 1726879792.06650: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879792.06667: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879792.06696: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879792.06704: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879792.06787: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879792.06818: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879792.06824: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879792.06853: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879792.06862: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879792.06894: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879792.06902: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879792.06917: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879792.06959: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879792.07004: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adb11c0> <<< 4486 1726879792.07055: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879792.07059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.07095: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adb2000> <<< 4486 1726879792.07121: stdout chunk (state=3): >>>import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879792.07366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879792.07419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.07424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879792.07495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879792.07500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879792.07553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adefe90> <<< 4486 1726879792.07567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879792.07599: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adeff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879792.07641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879792.07722: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879792.07776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.07780: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879792.07784: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae27830> <<< 4486 1726879792.07808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae27ec0> import '_collections' # <<< 4486 1726879792.07862: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae07b00> <<< 4486 1726879792.07878: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879792.07900: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae051f0> <<< 4486 1726879792.07999: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aded040> <<< 4486 1726879792.08024: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879792.08050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879792.08055: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879792.08082: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879792.08114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879792.08134: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879792.08142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879792.08175: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae4b7d0> <<< 4486 1726879792.08196: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae4a3f0> <<< 4486 1726879792.08220: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879792.08231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae062a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae48bf0> <<< 4486 1726879792.08287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879792.08291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae78830> <<< 4486 1726879792.08295: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adec2f0> <<< 4486 1726879792.08321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879792.08359: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.08367: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae78b90> <<< 4486 1726879792.08399: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.08402: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae78f80> <<< 4486 1726879792.08417: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adeae40> <<< 4486 1726879792.08449: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.08471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879792.08497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879792.08526: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae79340> <<< 4486 1726879792.08528: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879792.08567: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879792.08570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879792.08593: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7a570> <<< 4486 1726879792.08596: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879792.08632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879792.08667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879792.08698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 4486 1726879792.08705: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae94770> <<< 4486 1726879792.08713: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879792.08751: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.08771: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae95eb0> <<< 4486 1726879792.08775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879792.08790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879792.08812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879792.08820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879792.08826: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae96d50> <<< 4486 1726879792.08875: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.08879: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae973b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae962a0> <<< 4486 1726879792.08903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879792.08907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879792.08950: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.08964: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae97e00> <<< 4486 1726879792.08972: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae97530> <<< 4486 1726879792.09011: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7a5a0> <<< 4486 1726879792.09036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879792.09059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879792.09081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879792.09098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879792.09138: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac63cb0> <<< 4486 1726879792.09160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879792.09196: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8c830> <<< 4486 1726879792.09205: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8c590> <<< 4486 1726879792.09225: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.09236: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8c860> <<< 4486 1726879792.09253: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.09268: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8ca40> <<< 4486 1726879792.09271: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac61e50> <<< 4486 1726879792.09295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879792.09396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879792.09421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879792.09431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879792.09447: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8e0f0> <<< 4486 1726879792.09472: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8cd70> <<< 4486 1726879792.09488: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7ac90> <<< 4486 1726879792.09513: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879792.09574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.09583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879792.09634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879792.09661: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acb6480> <<< 4486 1726879792.09711: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879792.09723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.09747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879792.09771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879792.09819: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd2630> <<< 4486 1726879792.09837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879792.09881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879792.09935: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879792.09958: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad07410> <<< 4486 1726879792.09983: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879792.10022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879792.10051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879792.10090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879792.10188: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad2dbb0> <<< 4486 1726879792.10274: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad07530> <<< 4486 1726879792.10324: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd32c0> <<< 4486 1726879792.10328: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879792.10373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab0c590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8f020> <<< 4486 1726879792.10472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879792.10485: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f8ab0c860> <<< 4486 1726879792.10575: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_e_yl0tl8/ansible_slurp_payload.zip' <<< 4486 1726879792.10579: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.10708: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.10757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879792.10797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879792.10870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879792.10918: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab66360> <<< 4486 1726879792.10922: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879792.11111: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3d250> <<< 4486 1726879792.11114: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3c3b0> # zipimport: zlib available <<< 4486 1726879792.11149: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879792.11157: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.11181: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879792.11204: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879792.11230: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.12776: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.14006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879792.14010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3fb30> <<< 4486 1726879792.14044: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.14068: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879792.14123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879792.14149: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8dcd0> <<< 4486 1726879792.14175: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8da60> <<< 4486 1726879792.14208: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8d3d0> <<< 4486 1726879792.14225: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879792.14277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879792.14280: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8d820> <<< 4486 1726879792.14282: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab66de0> import 'atexit' # <<< 4486 1726879792.14327: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8eae0> <<< 4486 1726879792.14359: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8ecc0> <<< 4486 1726879792.14371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879792.14413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879792.14433: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879792.14481: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8f200> <<< 4486 1726879792.14509: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879792.14538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879792.14570: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f4dd0> <<< 4486 1726879792.14598: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.14616: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a9f6a80> <<< 4486 1726879792.14631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879792.14665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879792.14701: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f7350> <<< 4486 1726879792.14703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879792.14728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879792.14743: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f8500> <<< 4486 1726879792.14760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879792.14804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879792.14821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879792.14825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879792.14886: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fafc0> <<< 4486 1726879792.14978: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a9fb110> <<< 4486 1726879792.14981: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f92b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879792.15006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879792.15013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879792.15038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879792.15068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879792.15090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879792.15104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fef30> <<< 4486 1726879792.15111: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879792.15189: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fda00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fd760> <<< 4486 1726879792.15207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879792.15213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879792.15293: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9ffdd0> <<< 4486 1726879792.15323: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f9730> <<< 4486 1726879792.15355: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa47080> <<< 4486 1726879792.15385: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa47260> <<< 4486 1726879792.15407: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879792.15424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879792.15451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879792.15494: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa48da0> <<< 4486 1726879792.15503: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa48b60> <<< 4486 1726879792.15509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879792.15620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879792.15678: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.15681: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa4b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa49430> <<< 4486 1726879792.15704: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879792.15747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.15768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879792.15785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879792.15788: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879792.15834: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa52a50> <<< 4486 1726879792.15961: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa4b410> <<< 4486 1726879792.16038: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53860> <<< 4486 1726879792.16073: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.16076: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53890> <<< 4486 1726879792.16121: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53dd0> <<< 4486 1726879792.16137: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa474a0> <<< 4486 1726879792.16157: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879792.16171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879792.16180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879792.16203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879792.16231: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.16257: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa57500> <<< 4486 1726879792.16426: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.16441: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa58650> <<< 4486 1726879792.16444: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa55ca0> <<< 4486 1726879792.16482: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa57050> <<< 4486 1726879792.16493: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa55910> # zipimport: zlib available <<< 4486 1726879792.16521: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879792.16538: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16626: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16723: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16741: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16751: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 4486 1726879792.16774: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16778: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879792.16792: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.16917: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.17046: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.17648: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.18270: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879792.18286: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879792.18318: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879792.18336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.18392: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.18412: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aae0980> <<< 4486 1726879792.18482: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879792.18510: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae1730> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa5bc50> <<< 4486 1726879792.18566: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879792.18598: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879792.18618: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 4486 1726879792.18775: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.18938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879792.18960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae14f0> # zipimport: zlib available <<< 4486 1726879792.19488: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.19980: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20058: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879792.20142: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20223: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879792.20230: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20309: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20399: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879792.20402: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20423: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20432: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 4486 1726879792.20435: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20484: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20519: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879792.20534: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.20784: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879792.21109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879792.21118: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879792.21194: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae2600> <<< 4486 1726879792.21200: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21279: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879792.21368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879792.21390: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879792.21398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879792.21409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879792.21495: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.21612: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8ee0f0> <<< 4486 1726879792.21677: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8eea80> <<< 4486 1726879792.21691: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa541a0> <<< 4486 1726879792.21694: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21743: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21781: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879792.21794: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21839: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21886: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.21947: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22016: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879792.22057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.22156: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8ed760> <<< 4486 1726879792.22201: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8eec30> <<< 4486 1726879792.22230: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879792.22243: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22314: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22379: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22409: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22471: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.22475: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879792.22495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879792.22513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879792.22586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879792.22589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879792.22619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879792.22674: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a97ecf0> <<< 4486 1726879792.22716: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f8980> <<< 4486 1726879792.22811: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f6b70> <<< 4486 1726879792.22827: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f69c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 4486 1726879792.22852: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22875: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879792.22938: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879792.22942: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.22970: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879792.22985: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.23030: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.23142: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.23277: stdout chunk (state=3): >>> {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} <<< 4486 1726879792.23283: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879792.23616: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879792.23644: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 4486 1726879792.23653: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 4486 1726879792.23665: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 4486 1726879792.23671: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 4486 1726879792.23691: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 4486 1726879792.23710: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 4486 1726879792.23738: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder <<< 4486 1726879792.23762: stdout chunk (state=3): >>># cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd <<< 4486 1726879792.23774: stdout chunk (state=3): >>># destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket <<< 4486 1726879792.23801: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon <<< 4486 1726879792.23805: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes <<< 4486 1726879792.23843: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 4486 1726879792.23848: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 4486 1726879792.23855: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879792.24115: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879792.24143: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879792.24163: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879792.24194: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879792.24209: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879792.24248: stdout chunk (state=3): >>># destroy importlib <<< 4486 1726879792.24251: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 4486 1726879792.24254: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 4486 1726879792.24293: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879792.24300: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879792.24360: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879792.24367: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879792.24388: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879792.24438: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 4486 1726879792.24489: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 4486 1726879792.24527: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879792.24548: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 4486 1726879792.24580: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 4486 1726879792.24587: stdout chunk (state=3): >>># cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 4486 1726879792.24611: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879792.24629: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879792.24758: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879792.24775: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879792.24785: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879792.24810: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 4486 1726879792.24814: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize<<< 4486 1726879792.24828: stdout chunk (state=3): >>> <<< 4486 1726879792.24842: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879792.24889: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879792.24895: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse <<< 4486 1726879792.24898: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879792.24901: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879792.24926: stdout chunk (state=3): >>># clear sys.meta_path <<< 4486 1726879792.24936: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib <<< 4486 1726879792.25016: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections <<< 4486 1726879792.25031: stdout chunk (state=3): >>># destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879792.25054: stdout chunk (state=3): >>># destroy time <<< 4486 1726879792.25065: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879792.25091: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools <<< 4486 1726879792.25115: stdout chunk (state=3): >>># destroy _abc # destroy _sre<<< 4486 1726879792.25118: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879792.25491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879792.25556: stderr chunk (state=3): >>><<< 4486 1726879792.25560: stdout chunk (state=3): >>><<< 4486 1726879792.25631: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8affc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8afcbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8affeab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adb11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adb2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adefe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adeff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae27830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae27ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae07b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae051f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aded040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae4b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae4a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae062a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae48bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae78830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adec2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae78b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae78f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8adeae40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae79340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7a570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae94770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae95eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae96d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae973b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae962a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ae97e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae97530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7a5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac63cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8c590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8c860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ac8ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac61e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8e0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ae7ac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acb6480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd2630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad07410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad2dbb0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ad07530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd32c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab0c590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8acd1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ac8f020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f8ab0c860> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_e_yl0tl8/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab66360> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3d250> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3c3b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab3fb30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8dcd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8da60> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8d3d0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8d820> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab66de0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8eae0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ab8ecc0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ab8f200> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f4dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a9f6a80> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f7350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f8500> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fafc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a9fb110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f92b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fef30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fda00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9fd760> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9ffdd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a9f9730> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa47080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa47260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa48da0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa48b60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa4b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa49430> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa52a50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa4b410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa53dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa474a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa57500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa58650> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa55ca0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aa57050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa55910> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8aae0980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae1730> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa5bc50> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae14f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aae2600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8ee0f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8eea80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8aa541a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8a8ed760> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8eec30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a97ecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f8980> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f6b70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8a8f69c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879792.26431: done with _execute_module (slurp, {'src': '/root/.ssh/kdump_id_rsa.pub', '_ansible_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-1726879791.820793-4853-147491662939196/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879792.26439: _low_level_execute_command(): starting 4486 1726879792.26442: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879791.820793-4853-147491662939196/ > /dev/null 2>&1 && sleep 0' 4486 1726879792.26543: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879792.26547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879792.26550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.26553: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.26555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879792.26642: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879792.26649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.26660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.26707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.28607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.28636: stderr chunk (state=3): >>><<< 4486 1726879792.28640: stdout chunk (state=3): >>><<< 4486 1726879792.28652: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879792.28658: handler run complete 4486 1726879792.28677: attempt loop complete, returning result 4486 1726879792.28680: _execute() done 4486 1726879792.28683: dumping result to json 4486 1726879792.28686: done dumping result, returning 4486 1726879792.28695: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key [0229e9c9-8e59-25d7-fcc3-0000000000e6] 4486 1726879792.28703: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e6 4486 1726879792.28800: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e6 4486 1726879792.28803: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } 4486 1726879792.28898: no more pending results, returning what we have 4486 1726879792.28901: results queue empty 4486 1726879792.28903: checking for any_errors_fatal 4486 1726879792.28911: done checking for any_errors_fatal 4486 1726879792.28911: checking for max_fail_percentage 4486 1726879792.28913: done checking for max_fail_percentage 4486 1726879792.28914: checking to see if all hosts have failed and the running result is not ok 4486 1726879792.28917: done checking to see if all hosts have failed 4486 1726879792.28917: getting the remaining hosts for this loop 4486 1726879792.28919: done getting the remaining hosts for this loop 4486 1726879792.28924: getting the next task for host managed_node3 4486 1726879792.28931: done getting next task for host managed_node3 4486 1726879792.28936: ^ task is: TASK: fedora.linux_system_roles.kdump : Get userinfo for {{ kdump_ssh_user }} 4486 1726879792.28940: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879792.28949: getting variables 4486 1726879792.28951: in VariableManager get_vars() 4486 1726879792.28987: Calling all_inventory to load vars for managed_node3 4486 1726879792.28990: Calling groups_inventory to load vars for managed_node3 4486 1726879792.28992: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879792.29002: Calling all_plugins_play to load vars for managed_node3 4486 1726879792.29004: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879792.29007: Calling groups_plugins_play to load vars for managed_node3 4486 1726879792.29157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879792.29328: done with get_vars() 4486 1726879792.29335: done getting variables 4486 1726879792.29483: variable 'kdump_ssh_user' from source: play vars 4486 1726879792.29562: variable 'hostvars' from source: magic vars 4486 1726879792.29567: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879792.29569: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.29608: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.29613: in VariableManager get_vars() 4486 1726879792.29617: Calling all_inventory to load vars for managed_node3 4486 1726879792.29619: Calling groups_inventory to load vars for managed_node3 4486 1726879792.29620: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879792.29624: Calling all_plugins_play to load vars for managed_node3 4486 1726879792.29626: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879792.29628: Calling groups_plugins_play to load vars for managed_node3 4486 1726879792.29726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879792.29849: done with get_vars() 4486 1726879792.29857: variable 'ansible_user_id' from source: facts TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Friday 20 September 2024 20:49:52 -0400 (0:00:00.518) 0:00:13.626 ****** 4486 1726879792.29893: entering _queue_task() for managed_node3/user 4486 1726879792.29895: Creating lock for user 4486 1726879792.30105: worker is 1 (out of 1 available) 4486 1726879792.30119: exiting _queue_task() for managed_node3/user 4486 1726879792.30131: done queuing things up, now waiting for results queue to drain 4486 1726879792.30133: waiting for pending results... 4486 1726879792.30310: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root 4486 1726879792.30400: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000e8 4486 1726879792.30407: variable 'ansible_search_path' from source: unknown 4486 1726879792.30411: variable 'ansible_search_path' from source: unknown 4486 1726879792.30442: calling self._execute() 4486 1726879792.30459: variable 'kdump_ssh_server' from source: play vars 4486 1726879792.30613: variable 'kdump_ssh_server' from source: play vars 4486 1726879792.30617: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879792.30669: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879792.30673: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.30721: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.30739: in VariableManager get_vars() 4486 1726879792.30779: Calling all_inventory to load vars for managed_node3 4486 1726879792.30783: Calling groups_inventory to load vars for managed_node3 4486 1726879792.30786: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879792.30804: Calling all_plugins_play to load vars for managed_node3 4486 1726879792.30809: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879792.30815: Calling groups_plugins_play to load vars for managed_node3 4486 1726879792.31040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879792.31191: done with get_vars() 4486 1726879792.31197: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.31231: variable 'ansible_delegated_vars' from source: unknown 4486 1726879792.31243: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.31246: variable 'omit' from source: magic vars 4486 1726879792.31314: variable 'omit' from source: magic vars 4486 1726879792.31357: variable 'omit' from source: magic vars 4486 1726879792.31385: variable 'kdump_ssh_user' from source: play vars 4486 1726879792.31503: variable 'kdump_ssh_user' from source: play vars 4486 1726879792.31635: variable 'hostvars' from source: magic vars 4486 1726879792.31639: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879792.31642: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.31700: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.31708: in VariableManager get_vars() 4486 1726879792.31712: Calling all_inventory to load vars for managed_node3 4486 1726879792.31717: Calling groups_inventory to load vars for managed_node3 4486 1726879792.31722: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879792.31728: Calling all_plugins_play to load vars for managed_node3 4486 1726879792.31733: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879792.31739: Calling groups_plugins_play to load vars for managed_node3 4486 1726879792.31845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879792.32119: done with get_vars() 4486 1726879792.32126: variable 'ansible_user_id' from source: facts 4486 1726879792.32147: variable 'omit' from source: magic vars 4486 1726879792.32197: variable 'ansible_delegated_vars' from source: unknown 4486 1726879792.32212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879792.32283: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879792.32287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879792.32343: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879792.32349: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879792.32407: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.32414: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879792.32418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879792.32421: variable 'ansible_port' from source: unknown 4486 1726879792.32423: variable 'ansible_user' from source: unknown 4486 1726879792.32529: Set connection var ansible_timeout to 10 4486 1726879792.32533: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879792.32541: Set connection var ansible_pipelining to False 4486 1726879792.32547: Set connection var ansible_shell_executable to /bin/sh 4486 1726879792.32554: Set connection var ansible_shell_type to sh 4486 1726879792.32556: Set connection var ansible_connection to ssh 4486 1726879792.32581: variable 'ansible_delegated_vars' from source: unknown 4486 1726879792.32584: variable 'ansible_user' from source: unknown 4486 1726879792.32590: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879792.32890: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879792.32923: variable 'omit' from source: magic vars 4486 1726879792.32926: starting attempt loop 4486 1726879792.32929: running the handler 4486 1726879792.32931: _low_level_execute_command(): starting 4486 1726879792.32934: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879792.33687: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.33983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.35440: stdout chunk (state=3): >>>/root <<< 4486 1726879792.35550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.35601: stderr chunk (state=3): >>><<< 4486 1726879792.35604: stdout chunk (state=3): >>><<< 4486 1726879792.35624: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879792.35638: _low_level_execute_command(): starting 4486 1726879792.35645: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010 `" && echo ansible-tmp-1726879792.3562427-4870-25323699162010="` echo /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010 `" ) && sleep 0' 4486 1726879792.36103: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.36107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.36112: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.36115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.36164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.36173: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.36211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.38183: stdout chunk (state=3): >>>ansible-tmp-1726879792.3562427-4870-25323699162010=/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010 <<< 4486 1726879792.38377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.38380: stdout chunk (state=3): >>><<< 4486 1726879792.38383: stderr chunk (state=3): >>><<< 4486 1726879792.38577: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879792.3562427-4870-25323699162010=/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879792.38581: variable 'ansible_delegated_vars' from source: unknown 4486 1726879792.38584: variable 'ansible_module_compression' from source: unknown 4486 1726879792.38586: ANSIBALLZ: Using lock for user 4486 1726879792.38599: ANSIBALLZ: Acquiring lock 4486 1726879792.38608: ANSIBALLZ: Lock acquired: 140021854464304 4486 1726879792.38617: ANSIBALLZ: Creating module 4486 1726879792.55721: ANSIBALLZ: Writing module into payload 4486 1726879792.56060: ANSIBALLZ: Writing module 4486 1726879792.56103: ANSIBALLZ: Renaming module 4486 1726879792.56114: ANSIBALLZ: Done creating module 4486 1726879792.56139: variable 'ansible_facts' from source: unknown 4486 1726879792.56240: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py 4486 1726879792.56405: Sending initial data 4486 1726879792.56408: Sent initial data (150 bytes) 4486 1726879792.57083: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.57146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879792.57151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.57154: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.57197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.58897: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 4486 1726879792.58913: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879792.58948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879792.58990: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpzwu20ubb /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py <<< 4486 1726879792.58994: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py" <<< 4486 1726879792.59029: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpzwu20ubb" to remote "/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py" <<< 4486 1726879792.59904: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.60016: stderr chunk (state=3): >>><<< 4486 1726879792.60049: stdout chunk (state=3): >>><<< 4486 1726879792.60124: done transferring module to remote 4486 1726879792.60127: _low_level_execute_command(): starting 4486 1726879792.60134: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/ /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py && sleep 0' 4486 1726879792.60608: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879792.60612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.60615: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879792.60617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.60662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879792.60668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.60716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.62556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879792.62614: stderr chunk (state=3): >>><<< 4486 1726879792.62617: stdout chunk (state=3): >>><<< 4486 1726879792.62641: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879792.62644: _low_level_execute_command(): starting 4486 1726879792.62647: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/AnsiballZ_user.py && sleep 0' 4486 1726879792.63351: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879792.63412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879792.63420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879792.63457: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879792.63512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879792.65789: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879792.65817: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879792.65857: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879792.65937: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879792.65978: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879792.66008: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879792.66045: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879792.66058: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879792.66108: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879792.66111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.66126: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879792.66157: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879792.66205: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879792.66227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879792.66257: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944ce7b30> <<< 4486 1726879792.66280: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944d1aab0> <<< 4486 1726879792.66301: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879792.66326: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879792.66348: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879792.66392: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879792.66395: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879792.66479: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879792.66513: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879792.66566: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879792.66596: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879792.66599: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879792.66605: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879792.66614: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879792.66640: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879792.66652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879792.66681: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944acd190> <<< 4486 1726879792.66722: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879792.66728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.66757: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944acdfd0> <<< 4486 1726879792.66776: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879792.66802: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879792.67100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879792.67103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879792.67128: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.67134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879792.67178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879792.67197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879792.67223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879792.67234: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b0be60> <<< 4486 1726879792.67260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879792.67284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879792.67307: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b0bf20> <<< 4486 1726879792.67351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879792.67388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879792.67427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.67448: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879792.67475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879792.67482: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b43830> <<< 4486 1726879792.67502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879792.67508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879792.67530: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b43ec0> <<< 4486 1726879792.67534: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879792.67589: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b23b30> <<< 4486 1726879792.67595: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879792.67631: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b21250> <<< 4486 1726879792.67726: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b09010> <<< 4486 1726879792.67756: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879792.67788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879792.67791: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879792.67811: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879792.67836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879792.67866: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879792.67900: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b67830> <<< 4486 1726879792.67916: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b66450> <<< 4486 1726879792.67950: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879792.67958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b22120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b64bc0> <<< 4486 1726879792.68008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879792.68026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b94890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b082c0> <<< 4486 1726879792.68055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879792.68102: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879792.68114: stdout chunk (state=3): >>> import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944b94d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b94bf0><<< 4486 1726879792.68121: stdout chunk (state=3): >>> <<< 4486 1726879792.68155: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.68164: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944b94fb0> <<< 4486 1726879792.68173: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b06de0> <<< 4486 1726879792.68198: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.68225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879792.68251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879792.68275: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b956a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b95370> <<< 4486 1726879792.68280: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879792.68314: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879792.68343: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b96570> <<< 4486 1726879792.68362: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879792.68384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879792.68422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879792.68460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879792.68466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb07a0> <<< 4486 1726879792.68468: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879792.68506: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.68509: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb1ee0> <<< 4486 1726879792.68540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879792.68546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879792.68578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879792.68586: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb2d80> <<< 4486 1726879792.68628: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb33b0> <<< 4486 1726879792.68645: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb22d0> <<< 4486 1726879792.68672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879792.68680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879792.68721: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.68735: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb3dd0> <<< 4486 1726879792.68741: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb3530> <<< 4486 1726879792.68790: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b965d0> <<< 4486 1726879792.68809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879792.68834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879792.68857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879792.68879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879792.68910: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944933cb0> <<< 4486 1726879792.68944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879792.68972: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.68979: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495c4a0> <<< 4486 1726879792.69004: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c770> <<< 4486 1726879792.69029: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.69035: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c950> <<< 4486 1726879792.69052: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944931e50> <<< 4486 1726879792.69078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879792.69178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879792.69203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879792.69213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879792.69230: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495df70> <<< 4486 1726879792.69250: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495cc20> <<< 4486 1726879792.69272: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b96750> <<< 4486 1726879792.69295: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879792.69352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.69375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879792.69419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879792.69450: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294498a330> <<< 4486 1726879792.69502: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879792.69514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.69538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879792.69559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879792.69609: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a24b0> <<< 4486 1726879792.69633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879792.69673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879792.69727: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879792.69758: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449df200> <<< 4486 1726879792.69780: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879792.69816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879792.69844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879792.69887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879792.69983: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449fd9a0> <<< 4486 1726879792.70057: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449df320> <<< 4486 1726879792.70105: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a3140> <<< 4486 1726879792.70132: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447dc2f0> <<< 4486 1726879792.70175: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a14f0> <<< 4486 1726879792.70179: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495eed0> <<< 4486 1726879792.70280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879792.70305: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29449a1610> <<< 4486 1726879792.70390: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_user_payload_uhsv402z/ansible_user_payload.zip' # zipimport: zlib available <<< 4486 1726879792.70533: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.70576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879792.70580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879792.70619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879792.70688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879792.70734: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944832000> <<< 4486 1726879792.70754: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879792.70934: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944808ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447dffb0> <<< 4486 1726879792.70975: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.71002: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 4486 1726879792.71028: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.71034: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.71057: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879792.72628: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.73884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294480be60> <<< 4486 1726879792.73927: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879792.73932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.73961: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879792.73968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879792.73992: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879792.73997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879792.74031: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.74033: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485d970> <<< 4486 1726879792.74067: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d700> <<< 4486 1726879792.74097: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d010> <<< 4486 1726879792.74126: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879792.74131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879792.74173: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944832a20> <<< 4486 1726879792.74177: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879792.74212: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485e6f0> <<< 4486 1726879792.74256: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.74260: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485e930> <<< 4486 1726879792.74273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879792.74317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879792.74354: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879792.74397: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485ee70> import 'pwd' # <<< 4486 1726879792.74414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879792.74447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879792.74481: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c0b60> <<< 4486 1726879792.74503: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29446c2780> <<< 4486 1726879792.74538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879792.74563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879792.74596: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c3140> <<< 4486 1726879792.74607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879792.74645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879792.74667: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c4320> <<< 4486 1726879792.74696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879792.74721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879792.74729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879792.74743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879792.74786: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c6e10> <<< 4486 1726879792.74833: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29446c6f30> <<< 4486 1726879792.74855: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c50d0> <<< 4486 1726879792.74874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879792.74895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879792.74925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879792.74950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879792.74976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879792.75014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879792.75043: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446cad80> import '_tokenize' # <<< 4486 1726879792.75100: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c9850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c95b0> <<< 4486 1726879792.75128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879792.75135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879792.75210: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446cbf80> <<< 4486 1726879792.75244: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c5550> <<< 4486 1726879792.75278: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294470eed0> <<< 4486 1726879792.75307: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 4486 1726879792.75311: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294470f0b0> <<< 4486 1726879792.75338: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879792.75359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879792.75381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879792.75420: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.75428: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944710b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944710920> <<< 4486 1726879792.75444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879792.75559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879792.75612: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447130b0> <<< 4486 1726879792.75617: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944711250> <<< 4486 1726879792.75635: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879792.75683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.75696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879792.75716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 4486 1726879792.75768: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471a7e0> <<< 4486 1726879792.75895: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944713260> <<< 4486 1726879792.75976: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.75982: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471b5c0> <<< 4486 1726879792.76007: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471b860> <<< 4486 1726879792.76070: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471bb60> <<< 4486 1726879792.76085: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294470f230> <<< 4486 1726879792.76096: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879792.76115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879792.76119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879792.76149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879792.76169: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.76202: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471f0b0> <<< 4486 1726879792.76387: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447205c0> <<< 4486 1726879792.76399: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471d880> <<< 4486 1726879792.76423: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.76428: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471ec30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471d520> <<< 4486 1726879792.76441: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76483: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76487: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 4486 1726879792.76513: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76575: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76672: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879792.76703: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76707: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76729: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879792.76874: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.76990: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.77593: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.78199: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879792.78224: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 4486 1726879792.78228: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879792.78257: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879792.78269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.78318: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447a8710> <<< 4486 1726879792.78404: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879792.78412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879792.78422: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447a94c0> <<< 4486 1726879792.78453: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944722f60> <<< 4486 1726879792.78498: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879792.78554: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.78558: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879792.78580: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.78720: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.78912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879792.78930: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447a91c0> # zipimport: zlib available <<< 4486 1726879792.79438: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.79934: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80013: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879792.80100: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80147: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80184: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879792.80188: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80268: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80369: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879792.80385: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80395: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879792.80417: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80456: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80496: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879792.80500: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.80766: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879792.81079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879792.81085: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879792.81163: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447ab710> <<< 4486 1726879792.81178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81277: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81345: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879792.81400: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879792.81460: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.81586: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b1eb0> <<< 4486 1726879792.81650: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.81683: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b2780> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447aae10> # zipimport: zlib available <<< 4486 1726879792.81720: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81808: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 4486 1726879792.81842: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81898: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.81931: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82037: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879792.82066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.82137: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.82161: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b1490> <<< 4486 1726879792.82179: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b2900> <<< 4486 1726879792.82201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879792.82207: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82290: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82360: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82393: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82445: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879792.82473: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879792.82486: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879792.82505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879792.82589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879792.82592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879792.82614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879792.82653: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944642ba0> <<< 4486 1726879792.82696: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29445bc980> <<< 4486 1726879792.82780: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b69c0> <<< 4486 1726879792.82789: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b6810> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879792.82796: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82829: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82853: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879792.82909: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879792.82926: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.82950: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879792.82964: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.85153: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.87166: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 4486 1726879792.87171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944647950> <<< 4486 1726879792.87198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 4486 1726879792.87229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 4486 1726879792.87300: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944647980> <<< 4486 1726879792.87367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py <<< 4486 1726879792.87375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' <<< 4486 1726879792.87433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py <<< 4486 1726879792.87441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' <<< 4486 1726879792.87472: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879792.87495: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294461e990> <<< 4486 1726879792.87499: stdout chunk (state=3): >>>import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294461d1f0> <<< 4486 1726879792.87518: stdout chunk (state=3): >>>import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944644d40> <<< 4486 1726879792.87523: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.87558: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.87588: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879792.87864: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879792.96051: stdout chunk (state=3): >>> {"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}} <<< 4486 1726879792.96077: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879792.96622: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 4486 1726879792.96625: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 4486 1726879792.96652: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 4486 1726879792.96657: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg <<< 4486 1726879792.96693: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 4486 1726879792.96702: stdout chunk (state=3): >>># cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil<<< 4486 1726879792.96745: stdout chunk (state=3): >>> # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale <<< 4486 1726879792.96749: stdout chunk (state=3): >>># cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 4486 1726879792.96780: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections <<< 4486 1726879792.96797: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool<<< 4486 1726879792.96814: stdout chunk (state=3): >>> # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios <<< 4486 1726879792.96818: stdout chunk (state=3): >>># cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing <<< 4486 1726879792.97086: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879792.97109: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 4486 1726879792.97144: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 4486 1726879792.97175: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879792.97217: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879792.97221: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879792.97238: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879792.97267: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid <<< 4486 1726879792.97288: stdout chunk (state=3): >>># destroy array <<< 4486 1726879792.97340: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy distro <<< 4486 1726879792.97391: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 4486 1726879792.97398: stdout chunk (state=3): >>># destroy datetime <<< 4486 1726879792.97453: stdout chunk (state=3): >>># destroy tty # destroy termios # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 4486 1726879792.97517: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale <<< 4486 1726879792.97548: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 4486 1726879792.97574: stdout chunk (state=3): >>># destroy fnmatch <<< 4486 1726879792.97623: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 4486 1726879792.97640: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879792.97707: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 4486 1726879792.97713: stdout chunk (state=3): >>># destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 4486 1726879792.97751: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879792.97931: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879792.97960: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 4486 1726879792.97981: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 4486 1726879792.97995: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno <<< 4486 1726879792.98011: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib <<< 4486 1726879792.98042: stdout chunk (state=3): >>># destroy select <<< 4486 1726879792.98057: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 4486 1726879792.98076: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator <<< 4486 1726879792.98086: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879792.98111: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879792.98226: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879792.98257: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 4486 1726879792.98289: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 4486 1726879792.98325: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 4486 1726879792.98347: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 4486 1726879792.98781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879792.98827: stderr chunk (state=3): >>><<< 4486 1726879792.98831: stdout chunk (state=3): >>><<< 4486 1726879792.98925: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944ce7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944d1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944acd190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944acdfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b0be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b0bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b43830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b43ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b23b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b21250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b09010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b67830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b66450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b22120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b64bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b94890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b082c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944b94d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b94bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944b94fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b06de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b956a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b95370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b96570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944bb3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944bb3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944933cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294495c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944931e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495df70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495cc20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944b96750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294498a330> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a24b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449df200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449fd9a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449df320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a3140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447dc2f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29449a14f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294495eed0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29449a1610> # zipimport: found 31 names in '/tmp/ansible_user_payload_uhsv402z/ansible_user_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944832000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944808ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447dffb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294480be60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485d970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485d460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944832a20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485e6f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294485e930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294485ee70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c0b60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29446c2780> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c3140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c4320> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c6e10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29446c6f30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c50d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446cad80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c9850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c95b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446cbf80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29446c5550> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294470eed0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294470f0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2944710b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944710920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447130b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944711250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471a7e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944713260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471b5c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471b860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471bb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294470f230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471f0b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447205c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471d880> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294471ec30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294471d520> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447a8710> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447a94c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944722f60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447a91c0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447ab710> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b1eb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b2780> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447aae10> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29447b1490> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b2900> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944642ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29445bc980> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b69c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29447b6810> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944647950> # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944647980> # /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py # code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py # code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f294461e990> import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f294461d1f0> import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2944644d40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available {"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid # destroy array # destroy _hashlib # destroy _blake2 # destroy selinux # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy datetime # destroy tty # destroy termios # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib # destroy select # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid # destroy array # destroy _hashlib # destroy _blake2 # destroy selinux # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy datetime # destroy tty # destroy termios # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib # destroy select # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879793.00362: done with _execute_module (user, {'name': 'root', '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': 'user', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879793.00369: _low_level_execute_command(): starting 4486 1726879793.00375: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879792.3562427-4870-25323699162010/ > /dev/null 2>&1 && sleep 0' 4486 1726879793.00378: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879793.00381: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.00384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.00390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.00395: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879793.00400: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879793.00403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.00406: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879793.00408: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879793.00411: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879793.00414: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.00416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.00418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.00424: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879793.00426: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879793.00430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.00433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879793.00435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.00438: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.00440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.02159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.02218: stderr chunk (state=3): >>><<< 4486 1726879793.02253: stdout chunk (state=3): >>><<< 4486 1726879793.02256: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.02259: handler run complete 4486 1726879793.02286: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.02289: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.02292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.02300: variable 'ansible_port' from source: unknown 4486 1726879793.02303: variable 'ansible_user' from source: unknown 4486 1726879793.02305: attempt loop complete, returning result 4486 1726879793.02308: _execute() done 4486 1726879793.02310: dumping result to json 4486 1726879793.02318: done dumping result, returning 4486 1726879793.02327: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root [0229e9c9-8e59-25d7-fcc3-0000000000e8] 4486 1726879793.02334: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e8 4486 1726879793.02467: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e8 4486 1726879793.02470: WORKER PROCESS EXITING ok: [managed_node3] => { "append": false, "changed": false, "comment": "Super User", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } 4486 1726879793.02574: no more pending results, returning what we have 4486 1726879793.02577: results queue empty 4486 1726879793.02578: checking for any_errors_fatal 4486 1726879793.02590: done checking for any_errors_fatal 4486 1726879793.02591: checking for max_fail_percentage 4486 1726879793.02593: done checking for max_fail_percentage 4486 1726879793.02594: checking to see if all hosts have failed and the running result is not ok 4486 1726879793.02595: done checking to see if all hosts have failed 4486 1726879793.02596: getting the remaining hosts for this loop 4486 1726879793.02597: done getting the remaining hosts for this loop 4486 1726879793.02602: getting the next task for host managed_node3 4486 1726879793.02608: done getting next task for host managed_node3 4486 1726879793.02612: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user 4486 1726879793.02615: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879793.02626: getting variables 4486 1726879793.02627: in VariableManager get_vars() 4486 1726879793.02659: Calling all_inventory to load vars for managed_node3 4486 1726879793.02662: Calling groups_inventory to load vars for managed_node3 4486 1726879793.02666: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.02679: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.02682: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.02686: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.02869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.03013: done with get_vars() 4486 1726879793.03023: done getting variables TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Friday 20 September 2024 20:49:53 -0400 (0:00:00.732) 0:00:14.358 ****** 4486 1726879793.03100: entering _queue_task() for managed_node3/stat 4486 1726879793.03311: worker is 1 (out of 1 available) 4486 1726879793.03326: exiting _queue_task() for managed_node3/stat 4486 1726879793.03338: done queuing things up, now waiting for results queue to drain 4486 1726879793.03340: waiting for pending results... 4486 1726879793.03517: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user 4486 1726879793.03608: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000e9 4486 1726879793.03620: variable 'ansible_search_path' from source: unknown 4486 1726879793.03625: variable 'ansible_search_path' from source: unknown 4486 1726879793.03656: calling self._execute() 4486 1726879793.03678: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.03846: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.03853: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.03909: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.03914: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.03966: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.03984: in VariableManager get_vars() 4486 1726879793.04020: Calling all_inventory to load vars for managed_node3 4486 1726879793.04025: Calling groups_inventory to load vars for managed_node3 4486 1726879793.04028: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.04046: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.04049: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.04056: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.04221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.04398: done with get_vars() 4486 1726879793.04405: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.04444: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.04454: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.04460: variable 'omit' from source: magic vars 4486 1726879793.04530: variable 'omit' from source: magic vars 4486 1726879793.04579: variable 'omit' from source: magic vars 4486 1726879793.04601: variable '__kdump_ssh_path' from source: task vars 4486 1726879793.04653: variable '__kdump_ssh_path' from source: task vars 4486 1726879793.04736: variable '__kdump_ssh_user_info' from source: set_fact 4486 1726879793.04758: variable 'omit' from source: magic vars 4486 1726879793.04775: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.04793: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879793.04821: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879793.04837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879793.04851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.04860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.04892: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.04896: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.04899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.04901: variable 'ansible_port' from source: unknown 4486 1726879793.04904: variable 'ansible_user' from source: unknown 4486 1726879793.04979: Set connection var ansible_timeout to 10 4486 1726879793.04982: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879793.04989: Set connection var ansible_pipelining to False 4486 1726879793.04997: Set connection var ansible_shell_executable to /bin/sh 4486 1726879793.05004: Set connection var ansible_shell_type to sh 4486 1726879793.05007: Set connection var ansible_connection to ssh 4486 1726879793.05028: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.05031: variable 'ansible_user' from source: unknown 4486 1726879793.05055: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.05353: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879793.05358: variable 'omit' from source: magic vars 4486 1726879793.05363: starting attempt loop 4486 1726879793.05366: running the handler 4486 1726879793.05431: _low_level_execute_command(): starting 4486 1726879793.05435: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879793.06271: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.06277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.06295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.06370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.08014: stdout chunk (state=3): >>>/root <<< 4486 1726879793.08105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.08169: stderr chunk (state=3): >>><<< 4486 1726879793.08173: stdout chunk (state=3): >>><<< 4486 1726879793.08191: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.08202: _low_level_execute_command(): starting 4486 1726879793.08211: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873 `" && echo ansible-tmp-1726879793.0819051-4896-180114259068873="` echo /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873 `" ) && sleep 0' 4486 1726879793.08657: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.08695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879793.08699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.08703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.08749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879793.08753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.08805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.10716: stdout chunk (state=3): >>>ansible-tmp-1726879793.0819051-4896-180114259068873=/root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873 <<< 4486 1726879793.10855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.10882: stderr chunk (state=3): >>><<< 4486 1726879793.10886: stdout chunk (state=3): >>><<< 4486 1726879793.10898: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879793.0819051-4896-180114259068873=/root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.10918: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.10965: variable 'ansible_module_compression' from source: unknown 4486 1726879793.11007: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 4486 1726879793.11036: variable 'ansible_facts' from source: unknown 4486 1726879793.11101: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py 4486 1726879793.11202: Sending initial data 4486 1726879793.11206: Sent initial data (151 bytes) 4486 1726879793.11818: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.11863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.11880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.11918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.13487: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879793.13491: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879793.13538: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879793.13606: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpeymx2tvu /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py <<< 4486 1726879793.13610: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py" <<< 4486 1726879793.13643: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpeymx2tvu" to remote "/root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py" <<< 4486 1726879793.14410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.14425: stderr chunk (state=3): >>><<< 4486 1726879793.14428: stdout chunk (state=3): >>><<< 4486 1726879793.14450: done transferring module to remote 4486 1726879793.14461: _low_level_execute_command(): starting 4486 1726879793.14469: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/ /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py && sleep 0' 4486 1726879793.14919: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.14925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879793.14928: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.14930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.14933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.14991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.14996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.15031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.16880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.16922: stderr chunk (state=3): >>><<< 4486 1726879793.16928: stdout chunk (state=3): >>><<< 4486 1726879793.16939: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.16943: _low_level_execute_command(): starting 4486 1726879793.16948: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/AnsiballZ_stat.py && sleep 0' 4486 1726879793.17498: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.17502: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879793.17511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.17535: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.17583: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.19902: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879793.19914: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879793.19949: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879793.19954: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879793.20037: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879793.20040: stdout chunk (state=3): >>> import 'marshal' # <<< 4486 1726879793.20081: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879793.20114: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 4486 1726879793.20118: stdout chunk (state=3): >>># installing zipimport hook <<< 4486 1726879793.20154: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879793.20216: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879793.20219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.20261: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879793.20279: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879793.20331: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879793.20360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879793.20365: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ec0530> <<< 4486 1726879793.20391: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372e8fb30> <<< 4486 1726879793.20402: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879793.20408: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ec2ab0> <<< 4486 1726879793.20433: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879793.20459: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879793.20470: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879793.20483: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879793.20516: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879793.20611: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879793.20641: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879793.20645: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879793.20681: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879793.20694: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879793.20709: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879793.20722: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879793.20725: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879793.20746: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879793.20774: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879793.20783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879793.20796: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372c71190> <<< 4486 1726879793.20859: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879793.20875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.20884: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372c71fd0> <<< 4486 1726879793.20907: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879793.20940: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879793.21185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879793.21205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879793.21230: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879793.21237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.21259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879793.21297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879793.21318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879793.21345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879793.21359: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cafe90> <<< 4486 1726879793.21386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879793.21392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879793.21421: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372caff50> <<< 4486 1726879793.21447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879793.21474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879793.21499: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879793.21550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.21575: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879793.21599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ce7890> <<< 4486 1726879793.21619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879793.21640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ce7f20> <<< 4486 1726879793.21658: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879793.21710: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc7b30> <<< 4486 1726879793.21723: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879793.21777: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc5280> <<< 4486 1726879793.21865: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cad040> <<< 4486 1726879793.21904: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879793.21908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879793.21966: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879793.21993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879793.21996: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879793.22128: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d0b800> <<< 4486 1726879793.22146: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d0a420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d08c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 4486 1726879793.22178: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cac2c0> <<< 4486 1726879793.22196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879793.22216: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.22237: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d38d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d38bf0> <<< 4486 1726879793.22470: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.22487: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d38fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372caade0> <<< 4486 1726879793.22512: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d396d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d393a0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3a5d0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879793.22532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879793.22554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 4486 1726879793.22577: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d547a0> <<< 4486 1726879793.22593: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879793.22614: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.22636: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d55eb0> <<< 4486 1726879793.22661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879793.22692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879793.22703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d56d50> <<< 4486 1726879793.22745: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d573b0> <<< 4486 1726879793.22772: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d562a0> <<< 4486 1726879793.22793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879793.22835: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.22853: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d57e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d57560> <<< 4486 1726879793.22904: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3a540> <<< 4486 1726879793.22923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879793.22951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879793.22973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879793.23003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879793.23029: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372adfce0> <<< 4486 1726879793.23058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879793.23094: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b087d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b08530> <<< 4486 1726879793.23128: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b08740> <<< 4486 1726879793.23159: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b089b0> <<< 4486 1726879793.23193: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372adde80> <<< 4486 1726879793.23213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879793.23325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879793.23359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879793.23362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879793.23397: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b0a000> <<< 4486 1726879793.23400: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b08c80> <<< 4486 1726879793.23426: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3acc0> <<< 4486 1726879793.23445: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879793.23598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b363c0> <<< 4486 1726879793.23678: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879793.23700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.23716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879793.23767: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4e510> <<< 4486 1726879793.23795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879793.23844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879793.23904: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879793.23965: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b872c0> <<< 4486 1726879793.23992: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879793.24009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879793.24060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879793.24136: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372bada60> <<< 4486 1726879793.24213: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b873e0> <<< 4486 1726879793.24275: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4f1a0> <<< 4486 1726879793.24319: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729c8470> <<< 4486 1726879793.24345: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b0af60> <<< 4486 1726879793.24435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879793.24451: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc372b4d670> <<< 4486 1726879793.24585: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_2o1re9vb/ansible_stat_payload.zip' # zipimport: zlib available <<< 4486 1726879793.24699: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.24721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879793.24770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879793.24847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879793.24886: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a22120> import '_typing' # <<< 4486 1726879793.25099: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729f9010> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729f81a0> <<< 4486 1726879793.25117: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.25144: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879793.25174: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879793.25210: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.25213: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879793.26781: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.28072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 4486 1726879793.28081: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729fbfb0> <<< 4486 1726879793.28096: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879793.28102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.28122: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879793.28148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879793.28158: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879793.28172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879793.28193: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.28198: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a49b50> <<< 4486 1726879793.28236: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49910> <<< 4486 1726879793.28272: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49220> <<< 4486 1726879793.28285: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879793.28297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879793.28346: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49670> <<< 4486 1726879793.28355: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a22db0> import 'atexit' # <<< 4486 1726879793.28384: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a4a870> <<< 4486 1726879793.28417: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.28420: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a4aab0> <<< 4486 1726879793.28437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879793.28497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879793.28500: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879793.28559: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a4aff0> <<< 4486 1726879793.28572: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879793.28589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879793.28614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879793.28655: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b0e00> <<< 4486 1726879793.28686: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.28690: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3728b2a20> <<< 4486 1726879793.28707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879793.28729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879793.28767: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b3350> <<< 4486 1726879793.28785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879793.28817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879793.28838: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b4290> <<< 4486 1726879793.28855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879793.28896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879793.28922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879793.28928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879793.28981: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b6f90> <<< 4486 1726879793.29024: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3728b70b0> <<< 4486 1726879793.29047: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b5250> <<< 4486 1726879793.29065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879793.29097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879793.29117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879793.29130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879793.29143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879793.29176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879793.29196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879793.29200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879793.29212: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728baf60> <<< 4486 1726879793.29225: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879793.29299: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b9a30> <<< 4486 1726879793.29308: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b9790> <<< 4486 1726879793.29323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879793.29328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879793.29405: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728bbec0> <<< 4486 1726879793.29439: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b5760> <<< 4486 1726879793.29470: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.29477: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372903110> <<< 4486 1726879793.29498: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.29506: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372903200> <<< 4486 1726879793.29519: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879793.29546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879793.29572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 4486 1726879793.29578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879793.29608: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372904d40> <<< 4486 1726879793.29616: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372904b00> <<< 4486 1726879793.29626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879793.29755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879793.29809: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.29813: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372907260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372905400> <<< 4486 1726879793.29841: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879793.29885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.29917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879793.29923: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879793.30004: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37290ea80> <<< 4486 1726879793.30112: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372907410> <<< 4486 1726879793.30193: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290f860> <<< 4486 1726879793.30246: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879793.30249: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290faa0> <<< 4486 1726879793.30294: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290fd70> <<< 4486 1726879793.30298: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372903410> <<< 4486 1726879793.30338: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879793.30342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879793.30388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879793.30392: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.30410: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3729134a0> <<< 4486 1726879793.30593: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372914950> <<< 4486 1726879793.30609: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372911c10> <<< 4486 1726879793.30649: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372912fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372911820> <<< 4486 1726879793.30666: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30685: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879793.30711: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30791: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30897: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30901: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30942: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 4486 1726879793.30946: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.30948: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879793.30968: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.31121: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.31214: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.31840: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.32462: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879793.32483: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 4486 1726879793.32491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879793.32518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.32578: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372998b00> <<< 4486 1726879793.32670: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879793.32679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879793.32698: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372999940> <<< 4486 1726879793.32706: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729174d0> <<< 4486 1726879793.32770: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 4486 1726879793.32817: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.32828: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 4486 1726879793.32984: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.33175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879793.33191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372999640> # zipimport: zlib available <<< 4486 1726879793.33694: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34185: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34266: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34348: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879793.34354: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34395: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879793.34438: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34515: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34604: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879793.34627: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34646: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34651: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 4486 1726879793.34698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34744: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879793.34751: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.34997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.35259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879793.35316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879793.35337: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879793.35402: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37299a990> <<< 4486 1726879793.35420: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.35497: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.35584: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879793.35594: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 4486 1726879793.35606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879793.35622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879793.35628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879793.35707: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.35852: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727aa450><<< 4486 1726879793.35856: stdout chunk (state=3): >>> <<< 4486 1726879793.35923: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.35928: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727aad50> <<< 4486 1726879793.35961: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37299b860> # zipimport: zlib available <<< 4486 1726879793.35982: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 4486 1726879793.36086: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36131: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36190: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36266: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879793.36299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.36399: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727a99a0> <<< 4486 1726879793.36431: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727aaf30> <<< 4486 1726879793.36481: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879793.36485: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36602: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36656: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36660: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.36691: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.36711: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879793.36740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879793.36754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879793.36808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879793.36841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879793.36851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879793.36903: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37283b020> <<< 4486 1726879793.36959: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b7e90> <<< 4486 1726879793.37038: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b2f90> <<< 4486 1726879793.37051: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b2de0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879793.37067: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.37086: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.37117: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879793.37182: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879793.37205: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.37207: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879793.37229: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.37371: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.37578: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.38381: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1726879588.4716902, "mtime": 1726879791.7140317, "ctime": 1726879791.7140317, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3346655407", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 4486 1726879793.38409: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879793.38829: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879793.38845: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 4486 1726879793.38854: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 4486 1726879793.38874: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings <<< 4486 1726879793.38883: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 4486 1726879793.38920: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 4486 1726879793.38924: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 4486 1726879793.38959: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 4486 1726879793.39022: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 4486 1726879793.39036: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879793.39271: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879793.39300: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879793.39318: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879793.39352: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879793.39389: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879793.39404: stdout chunk (state=3): >>># destroy ntpath # destroy importlib <<< 4486 1726879793.39531: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879793.39538: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 4486 1726879793.39569: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879793.39587: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879793.39590: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879793.39667: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879793.39695: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon <<< 4486 1726879793.39707: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879793.39774: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 4486 1726879793.39827: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 4486 1726879793.39831: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 4486 1726879793.39839: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 4486 1726879793.39858: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879793.39996: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879793.40001: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879793.40019: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879793.40039: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879793.40043: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879793.40082: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 4486 1726879793.40090: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 4486 1726879793.40117: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879793.40127: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879793.40133: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879793.40150: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879793.40251: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879793.40270: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879793.40319: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879793.40339: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools <<< 4486 1726879793.40374: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879793.40780: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879793.40839: stderr chunk (state=3): >>><<< 4486 1726879793.40842: stdout chunk (state=3): >>><<< 4486 1726879793.40933: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ec0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372e8fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ec2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372c71190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372c71fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cafe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372caff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ce7890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372ce7f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc7b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc5280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cad040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d0b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d0a420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cc6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d08c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372cac2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d38d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d38bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d38fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372caade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d396d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d393a0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3a5d0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d547a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d55eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d56d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372d57e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d57560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3a540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372adfce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b087d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b08530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b08740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372b089b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372adde80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b0a000> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b08c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372d3acc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b363c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4e510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b872c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372bada60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b873e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4f1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729c8470> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b4d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372b0af60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc372b4d670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_2o1re9vb/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a22120> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729f9010> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729f81a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729fbfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a49b50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49910> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49220> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a49670> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a22db0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a4a870> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372a4aab0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372a4aff0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b0e00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3728b2a20> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b3350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b4290> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b6f90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3728b70b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b5250> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728baf60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b9a30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b9790> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728bbec0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3728b5760> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372903110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372903200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372904d40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372904b00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372907260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372905400> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37290ea80> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372907410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290f860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290faa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc37290fd70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372903410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3729134a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372914950> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372911c10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372912fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372911820> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc372998b00> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372999940> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3729174d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc372999640> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37299a990> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727aa450> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727aad50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37299b860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3727a99a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727aaf30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc37283b020> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b7e90> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b2f90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3727b2de0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1726879588.4716902, "mtime": 1726879791.7140317, "ctime": 1726879791.7140317, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3346655407", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879793.42296: done with _execute_module (stat, {'path': '/root/.ssh', '_ansible_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-1726879793.0819051-4896-180114259068873/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879793.42300: _low_level_execute_command(): starting 4486 1726879793.42303: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.0819051-4896-180114259068873/ > /dev/null 2>&1 && sleep 0' 4486 1726879793.42305: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879793.42308: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.42312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.42314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.42318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879793.42320: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879793.42323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.42325: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879793.42327: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879793.42330: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879793.42335: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.42338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.42341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.42345: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879793.42349: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879793.42352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.42358: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879793.42370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.42373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.42376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.44089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.44149: stderr chunk (state=3): >>><<< 4486 1726879793.44153: stdout chunk (state=3): >>><<< 4486 1726879793.44223: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.44226: handler run complete 4486 1726879793.44243: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.44246: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.44249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.44251: variable 'ansible_port' from source: unknown 4486 1726879793.44254: variable 'ansible_user' from source: unknown 4486 1726879793.44260: attempt loop complete, returning result 4486 1726879793.44267: _execute() done 4486 1726879793.44270: dumping result to json 4486 1726879793.44281: done dumping result, returning 4486 1726879793.44290: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user [0229e9c9-8e59-25d7-fcc3-0000000000e9] 4486 1726879793.44294: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e9 ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726879588.4716902, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "ctime": 1726879791.7140317, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 457, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1726879791.7140317, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "3346655407", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } 4486 1726879793.44714: no more pending results, returning what we have 4486 1726879793.44718: results queue empty 4486 1726879793.44719: checking for any_errors_fatal 4486 1726879793.44730: done checking for any_errors_fatal 4486 1726879793.44731: checking for max_fail_percentage 4486 1726879793.44734: done checking for max_fail_percentage 4486 1726879793.44735: checking to see if all hosts have failed and the running result is not ok 4486 1726879793.44735: done checking to see if all hosts have failed 4486 1726879793.44736: getting the remaining hosts for this loop 4486 1726879793.44738: done getting the remaining hosts for this loop 4486 1726879793.44742: getting the next task for host managed_node3 4486 1726879793.44748: done getting next task for host managed_node3 4486 1726879793.44752: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user 4486 1726879793.44756: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879793.44892: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000e9 4486 1726879793.44897: WORKER PROCESS EXITING 4486 1726879793.44903: getting variables 4486 1726879793.44905: in VariableManager get_vars() 4486 1726879793.44937: Calling all_inventory to load vars for managed_node3 4486 1726879793.44940: Calling groups_inventory to load vars for managed_node3 4486 1726879793.44942: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.44952: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.44955: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.44959: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.45197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.45505: done with get_vars() 4486 1726879793.45517: done getting variables TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Friday 20 September 2024 20:49:53 -0400 (0:00:00.425) 0:00:14.783 ****** 4486 1726879793.45652: entering _queue_task() for managed_node3/stat 4486 1726879793.45962: worker is 1 (out of 1 available) 4486 1726879793.46032: exiting _queue_task() for managed_node3/stat 4486 1726879793.46042: done queuing things up, now waiting for results queue to drain 4486 1726879793.46043: waiting for pending results... 4486 1726879793.46256: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user 4486 1726879793.46351: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000ea 4486 1726879793.46374: variable 'ansible_search_path' from source: unknown 4486 1726879793.46378: variable 'ansible_search_path' from source: unknown 4486 1726879793.46404: calling self._execute() 4486 1726879793.46425: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.46586: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.46593: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.46646: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.46650: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.46702: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.46717: in VariableManager get_vars() 4486 1726879793.46768: Calling all_inventory to load vars for managed_node3 4486 1726879793.46772: Calling groups_inventory to load vars for managed_node3 4486 1726879793.46775: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.46792: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.46795: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.46802: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.46959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.47228: done with get_vars() 4486 1726879793.47232: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.47312: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.47316: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.47319: variable 'omit' from source: magic vars 4486 1726879793.47421: variable 'omit' from source: magic vars 4486 1726879793.47511: variable 'omit' from source: magic vars 4486 1726879793.47544: variable '__kdump_authorized_keys_path' from source: task vars 4486 1726879793.47620: variable '__kdump_authorized_keys_path' from source: task vars 4486 1726879793.47745: variable '__kdump_ssh_user_info' from source: set_fact 4486 1726879793.47783: variable 'omit' from source: magic vars 4486 1726879793.47804: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.47850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879793.47865: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879793.47902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879793.47906: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.47923: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.47972: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.47976: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.47978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.47985: variable 'ansible_port' from source: unknown 4486 1726879793.47987: variable 'ansible_user' from source: unknown 4486 1726879793.48154: Set connection var ansible_timeout to 10 4486 1726879793.48159: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879793.48162: Set connection var ansible_pipelining to False 4486 1726879793.48165: Set connection var ansible_shell_executable to /bin/sh 4486 1726879793.48169: Set connection var ansible_shell_type to sh 4486 1726879793.48171: Set connection var ansible_connection to ssh 4486 1726879793.48196: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.48200: variable 'ansible_user' from source: unknown 4486 1726879793.48203: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.48457: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879793.48461: variable 'omit' from source: magic vars 4486 1726879793.48469: starting attempt loop 4486 1726879793.48472: running the handler 4486 1726879793.48530: _low_level_execute_command(): starting 4486 1726879793.48549: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879793.49277: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.49281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879793.49284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879793.49306: 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.47.113 originally 10.31.47.113 <<< 4486 1726879793.49310: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.49319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.49325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.49390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.51047: stdout chunk (state=3): >>>/root <<< 4486 1726879793.51156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.51203: stderr chunk (state=3): >>><<< 4486 1726879793.51207: stdout chunk (state=3): >>><<< 4486 1726879793.51226: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.51238: _low_level_execute_command(): starting 4486 1726879793.51245: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123 `" && echo ansible-tmp-1726879793.5122466-4914-25638988689123="` echo /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123 `" ) && sleep 0' 4486 1726879793.51811: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.51814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.51818: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.51820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.51888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.51893: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.51928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.53851: stdout chunk (state=3): >>>ansible-tmp-1726879793.5122466-4914-25638988689123=/root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123 <<< 4486 1726879793.53977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.54020: stderr chunk (state=3): >>><<< 4486 1726879793.54023: stdout chunk (state=3): >>><<< 4486 1726879793.54039: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879793.5122466-4914-25638988689123=/root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.54057: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.54099: variable 'ansible_module_compression' from source: unknown 4486 1726879793.54141: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 4486 1726879793.54171: variable 'ansible_facts' from source: unknown 4486 1726879793.54247: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py 4486 1726879793.54380: Sending initial data 4486 1726879793.54384: Sent initial data (150 bytes) 4486 1726879793.54969: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.54974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.54977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.55018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.55051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.55094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.56659: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879793.56666: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879793.56696: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879793.56741: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpxlnf1oyc /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py <<< 4486 1726879793.56745: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py" <<< 4486 1726879793.56805: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpxlnf1oyc" to remote "/root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py" <<< 4486 1726879793.57695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.57741: stderr chunk (state=3): >>><<< 4486 1726879793.57748: stdout chunk (state=3): >>><<< 4486 1726879793.57783: done transferring module to remote 4486 1726879793.57789: _low_level_execute_command(): starting 4486 1726879793.57794: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/ /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py && sleep 0' 4486 1726879793.58416: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.58420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.58422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.58425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879793.58428: 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 <<< 4486 1726879793.58430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.58475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.58489: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.58540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.60315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.60357: stderr chunk (state=3): >>><<< 4486 1726879793.60359: stdout chunk (state=3): >>><<< 4486 1726879793.60377: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.60381: _low_level_execute_command(): starting 4486 1726879793.60384: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/AnsiballZ_stat.py && sleep 0' 4486 1726879793.60815: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.60819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879793.60824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879793.60827: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.60829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.60880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.60886: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.60932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.63191: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879793.63237: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879793.63260: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879793.63357: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879793.63376: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 4486 1726879793.63435: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879793.63503: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879793.63507: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.63546: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879793.63552: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879793.63616: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829fc530> <<< 4486 1726879793.63677: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879793.63686: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829feab0> <<< 4486 1726879793.63731: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 4486 1726879793.63734: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879793.63770: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879793.63793: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879793.63880: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879793.63910: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879793.63976: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 4486 1726879793.63996: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879793.64044: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879793.64060: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828111c0> <<< 4486 1726879793.64117: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879793.64130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782812000> <<< 4486 1726879793.64181: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879793.64192: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879793.64436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879793.64478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879793.64497: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879793.64550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879793.64559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879793.64597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284fe90> <<< 4486 1726879793.64650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879793.64677: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284ff50> <<< 4486 1726879793.64704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879793.64740: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879793.64820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.64830: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879793.64874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782887830> <<< 4486 1726879793.64887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782887ec0> import '_collections' # <<< 4486 1726879793.64932: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782867b00> <<< 4486 1726879793.64979: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879793.64993: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828651f0> <<< 4486 1726879793.65093: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284d040> <<< 4486 1726879793.65141: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879793.65145: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879793.65156: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879793.65201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879793.65217: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879793.65248: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828ab7d0> <<< 4486 1726879793.65274: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828aa3f0> <<< 4486 1726879793.65296: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879793.65315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828662a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828a8bf0> <<< 4486 1726879793.65372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d8830> <<< 4486 1726879793.65397: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284c2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879793.65430: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.65475: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828d8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d8b90> <<< 4486 1726879793.65493: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.65501: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828d8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284ae40> <<< 4486 1726879793.65536: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.65558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879793.65592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d9340> import 'importlib.machinery' # <<< 4486 1726879793.65651: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879793.65657: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828da570> <<< 4486 1726879793.65699: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879793.65702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879793.65768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879793.65772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879793.65814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f4770> import 'errno' # <<< 4486 1726879793.65847: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f5eb0> <<< 4486 1726879793.65893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879793.65934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f6d50> <<< 4486 1726879793.65960: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f62a0> <<< 4486 1726879793.65986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879793.66032: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.66044: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f7530> <<< 4486 1726879793.66098: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828da5a0> <<< 4486 1726879793.66116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879793.66171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879793.66215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57826e3cb0> <<< 4486 1726879793.66290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879793.66330: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270c590> <<< 4486 1726879793.66377: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270c860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57826e1e50> <<< 4486 1726879793.66395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879793.66501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879793.66540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270e0f0> <<< 4486 1726879793.66592: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828dac90> <<< 4486 1726879793.66600: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879793.66662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.66671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879793.66707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879793.66736: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782736480> <<< 4486 1726879793.66803: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.66845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879793.66884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879793.66923: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782752630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879793.66948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879793.67023: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879793.67072: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782787410> <<< 4486 1726879793.67101: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879793.67151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879793.67189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879793.67284: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57827adbb0> <<< 4486 1726879793.67424: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782787530> <<< 4486 1726879793.67451: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57827532c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578258c590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782751670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270f020> <<< 4486 1726879793.67535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879793.67559: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f578258c860> <<< 4486 1726879793.67630: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_h9ljaxqj/ansible_stat_payload.zip' <<< 4486 1726879793.67634: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.67779: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.67810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879793.67826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879793.67861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879793.67943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879793.67977: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825e6330> <<< 4486 1726879793.67989: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879793.68184: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bd220> <<< 4486 1726879793.68211: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bc380> # zipimport: zlib available <<< 4486 1726879793.68216: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879793.68258: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879793.68261: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.68292: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879793.69839: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.71207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bf740> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879793.71211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260ddc0> <<< 4486 1726879793.71249: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260db50> <<< 4486 1726879793.71284: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260d460> <<< 4486 1726879793.71314: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879793.71337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879793.71375: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260d8b0> <<< 4486 1726879793.71402: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825e6fc0> import 'atexit' # <<< 4486 1726879793.71406: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260eb10> <<< 4486 1726879793.71448: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260ecf0> <<< 4486 1726879793.71451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879793.71503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879793.71507: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879793.71559: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260f230> import 'pwd' # <<< 4486 1726879793.71585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879793.71613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879793.71657: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782474e90> <<< 4486 1726879793.71692: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5782476b40> <<< 4486 1726879793.71711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879793.71723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879793.71770: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824774a0> <<< 4486 1726879793.71782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879793.71816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879793.71819: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824783b0> <<< 4486 1726879793.71844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879793.71894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879793.71906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879793.71959: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247b0b0> <<< 4486 1726879793.72009: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578247b200> <<< 4486 1726879793.72021: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824793a0> <<< 4486 1726879793.72048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879793.72076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879793.72096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879793.72125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879793.72161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879793.72174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879793.72191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247ef00> import '_tokenize' # <<< 4486 1726879793.72346: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247d9d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247d730> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879793.72390: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247ffe0> <<< 4486 1726879793.72414: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782479820> <<< 4486 1726879793.72458: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824c7050> <<< 4486 1726879793.72493: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c71a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879793.72530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879793.72599: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824c8e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c8bc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879793.72710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879793.72766: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824cb350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c94f0> <<< 4486 1726879793.72785: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879793.72841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.72886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 4486 1726879793.72903: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d2b40> <<< 4486 1726879793.73039: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824cb500> <<< 4486 1726879793.73112: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3920> <<< 4486 1726879793.73158: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.73206: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3e60> <<< 4486 1726879793.73238: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c74d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879793.73286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879793.73320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879793.73332: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d7560> <<< 4486 1726879793.73508: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d8830> <<< 4486 1726879793.73569: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d5d00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d70b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d5940> # zipimport: zlib available <<< 4486 1726879793.73593: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879793.73688: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.73827: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879793.73853: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879793.73979: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.74112: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.74712: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.75422: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.75427: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578255c830> <<< 4486 1726879793.75515: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879793.75530: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255d6a0> <<< 4486 1726879793.75555: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824db0b0> <<< 4486 1726879793.75611: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879793.75616: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.75639: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879793.75664: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.75816: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.75986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255d580> <<< 4486 1726879793.76009: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.76513: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77024: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77089: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879793.77227: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77272: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 4486 1726879793.77354: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 4486 1726879793.77481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879793.77526: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77530: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.77572: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 4486 1726879793.77828: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879793.78155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879793.78174: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879793.78230: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255fec0> <<< 4486 1726879793.78241: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78317: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78424: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879793.78445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879793.78528: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879793.78654: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236dd60> <<< 4486 1726879793.78723: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236e600> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d41d0> <<< 4486 1726879793.78754: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78784: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 4486 1726879793.78885: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78924: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.78989: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.79102: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879793.79124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.79254: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236d460> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578236e810> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879793.79346: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879793.79404: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.79441: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.79488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879793.79515: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879793.79534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879793.79556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879793.79608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879793.79622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879793.79648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879793.79698: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57823fe840> <<< 4486 1726879793.79748: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782378410> <<< 4486 1726879793.79839: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57823766f0> <<< 4486 1726879793.79843: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782376540> <<< 4486 1726879793.79881: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 4486 1726879793.79908: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.79915: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879793.79981: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 4486 1726879793.80006: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.80028: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 4486 1726879793.80251: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.80376: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879793.81692: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 990, "inode": 1607, "dev": 51714, "nlink": 1, "atime": 1726879664.376482, "mtime": 1726879588.4696903, "ctime": 1726879588.4696903, "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": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "968240395", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 4486 1726879793.81702: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879793.82121: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879793.82159: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time <<< 4486 1726879793.82185: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 4486 1726879793.82217: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 4486 1726879793.82260: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six <<< 4486 1726879793.82316: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 4486 1726879793.82340: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879793.82602: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879793.82625: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879793.82696: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879793.82758: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879793.82851: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879793.82860: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879793.82993: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879793.82997: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879793.83096: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879793.83121: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879793.83309: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879793.83314: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 4486 1726879793.83343: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879793.83372: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879793.83469: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879793.83509: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 4486 1726879793.83567: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879793.83571: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879793.84010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879793.84014: stdout chunk (state=3): >>><<< 4486 1726879793.84017: stderr chunk (state=3): >>><<< 4486 1726879793.84184: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57829feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828111c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782812000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284fe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284ff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782887830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782887ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782867b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828651f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284d040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828ab7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828aa3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828662a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828a8bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284c2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828d8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828d8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578284ae40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828d9340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828da570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f4770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f5eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f6d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f62a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57828f7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828f7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828da5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57826e3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270c590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270c860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578270ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57826e1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270e0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57828dac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782736480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782752630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782787410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57827adbb0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782787530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57827532c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578258c590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782751670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578270f020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f578258c860> # zipimport: found 30 names in '/tmp/ansible_stat_payload_h9ljaxqj/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825e6330> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bd220> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bc380> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825bf740> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260ddc0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260db50> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260d460> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260d8b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57825e6fc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260eb10> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578260ecf0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578260f230> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782474e90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5782476b40> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824774a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824783b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247b0b0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578247b200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824793a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247ef00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247d9d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247d730> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578247ffe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782479820> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824c7050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c71a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824c8e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c8bc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824cb350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c94f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d2b40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824cb500> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3920> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d3e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824c74d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d7560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d8830> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d5d00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57824d70b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d5940> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578255c830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255d6a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824db0b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255d580> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578255fec0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236dd60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236e600> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57824d41d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578236d460> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578236e810> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57823fe840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782378410> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57823766f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5782376540> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 990, "inode": 1607, "dev": 51714, "nlink": 1, "atime": 1726879664.376482, "mtime": 1726879588.4696903, "ctime": 1726879588.4696903, "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": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "968240395", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879793.85009: done with _execute_module (stat, {'path': '/root/.ssh/authorized_keys', '_ansible_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-1726879793.5122466-4914-25638988689123/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879793.85014: _low_level_execute_command(): starting 4486 1726879793.85017: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.5122466-4914-25638988689123/ > /dev/null 2>&1 && sleep 0' 4486 1726879793.85507: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879793.85523: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.85546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.85679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879793.85682: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879793.85699: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.85723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.85797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.87736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.87747: stdout chunk (state=3): >>><<< 4486 1726879793.87772: stderr chunk (state=3): >>><<< 4486 1726879793.87873: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.87878: handler run complete 4486 1726879793.87881: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.87883: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.87886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.87893: variable 'ansible_port' from source: unknown 4486 1726879793.87901: variable 'ansible_user' from source: unknown 4486 1726879793.87911: attempt loop complete, returning result 4486 1726879793.87918: _execute() done 4486 1726879793.87925: dumping result to json 4486 1726879793.87939: done dumping result, returning 4486 1726879793.87983: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user [0229e9c9-8e59-25d7-fcc3-0000000000ea] 4486 1726879793.87987: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ea 4486 1726879793.88472: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ea 4486 1726879793.88476: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726879664.376482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1726879588.4696903, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1607, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726879588.4696903, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "968240395", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 4486 1726879793.88608: no more pending results, returning what we have 4486 1726879793.88612: results queue empty 4486 1726879793.88613: checking for any_errors_fatal 4486 1726879793.88623: done checking for any_errors_fatal 4486 1726879793.88624: checking for max_fail_percentage 4486 1726879793.88626: done checking for max_fail_percentage 4486 1726879793.88627: checking to see if all hosts have failed and the running result is not ok 4486 1726879793.88628: done checking to see if all hosts have failed 4486 1726879793.88629: getting the remaining hosts for this loop 4486 1726879793.88630: done getting the remaining hosts for this loop 4486 1726879793.88634: getting the next task for host managed_node3 4486 1726879793.88641: done getting next task for host managed_node3 4486 1726879793.88645: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed 4486 1726879793.88649: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879793.88691: getting variables 4486 1726879793.88693: in VariableManager get_vars() 4486 1726879793.88728: Calling all_inventory to load vars for managed_node3 4486 1726879793.88732: Calling groups_inventory to load vars for managed_node3 4486 1726879793.88735: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.88746: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.88749: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.88753: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.89024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.89352: done with get_vars() 4486 1726879793.89397: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Friday 20 September 2024 20:49:53 -0400 (0:00:00.438) 0:00:15.222 ****** 4486 1726879793.89552: entering _queue_task() for managed_node3/file 4486 1726879793.89856: worker is 1 (out of 1 available) 4486 1726879793.89988: exiting _queue_task() for managed_node3/file 4486 1726879793.90000: done queuing things up, now waiting for results queue to drain 4486 1726879793.90002: waiting for pending results... 4486 1726879793.90214: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed 4486 1726879793.90375: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000eb 4486 1726879793.90405: variable 'ansible_search_path' from source: unknown 4486 1726879793.90419: variable 'ansible_search_path' from source: unknown 4486 1726879793.90469: calling self._execute() 4486 1726879793.90500: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.90726: variable 'kdump_ssh_server' from source: play vars 4486 1726879793.90746: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.90822: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.90839: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.90945: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.90987: in VariableManager get_vars() 4486 1726879793.91058: Calling all_inventory to load vars for managed_node3 4486 1726879793.91088: Calling groups_inventory to load vars for managed_node3 4486 1726879793.91150: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.91155: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.91158: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.91170: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.91392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.91545: done with get_vars() 4486 1726879793.91551: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.91587: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.91599: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.91602: variable 'omit' from source: magic vars 4486 1726879793.91671: variable 'omit' from source: magic vars 4486 1726879793.91715: variable 'omit' from source: magic vars 4486 1726879793.91836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879793.93486: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879793.93541: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879793.93586: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879793.93616: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879793.93642: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879793.93725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879793.93754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879793.93786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879793.93829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879793.93899: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879793.93950: variable '__kdump_ssh_path_stat' from source: set_fact 4486 1726879793.93972: variable '__kdump_ssh_path' from source: task vars 4486 1726879793.94136: variable '__kdump_ssh_user_info' from source: set_fact 4486 1726879793.94253: variable '__kdump_ssh_path_stat' from source: set_fact 4486 1726879793.94260: variable 'kdump_ssh_user' from source: play vars 4486 1726879793.94315: variable 'hostvars' from source: magic vars 4486 1726879793.94319: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.94322: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.94379: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.94386: in VariableManager get_vars() 4486 1726879793.94392: Calling all_inventory to load vars for managed_node3 4486 1726879793.94395: Calling groups_inventory to load vars for managed_node3 4486 1726879793.94401: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.94408: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.94412: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.94418: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.94524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.94842: done with get_vars() 4486 1726879793.94853: variable 'ansible_user_id' from source: facts 4486 1726879793.94945: variable '__kdump_ssh_path_stat' from source: set_fact 4486 1726879793.94957: variable 'kdump_ssh_user' from source: play vars 4486 1726879793.95030: variable 'hostvars' from source: magic vars 4486 1726879793.95033: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879793.95036: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.95084: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.95089: in VariableManager get_vars() 4486 1726879793.95095: Calling all_inventory to load vars for managed_node3 4486 1726879793.95098: Calling groups_inventory to load vars for managed_node3 4486 1726879793.95104: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879793.95110: Calling all_plugins_play to load vars for managed_node3 4486 1726879793.95116: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879793.95122: Calling groups_plugins_play to load vars for managed_node3 4486 1726879793.95223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879793.95357: done with get_vars() 4486 1726879793.95369: variable 'ansible_user_id' from source: facts 4486 1726879793.95451: variable '__kdump_ssh_path_stat' from source: set_fact 4486 1726879793.95478: variable 'omit' from source: magic vars 4486 1726879793.95488: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.95501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879793.95522: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879793.95537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879793.95553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.95562: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879793.95589: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.95599: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879793.95601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879793.95604: variable 'ansible_port' from source: unknown 4486 1726879793.95606: variable 'ansible_user' from source: unknown 4486 1726879793.95672: Set connection var ansible_timeout to 10 4486 1726879793.95684: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879793.95687: Set connection var ansible_pipelining to False 4486 1726879793.95690: Set connection var ansible_shell_executable to /bin/sh 4486 1726879793.95697: Set connection var ansible_shell_type to sh 4486 1726879793.95700: Set connection var ansible_connection to ssh 4486 1726879793.95719: variable 'ansible_delegated_vars' from source: unknown 4486 1726879793.95722: variable 'ansible_user' from source: unknown 4486 1726879793.95730: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879793.95849: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879793.95857: variable 'omit' from source: magic vars 4486 1726879793.95866: starting attempt loop 4486 1726879793.95870: running the handler 4486 1726879793.95880: _low_level_execute_command(): starting 4486 1726879793.95887: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879793.96552: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.96557: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.96633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879793.98315: stdout chunk (state=3): >>>/root <<< 4486 1726879793.98430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879793.98480: stderr chunk (state=3): >>><<< 4486 1726879793.98482: stdout chunk (state=3): >>><<< 4486 1726879793.98493: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879793.98504: _low_level_execute_command(): starting 4486 1726879793.98518: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117 `" && echo ansible-tmp-1726879793.9849725-4931-48840221175117="` echo /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117 `" ) && sleep 0' 4486 1726879793.98952: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879793.98957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.98960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879793.98964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879793.98967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879793.99044: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879793.99048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879793.99098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.01040: stdout chunk (state=3): >>>ansible-tmp-1726879793.9849725-4931-48840221175117=/root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117 <<< 4486 1726879794.01156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.01204: stderr chunk (state=3): >>><<< 4486 1726879794.01207: stdout chunk (state=3): >>><<< 4486 1726879794.01218: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879793.9849725-4931-48840221175117=/root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.01238: variable 'ansible_delegated_vars' from source: unknown 4486 1726879794.01278: variable 'ansible_module_compression' from source: unknown 4486 1726879794.01316: ANSIBALLZ: Using lock for file 4486 1726879794.01319: ANSIBALLZ: Acquiring lock 4486 1726879794.01322: ANSIBALLZ: Lock acquired: 140021858159840 4486 1726879794.01325: ANSIBALLZ: Creating module 4486 1726879794.12951: ANSIBALLZ: Writing module into payload 4486 1726879794.13066: ANSIBALLZ: Writing module 4486 1726879794.13083: ANSIBALLZ: Renaming module 4486 1726879794.13089: ANSIBALLZ: Done creating module 4486 1726879794.13105: variable 'ansible_facts' from source: unknown 4486 1726879794.13156: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py 4486 1726879794.13261: Sending initial data 4486 1726879794.13267: Sent initial data (150 bytes) 4486 1726879794.13736: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.13739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.13743: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.13745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.13796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.13800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.13855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.15528: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879794.15570: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879794.15652: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpxb17hb5r /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py <<< 4486 1726879794.15656: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py" <<< 4486 1726879794.15694: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpxb17hb5r" to remote "/root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py" <<< 4486 1726879794.16426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.16486: stderr chunk (state=3): >>><<< 4486 1726879794.16578: stdout chunk (state=3): >>><<< 4486 1726879794.16582: done transferring module to remote 4486 1726879794.16585: _low_level_execute_command(): starting 4486 1726879794.16589: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/ /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py && sleep 0' 4486 1726879794.17023: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.17054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879794.17058: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.17114: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.17121: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879794.17123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.17167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.18971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.19026: stderr chunk (state=3): >>><<< 4486 1726879794.19028: stdout chunk (state=3): >>><<< 4486 1726879794.19038: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.19071: _low_level_execute_command(): starting 4486 1726879794.19074: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/AnsiballZ_file.py && sleep 0' 4486 1726879794.19510: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879794.19517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.19520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879794.19523: 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 <<< 4486 1726879794.19525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.19572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.19590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.19629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.21882: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879794.21908: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879794.21951: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879794.21954: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879794.22034: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879794.22055: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879794.22074: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879794.22099: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879794.22133: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879794.22146: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879794.22202: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879794.22225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.22244: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879794.22255: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879794.22294: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879794.22329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad318530> <<< 4486 1726879794.22356: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2e7b30> <<< 4486 1726879794.22359: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad31aab0> <<< 4486 1726879794.22416: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879794.22420: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879794.22439: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879794.22480: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879794.22483: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879794.22566: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879794.22617: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879794.22620: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879794.22648: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879794.22694: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879794.22725: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879794.22745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879794.22774: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad12d190> <<< 4486 1726879794.22818: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879794.22823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.22829: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad12dfd0> <<< 4486 1726879794.22865: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879794.22890: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879794.23148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879794.23153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879794.23182: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879794.23187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.23218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879794.23269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879794.23280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879794.23302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879794.23350: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad16be60> <<< 4486 1726879794.23377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879794.23385: stdout chunk (state=3): >>>import '_operator' # <<< 4486 1726879794.23392: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad16bf20> <<< 4486 1726879794.23432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879794.23454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879794.23459: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879794.23508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.23519: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879794.23554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1a3830> <<< 4486 1726879794.23578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879794.23610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1a3ec0> import '_collections' # <<< 4486 1726879794.23667: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad183b30> import '_functools' # <<< 4486 1726879794.23702: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad181250> <<< 4486 1726879794.23795: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad169010> <<< 4486 1726879794.23832: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879794.23854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879794.23866: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879794.23879: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879794.23908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879794.23921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879794.23935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879794.23969: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c7830> <<< 4486 1726879794.23983: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c6450> <<< 4486 1726879794.24022: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879794.24026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad182120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c4bc0> <<< 4486 1726879794.24089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1682c0> <<< 4486 1726879794.24139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 4486 1726879794.24191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.24195: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad1f4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f4bf0> <<< 4486 1726879794.24198: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.24224: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad1f4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad166de0> <<< 4486 1726879794.24259: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.24304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879794.24308: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f56a0> <<< 4486 1726879794.24334: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f5370> import 'importlib.machinery' # <<< 4486 1726879794.24374: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879794.24378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f6570> <<< 4486 1726879794.24426: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879794.24431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879794.24457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879794.24495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879794.24508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2107a0> <<< 4486 1726879794.24532: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.24551: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad211ee0> <<< 4486 1726879794.24606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879794.24610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879794.24633: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad212d80> <<< 4486 1726879794.24705: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad2133b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2122d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879794.24754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.24767: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad213dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad213530> <<< 4486 1726879794.24805: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f65d0> <<< 4486 1726879794.24814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879794.24877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879794.24907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879794.24941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acfd7cb0> <<< 4486 1726879794.24956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879794.25012: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad0007d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad000530> <<< 4486 1726879794.25045: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad000650> <<< 4486 1726879794.25078: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad000980> <<< 4486 1726879794.25091: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acfd5e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879794.25185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879794.25226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879794.25255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad001fd0> <<< 4486 1726879794.25260: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad000c80> <<< 4486 1726879794.25286: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f6750> <<< 4486 1726879794.25306: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879794.25398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879794.25427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879794.25459: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad02e390> <<< 4486 1726879794.25507: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879794.25513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.25545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879794.25566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879794.25607: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad046510> <<< 4486 1726879794.25638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879794.25673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879794.25726: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879794.25752: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.25773: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad07f290> <<< 4486 1726879794.25777: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879794.25817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879794.25840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879794.25891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879794.25975: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad0a1a30> <<< 4486 1726879794.26048: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad07f3b0> <<< 4486 1726879794.26090: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad0471a0> <<< 4486 1726879794.26134: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879794.26139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace803e0> <<< 4486 1726879794.26151: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad045550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad002f30> <<< 4486 1726879794.26250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879794.26273: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb1ad0452e0> <<< 4486 1726879794.26359: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_6dpol1c5/ansible_file_payload.zip' <<< 4486 1726879794.26362: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.26505: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.26535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879794.26539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879794.26591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879794.26668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879794.26702: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceda000> <<< 4486 1726879794.26707: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879794.26921: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb0ef0> <<< 4486 1726879794.26939: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb00b0> # zipimport: zlib available <<< 4486 1726879794.26943: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879794.26973: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.26980: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.26991: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.27017: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879794.27026: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.28563: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.29809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb3e60> <<< 4486 1726879794.29862: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.29887: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879794.29899: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879794.29907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879794.29930: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.29936: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf059d0> <<< 4486 1726879794.29972: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf05760> <<< 4486 1726879794.30010: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf05070> <<< 4486 1726879794.30029: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879794.30033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879794.30074: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf054c0> <<< 4486 1726879794.30079: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acedaa20> import 'atexit' # <<< 4486 1726879794.30112: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf067b0> <<< 4486 1726879794.30143: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf069f0> <<< 4486 1726879794.30185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879794.30215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879794.30230: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879794.30281: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf06f30> <<< 4486 1726879794.30300: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879794.30326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879794.30333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879794.30366: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd68c80> <<< 4486 1726879794.30399: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acd6a8a0> <<< 4486 1726879794.30428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879794.30449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879794.30503: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6b170> <<< 4486 1726879794.30506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879794.30556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879794.30560: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6c350> <<< 4486 1726879794.30586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879794.30594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879794.30620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879794.30684: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6ee10> <<< 4486 1726879794.30718: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acd6ef30> <<< 4486 1726879794.30747: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6d0d0> <<< 4486 1726879794.30759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879794.30787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879794.30809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879794.30815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879794.30832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879794.30876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879794.30901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd72db0> <<< 4486 1726879794.30916: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879794.30992: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd71880> <<< 4486 1726879794.31015: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd715e0> <<< 4486 1726879794.31019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879794.31022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879794.31093: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd73a10> <<< 4486 1726879794.31126: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6d5e0> <<< 4486 1726879794.31166: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbaf30> <<< 4486 1726879794.31201: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbb080> <<< 4486 1726879794.31237: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879794.31241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879794.31259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879794.31289: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879794.31299: stdout chunk (state=3): >>> import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbcc80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbca40> <<< 4486 1726879794.31310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879794.31428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879794.31481: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.31487: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbf1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbd340> <<< 4486 1726879794.31508: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879794.31553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.31586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879794.31590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879794.31593: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879794.31643: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc69c0> <<< 4486 1726879794.31773: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbf350> <<< 4486 1726879794.31858: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc7860> <<< 4486 1726879794.31888: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc76e0> <<< 4486 1726879794.31937: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc7da0> <<< 4486 1726879794.31969: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbb380> <<< 4486 1726879794.31985: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879794.32001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879794.32028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879794.32053: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.32084: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcb4a0> <<< 4486 1726879794.32253: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.32268: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcc7d0> <<< 4486 1726879794.32272: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc9c40> <<< 4486 1726879794.32310: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcafc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc9850> <<< 4486 1726879794.32331: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32350: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879794.32378: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32466: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32569: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32573: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879794.32602: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32613: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 4486 1726879794.32640: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32761: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.32890: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.33501: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.34131: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879794.34170: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879794.34192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.34227: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ace50980> <<< 4486 1726879794.34329: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879794.34333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879794.34349: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace517f0> <<< 4486 1726879794.34376: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdcfdd0> <<< 4486 1726879794.34426: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879794.34433: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.34448: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.34467: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 4486 1726879794.34625: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.34797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879794.34801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879794.34813: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace51820> <<< 4486 1726879794.34829: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.35344: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.35857: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.35957: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879794.36037: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36075: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36107: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879794.36113: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36187: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36293: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879794.36308: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36311: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879794.36340: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36383: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36416: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879794.36425: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36685: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.36942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879794.37022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879794.37028: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879794.37094: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace52750> <<< 4486 1726879794.37100: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37186: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879794.37287: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879794.37322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879794.37326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879794.37409: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.37522: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc622a0> <<< 4486 1726879794.37596: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc62ba0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace53440> <<< 4486 1726879794.37615: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37655: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37704: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879794.37708: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37759: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37803: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37869: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.37937: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879794.37981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.38072: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc617f0> <<< 4486 1726879794.38112: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc62d80> <<< 4486 1726879794.38145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879794.38166: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38227: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38296: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38323: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38374: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.38395: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879794.38421: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879794.38444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879794.38497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879794.38521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879794.38541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879794.38597: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1accf2ea0> <<< 4486 1726879794.38645: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc6fd10> <<< 4486 1726879794.38728: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc66db0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc66c00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879794.38750: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38776: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38804: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879794.38862: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879794.38895: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.38898: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879794.38918: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.39489: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.40107: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.40509: stdout chunk (state=3): >>> {"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "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, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 4486 1726879794.40516: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879794.40898: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879794.40904: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout <<< 4486 1726879794.40925: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy <<< 4486 1726879794.40970: stdout chunk (state=3): >>># cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil <<< 4486 1726879794.41026: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors <<< 4486 1726879794.41038: stdout chunk (state=3): >>># destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 4486 1726879794.41076: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879794.41306: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879794.41374: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879794.41378: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879794.41391: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy array <<< 4486 1726879794.41413: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 4486 1726879794.41451: stdout chunk (state=3): >>># cleanup[3] wiping hashlib <<< 4486 1726879794.41463: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 4486 1726879794.41474: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 <<< 4486 1726879794.41484: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string <<< 4486 1726879794.41574: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 4486 1726879794.41581: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 4486 1726879794.41586: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy io # destroy weakref <<< 4486 1726879794.41631: stdout chunk (state=3): >>># cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 4486 1726879794.41704: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 4486 1726879794.41712: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os<<< 4486 1726879794.41717: stdout chunk (state=3): >>> # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 4486 1726879794.41723: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 4486 1726879794.41746: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 4486 1726879794.41771: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879794.41790: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879794.41942: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879794.41955: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879794.41973: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 4486 1726879794.42003: stdout chunk (state=3): >>># destroy _uuid <<< 4486 1726879794.42021: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale<<< 4486 1726879794.42041: stdout chunk (state=3): >>> # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 4486 1726879794.42089: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy _string <<< 4486 1726879794.42094: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 4486 1726879794.42097: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request<<< 4486 1726879794.42099: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro <<< 4486 1726879794.42102: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 4486 1726879794.42127: stdout chunk (state=3): >>># destroy select <<< 4486 1726879794.42135: stdout chunk (state=3): >>># destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib <<< 4486 1726879794.42142: stdout chunk (state=3): >>># destroy _signal <<< 4486 1726879794.42173: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 4486 1726879794.42177: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings <<< 4486 1726879794.42188: stdout chunk (state=3): >>># destroy operator <<< 4486 1726879794.42230: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879794.42332: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879794.42336: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re <<< 4486 1726879794.42339: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879794.42402: stdout chunk (state=3): >>># destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread <<< 4486 1726879794.42405: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 4486 1726879794.43071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879794.43075: stdout chunk (state=3): >>><<< 4486 1726879794.43078: stderr chunk (state=3): >>><<< 4486 1726879794.43093: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad31aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad12d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad12dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad16be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad16bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad183b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad181250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad169010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c7830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c6450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad182120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad1f4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f4bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad1f4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad166de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f56a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f5370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2107a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad211ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad212d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad2133b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad2122d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad213dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad213530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acfd7cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad0007d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad000530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad000650> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ad000980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acfd5e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad001fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad000c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad1f6750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad02e390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad046510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad07f290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad0a1a30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad07f3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad0471a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace803e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad045550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ad002f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb1ad0452e0> # zipimport: found 30 names in '/tmp/ansible_file_payload_6dpol1c5/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceda000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb0ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb00b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1aceb3e60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf059d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf05760> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf05070> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf054c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acedaa20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf067b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acf069f0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acf06f30> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd68c80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acd6a8a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6b170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6c350> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6ee10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acd6ef30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6d0d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd72db0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd71880> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd715e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd73a10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acd6d5e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbaf30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbb080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbcc80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbca40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdbf1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbd340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc69c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbf350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc7860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc76e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdc7da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdbb380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcb4a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcc7d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc9c40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acdcafc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdc9850> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1ace50980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace517f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acdcfdd0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace51820> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace52750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc622a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc62ba0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1ace53440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1acc617f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc62d80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1accf2ea0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc6fd10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc66db0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1acc66c00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "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, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks 4486 1726879794.43952: done with _execute_module (file, {'path': '/root/.ssh', 'state': 'directory', 'group': 'root', 'owner': 'root', 'mode': '0700', '_ansible_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-1726879793.9849725-4931-48840221175117/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879794.43955: _low_level_execute_command(): starting 4486 1726879794.43958: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879793.9849725-4931-48840221175117/ > /dev/null 2>&1 && sleep 0' 4486 1726879794.44394: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879794.44436: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879794.44439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.44442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879794.44445: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.44447: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879794.44450: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.44452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.44520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.44523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879794.44525: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.44562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.47244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.47248: stdout chunk (state=3): >>><<< 4486 1726879794.47251: stderr chunk (state=3): >>><<< 4486 1726879794.47254: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.47257: handler run complete 4486 1726879794.47260: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.47262: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879794.47270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879794.47273: variable 'ansible_port' from source: unknown 4486 1726879794.47276: variable 'ansible_user' from source: unknown 4486 1726879794.47278: attempt loop complete, returning result 4486 1726879794.47282: _execute() done 4486 1726879794.47285: dumping result to json 4486 1726879794.47288: done dumping result, returning 4486 1726879794.47291: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed [0229e9c9-8e59-25d7-fcc3-0000000000eb] 4486 1726879794.47294: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000eb 4486 1726879794.47558: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000eb ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } 4486 1726879794.47721: no more pending results, returning what we have 4486 1726879794.47724: results queue empty 4486 1726879794.47725: checking for any_errors_fatal 4486 1726879794.47735: done checking for any_errors_fatal 4486 1726879794.47736: checking for max_fail_percentage 4486 1726879794.47738: done checking for max_fail_percentage 4486 1726879794.47739: checking to see if all hosts have failed and the running result is not ok 4486 1726879794.47740: done checking to see if all hosts have failed 4486 1726879794.47740: getting the remaining hosts for this loop 4486 1726879794.47742: done getting the remaining hosts for this loop 4486 1726879794.47747: getting the next task for host managed_node3 4486 1726879794.47754: done getting next task for host managed_node3 4486 1726879794.47758: ^ task is: TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed 4486 1726879794.47762: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879794.47883: getting variables 4486 1726879794.47885: in VariableManager get_vars() 4486 1726879794.47911: Calling all_inventory to load vars for managed_node3 4486 1726879794.47914: Calling groups_inventory to load vars for managed_node3 4486 1726879794.47916: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879794.47925: Calling all_plugins_play to load vars for managed_node3 4486 1726879794.47928: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879794.47931: Calling groups_plugins_play to load vars for managed_node3 4486 1726879794.48367: WORKER PROCESS EXITING 4486 1726879794.48375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879794.48743: done with get_vars() 4486 1726879794.48806: done getting variables TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Friday 20 September 2024 20:49:54 -0400 (0:00:00.593) 0:00:15.816 ****** 4486 1726879794.48928: entering _queue_task() for managed_node3/lineinfile 4486 1726879794.48930: Creating lock for lineinfile 4486 1726879794.49291: worker is 1 (out of 1 available) 4486 1726879794.49306: exiting _queue_task() for managed_node3/lineinfile 4486 1726879794.49317: done queuing things up, now waiting for results queue to drain 4486 1726879794.49319: waiting for pending results... 4486 1726879794.49538: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed 4486 1726879794.49684: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000ec 4486 1726879794.49701: variable 'ansible_search_path' from source: unknown 4486 1726879794.49705: variable 'ansible_search_path' from source: unknown 4486 1726879794.49752: calling self._execute() 4486 1726879794.49971: variable 'kdump_ssh_server' from source: play vars 4486 1726879794.50173: variable 'kdump_ssh_server' from source: play vars 4486 1726879794.50178: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879794.50181: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879794.50184: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.50188: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.50216: in VariableManager get_vars() 4486 1726879794.50262: Calling all_inventory to load vars for managed_node3 4486 1726879794.50268: Calling groups_inventory to load vars for managed_node3 4486 1726879794.50277: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879794.50310: Calling all_plugins_play to load vars for managed_node3 4486 1726879794.50317: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879794.50324: Calling groups_plugins_play to load vars for managed_node3 4486 1726879794.50635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879794.50902: done with get_vars() 4486 1726879794.50911: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.50971: variable 'ansible_delegated_vars' from source: unknown 4486 1726879794.50983: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.50988: variable 'omit' from source: magic vars 4486 1726879794.51092: variable 'omit' from source: magic vars 4486 1726879794.51159: variable 'omit' from source: magic vars 4486 1726879794.51201: variable '__kdump_new_key' from source: task vars 4486 1726879794.51293: variable '__kdump_new_key' from source: task vars 4486 1726879794.51440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879794.53844: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879794.54212: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879794.54266: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879794.54309: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879794.54350: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879794.54446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879794.54489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879794.54558: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879794.54588: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879794.54611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879794.54736: variable '__kdump_keydata' from source: set_fact 4486 1726879794.54871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879794.54970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879794.54973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879794.55000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879794.55024: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879794.55119: variable '__kdump_authorized_keys_file' from source: set_fact 4486 1726879794.55141: variable '__kdump_authorized_keys_path' from source: task vars 4486 1726879794.55253: variable '__kdump_ssh_user_info' from source: set_fact 4486 1726879794.55400: variable '__kdump_authorized_keys_file' from source: set_fact 4486 1726879794.55426: variable 'kdump_ssh_user' from source: play vars 4486 1726879794.55671: variable 'hostvars' from source: magic vars 4486 1726879794.55674: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879794.55677: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.55679: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.55682: in VariableManager get_vars() 4486 1726879794.55684: Calling all_inventory to load vars for managed_node3 4486 1726879794.55687: Calling groups_inventory to load vars for managed_node3 4486 1726879794.55689: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879794.55692: Calling all_plugins_play to load vars for managed_node3 4486 1726879794.55694: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879794.55704: Calling groups_plugins_play to load vars for managed_node3 4486 1726879794.55885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879794.56127: done with get_vars() 4486 1726879794.56154: variable 'ansible_user_id' from source: facts 4486 1726879794.56298: variable '__kdump_authorized_keys_file' from source: set_fact 4486 1726879794.56318: variable 'kdump_ssh_user' from source: play vars 4486 1726879794.56435: variable 'hostvars' from source: magic vars 4486 1726879794.56445: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879794.56454: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.56532: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.56543: in VariableManager get_vars() 4486 1726879794.56552: Calling all_inventory to load vars for managed_node3 4486 1726879794.56574: Calling groups_inventory to load vars for managed_node3 4486 1726879794.56579: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879794.56672: Calling all_plugins_play to load vars for managed_node3 4486 1726879794.56677: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879794.56688: Calling groups_plugins_play to load vars for managed_node3 4486 1726879794.56801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879794.56940: done with get_vars() 4486 1726879794.56949: variable 'ansible_user_id' from source: facts 4486 1726879794.57046: variable '__kdump_authorized_keys_file' from source: set_fact 4486 1726879794.57068: variable 'omit' from source: magic vars 4486 1726879794.57081: variable 'ansible_delegated_vars' from source: unknown 4486 1726879794.57094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879794.57119: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879794.57137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879794.57149: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879794.57158: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879794.57187: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.57190: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879794.57192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879794.57196: variable 'ansible_port' from source: unknown 4486 1726879794.57200: variable 'ansible_user' from source: unknown 4486 1726879794.57279: Set connection var ansible_timeout to 10 4486 1726879794.57283: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879794.57290: Set connection var ansible_pipelining to False 4486 1726879794.57295: Set connection var ansible_shell_executable to /bin/sh 4486 1726879794.57302: Set connection var ansible_shell_type to sh 4486 1726879794.57305: Set connection var ansible_connection to ssh 4486 1726879794.57324: variable 'ansible_delegated_vars' from source: unknown 4486 1726879794.57328: variable 'ansible_user' from source: unknown 4486 1726879794.57337: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879794.57457: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879794.57469: variable 'omit' from source: magic vars 4486 1726879794.57475: starting attempt loop 4486 1726879794.57477: running the handler 4486 1726879794.57490: _low_level_execute_command(): starting 4486 1726879794.57496: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879794.58000: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.58004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879794.58010: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.58060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.58071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.58118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.59826: stdout chunk (state=3): >>>/root <<< 4486 1726879794.59932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.59987: stderr chunk (state=3): >>><<< 4486 1726879794.59989: stdout chunk (state=3): >>><<< 4486 1726879794.60003: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.60019: _low_level_execute_command(): starting 4486 1726879794.60026: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767 `" && echo ansible-tmp-1726879794.6000662-4949-154119133828767="` echo /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767 `" ) && sleep 0' 4486 1726879794.60475: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.60479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.60482: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879794.60485: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.60532: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879794.60535: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.60589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.62498: stdout chunk (state=3): >>>ansible-tmp-1726879794.6000662-4949-154119133828767=/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767 <<< 4486 1726879794.62619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.62674: stderr chunk (state=3): >>><<< 4486 1726879794.62678: stdout chunk (state=3): >>><<< 4486 1726879794.62686: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879794.6000662-4949-154119133828767=/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.62707: variable 'ansible_delegated_vars' from source: unknown 4486 1726879794.62747: variable 'ansible_module_compression' from source: unknown 4486 1726879794.62789: ANSIBALLZ: Using lock for lineinfile 4486 1726879794.62792: ANSIBALLZ: Acquiring lock 4486 1726879794.62797: ANSIBALLZ: Lock acquired: 140021854455856 4486 1726879794.62799: ANSIBALLZ: Creating module 4486 1726879794.74449: ANSIBALLZ: Writing module into payload 4486 1726879794.74547: ANSIBALLZ: Writing module 4486 1726879794.74551: ANSIBALLZ: Renaming module 4486 1726879794.74554: ANSIBALLZ: Done creating module 4486 1726879794.74570: variable 'ansible_facts' from source: unknown 4486 1726879794.74622: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py 4486 1726879794.74784: Sending initial data 4486 1726879794.74787: Sent initial data (157 bytes) 4486 1726879794.75462: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879794.75503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879794.75507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.75510: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.75513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.75548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.75551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.75602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.77279: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879794.77315: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879794.77360: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpma2heivv /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py <<< 4486 1726879794.77365: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py" <<< 4486 1726879794.77396: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpma2heivv" to remote "/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py" <<< 4486 1726879794.77986: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.78048: stderr chunk (state=3): >>><<< 4486 1726879794.78051: stdout chunk (state=3): >>><<< 4486 1726879794.78072: done transferring module to remote 4486 1726879794.78085: _low_level_execute_command(): starting 4486 1726879794.78090: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/ /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py && sleep 0' 4486 1726879794.78548: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879794.78552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.78555: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879794.78560: 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.47.113 originally 10.31.47.113 <<< 4486 1726879794.78562: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.78610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.78614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.78660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.80457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879794.80520: stderr chunk (state=3): >>><<< 4486 1726879794.80532: stdout chunk (state=3): >>><<< 4486 1726879794.80646: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879794.80650: _low_level_execute_command(): starting 4486 1726879794.80652: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/AnsiballZ_lineinfile.py && sleep 0' 4486 1726879794.81197: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879794.81201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879794.81204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879794.81206: 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.47.113 originally 10.31.47.113 <<< 4486 1726879794.81209: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879794.81282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879794.81327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879794.81331: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879794.81382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879794.83628: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879794.83668: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879794.83695: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879794.83702: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879794.83781: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879794.83786: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879794.83816: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879794.83855: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879794.83888: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879794.83891: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879794.83949: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879794.83954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.83978: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879794.83999: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879794.84034: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879794.84059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879794.84071: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3d18530> <<< 4486 1726879794.84087: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3ce7b30> <<< 4486 1726879794.84114: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879794.84119: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3d1aab0> <<< 4486 1726879794.84145: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879794.84176: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879794.84198: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879794.84229: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879794.84327: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879794.84356: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879794.84362: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879794.84384: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879794.84408: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879794.84434: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879794.84443: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879794.84451: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879794.84459: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879794.84485: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879794.84512: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3aed190> <<< 4486 1726879794.84575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879794.84589: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.84594: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3aedfd0> <<< 4486 1726879794.84624: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879794.84652: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879794.84922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879794.84925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879794.84946: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.84975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879794.85031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879794.85042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879794.85054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879794.85078: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b2be30> <<< 4486 1726879794.85105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879794.85110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879794.85136: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b2bef0> <<< 4486 1726879794.85155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879794.85201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879794.85221: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879794.85263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.85312: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879794.85316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b637a0> <<< 4486 1726879794.85354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879794.85362: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b63e30> <<< 4486 1726879794.85372: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879794.85417: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b43b00> <<< 4486 1726879794.85424: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879794.85461: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b41220> <<< 4486 1726879794.85563: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b28fe0> <<< 4486 1726879794.85593: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879794.85599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879794.85619: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879794.85641: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879794.85670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879794.85691: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879794.85696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879794.85730: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b87770> <<< 4486 1726879794.85746: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b86390> <<< 4486 1726879794.85779: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 4486 1726879794.85784: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b420f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b84b90> <<< 4486 1726879794.85847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879794.85862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b28260> <<< 4486 1726879794.85897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879794.85917: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.85935: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bb4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb4b30> <<< 4486 1726879794.85991: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.85999: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bb4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b26d80> <<< 4486 1726879794.86030: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.86032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879794.86080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879794.86093: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb52e0> import 'importlib.machinery' # <<< 4486 1726879794.86132: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879794.86137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879794.86168: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6510> import 'importlib.util' # <<< 4486 1726879794.86202: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879794.86205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879794.86228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879794.86265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879794.86270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd0740><<< 4486 1726879794.86281: stdout chunk (state=3): >>> import 'errno' # <<< 4486 1726879794.86307: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.86314: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd1e80> <<< 4486 1726879794.86340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879794.86344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879794.86386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879794.86403: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd2d20> <<< 4486 1726879794.86458: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.86470: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd3380> <<< 4486 1726879794.86474: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd2270> <<< 4486 1726879794.86491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879794.86524: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd3da0> <<< 4486 1726879794.86549: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd34d0> <<< 4486 1726879794.86595: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6570> <<< 4486 1726879794.86610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879794.86633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879794.86662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879794.86677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879794.86709: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39a7cb0> <<< 4486 1726879794.86738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879794.86768: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.86786: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d07d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d0530> <<< 4486 1726879794.86794: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.86843: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d0800> <<< 4486 1726879794.86847: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d09e0> <<< 4486 1726879794.86872: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39a5e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879794.87000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879794.87026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d2090> <<< 4486 1726879794.87056: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d0d10> <<< 4486 1726879794.87082: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6c60> <<< 4486 1726879794.87097: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879794.87172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.87175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879794.87230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879794.87252: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39fe420> <<< 4486 1726879794.87304: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879794.87323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.87340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879794.87359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879794.87402: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a165a0> <<< 4486 1726879794.87426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879794.87469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879794.87519: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879794.87547: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a4b2f0> <<< 4486 1726879794.87579: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879794.87619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879794.87653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879794.87678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879794.87775: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a71a90> <<< 4486 1726879794.87850: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a4b410> <<< 4486 1726879794.87894: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a16c60> <<< 4486 1726879794.87923: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879794.87940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3854440> <<< 4486 1726879794.87948: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a155e0> <<< 4486 1726879794.87954: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d2fc0> <<< 4486 1726879794.88060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879794.88074: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ea3a159a0> <<< 4486 1726879794.88157: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_f8ejsmf3/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 4486 1726879794.88316: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.88345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879794.88353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879794.88394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879794.88475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879794.88511: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 4486 1726879794.88517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38ae0f0> import '_typing' # <<< 4486 1726879794.88723: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3884fe0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38841a0> <<< 4486 1726879794.88730: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.88761: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879794.88775: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.88791: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.88799: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.88805: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879794.88828: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.90413: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.91712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3887e00> <<< 4486 1726879794.91781: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879794.91872: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d5ac0> <<< 4486 1726879794.91918: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d5850> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d5190> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879794.91950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879794.92010: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d55e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38aed80> import 'atexit' # <<< 4486 1726879794.92044: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d68d0> <<< 4486 1726879794.92062: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d6b10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879794.92109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879794.92117: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879794.92181: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d7020> <<< 4486 1726879794.92185: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879794.92200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879794.92221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879794.92263: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3740dd0> <<< 4486 1726879794.92293: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.92296: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37429f0> <<< 4486 1726879794.92317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879794.92337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879794.92385: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37433b0> <<< 4486 1726879794.92393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879794.92429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879794.92440: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3744590> <<< 4486 1726879794.92469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879794.92502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879794.92525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879794.92530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879794.92588: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3747050> <<< 4486 1726879794.92626: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.92637: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3747140> <<< 4486 1726879794.92648: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3745310> <<< 4486 1726879794.92673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879794.92699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879794.92727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879794.92731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879794.92748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879794.92781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879794.92813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879794.92817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879794.92821: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea374af90> <<< 4486 1726879794.92830: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879794.92902: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3749a90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37497f0> <<< 4486 1726879794.92917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879794.92939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879794.93012: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea374bb00> <<< 4486 1726879794.93046: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3745790> <<< 4486 1726879794.93074: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.93079: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea378f0e0> <<< 4486 1726879794.93103: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea378f260> <<< 4486 1726879794.93132: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879794.93144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879794.93170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 4486 1726879794.93176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879794.93212: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3790e60> <<< 4486 1726879794.93221: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3790c20> <<< 4486 1726879794.93238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879794.93363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879794.93413: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.93418: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37933e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3791520> <<< 4486 1726879794.93445: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879794.93486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.93509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879794.93519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879794.93531: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879794.93576: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379aae0> <<< 4486 1726879794.93711: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37934a0> <<< 4486 1726879794.93794: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.93800: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379b920> <<< 4486 1726879794.93826: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.93835: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379b770> <<< 4486 1726879794.93913: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379bdd0> <<< 4486 1726879794.93938: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea378f560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879794.93950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879794.93988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879794.94000: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.94036: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379f410> <<< 4486 1726879794.94212: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.94234: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37a0680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379db80> <<< 4486 1726879794.94289: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379ef30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379d820> <<< 4486 1726879794.94314: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879794.94332: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94463: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94526: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94530: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94533: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 4486 1726879794.94536: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94563: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879794.94702: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.94824: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.95450: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.96045: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879794.96068: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879794.96079: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879794.96100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.96155: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3828860> <<< 4486 1726879794.96247: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879794.96269: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3829580> <<< 4486 1726879794.96272: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379c1a0> <<< 4486 1726879794.96328: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879794.96331: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.96359: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.96373: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879794.96390: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.96545: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.96718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879794.96732: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3829550> <<< 4486 1726879794.96737: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.97253: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.97756: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.97833: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.97921: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879794.97925: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.97969: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879794.98012: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98101: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98210: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879794.98214: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98216: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98219: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 4486 1726879794.98266: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98304: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879794.98310: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98567: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.98821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879794.98887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879794.98893: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879794.98976: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea382b920> <<< 4486 1726879794.98981: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99061: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879794.99161: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 4486 1726879794.99172: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879794.99182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879794.99190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879794.99271: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.99396: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea36360c0> <<< 4486 1726879794.99455: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879794.99459: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3636a20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea382b260> <<< 4486 1726879794.99482: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99525: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879794.99577: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99627: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99676: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99734: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879794.99804: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879794.99846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879794.99938: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879794.99943: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3635610> <<< 4486 1726879794.99980: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3636ba0> <<< 4486 1726879795.00016: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879795.00020: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.00087: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.00157: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.00188: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.00234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.00259: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879795.00290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879795.00313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879795.00371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879795.00403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879795.00468: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea36cae70> <<< 4486 1726879795.00513: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3643bc0> <<< 4486 1726879795.00605: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea363ad80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea363aae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 4486 1726879795.00671: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.00693: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879795.00727: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879795.00762: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879795.00768: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 4486 1726879795.00787: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.01068: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.01403: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.01885: stdout chunk (state=3): >>> {"changed": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 4486 1726879795.02218: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879795.02226: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 4486 1726879795.02245: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 4486 1726879795.02258: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 4486 1726879795.02303: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 4486 1726879795.02310: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing <<< 4486 1726879795.02333: stdout chunk (state=3): >>># cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token<<< 4486 1726879795.02359: stdout chunk (state=3): >>> # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon <<< 4486 1726879795.02388: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors <<< 4486 1726879795.02400: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process <<< 4486 1726879795.02408: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879795.02639: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879795.02643: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879795.02673: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct <<< 4486 1726879795.02692: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879795.02699: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879795.02730: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879795.02743: stdout chunk (state=3): >>># destroy importlib # destroy zipimport<<< 4486 1726879795.02765: stdout chunk (state=3): >>> # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879795.02781: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879795.02798: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879795.02805: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879795.02825: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879795.02855: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879795.02870: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 4486 1726879795.02907: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879795.02961: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 4486 1726879795.02968: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 4486 1726879795.02975: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 4486 1726879795.03058: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879795.03071: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 4486 1726879795.03075: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 4486 1726879795.03078: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 4486 1726879795.03109: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879795.03206: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879795.03255: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 4486 1726879795.03259: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879795.03282: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879795.03329: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879795.03335: stdout chunk (state=3): >>># destroy _tokenize <<< 4486 1726879795.03361: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879795.03442: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879795.03469: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879795.03505: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 4486 1726879795.03546: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879795.03550: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 4486 1726879795.03572: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879795.03983: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879795.04027: stderr chunk (state=3): >>><<< 4486 1726879795.04030: stdout chunk (state=3): >>><<< 4486 1726879795.04209: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3ce7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3d1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3aed190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3aedfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b2be30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b2bef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b637a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b63e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b43b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b41220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b28fe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b87770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b86390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b420f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b84b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b28260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bb4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb4b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bb4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3b26d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb52e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd0740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd1e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd2d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd3380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd2270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3bd3da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bd34d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39a7cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d07d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d0530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d0800> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea39d09e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39a5e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d2090> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d0d10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3bb6c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39fe420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a165a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a4b2f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a71a90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a4b410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a16c60> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3854440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3a155e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea39d2fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1ea3a159a0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_f8ejsmf3/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38ae0f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3884fe0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38841a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3887e00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d5ac0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d5850> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d5190> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d55e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38aed80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d68d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea38d6b10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea38d7020> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3740dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37429f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37433b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3744590> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3747050> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3747140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3745310> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea374af90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3749a90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37497f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea374bb00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3745790> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea378f0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea378f260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3790e60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3790c20> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37933e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3791520> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379aae0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea37934a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379b920> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379b770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379bdd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea378f560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379f410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea37a0680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379db80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea379ef30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379d820> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3828860> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3829580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea379c1a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3829550> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea382b920> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea36360c0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3636a20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea382b260> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1ea3635610> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3636ba0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea36cae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea3643bc0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea363ad80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1ea363aae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879795.05171: done with _execute_module (lineinfile, {'line': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com', 'state': 'present', 'create': True, 'path': '/root/.ssh/authorized_keys', 'group': 'root', 'owner': 'root', 'mode': '0600', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879795.05176: _low_level_execute_command(): starting 4486 1726879795.05179: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879794.6000662-4949-154119133828767/ > /dev/null 2>&1 && sleep 0' 4486 1726879795.05212: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.05215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.05218: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.05221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.05276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879795.05289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.05327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.07313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.07358: stderr chunk (state=3): >>><<< 4486 1726879795.07361: stdout chunk (state=3): >>><<< 4486 1726879795.07374: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.07380: handler run complete 4486 1726879795.07399: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.07402: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.07407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.07410: variable 'ansible_port' from source: unknown 4486 1726879795.07413: variable 'ansible_user' from source: unknown 4486 1726879795.07418: attempt loop complete, returning result 4486 1726879795.07421: _execute() done 4486 1726879795.07423: dumping result to json 4486 1726879795.07430: done dumping result, returning 4486 1726879795.07441: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed [0229e9c9-8e59-25d7-fcc3-0000000000ec] 4486 1726879795.07445: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ec 4486 1726879795.07581: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ec 4486 1726879795.07584: WORKER PROCESS EXITING changed: [managed_node3] => { "backup": "", "changed": true } MSG: line added 4486 1726879795.07676: no more pending results, returning what we have 4486 1726879795.07680: results queue empty 4486 1726879795.07681: checking for any_errors_fatal 4486 1726879795.07690: done checking for any_errors_fatal 4486 1726879795.07691: checking for max_fail_percentage 4486 1726879795.07699: done checking for max_fail_percentage 4486 1726879795.07700: checking to see if all hosts have failed and the running result is not ok 4486 1726879795.07701: done checking to see if all hosts have failed 4486 1726879795.07702: getting the remaining hosts for this loop 4486 1726879795.07704: done getting the remaining hosts for this loop 4486 1726879795.07708: getting the next task for host managed_node3 4486 1726879795.07716: done getting next task for host managed_node3 4486 1726879795.07720: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch the servers public key 4486 1726879795.07723: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879795.07734: getting variables 4486 1726879795.07735: in VariableManager get_vars() 4486 1726879795.07770: Calling all_inventory to load vars for managed_node3 4486 1726879795.07773: Calling groups_inventory to load vars for managed_node3 4486 1726879795.07776: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.07785: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.07788: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.07795: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.07984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.08126: done with get_vars() 4486 1726879795.08137: done getting variables TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Friday 20 September 2024 20:49:55 -0400 (0:00:00.592) 0:00:16.409 ****** 4486 1726879795.08214: entering _queue_task() for managed_node3/slurp 4486 1726879795.08427: worker is 1 (out of 1 available) 4486 1726879795.08440: exiting _queue_task() for managed_node3/slurp 4486 1726879795.08451: done queuing things up, now waiting for results queue to drain 4486 1726879795.08453: waiting for pending results... 4486 1726879795.08626: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key 4486 1726879795.08720: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000ee 4486 1726879795.08733: variable 'ansible_search_path' from source: unknown 4486 1726879795.08738: variable 'ansible_search_path' from source: unknown 4486 1726879795.08772: calling self._execute() 4486 1726879795.08796: variable 'kdump_ssh_server' from source: play vars 4486 1726879795.08951: variable 'kdump_ssh_server' from source: play vars 4486 1726879795.08957: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.09013: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.09019: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.09067: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.09082: in VariableManager get_vars() 4486 1726879795.09120: Calling all_inventory to load vars for managed_node3 4486 1726879795.09124: Calling groups_inventory to load vars for managed_node3 4486 1726879795.09129: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.09145: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.09149: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.09156: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.09317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.09471: done with get_vars() 4486 1726879795.09478: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.09512: variable 'ansible_delegated_vars' from source: unknown 4486 1726879795.09522: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.09528: variable 'omit' from source: magic vars 4486 1726879795.09611: variable 'omit' from source: magic vars 4486 1726879795.09702: variable 'omit' from source: magic vars 4486 1726879795.09728: variable 'omit' from source: magic vars 4486 1726879795.09751: variable 'ansible_delegated_vars' from source: unknown 4486 1726879795.09778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879795.09842: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879795.09845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879795.09875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879795.09882: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879795.09925: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.09928: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.09931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.09934: variable 'ansible_port' from source: unknown 4486 1726879795.09981: variable 'ansible_user' from source: unknown 4486 1726879795.10099: Set connection var ansible_timeout to 10 4486 1726879795.10103: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879795.10110: Set connection var ansible_pipelining to False 4486 1726879795.10153: Set connection var ansible_shell_executable to /bin/sh 4486 1726879795.10156: Set connection var ansible_shell_type to sh 4486 1726879795.10187: Set connection var ansible_connection to ssh 4486 1726879795.10191: variable 'ansible_delegated_vars' from source: unknown 4486 1726879795.10193: variable 'ansible_user' from source: unknown 4486 1726879795.10196: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.10463: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879795.10476: variable 'omit' from source: magic vars 4486 1726879795.10479: starting attempt loop 4486 1726879795.10514: running the handler 4486 1726879795.10518: _low_level_execute_command(): starting 4486 1726879795.10521: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879795.11260: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.11268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.11337: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.11351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.11388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.13418: stdout chunk (state=3): >>>/root <<< 4486 1726879795.13580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.13584: stdout chunk (state=3): >>><<< 4486 1726879795.13586: stderr chunk (state=3): >>><<< 4486 1726879795.13603: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.13614: _low_level_execute_command(): starting 4486 1726879795.13620: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160 `" && echo ansible-tmp-1726879795.1360223-4971-117266166442160="` echo /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160 `" ) && sleep 0' 4486 1726879795.14210: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.14214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.14218: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879795.14221: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.14310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.14337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.16262: stdout chunk (state=3): >>>ansible-tmp-1726879795.1360223-4971-117266166442160=/root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160 <<< 4486 1726879795.16385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.16428: stderr chunk (state=3): >>><<< 4486 1726879795.16431: stdout chunk (state=3): >>><<< 4486 1726879795.16447: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879795.1360223-4971-117266166442160=/root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.16469: variable 'ansible_delegated_vars' from source: unknown 4486 1726879795.16510: variable 'ansible_module_compression' from source: unknown 4486 1726879795.16548: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 4486 1726879795.16580: variable 'ansible_facts' from source: unknown 4486 1726879795.16636: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py 4486 1726879795.16739: Sending initial data 4486 1726879795.16743: Sent initial data (152 bytes) 4486 1726879795.17210: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.17214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879795.17217: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.17219: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879795.17222: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.17261: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.17268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.17315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.18878: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 4486 1726879795.18882: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879795.18935: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879795.18981: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmphqskmpb6 /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py <<< 4486 1726879795.18989: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py" <<< 4486 1726879795.19029: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmphqskmpb6" to remote "/root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py" <<< 4486 1726879795.19710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.19815: stderr chunk (state=3): >>><<< 4486 1726879795.19819: stdout chunk (state=3): >>><<< 4486 1726879795.19845: done transferring module to remote 4486 1726879795.19848: _low_level_execute_command(): starting 4486 1726879795.19851: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/ /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py && sleep 0' 4486 1726879795.20361: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.20366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.20373: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879795.20377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.20418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.20425: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.20467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.22263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.22297: stderr chunk (state=3): >>><<< 4486 1726879795.22300: stdout chunk (state=3): >>><<< 4486 1726879795.22312: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.22315: _low_level_execute_command(): starting 4486 1726879795.22320: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/AnsiballZ_slurp.py && sleep 0' 4486 1726879795.22744: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.22748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.22772: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.22820: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.22824: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.22860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.25098: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879795.25146: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879795.25168: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879795.25239: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879795.25283: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879795.25326: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879795.25351: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879795.25357: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879795.25410: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.25456: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879795.25478: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879795.25500: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879795.25527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fada4530> <<< 4486 1726879795.25545: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fad73b30> <<< 4486 1726879795.25581: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879795.25591: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fada6ab0> <<< 4486 1726879795.25608: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879795.25627: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879795.25655: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 4486 1726879795.25710: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879795.25786: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879795.25836: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879795.25846: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879795.25893: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879795.25904: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879795.25938: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879795.25959: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879795.25980: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab991c0> <<< 4486 1726879795.26040: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.26055: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab9a000> <<< 4486 1726879795.26081: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879795.26118: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879795.26367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879795.26383: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879795.26390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.26405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879795.26460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879795.26485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879795.26507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd7e90> <<< 4486 1726879795.26533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879795.26543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879795.26591: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd7f50> <<< 4486 1726879795.26610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879795.26618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879795.26649: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879795.26695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.26717: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879795.26743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879795.26758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac0f830> <<< 4486 1726879795.26777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879795.26782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879795.26795: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac0fec0> <<< 4486 1726879795.26799: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879795.26858: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabefb00> <<< 4486 1726879795.26860: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879795.26892: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabed1f0> <<< 4486 1726879795.26988: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd5040> <<< 4486 1726879795.27021: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879795.27042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879795.27049: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879795.27071: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879795.27101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879795.27116: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879795.27153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879795.27156: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac337d0> <<< 4486 1726879795.27177: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac323f0> <<< 4486 1726879795.27202: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879795.27208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabee2a0> <<< 4486 1726879795.27217: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac30bf0> <<< 4486 1726879795.27274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879795.27279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac60830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd42f0> <<< 4486 1726879795.27304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879795.27339: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.27342: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac60ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac60b90> <<< 4486 1726879795.27388: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.27394: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac60f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd2e40> <<< 4486 1726879795.27428: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.27452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879795.27491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879795.27504: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac61670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac61340> <<< 4486 1726879795.27512: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879795.27549: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879795.27555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac62570> <<< 4486 1726879795.27590: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879795.27625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879795.27668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879795.27696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 4486 1726879795.27749: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7c770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.27778: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879795.27801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879795.27806: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7ed50> <<< 4486 1726879795.27848: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7f3b0> <<< 4486 1726879795.27854: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7e2a0> <<< 4486 1726879795.27877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879795.27894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879795.27938: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.27942: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7f530> <<< 4486 1726879795.28024: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac625a0> <<< 4486 1726879795.28042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879795.28111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879795.28126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879795.28172: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa3fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879795.28205: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa687a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa68500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa68740> <<< 4486 1726879795.28244: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa68950> <<< 4486 1726879795.28269: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa3de50> <<< 4486 1726879795.28303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879795.28399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879795.28453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa69fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa68c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac62c90> <<< 4486 1726879795.28542: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.28556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879795.28592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879795.28646: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa96390> <<< 4486 1726879795.28696: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.28728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879795.28757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879795.28801: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaae510> <<< 4486 1726879795.28813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879795.28844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879795.28911: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879795.28943: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faae72c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879795.29010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879795.29013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879795.29051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879795.29142: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab09a60> <<< 4486 1726879795.29215: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faae73e0> <<< 4486 1726879795.29258: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaaebd0> <<< 4486 1726879795.29289: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879795.29317: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8e8440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaad550> <<< 4486 1726879795.29320: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa6af30> <<< 4486 1726879795.29420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879795.29446: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4faaad910> <<< 4486 1726879795.29548: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_d6w_tr9m/ansible_slurp_payload.zip' <<< 4486 1726879795.29551: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.29796: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879795.29831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879795.29912: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa942210> import '_typing' # <<< 4486 1726879795.30071: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa919100> <<< 4486 1726879795.30107: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa918260> # zipimport: zlib available import 'ansible' # <<< 4486 1726879795.30318: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 4486 1726879795.31713: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.32963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa91b620> <<< 4486 1726879795.33007: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879795.33059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879795.33063: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879795.33087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa969ca0> <<< 4486 1726879795.33122: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969a30> <<< 4486 1726879795.33176: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969340> <<< 4486 1726879795.33179: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879795.33194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879795.33237: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969790> <<< 4486 1726879795.33241: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa942ea0> import 'atexit' # <<< 4486 1726879795.33269: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa96a9f0> <<< 4486 1726879795.33302: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa96ac30> <<< 4486 1726879795.33316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879795.33377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879795.33395: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879795.33433: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa96b080> import 'pwd' # <<< 4486 1726879795.33460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879795.33485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879795.33522: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d0e30> <<< 4486 1726879795.33559: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.33574: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa7d2a50> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879795.33599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879795.33627: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d33e0> <<< 4486 1726879795.33647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879795.33671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879795.33694: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d45c0> <<< 4486 1726879795.33720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879795.33754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879795.33779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879795.33791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879795.33830: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d7080> <<< 4486 1726879795.33889: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa7d71d0> <<< 4486 1726879795.33901: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d5370> <<< 4486 1726879795.33916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879795.34056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7dafc0> <<< 4486 1726879795.34077: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879795.34151: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d9a90> <<< 4486 1726879795.34167: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d97f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879795.34278: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7dbf50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d57f0> <<< 4486 1726879795.34396: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa823110> <<< 4486 1726879795.34400: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa823290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879795.34454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa824e30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa824bf0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879795.34571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879795.34631: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa827320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8254f0> <<< 4486 1726879795.34659: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879795.34695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.34722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 4486 1726879795.34779: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa82eae0> <<< 4486 1726879795.34904: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa827470> <<< 4486 1726879795.35023: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82fd40> <<< 4486 1726879795.35027: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82faa0> <<< 4486 1726879795.35085: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82fd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa823500> <<< 4486 1726879795.35137: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879795.35141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879795.35185: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.35210: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa833470> <<< 4486 1726879795.35391: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa834a40> <<< 4486 1726879795.35404: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa831c10> <<< 4486 1726879795.35447: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa832fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa831850> # zipimport: zlib available <<< 4486 1726879795.35481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879795.35495: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.35583: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.35701: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.35735: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879795.35868: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.35996: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.36599: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.37236: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879795.37275: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.37317: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa8bcc20> <<< 4486 1726879795.37436: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879795.37503: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bd970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa837f80> <<< 4486 1726879795.37556: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879795.37584: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.37707: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.37899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879795.37914: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bd9a0> # zipimport: zlib available <<< 4486 1726879795.38418: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.38924: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.38997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39084: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879795.39090: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39137: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39175: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879795.39184: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39254: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39354: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879795.39373: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39380: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879795.39400: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39437: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39482: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879795.39488: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.39745: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879795.40072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879795.40078: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879795.40184: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bec30> # zipimport: zlib available <<< 4486 1726879795.40271: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40358: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879795.40361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879795.40386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879795.40470: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.40593: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6ca480> <<< 4486 1726879795.40645: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6cad50> <<< 4486 1726879795.40681: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bf740> <<< 4486 1726879795.40685: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40716: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40768: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 4486 1726879795.40822: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40901: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.40956: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41001: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879795.41038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.41122: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.41130: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6c9a60> <<< 4486 1726879795.41167: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6caf90> <<< 4486 1726879795.41195: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879795.41214: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41284: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41349: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41379: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41425: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.41449: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879795.41478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879795.41496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879795.41551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879795.41574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879795.41593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879795.41652: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa75b0e0> <<< 4486 1726879795.41697: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6d7f20> <<< 4486 1726879795.41786: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6cf140> <<< 4486 1726879795.41794: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6cef90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879795.41805: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41835: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41859: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879795.41920: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879795.41926: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.41947: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879795.41972: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.42009: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.42124: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.42261: stdout chunk (state=3): >>> {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}} # destroy __main__ <<< 4486 1726879795.42583: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 4486 1726879795.42603: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 4486 1726879795.42613: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs <<< 4486 1726879795.42626: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 4486 1726879795.42650: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external <<< 4486 1726879795.42659: stdout chunk (state=3): >>># cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 4486 1726879795.42677: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 4486 1726879795.42706: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 4486 1726879795.42721: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon <<< 4486 1726879795.42727: stdout chunk (state=3): >>># cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six <<< 4486 1726879795.42756: stdout chunk (state=3): >>># destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy <<< 4486 1726879795.42764: stdout chunk (state=3): >>># destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879795.43013: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery <<< 4486 1726879795.43024: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.util <<< 4486 1726879795.43039: stdout chunk (state=3): >>># destroy _bz2 <<< 4486 1726879795.43056: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 4486 1726879795.43085: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879795.43122: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 4486 1726879795.43170: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879795.43174: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 4486 1726879795.43234: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879795.43260: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 4486 1726879795.43309: stdout chunk (state=3): >>># destroy subprocess <<< 4486 1726879795.43313: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves <<< 4486 1726879795.43354: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879795.43404: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879795.43409: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879795.43486: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 4486 1726879795.43490: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat <<< 4486 1726879795.43525: stdout chunk (state=3): >>># cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879795.43537: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879795.43661: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879795.43730: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879795.43771: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879795.43807: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879795.43826: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879795.43910: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879795.43968: stdout chunk (state=3): >>># destroy time <<< 4486 1726879795.44002: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools <<< 4486 1726879795.44014: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879795.44376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879795.44441: stderr chunk (state=3): >>><<< 4486 1726879795.44444: stdout chunk (state=3): >>><<< 4486 1726879795.44533: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fada4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fad73b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fada6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab991c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab9a000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd7e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd7f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac0f830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac0fec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabefb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd5040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabee2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac30bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac60830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac60ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac60b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac60f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fabd2e40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac61670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac61340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac62570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7c770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7ed50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7e2a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fac7fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac7f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac625a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa3fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa687a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa68500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa68740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4faa68950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa3de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa69fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa68c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fac62c90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa96390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaae510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faae72c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fab09a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faae73e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaaebd0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8e8440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faaad550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4faa6af30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4faaad910> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_d6w_tr9m/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa942210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa919100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa918260> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa91b620> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa969ca0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969a30> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969340> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa969790> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa942ea0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa96a9f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa96ac30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa96b080> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d0e30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa7d2a50> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d33e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d45c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d7080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa7d71d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d5370> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7dafc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d9a90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d97f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7dbf50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa7d57f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa823110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa823290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa824e30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa824bf0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa827320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8254f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa82eae0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa827470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82fd40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82faa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa82fd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa823500> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa833470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa834a40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa831c10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa832fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa831850> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa8bcc20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bd970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa837f80> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bd9a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bec30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6ca480> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6cad50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa8bf740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4fa6c9a60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6caf90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa75b0e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6d7f20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6cf140> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4fa6cef90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879795.45104: done with _execute_module (slurp, {'src': '/etc/ssh/ssh_host_rsa_key.pub', '_ansible_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-1726879795.1360223-4971-117266166442160/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879795.45108: _low_level_execute_command(): starting 4486 1726879795.45111: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.1360223-4971-117266166442160/ > /dev/null 2>&1 && sleep 0' 4486 1726879795.45213: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.45216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.45228: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879795.45240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.45293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.45297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.45347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.47211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.47263: stderr chunk (state=3): >>><<< 4486 1726879795.47278: stdout chunk (state=3): >>><<< 4486 1726879795.47291: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.47297: handler run complete 4486 1726879795.47313: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.47316: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.47319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.47322: variable 'ansible_port' from source: unknown 4486 1726879795.47325: variable 'ansible_user' from source: unknown 4486 1726879795.47331: attempt loop complete, returning result 4486 1726879795.47334: _execute() done 4486 1726879795.47336: dumping result to json 4486 1726879795.47346: done dumping result, returning 4486 1726879795.47355: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key [0229e9c9-8e59-25d7-fcc3-0000000000ee] 4486 1726879795.47366: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ee 4486 1726879795.47486: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ee 4486 1726879795.47489: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } 4486 1726879795.47563: no more pending results, returning what we have 4486 1726879795.47569: results queue empty 4486 1726879795.47570: checking for any_errors_fatal 4486 1726879795.47584: done checking for any_errors_fatal 4486 1726879795.47585: checking for max_fail_percentage 4486 1726879795.47586: done checking for max_fail_percentage 4486 1726879795.47587: checking to see if all hosts have failed and the running result is not ok 4486 1726879795.47588: done checking to see if all hosts have failed 4486 1726879795.47589: getting the remaining hosts for this loop 4486 1726879795.47590: done getting the remaining hosts for this loop 4486 1726879795.47594: getting the next task for host managed_node3 4486 1726879795.47602: done getting next task for host managed_node3 4486 1726879795.47606: ^ task is: TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node 4486 1726879795.47609: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 4486 1726879795.47619: getting variables 4486 1726879795.47621: in VariableManager get_vars() 4486 1726879795.47653: Calling all_inventory to load vars for managed_node3 4486 1726879795.47656: Calling groups_inventory to load vars for managed_node3 4486 1726879795.47658: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.47678: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.47682: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.47686: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.47820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.47968: done with get_vars() 4486 1726879795.47977: done getting variables TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Friday 20 September 2024 20:49:55 -0400 (0:00:00.398) 0:00:16.807 ****** 4486 1726879795.48053: entering _queue_task() for managed_node3/known_hosts 4486 1726879795.48055: Creating lock for known_hosts 4486 1726879795.48267: worker is 1 (out of 1 available) 4486 1726879795.48281: exiting _queue_task() for managed_node3/known_hosts 4486 1726879795.48293: done queuing things up, now waiting for results queue to drain 4486 1726879795.48295: waiting for pending results... 4486 1726879795.48471: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node 4486 1726879795.48560: in run() - task 0229e9c9-8e59-25d7-fcc3-0000000000ef 4486 1726879795.48576: variable 'ansible_search_path' from source: unknown 4486 1726879795.48580: variable 'ansible_search_path' from source: unknown 4486 1726879795.48610: calling self._execute() 4486 1726879795.48678: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.48682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.48690: variable 'omit' from source: magic vars 4486 1726879795.48774: variable 'omit' from source: magic vars 4486 1726879795.48871: variable 'omit' from source: magic vars 4486 1726879795.49130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879795.52056: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879795.52111: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879795.52140: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879795.52188: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879795.52197: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879795.52278: variable '__kdump_ssh_server_location' from source: role '' all vars 4486 1726879795.52392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 4486 1726879795.52544: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 4486 1726879795.52575: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 4486 1726879795.52602: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 4486 1726879795.52626: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 4486 1726879795.52691: 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) 4486 1726879795.52710: 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) 4486 1726879795.52729: 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) 4486 1726879795.52753: 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) 4486 1726879795.52842: variable 'kdump_target' from source: play vars 4486 1726879795.52908: variable 'kdump_ssh_user' from source: play vars 4486 1726879795.52984: variable 'hostvars' from source: magic vars 4486 1726879795.52988: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.52992: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.53040: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.53051: in VariableManager get_vars() 4486 1726879795.53062: Calling all_inventory to load vars for managed_node3 4486 1726879795.53069: Calling groups_inventory to load vars for managed_node3 4486 1726879795.53080: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.53088: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.53093: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.53099: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.53312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.53549: done with get_vars() 4486 1726879795.53575: variable 'ansible_user_id' from source: facts 4486 1726879795.53579: variable 'kdump_test_ssh_server_inside' from source: play vars 4486 1726879795.53873: variable 'kdump_test_ssh_source' from source: play vars 4486 1726879795.54092: variable 'ansible_env' from source: facts 4486 1726879795.54123: variable 'hostvars' from source: magic vars 4486 1726879795.54126: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.54129: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.54178: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.54182: in VariableManager get_vars() 4486 1726879795.54188: Calling all_inventory to load vars for managed_node3 4486 1726879795.54192: Calling groups_inventory to load vars for managed_node3 4486 1726879795.54198: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.54204: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.54209: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.54215: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.54322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.54544: done with get_vars() 4486 1726879795.54576: variable 'ansible_all_ipv4_addresses' from source: facts 4486 1726879795.54581: in VariableManager get_vars() 4486 1726879795.54584: Calling all_inventory to load vars for managed_node3 4486 1726879795.54590: Calling groups_inventory to load vars for managed_node3 4486 1726879795.54593: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.54595: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.54598: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.54643: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.54819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.55001: done with get_vars() 4486 1726879795.55005: variable 'ansible_all_ipv6_addresses' from source: facts 4486 1726879795.55008: in VariableManager get_vars() 4486 1726879795.55031: Calling all_inventory to load vars for managed_node3 4486 1726879795.55035: Calling groups_inventory to load vars for managed_node3 4486 1726879795.55037: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.55046: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.55048: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.55053: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.55250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.55522: done with get_vars() 4486 1726879795.55555: variable 'ansible_default_ipv4' from source: facts 4486 1726879795.55562: variable 'kdump_ssh_server' from source: play vars 4486 1726879795.55566: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.55664: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.55672: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.55792: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.55796: variable '__kdump_serverpubkey' from source: set_fact 4486 1726879795.55820: variable '__kdump_ssh_server_location' from source: role '' all vars 4486 1726879795.55889: variable '__kdump_ssh_server_location' from source: role '' all vars 4486 1726879795.56173: variable 'kdump_target' from source: play vars 4486 1726879795.56269: variable 'kdump_ssh_user' from source: play vars 4486 1726879795.56343: variable 'hostvars' from source: magic vars 4486 1726879795.56347: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.56350: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.56445: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.56451: in VariableManager get_vars() 4486 1726879795.56455: Calling all_inventory to load vars for managed_node3 4486 1726879795.56458: Calling groups_inventory to load vars for managed_node3 4486 1726879795.56460: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.56482: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.56485: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.56488: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.56706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.56899: done with get_vars() 4486 1726879795.56905: variable 'ansible_user_id' from source: facts 4486 1726879795.56930: variable 'kdump_test_ssh_server_inside' from source: play vars 4486 1726879795.57151: variable 'kdump_test_ssh_source' from source: play vars 4486 1726879795.57324: variable 'ansible_env' from source: facts 4486 1726879795.57333: variable 'hostvars' from source: magic vars 4486 1726879795.57336: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.57341: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.57405: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.57409: in VariableManager get_vars() 4486 1726879795.57426: Calling all_inventory to load vars for managed_node3 4486 1726879795.57430: Calling groups_inventory to load vars for managed_node3 4486 1726879795.57432: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.57435: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.57437: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.57440: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.57561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.57744: done with get_vars() 4486 1726879795.57750: variable 'ansible_all_ipv4_addresses' from source: facts 4486 1726879795.57754: in VariableManager get_vars() 4486 1726879795.57763: Calling all_inventory to load vars for managed_node3 4486 1726879795.57766: Calling groups_inventory to load vars for managed_node3 4486 1726879795.57772: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.57783: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.57786: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.57799: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.57928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.58156: done with get_vars() 4486 1726879795.58166: variable 'ansible_all_ipv6_addresses' from source: facts 4486 1726879795.58172: in VariableManager get_vars() 4486 1726879795.58181: Calling all_inventory to load vars for managed_node3 4486 1726879795.58184: Calling groups_inventory to load vars for managed_node3 4486 1726879795.58186: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879795.58192: Calling all_plugins_play to load vars for managed_node3 4486 1726879795.58198: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879795.58206: Calling groups_plugins_play to load vars for managed_node3 4486 1726879795.58304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879795.58440: done with get_vars() 4486 1726879795.58449: variable 'ansible_default_ipv4' from source: facts 4486 1726879795.58458: variable 'kdump_ssh_server' from source: play vars 4486 1726879795.58461: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.58512: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879795.58515: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.58562: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.58584: variable 'omit' from source: magic vars 4486 1726879795.58603: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879795.58625: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879795.58643: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879795.58656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879795.58668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879795.58691: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879795.58694: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.58697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.58774: Set connection var ansible_timeout to 10 4486 1726879795.58780: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879795.58786: Set connection var ansible_pipelining to False 4486 1726879795.58792: Set connection var ansible_shell_executable to /bin/sh 4486 1726879795.58799: Set connection var ansible_shell_type to sh 4486 1726879795.58802: Set connection var ansible_connection to ssh 4486 1726879795.58821: variable 'ansible_shell_executable' from source: unknown 4486 1726879795.58825: variable 'ansible_connection' from source: unknown 4486 1726879795.58829: variable 'ansible_module_compression' from source: unknown 4486 1726879795.58831: variable 'ansible_shell_type' from source: unknown 4486 1726879795.58834: variable 'ansible_shell_executable' from source: unknown 4486 1726879795.58837: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879795.58839: variable 'ansible_pipelining' from source: unknown 4486 1726879795.58842: variable 'ansible_timeout' from source: unknown 4486 1726879795.58847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879795.58969: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879795.58980: variable 'omit' from source: magic vars 4486 1726879795.58983: starting attempt loop 4486 1726879795.58986: running the handler 4486 1726879795.58996: _low_level_execute_command(): starting 4486 1726879795.59002: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879795.59511: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.59515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879795.59523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.59526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879795.59529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.59578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879795.59582: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.59586: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.59631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.61351: stdout chunk (state=3): >>>/root <<< 4486 1726879795.61481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.61586: stderr chunk (state=3): >>><<< 4486 1726879795.61590: stdout chunk (state=3): >>><<< 4486 1726879795.61596: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.61600: _low_level_execute_command(): starting 4486 1726879795.61645: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261 `" && echo ansible-tmp-1726879795.6158454-4986-260238827537261="` echo /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261 `" ) && sleep 0' 4486 1726879795.62235: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.62239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.62242: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.62247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.62342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.62385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.64341: stdout chunk (state=3): >>>ansible-tmp-1726879795.6158454-4986-260238827537261=/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261 <<< 4486 1726879795.64454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.64498: stderr chunk (state=3): >>><<< 4486 1726879795.64502: stdout chunk (state=3): >>><<< 4486 1726879795.64514: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879795.6158454-4986-260238827537261=/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.64568: variable 'ansible_module_compression' from source: unknown 4486 1726879795.64613: ANSIBALLZ: Using lock for known_hosts 4486 1726879795.64617: ANSIBALLZ: Acquiring lock 4486 1726879795.64619: ANSIBALLZ: Lock acquired: 140021858271696 4486 1726879795.64622: ANSIBALLZ: Creating module 4486 1726879795.73995: ANSIBALLZ: Writing module into payload 4486 1726879795.74066: ANSIBALLZ: Writing module 4486 1726879795.74084: ANSIBALLZ: Renaming module 4486 1726879795.74091: ANSIBALLZ: Done creating module 4486 1726879795.74105: variable 'ansible_facts' from source: unknown 4486 1726879795.74153: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py 4486 1726879795.74261: Sending initial data 4486 1726879795.74270: Sent initial data (158 bytes) 4486 1726879795.74904: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.74915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879795.74918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879795.74921: 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 <<< 4486 1726879795.74927: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.74947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.74972: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.75102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.76992: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp_y08ffr3" to remote "/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py" <<< 4486 1726879795.76997: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp_y08ffr3 /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py <<< 4486 1726879795.77805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.77862: stderr chunk (state=3): >>><<< 4486 1726879795.77872: stdout chunk (state=3): >>><<< 4486 1726879795.77895: done transferring module to remote 4486 1726879795.77908: _low_level_execute_command(): starting 4486 1726879795.77915: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/ /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py && sleep 0' 4486 1726879795.78339: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.78345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879795.78378: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.78382: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.78385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879795.78387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879795.78433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.78448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.78492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.80386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879795.80570: stderr chunk (state=3): >>><<< 4486 1726879795.80574: stdout chunk (state=3): >>><<< 4486 1726879795.80577: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879795.80580: _low_level_execute_command(): starting 4486 1726879795.80583: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/AnsiballZ_known_hosts.py && sleep 0' 4486 1726879795.81119: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879795.81137: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879795.81152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879795.81176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879795.81276: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879795.81293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879795.81374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879795.83669: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879795.83699: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879795.83735: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879795.83810: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879795.83853: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879795.83894: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879795.83921: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879795.83987: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.84016: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879795.84027: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879795.84070: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879795.84106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431fc530> <<< 4486 1726879795.84137: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879795.84170: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431feab0> import '_signal' # <<< 4486 1726879795.84210: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879795.84228: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879795.84256: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 4486 1726879795.84481: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879795.84486: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879795.84491: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879795.84493: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879795.84518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fb11c0> <<< 4486 1726879795.84599: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.84620: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fb2000> <<< 4486 1726879795.84636: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879795.84663: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879795.84925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879795.84962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.84981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879795.85029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879795.85060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879795.85089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fefe90> <<< 4486 1726879795.85112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879795.85159: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42feff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879795.85184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879795.85217: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879795.85274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.85317: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879795.85361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43027890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879795.85379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43027f20> import '_collections' # <<< 4486 1726879795.85426: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43007b30> <<< 4486 1726879795.85481: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879795.85485: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43005280> <<< 4486 1726879795.85581: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fed040> <<< 4486 1726879795.85602: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879795.85652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879795.85656: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879795.85701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879795.85710: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879795.85761: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4304b770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4304a390> <<< 4486 1726879795.85788: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 4486 1726879795.85801: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43007e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43048c20> <<< 4486 1726879795.85848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879795.85882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430787a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fec2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879795.85914: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43078c50> <<< 4486 1726879795.85970: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43078b00> <<< 4486 1726879795.86014: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43078ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42feade0> <<< 4486 1726879795.86018: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.86057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879795.86101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879795.86105: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430795b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43079280> import 'importlib.machinery' # <<< 4486 1726879795.86156: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307a4b0> <<< 4486 1726879795.86160: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879795.86192: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879795.86220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879795.86255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430946e0> <<< 4486 1726879795.86312: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.86320: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43095e20> <<< 4486 1726879795.86382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879795.86388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879795.86436: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43096cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43097320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43096210> <<< 4486 1726879795.86462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879795.86513: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43097da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430974d0> <<< 4486 1726879795.86609: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307a510> <<< 4486 1726879795.86614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879795.86644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879795.86669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879795.86756: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e67c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 4486 1726879795.86761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e90770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e904d0> <<< 4486 1726879795.86819: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e90680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.86848: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e908c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e65df0> <<< 4486 1726879795.86862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879795.86958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879795.86990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e91fd0> <<< 4486 1726879795.87021: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e90c50> <<< 4486 1726879795.87031: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307ac00> <<< 4486 1726879795.87055: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879795.87116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.87134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879795.87172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879795.87202: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ebe390> <<< 4486 1726879795.87270: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879795.87294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879795.87314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879795.87375: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed64e0> <<< 4486 1726879795.87386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879795.87419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879795.87495: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879795.87515: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f0f290> <<< 4486 1726879795.87529: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879795.87576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879795.87598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879795.87640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879795.87727: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f31a30> <<< 4486 1726879795.87803: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f0f3b0> <<< 4486 1726879795.87874: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed7170> <<< 4486 1726879795.87909: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d183b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed5520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e92f30> <<< 4486 1726879795.87999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879795.88042: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd42d18650> <<< 4486 1726879795.88104: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_8xfn65ib/ansible_known_hosts_payload.zip' # zipimport: zlib available <<< 4486 1726879795.88292: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.88309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879795.88345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879795.88408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879795.88451: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d6e120> import '_typing' # <<< 4486 1726879795.88697: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d45010> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d441d0> # zipimport: zlib available <<< 4486 1726879795.88759: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 4486 1726879795.88763: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.90300: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.91557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879795.91561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d47fb0> <<< 4486 1726879795.91622: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.91628: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879795.91653: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879795.91685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879795.91699: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d95ac0> <<< 4486 1726879795.91726: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d95850> <<< 4486 1726879795.91772: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d95160> <<< 4486 1726879795.91775: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879795.91836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879795.91855: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d955b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d6eba0> import 'atexit' # <<< 4486 1726879795.91915: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d96870> <<< 4486 1726879795.91990: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d96ab0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879795.91994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879795.92003: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879795.92049: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d96f90> import 'pwd' # <<< 4486 1726879795.92055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879795.92082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879795.92111: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c00d40> <<< 4486 1726879795.92142: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c02930> <<< 4486 1726879795.92171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879795.92177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879795.92216: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c032c0> <<< 4486 1726879795.92239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879795.92273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879795.92281: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c044a0> <<< 4486 1726879795.92304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879795.92341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879795.92367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879795.92423: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c06f30> <<< 4486 1726879795.92462: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.92476: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c07020> <<< 4486 1726879795.92490: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c051f0> <<< 4486 1726879795.92504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879795.92529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879795.92553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879795.92581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879795.92604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879795.92634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879795.92647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c0ac30> <<< 4486 1726879795.92650: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879795.92725: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c09730> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c09490> <<< 4486 1726879795.92749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879795.92754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879795.92835: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c0bfb0> <<< 4486 1726879795.92862: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c05610> <<< 4486 1726879795.92891: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.92897: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c4ed50> <<< 4486 1726879795.92923: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 4486 1726879795.92929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c4eea0> <<< 4486 1726879795.92950: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879795.92961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879795.92987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 4486 1726879795.92992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879795.93037: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c50b00> <<< 4486 1726879795.93041: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c508c0> <<< 4486 1726879795.93053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879795.93168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879795.93216: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c52ff0> <<< 4486 1726879795.93222: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c511c0> <<< 4486 1726879795.93242: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879795.93288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.93301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879795.93316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879795.93322: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879795.93373: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5a810> <<< 4486 1726879795.93498: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c531a0> <<< 4486 1726879795.93581: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5b5f0> <<< 4486 1726879795.93610: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.93616: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5b830> <<< 4486 1726879795.93670: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5bbc0> <<< 4486 1726879795.93680: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c4f1d0> <<< 4486 1726879795.93706: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879795.93711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879795.93718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879795.93745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879795.93776: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.93799: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5f290> <<< 4486 1726879795.93962: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.93979: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c60620> <<< 4486 1726879795.93987: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5da30> <<< 4486 1726879795.94034: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879795.94038: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5e900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5d700> <<< 4486 1726879795.94042: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94070: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879795.94074: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94175: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94287: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94316: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 4486 1726879795.94354: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94468: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.94598: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.95188: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.95800: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879795.95811: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879795.95827: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879795.95849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.95898: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42ce86e0> <<< 4486 1726879795.95996: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879795.96007: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ce9460> <<< 4486 1726879795.96014: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c63b30> <<< 4486 1726879795.96069: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879795.96075: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.96107: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.96112: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879795.96128: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.96284: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.96463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879795.96471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879795.96474: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ce9490> <<< 4486 1726879795.96479: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.96995: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97491: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97577: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97654: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 4486 1726879795.97694: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879795.97756: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97815: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.97947: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879795.98011: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98021: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98072: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879795.98075: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98302: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879795.98626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879795.98639: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879795.98707: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42cebaa0> <<< 4486 1726879795.98727: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98798: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.98888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879795.98892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879795.98904: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879795.98927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879795.98936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879795.99016: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879795.99146: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af5e80> <<< 4486 1726879795.99204: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af66f0> <<< 4486 1726879795.99214: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ceab70> <<< 4486 1726879795.99234: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99281: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99316: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879795.99336: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99379: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99428: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99488: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99563: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879795.99601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879795.99691: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af5460> <<< 4486 1726879795.99733: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42af68a0> <<< 4486 1726879795.99764: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879795.99780: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99871: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99927: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99988: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879795.99997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.00045: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879796.00049: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879796.00081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879796.00124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879796.00156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879796.00217: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42b8eb10> <<< 4486 1726879796.00269: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42b007d0> <<< 4486 1726879796.00375: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa930> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879796.00383: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.00406: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.00433: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879796.00491: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879796.00519: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879796.00540: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.00733: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.00932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 4486 1726879796.00946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 4486 1726879796.00949: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa5d0> <<< 4486 1726879796.01032: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.02467: stdout chunk (state=3): >>> {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "file", "diff": {"before_header": "/dev/null", "after_header": "/etc/ssh/ssh_known_hosts", "before": "", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "invocation": {"module_args": {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/dev/null", "after_header": "/etc/ssh/ssh_known_hosts", "before": "", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "changed": true}}} <<< 4486 1726879796.02488: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879796.02919: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879796.02931: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 4486 1726879796.02950: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 4486 1726879796.02961: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 4486 1726879796.02980: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 4486 1726879796.03000: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 4486 1726879796.03004: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math <<< 4486 1726879796.03018: stdout chunk (state=3): >>># cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 4486 1726879796.03046: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl <<< 4486 1726879796.03083: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 4486 1726879796.03090: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array <<< 4486 1726879796.03092: stdout chunk (state=3): >>># cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 4486 1726879796.03094: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves <<< 4486 1726879796.03124: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings <<< 4486 1726879796.03149: stdout chunk (state=3): >>># destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac <<< 4486 1726879796.03401: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879796.03424: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879796.03460: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879796.03497: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879796.03531: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 4486 1726879796.03580: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 4486 1726879796.03641: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy errno # destroy array <<< 4486 1726879796.03685: stdout chunk (state=3): >>># destroy datetime # destroy _hashlib # destroy _blake2 <<< 4486 1726879796.03693: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex<<< 4486 1726879796.03744: stdout chunk (state=3): >>> # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 4486 1726879796.03748: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 4486 1726879796.03808: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 4486 1726879796.03816: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 4486 1726879796.03861: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879796.03869: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 4486 1726879796.03886: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 4486 1726879796.03922: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 4486 1726879796.03933: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 4486 1726879796.04070: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879796.04075: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879796.04113: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879796.04139: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879796.04188: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response<<< 4486 1726879796.04202: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator<<< 4486 1726879796.04206: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879796.04219: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879796.04310: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879796.04317: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879796.04373: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879796.04419: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879796.04826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879796.04893: stderr chunk (state=3): >>><<< 4486 1726879796.04897: stdout chunk (state=3): >>><<< 4486 1726879796.04970: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd431feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fb11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fb2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fefe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42feff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43027890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43027f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43007b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43005280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fed040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4304b770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4304a390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43007e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43048c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430787a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42fec2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43078c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43078b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43078ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42feade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430795b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43079280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430946e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43095e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43096cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43097320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd43096210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd43097da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd430974d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307a510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e67c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e90770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e904d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e90680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42e908c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e65df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e91fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e90c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4307ac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ebe390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed64e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f0f290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f31a30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42f0f3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed7170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d183b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ed5520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42e92f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd42d18650> # zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_8xfn65ib/ansible_known_hosts_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d6e120> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d45010> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d441d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d47fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d95ac0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d95850> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d95160> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d955b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d6eba0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d96870> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42d96ab0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42d96f90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c00d40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c02930> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c032c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c044a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c06f30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c07020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c051f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c0ac30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c09730> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c09490> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c0bfb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c05610> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c4ed50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c4eea0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c50b00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c508c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c52ff0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c511c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5a810> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c531a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5b5f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5b830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5bbc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c4f1d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5f290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c60620> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5da30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42c5e900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c5d700> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42ce86e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ce9460> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42c63b30> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ce9490> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42cebaa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af5e80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af66f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42ceab70> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd42af5460> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42af68a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42b8eb10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42b007d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa930> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd42afa5d0> # zipimport: zlib available {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "file", "diff": {"before_header": "/dev/null", "after_header": "/etc/ssh/ssh_known_hosts", "before": "", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "invocation": {"module_args": {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/dev/null", "after_header": "/etc/ssh/ssh_known_hosts", "before": "", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "changed": true}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879796.05924: done with _execute_module (known_hosts, {'key': '10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n', 'name': '10.31.47.113', 'path': '/etc/ssh/ssh_known_hosts', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'known_hosts', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879796.05931: _low_level_execute_command(): starting 4486 1726879796.06030: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879795.6158454-4986-260238827537261/ > /dev/null 2>&1 && sleep 0' 4486 1726879796.06096: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879796.06183: 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.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.06250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.06254: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.06256: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.06298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.08180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.08235: stderr chunk (state=3): >>><<< 4486 1726879796.08238: stdout chunk (state=3): >>><<< 4486 1726879796.08251: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.08258: handler run complete 4486 1726879796.08281: attempt loop complete, returning result 4486 1726879796.08285: _execute() done 4486 1726879796.08287: dumping result to json 4486 1726879796.08291: done dumping result, returning 4486 1726879796.08301: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node [0229e9c9-8e59-25d7-fcc3-0000000000ef] 4486 1726879796.08304: sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ef 4486 1726879796.08408: done sending task result for task 0229e9c9-8e59-25d7-fcc3-0000000000ef 4486 1726879796.08411: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.47.113", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } 4486 1726879796.08513: no more pending results, returning what we have 4486 1726879796.08517: results queue empty 4486 1726879796.08518: checking for any_errors_fatal 4486 1726879796.08529: done checking for any_errors_fatal 4486 1726879796.08530: checking for max_fail_percentage 4486 1726879796.08531: done checking for max_fail_percentage 4486 1726879796.08532: checking to see if all hosts have failed and the running result is not ok 4486 1726879796.08534: done checking to see if all hosts have failed 4486 1726879796.08535: getting the remaining hosts for this loop 4486 1726879796.08537: done getting the remaining hosts for this loop 4486 1726879796.08542: getting the next task for host managed_node3 4486 1726879796.08550: done getting next task for host managed_node3 4486 1726879796.08554: ^ task is: TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists 4486 1726879796.08556: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879796.08569: getting variables 4486 1726879796.08570: in VariableManager get_vars() 4486 1726879796.08603: Calling all_inventory to load vars for managed_node3 4486 1726879796.08605: Calling groups_inventory to load vars for managed_node3 4486 1726879796.08608: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.08617: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.08624: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.08627: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.08830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.08978: done with get_vars() 4486 1726879796.08986: done getting variables TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Friday 20 September 2024 20:49:56 -0400 (0:00:00.610) 0:00:17.417 ****** 4486 1726879796.09059: entering _queue_task() for managed_node3/stat 4486 1726879796.09275: worker is 1 (out of 1 available) 4486 1726879796.09291: exiting _queue_task() for managed_node3/stat 4486 1726879796.09304: done queuing things up, now waiting for results queue to drain 4486 1726879796.09306: waiting for pending results... 4486 1726879796.09488: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists 4486 1726879796.09572: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000005a 4486 1726879796.09584: variable 'ansible_search_path' from source: unknown 4486 1726879796.09590: variable 'ansible_search_path' from source: unknown 4486 1726879796.09620: calling self._execute() 4486 1726879796.09689: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.09693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.09715: variable 'omit' from source: magic vars 4486 1726879796.09803: variable 'omit' from source: magic vars 4486 1726879796.09837: variable 'omit' from source: magic vars 4486 1726879796.09868: variable 'omit' from source: magic vars 4486 1726879796.09904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879796.09935: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879796.09953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879796.09970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879796.09983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879796.10009: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.10012: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.10015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.10091: Set connection var ansible_timeout to 10 4486 1726879796.10096: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879796.10105: Set connection var ansible_pipelining to False 4486 1726879796.10108: Set connection var ansible_shell_executable to /bin/sh 4486 1726879796.10116: Set connection var ansible_shell_type to sh 4486 1726879796.10119: Set connection var ansible_connection to ssh 4486 1726879796.10139: variable 'ansible_shell_executable' from source: unknown 4486 1726879796.10142: variable 'ansible_connection' from source: unknown 4486 1726879796.10144: variable 'ansible_module_compression' from source: unknown 4486 1726879796.10147: variable 'ansible_shell_type' from source: unknown 4486 1726879796.10150: variable 'ansible_shell_executable' from source: unknown 4486 1726879796.10152: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.10158: variable 'ansible_pipelining' from source: unknown 4486 1726879796.10160: variable 'ansible_timeout' from source: unknown 4486 1726879796.10169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.10340: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879796.10349: variable 'omit' from source: magic vars 4486 1726879796.10354: starting attempt loop 4486 1726879796.10357: running the handler 4486 1726879796.10373: _low_level_execute_command(): starting 4486 1726879796.10380: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879796.10910: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.10914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.10917: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.10921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.10970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.11005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.11009: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.11079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.12724: stdout chunk (state=3): >>>/root <<< 4486 1726879796.12826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.12885: stderr chunk (state=3): >>><<< 4486 1726879796.12888: stdout chunk (state=3): >>><<< 4486 1726879796.12911: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.12917: _low_level_execute_command(): starting 4486 1726879796.12924: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181 `" && echo ansible-tmp-1726879796.1290438-5007-140669356340181="` echo /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181 `" ) && sleep 0' 4486 1726879796.13526: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.13530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879796.13533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879796.13545: 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.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879796.13548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.13595: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.13602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.13687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.15600: stdout chunk (state=3): >>>ansible-tmp-1726879796.1290438-5007-140669356340181=/root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181 <<< 4486 1726879796.15719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.15759: stderr chunk (state=3): >>><<< 4486 1726879796.15762: stdout chunk (state=3): >>><<< 4486 1726879796.15794: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879796.1290438-5007-140669356340181=/root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.15871: variable 'ansible_module_compression' from source: unknown 4486 1726879796.15912: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 4486 1726879796.15944: variable 'ansible_facts' from source: unknown 4486 1726879796.16012: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py 4486 1726879796.16112: Sending initial data 4486 1726879796.16115: Sent initial data (151 bytes) 4486 1726879796.16544: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.16547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.16580: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879796.16584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.16586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.16637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.16644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.16694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.18274: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879796.18296: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879796.18341: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpflawrokf /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py <<< 4486 1726879796.18345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py" <<< 4486 1726879796.18386: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpflawrokf" to remote "/root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py" <<< 4486 1726879796.19080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.19141: stderr chunk (state=3): >>><<< 4486 1726879796.19144: stdout chunk (state=3): >>><<< 4486 1726879796.19162: done transferring module to remote 4486 1726879796.19189: _low_level_execute_command(): starting 4486 1726879796.19197: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/ /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py && sleep 0' 4486 1726879796.19829: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.19833: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.19839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.19870: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.19908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.21690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.21729: stderr chunk (state=3): >>><<< 4486 1726879796.21733: stdout chunk (state=3): >>><<< 4486 1726879796.21744: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.21748: _low_level_execute_command(): starting 4486 1726879796.21750: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/AnsiballZ_stat.py && sleep 0' 4486 1726879796.22152: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.22188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.22192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.22194: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879796.22197: 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.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.22249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.22252: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.22297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.24566: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879796.24599: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879796.24636: stdout chunk (state=3): >>>import '_thread' # <<< 4486 1726879796.24641: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 4486 1726879796.24708: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879796.24714: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879796.24751: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879796.24786: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879796.24822: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879796.24825: stdout chunk (state=3): >>>import 'zipimport' # <<< 4486 1726879796.24828: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879796.24879: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879796.24885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.24901: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879796.24925: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879796.24963: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879796.24989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bfc530> <<< 4486 1726879796.25006: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bcbb30> <<< 4486 1726879796.25033: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 4486 1726879796.25047: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879796.25057: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bfeab0> <<< 4486 1726879796.25069: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879796.25094: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879796.25122: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879796.25156: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879796.25163: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879796.25247: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879796.25278: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879796.25312: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879796.25323: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879796.25351: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879796.25355: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879796.25358: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879796.25384: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879796.25400: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879796.25419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879796.25427: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e499d11c0> <<< 4486 1726879796.25492: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879796.25499: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.25508: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e499d2000> <<< 4486 1726879796.25539: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879796.25572: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879796.25808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879796.25825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879796.25844: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879796.25862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.25874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879796.25916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879796.25935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879796.25967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879796.25974: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0fe90> <<< 4486 1726879796.25999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879796.26010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879796.26040: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0ff50> <<< 4486 1726879796.26069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879796.26088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879796.26117: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879796.26192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.26223: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879796.26248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a47830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879796.26254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a47ec0> <<< 4486 1726879796.26273: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879796.26339: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a27b00> <<< 4486 1726879796.26341: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879796.26368: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a251f0> <<< 4486 1726879796.26463: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0d040> <<< 4486 1726879796.26493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879796.26513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879796.26516: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879796.26548: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879796.26575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879796.26591: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879796.26598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879796.26639: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a6b7d0> <<< 4486 1726879796.26696: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a6a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879796.26699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a262a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a68bf0> <<< 4486 1726879796.26779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a98830> <<< 4486 1726879796.26801: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0c2f0> <<< 4486 1726879796.26837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879796.26840: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49a98ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a98b90> <<< 4486 1726879796.26870: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.26874: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49a98f80> <<< 4486 1726879796.26882: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0ae40> <<< 4486 1726879796.26901: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.26930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879796.26957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879796.26988: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a99670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a99340> <<< 4486 1726879796.26990: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879796.27022: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879796.27032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879796.27041: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9a570> <<< 4486 1726879796.27075: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879796.27107: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879796.27143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879796.27179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab4770> <<< 4486 1726879796.27277: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab5eb0> <<< 4486 1726879796.27284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879796.27291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879796.27294: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab6d50> <<< 4486 1726879796.27359: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.27376: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab62a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879796.27410: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.27447: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab7530> <<< 4486 1726879796.27522: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9a5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879796.27590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879796.27616: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49883cb0> <<< 4486 1726879796.27620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879796.27649: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.27659: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498ac830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498ac590> <<< 4486 1726879796.27679: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498ac860> <<< 4486 1726879796.27721: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.27747: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498aca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49881e50> <<< 4486 1726879796.27778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879796.27881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879796.27902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498ae0f0> <<< 4486 1726879796.27915: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498acd70> <<< 4486 1726879796.27957: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9ac90> <<< 4486 1726879796.27992: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879796.28040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.28061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879796.28085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879796.28112: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498d6480> <<< 4486 1726879796.28168: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879796.28174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.28196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879796.28218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879796.28273: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f2630> <<< 4486 1726879796.28286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879796.28332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879796.28381: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879796.28421: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49927410> <<< 4486 1726879796.28473: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879796.28496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879796.28544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879796.28649: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4994dbb0> <<< 4486 1726879796.28879: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49927530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f32c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49728590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498af020> <<< 4486 1726879796.28903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879796.28928: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e49728860> <<< 4486 1726879796.29001: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_dbw6igey/ansible_stat_payload.zip' <<< 4486 1726879796.29102: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.29162: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.29192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879796.29275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879796.29322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879796.29355: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 4486 1726879796.29371: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49782390> import '_typing' # <<< 4486 1726879796.29556: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49759280> <<< 4486 1726879796.29582: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497583e0> # zipimport: zlib available <<< 4486 1726879796.29642: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879796.29668: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 4486 1726879796.29698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.31210: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.32479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49780260> <<< 4486 1726879796.32510: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.32553: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879796.32575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879796.32597: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497a9e50> <<< 4486 1726879796.32630: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a9be0> <<< 4486 1726879796.32697: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a94f0> <<< 4486 1726879796.32701: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879796.32759: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a9f40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49783020> <<< 4486 1726879796.32786: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879796.32812: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497aabd0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497aad50> <<< 4486 1726879796.32830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879796.32882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879796.32893: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879796.32933: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497ab260> import 'pwd' # <<< 4486 1726879796.32962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879796.32987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879796.33029: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4960cfb0> <<< 4486 1726879796.33063: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.33095: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4960ebd0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879796.33119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879796.33176: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4960f590> <<< 4486 1726879796.33180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879796.33210: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49610770> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879796.33274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879796.33287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879796.33337: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49613200> <<< 4486 1726879796.33384: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496132f0> <<< 4486 1726879796.33406: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496114c0> <<< 4486 1726879796.33420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879796.33449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879796.33485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879796.33568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879796.33588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49617080> import '_tokenize' # <<< 4486 1726879796.33654: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49615b50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496158b0> <<< 4486 1726879796.33674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879796.33749: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49615e20> <<< 4486 1726879796.33804: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496119d0> <<< 4486 1726879796.33830: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4965f260> <<< 4486 1726879796.33888: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4965f380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879796.33925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879796.33929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879796.33962: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49660fb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49660d70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879796.34063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879796.34127: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.34148: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496633e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49661610> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879796.34210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879796.34234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 4486 1726879796.34274: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966ac00> <<< 4486 1726879796.34403: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49663590> <<< 4486 1726879796.34505: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966b9b0> <<< 4486 1726879796.34530: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966b9e0> <<< 4486 1726879796.34588: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966bd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4965f680> <<< 4486 1726879796.34625: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879796.34647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879796.34700: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.34715: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966f5c0> <<< 4486 1726879796.34875: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.34924: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49670680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966dd60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.34956: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966f110> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966d9d0> # zipimport: zlib available <<< 4486 1726879796.34983: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879796.35058: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.35190: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879796.35222: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879796.35347: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.35481: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.36076: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.36716: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879796.36758: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.36793: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496f48f0> <<< 4486 1726879796.36911: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879796.36941: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f56d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49673b90> <<< 4486 1726879796.37016: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 4486 1726879796.37020: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.37023: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879796.37069: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.37186: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.37398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f54f0> <<< 4486 1726879796.37415: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.37886: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38385: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38456: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38537: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879796.38543: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38586: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879796.38634: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38709: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38800: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879796.38806: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38827: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38845: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 4486 1726879796.38850: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38885: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.38931: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879796.38935: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.39188: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.39448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879796.39514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879796.39518: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879796.39605: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f64b0> <<< 4486 1726879796.39607: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.39690: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.39775: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879796.39788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 4486 1726879796.39797: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879796.39819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879796.39895: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.40036: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497020c0> <<< 4486 1726879796.40093: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49702a20> <<< 4486 1726879796.40148: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f7590> <<< 4486 1726879796.40183: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879796.40230: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879796.40233: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40286: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40323: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40387: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40463: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879796.40494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.40588: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49701790> <<< 4486 1726879796.40636: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49702c60> <<< 4486 1726879796.40664: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879796.40690: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40751: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40830: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40856: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.40911: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.40914: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879796.40950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879796.40954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879796.41009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879796.41034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879796.41047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879796.41099: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49592db0> <<< 4486 1726879796.41149: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950ca40> <<< 4486 1726879796.41234: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950ac00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950aa50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879796.41250: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.41279: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.41307: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879796.41374: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879796.41390: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.41398: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879796.41422: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.41557: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.41767: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.43035: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 111, "inode": 262645, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879745.0839956, "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": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "mimetype": "text/plain", "charset": "us-ascii", "version": "4232148003", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 4486 1726879796.43057: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879796.43495: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 4486 1726879796.43537: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 4486 1726879796.43543: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 4486 1726879796.43597: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse <<< 4486 1726879796.43605: stdout chunk (state=3): >>># destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal <<< 4486 1726879796.43672: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc <<< 4486 1726879796.43676: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 4486 1726879796.43708: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879796.43934: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879796.43980: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879796.44015: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879796.44072: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879796.44146: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879796.44150: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879796.44190: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 4486 1726879796.44237: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 4486 1726879796.44250: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879796.44326: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 4486 1726879796.44385: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879796.44423: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879796.44444: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 4486 1726879796.44453: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 4486 1726879796.44480: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 4486 1726879796.44489: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879796.44600: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879796.44613: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879796.44623: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879796.44648: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879796.44652: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879796.44698: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879796.44704: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879796.44729: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879796.44741: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879796.44749: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879796.44840: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 4486 1726879796.44855: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math <<< 4486 1726879796.44863: stdout chunk (state=3): >>># destroy _bisect # destroy time <<< 4486 1726879796.44884: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879796.44913: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 4486 1726879796.44920: stdout chunk (state=3): >>># destroy _string # destroy re <<< 4486 1726879796.44946: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 4486 1726879796.44950: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 4486 1726879796.44954: stdout chunk (state=3): >>># destroy _thread <<< 4486 1726879796.44971: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879796.45310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879796.45363: stderr chunk (state=3): >>><<< 4486 1726879796.45371: stdout chunk (state=3): >>><<< 4486 1726879796.45429: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bfc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bcbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49bfeab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e499d11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e499d2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0fe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0ff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a47830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a47ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a27b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a251f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0d040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a6b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a6a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a262a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a68bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a98830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0c2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49a98ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a98b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49a98f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a0ae40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a99670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a99340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9a570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab4770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab5eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab6d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab62a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49ab7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49ab7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9a5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49883cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498ac830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498ac590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498ac860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e498aca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49881e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498ae0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498acd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49a9ac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498d6480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f2630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49927410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4994dbb0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49927530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f32c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49728590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498f1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e498af020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e49728860> # zipimport: found 30 names in '/tmp/ansible_stat_payload_dbw6igey/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49782390> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49759280> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497583e0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49780260> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497a9e50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a9be0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a94f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497a9f40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49783020> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497aabd0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497aad50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e497ab260> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4960cfb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4960ebd0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4960f590> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49610770> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49613200> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496132f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496114c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49617080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49615b50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496158b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49615e20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496119d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4965f260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4965f380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49660fb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49660d70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496633e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49661610> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966ac00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49663590> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966b9b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966b9e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966bd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4965f680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966f5c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49670680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966dd60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e4966f110> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4966d9d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e496f48f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f56d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49673b90> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f54f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f64b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e497020c0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49702a20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e496f7590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e49701790> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49702c60> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e49592db0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950ca40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950ac00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e4950aa50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 111, "inode": 262645, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879745.0839956, "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": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "mimetype": "text/plain", "charset": "us-ascii", "version": "4232148003", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879796.46029: done with _execute_module (stat, {'path': '/etc/kdump.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': '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-1726879796.1290438-5007-140669356340181/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879796.46033: _low_level_execute_command(): starting 4486 1726879796.46039: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879796.1290438-5007-140669356340181/ > /dev/null 2>&1 && sleep 0' 4486 1726879796.46190: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879796.46193: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.46200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.46246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.46249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879796.46252: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879796.46255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.46320: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879796.46323: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879796.46334: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879796.46338: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.46341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.46344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.46346: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879796.46444: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879796.46448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.46451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.46457: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.46459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.46498: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.48356: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.48398: stderr chunk (state=3): >>><<< 4486 1726879796.48401: stdout chunk (state=3): >>><<< 4486 1726879796.48414: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.48420: handler run complete 4486 1726879796.48460: attempt loop complete, returning result 4486 1726879796.48465: _execute() done 4486 1726879796.48469: dumping result to json 4486 1726879796.48476: done dumping result, returning 4486 1726879796.48485: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists [0229e9c9-8e59-25d7-fcc3-00000000005a] 4486 1726879796.48490: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005a 4486 1726879796.48598: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005a 4486 1726879796.48601: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726879764.2450094, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "ctime": 1726879745.0839956, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262645, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721001600.0, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 111, "uid": 0, "version": "4232148003", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 4486 1726879796.48713: no more pending results, returning what we have 4486 1726879796.48716: results queue empty 4486 1726879796.48717: checking for any_errors_fatal 4486 1726879796.48724: done checking for any_errors_fatal 4486 1726879796.48724: checking for max_fail_percentage 4486 1726879796.48726: done checking for max_fail_percentage 4486 1726879796.48727: checking to see if all hosts have failed and the running result is not ok 4486 1726879796.48728: done checking to see if all hosts have failed 4486 1726879796.48729: getting the remaining hosts for this loop 4486 1726879796.48730: done getting the remaining hosts for this loop 4486 1726879796.48734: getting the next task for host managed_node3 4486 1726879796.48740: done getting next task for host managed_node3 4486 1726879796.48743: ^ task is: TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf 4486 1726879796.48746: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879796.48759: getting variables 4486 1726879796.48760: in VariableManager get_vars() 4486 1726879796.48800: Calling all_inventory to load vars for managed_node3 4486 1726879796.48803: Calling groups_inventory to load vars for managed_node3 4486 1726879796.48805: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.48815: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.48817: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.48820: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.48950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.49097: done with get_vars() 4486 1726879796.49106: done getting variables 4486 1726879796.49154: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Friday 20 September 2024 20:49:56 -0400 (0:00:00.401) 0:00:17.819 ****** 4486 1726879796.49179: entering _queue_task() for managed_node3/template 4486 1726879796.49377: worker is 1 (out of 1 available) 4486 1726879796.49389: exiting _queue_task() for managed_node3/template 4486 1726879796.49400: done queuing things up, now waiting for results queue to drain 4486 1726879796.49402: waiting for pending results... 4486 1726879796.49585: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf 4486 1726879796.49665: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000005b 4486 1726879796.49682: variable 'ansible_search_path' from source: unknown 4486 1726879796.49686: variable 'ansible_search_path' from source: unknown 4486 1726879796.49716: calling self._execute() 4486 1726879796.49782: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.49786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.49795: variable 'omit' from source: magic vars 4486 1726879796.49880: variable 'omit' from source: magic vars 4486 1726879796.49927: variable 'omit' from source: magic vars 4486 1726879796.50257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879796.52901: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879796.52950: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879796.52986: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879796.53013: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879796.53038: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879796.53120: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879796.53182: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879796.53200: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879796.53236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879796.53262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879796.53382: variable '__kdump_conf' from source: set_fact 4486 1726879796.53447: variable 'omit' from source: magic vars 4486 1726879796.53482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879796.53521: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879796.53557: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879796.53561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879796.53591: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879796.53604: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.53608: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.53611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.53720: Set connection var ansible_timeout to 10 4486 1726879796.53724: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879796.53731: Set connection var ansible_pipelining to False 4486 1726879796.53736: Set connection var ansible_shell_executable to /bin/sh 4486 1726879796.53748: Set connection var ansible_shell_type to sh 4486 1726879796.53752: Set connection var ansible_connection to ssh 4486 1726879796.53785: variable 'ansible_shell_executable' from source: unknown 4486 1726879796.53788: variable 'ansible_connection' from source: unknown 4486 1726879796.53791: variable 'ansible_module_compression' from source: unknown 4486 1726879796.53794: variable 'ansible_shell_type' from source: unknown 4486 1726879796.53798: variable 'ansible_shell_executable' from source: unknown 4486 1726879796.53801: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879796.53808: variable 'ansible_pipelining' from source: unknown 4486 1726879796.53810: variable 'ansible_timeout' from source: unknown 4486 1726879796.53813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879796.53983: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879796.54008: variable 'omit' from source: magic vars 4486 1726879796.54012: starting attempt loop 4486 1726879796.54015: running the handler 4486 1726879796.54017: _low_level_execute_command(): starting 4486 1726879796.54037: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879796.54675: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.54692: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.54721: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.54786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.56430: stdout chunk (state=3): >>>/root <<< 4486 1726879796.56574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.56637: stderr chunk (state=3): >>><<< 4486 1726879796.56649: stdout chunk (state=3): >>><<< 4486 1726879796.56682: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.56698: _low_level_execute_command(): starting 4486 1726879796.56701: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451 `" && echo ansible-tmp-1726879796.5667195-5022-105099143554451="` echo /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451 `" ) && sleep 0' 4486 1726879796.57313: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.57321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.57332: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.57401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.57405: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.57428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.59389: stdout chunk (state=3): >>>ansible-tmp-1726879796.5667195-5022-105099143554451=/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451 <<< 4486 1726879796.59508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.59550: stderr chunk (state=3): >>><<< 4486 1726879796.59554: stdout chunk (state=3): >>><<< 4486 1726879796.59573: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879796.5667195-5022-105099143554451=/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.59587: evaluation_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks 4486 1726879796.59603: search_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/kdump.conf.j2 4486 1726879796.59623: variable 'ansible_search_path' from source: unknown 4486 1726879796.60152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879796.60176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879796.60196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879796.60228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879796.60239: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879796.60439: variable 'ansible_managed' from source: unknown 4486 1726879796.60442: variable 'kdump_target' from source: play vars 4486 1726879796.60511: variable 'kdump_ssh_user' from source: play vars 4486 1726879796.60583: variable 'hostvars' from source: magic vars 4486 1726879796.60587: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879796.60590: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.60637: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.60649: in VariableManager get_vars() 4486 1726879796.60660: Calling all_inventory to load vars for managed_node3 4486 1726879796.60663: Calling groups_inventory to load vars for managed_node3 4486 1726879796.60674: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.60684: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.60690: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.60695: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.60811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.60942: done with get_vars() 4486 1726879796.60953: variable 'ansible_user_id' from source: facts 4486 1726879796.60960: variable 'kdump_test_ssh_server_inside' from source: play vars 4486 1726879796.61163: variable 'kdump_test_ssh_source' from source: play vars 4486 1726879796.61398: variable 'ansible_env' from source: facts 4486 1726879796.61428: variable 'hostvars' from source: magic vars 4486 1726879796.61432: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879796.61435: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.61507: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.61524: in VariableManager get_vars() 4486 1726879796.61529: Calling all_inventory to load vars for managed_node3 4486 1726879796.61549: Calling groups_inventory to load vars for managed_node3 4486 1726879796.61552: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.61555: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.61557: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.61563: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.61767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.61983: done with get_vars() 4486 1726879796.62012: variable 'ansible_all_ipv4_addresses' from source: facts 4486 1726879796.62016: in VariableManager get_vars() 4486 1726879796.62018: Calling all_inventory to load vars for managed_node3 4486 1726879796.62026: Calling groups_inventory to load vars for managed_node3 4486 1726879796.62029: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.62031: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.62033: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.62038: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.62232: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.62571: done with get_vars() 4486 1726879796.62575: variable 'ansible_all_ipv6_addresses' from source: facts 4486 1726879796.62577: in VariableManager get_vars() 4486 1726879796.62580: Calling all_inventory to load vars for managed_node3 4486 1726879796.62583: Calling groups_inventory to load vars for managed_node3 4486 1726879796.62585: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.62587: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.62590: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.62592: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.62676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.62903: done with get_vars() 4486 1726879796.62912: variable 'ansible_default_ipv4' from source: facts 4486 1726879796.62922: variable 'kdump_ssh_user' from source: play vars 4486 1726879796.62996: variable 'hostvars' from source: magic vars 4486 1726879796.63019: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879796.63022: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.63060: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.63071: in VariableManager get_vars() 4486 1726879796.63079: Calling all_inventory to load vars for managed_node3 4486 1726879796.63082: Calling groups_inventory to load vars for managed_node3 4486 1726879796.63171: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879796.63175: Calling all_plugins_play to load vars for managed_node3 4486 1726879796.63178: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879796.63182: Calling groups_plugins_play to load vars for managed_node3 4486 1726879796.63319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879796.63569: done with get_vars() 4486 1726879796.63574: variable 'ansible_user_id' from source: facts 4486 1726879796.63577: variable 'kdump_ssh_server' from source: play vars 4486 1726879796.63580: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879796.63582: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879796.63585: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.63640: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879796.63653: variable 'kdump_sshkey' from source: role '' defaults 4486 1726879796.63671: variable 'kdump_path' from source: play vars 4486 1726879796.63678: variable 'kdump_core_collector' from source: role '' defaults 4486 1726879796.63681: variable 'ansible_facts' from source: unknown 4486 1726879796.63719: variable 'kdump_auto_reset_crashkernel' from source: role '' defaults 4486 1726879796.63722: variable 'kdump_system_action' from source: role '' defaults 4486 1726879796.63724: variable 'kdump_dracut_args' from source: role '' defaults 4486 1726879796.64825: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879796.64874: variable 'ansible_module_compression' from source: unknown 4486 1726879796.64906: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 4486 1726879796.64929: variable 'ansible_facts' from source: unknown 4486 1726879796.64997: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py 4486 1726879796.65091: Sending initial data 4486 1726879796.65095: Sent initial data (151 bytes) 4486 1726879796.65711: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.65714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879796.65717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879796.65720: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.65728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.65779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.65797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.65832: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.67483: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879796.67528: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879796.67576: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpe7ueueje /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py <<< 4486 1726879796.67580: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py" <<< 4486 1726879796.67618: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpe7ueueje" to remote "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py" <<< 4486 1726879796.68219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.68291: stderr chunk (state=3): >>><<< 4486 1726879796.68295: stdout chunk (state=3): >>><<< 4486 1726879796.68300: done transferring module to remote 4486 1726879796.68312: _low_level_execute_command(): starting 4486 1726879796.68317: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/ /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py && sleep 0' 4486 1726879796.68949: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.68952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.68967: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.68970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.69011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.69017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.69059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.70850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.70913: stderr chunk (state=3): >>><<< 4486 1726879796.70917: stdout chunk (state=3): >>><<< 4486 1726879796.70948: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879796.70957: _low_level_execute_command(): starting 4486 1726879796.70960: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_stat.py && sleep 0' 4486 1726879796.71473: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.71477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879796.71480: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.71484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.71487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.71574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879796.71579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.71625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.73875: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879796.73906: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879796.73935: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879796.73939: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879796.74011: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879796.74056: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879796.74093: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 4486 1726879796.74096: stdout chunk (state=3): >>># installing zipimport hook <<< 4486 1726879796.74120: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879796.74131: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879796.74184: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.74210: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879796.74233: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879796.74272: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879796.74294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879796.74305: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905fc530> <<< 4486 1726879796.74330: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905cbb30> <<< 4486 1726879796.74349: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879796.74354: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905feab0> <<< 4486 1726879796.74381: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879796.74426: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879796.74430: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879796.74470: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879796.74561: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879796.74592: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879796.74642: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879796.74652: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879796.74708: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879796.74724: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879796.74729: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879796.74743: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904111c0> <<< 4486 1726879796.74799: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879796.74810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.74829: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690412000> <<< 4486 1726879796.74849: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879796.74898: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879796.75127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879796.75142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879796.75172: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879796.75206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879796.75247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879796.75276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879796.75279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879796.75291: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044fe30> <<< 4486 1726879796.75312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879796.75339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879796.75359: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044fef0> <<< 4486 1726879796.75390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879796.75406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879796.75438: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879796.75489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.75501: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879796.75538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690487800> <<< 4486 1726879796.75579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690487e90> <<< 4486 1726879796.75597: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879796.75632: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690467b00> <<< 4486 1726879796.75657: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879796.75680: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690465220> <<< 4486 1726879796.75784: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044cfe0> <<< 4486 1726879796.75800: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879796.75828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879796.75841: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879796.75861: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879796.75898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879796.75925: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879796.75928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879796.75959: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904ab7a0> <<< 4486 1726879796.75962: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904aa3c0> <<< 4486 1726879796.76002: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690467e60> <<< 4486 1726879796.76019: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904a8b60> <<< 4486 1726879796.76085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879796.76088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 4486 1726879796.76091: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044c260> <<< 4486 1726879796.76110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879796.76149: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904d8c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d8b30> <<< 4486 1726879796.76194: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904d8f20> <<< 4486 1726879796.76198: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044ad80> <<< 4486 1726879796.76248: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 4486 1726879796.76251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.76253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879796.76295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879796.76298: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d9610> <<< 4486 1726879796.76305: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d92e0> <<< 4486 1726879796.76308: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879796.76358: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879796.76373: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904da510> <<< 4486 1726879796.76376: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879796.76393: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879796.76416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879796.76454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879796.76462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879796.76500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f4740> <<< 4486 1726879796.76504: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879796.76558: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.76567: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f5e80> <<< 4486 1726879796.76602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879796.76610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f6d20> <<< 4486 1726879796.76656: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.76687: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f6270> <<< 4486 1726879796.76690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879796.76693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879796.76739: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.76761: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f7da0> <<< 4486 1726879796.76776: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f74d0> <<< 4486 1726879796.76799: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904da570> <<< 4486 1726879796.76824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879796.76847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879796.76878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879796.76893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879796.76926: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46902dfcb0> <<< 4486 1726879796.76949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879796.76983: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690308710> <<< 4486 1726879796.76992: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690308470> <<< 4486 1726879796.77024: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690308680> <<< 4486 1726879796.77066: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46903088c0> <<< 4486 1726879796.77081: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902dde50> <<< 4486 1726879796.77092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879796.77188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879796.77213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879796.77233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690309ee0> <<< 4486 1726879796.77255: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690308b90> <<< 4486 1726879796.77296: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904dac60> <<< 4486 1726879796.77323: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879796.77366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.77382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879796.77419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879796.77466: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46903362a0> <<< 4486 1726879796.77501: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879796.77509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.77533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879796.77553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879796.77605: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034e3c0> <<< 4486 1726879796.77631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879796.77672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879796.77722: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879796.77751: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469038b170> <<< 4486 1726879796.77771: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879796.77818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879796.77840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879796.77879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879796.77974: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46903ad910> <<< 4486 1726879796.78050: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469038b290> <<< 4486 1726879796.78093: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034f050> <<< 4486 1726879796.78141: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879796.78162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469018c2c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034d400> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469030ae40> <<< 4486 1726879796.78245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879796.78263: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f469018c560> <<< 4486 1726879796.78346: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_7urtnaip/ansible_ansible.legacy.stat_payload.zip' <<< 4486 1726879796.78350: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.78520: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.78548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879796.78559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879796.78586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879796.78675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879796.78705: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901e60c0> <<< 4486 1726879796.78712: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879796.78912: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bcfb0> <<< 4486 1726879796.78915: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bc140> # zipimport: zlib available <<< 4486 1726879796.78951: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879796.78962: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.78985: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.79000: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.79007: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879796.79020: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.80584: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.81845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879796.81879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bff20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.81909: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879796.81939: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879796.81976: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.81979: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690209b20> <<< 4486 1726879796.82016: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902098b0> <<< 4486 1726879796.82055: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902091c0> <<< 4486 1726879796.82081: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879796.82124: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690209c10> <<< 4486 1726879796.82127: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901e6ae0> import 'atexit' # <<< 4486 1726879796.82155: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469020a8a0> <<< 4486 1726879796.82201: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469020aae0> <<< 4486 1726879796.82218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879796.82271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879796.82274: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879796.82331: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469020b020> <<< 4486 1726879796.82335: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879796.82357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879796.82371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879796.82409: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690074da0> <<< 4486 1726879796.82437: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.82453: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900769c0> <<< 4486 1726879796.82459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879796.82479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879796.82517: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900772f0> <<< 4486 1726879796.82535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879796.82562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879796.82592: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900784d0> <<< 4486 1726879796.82597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879796.82643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879796.82651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879796.82668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879796.82717: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007af60> <<< 4486 1726879796.82757: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469007b080> <<< 4486 1726879796.82787: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690079220> <<< 4486 1726879796.82798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879796.82834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879796.82849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879796.82857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879796.82875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879796.82917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879796.82944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007ef00> <<< 4486 1726879796.82970: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879796.83041: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007d9d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007d730> <<< 4486 1726879796.83073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879796.83144: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007ffb0> <<< 4486 1726879796.83182: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690079730> <<< 4486 1726879796.83207: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c2fc0> <<< 4486 1726879796.83236: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.83239: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c3170> <<< 4486 1726879796.83281: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879796.83284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879796.83311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879796.83328: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879796.83340: stdout chunk (state=3): >>> import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c4d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c4b30> <<< 4486 1726879796.83367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879796.83474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879796.83521: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.83527: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c7290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c5430> <<< 4486 1726879796.83552: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879796.83621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879796.83643: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879796.83672: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900cea80> <<< 4486 1726879796.83798: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c7410> <<< 4486 1726879796.83909: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cfa40> <<< 4486 1726879796.83917: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cee40> <<< 4486 1726879796.83963: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cfc20> <<< 4486 1726879796.83975: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c3470> <<< 4486 1726879796.84011: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879796.84039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879796.84057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879796.84061: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.84092: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d3410> <<< 4486 1726879796.84252: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.84275: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d4680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900d1bb0> <<< 4486 1726879796.84309: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.84316: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d2f60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900d17c0> <<< 4486 1726879796.84339: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84355: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879796.84358: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84462: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84578: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879796.84598: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 4486 1726879796.84605: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84608: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879796.84637: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84757: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.84895: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.85483: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.86093: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879796.86100: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879796.86125: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879796.86142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.86196: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879796.86202: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469015c740> <<< 4486 1726879796.86287: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879796.86306: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015d5b0> <<< 4486 1726879796.86310: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bf890> <<< 4486 1726879796.86372: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879796.86376: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.86401: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.86410: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879796.86427: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.86583: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.86755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879796.86770: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015d4f0> <<< 4486 1726879796.86777: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.87286: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.87785: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.87866: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.87949: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879796.87955: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.87992: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88031: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879796.88035: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88112: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88208: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879796.88221: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88236: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88243: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 4486 1726879796.88250: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88292: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88338: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879796.88344: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88593: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.88854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879796.88911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879796.88923: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879796.89000: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015ffe0> <<< 4486 1726879796.89006: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89083: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89173: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879796.89176: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879796.89204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879796.89289: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.89412: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff6a060> <<< 4486 1726879796.89472: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff6a9f0> <<< 4486 1726879796.89483: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015f0e0> <<< 4486 1726879796.89493: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89541: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89584: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879796.89589: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89639: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89684: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89745: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.89817: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879796.89853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.89938: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879796.89946: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff695b0> <<< 4486 1726879796.89983: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6abd0> <<< 4486 1726879796.90010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 4486 1726879796.90013: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 4486 1726879796.90022: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90093: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90162: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90189: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90236: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879796.90248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879796.90257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879796.90286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879796.90295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879796.90362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879796.90380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879796.90395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879796.90449: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468fffee10> <<< 4486 1726879796.90498: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff74b90> <<< 4486 1726879796.90586: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6fd40> <<< 4486 1726879796.90594: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6ea80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 4486 1726879796.90626: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90655: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 4486 1726879796.90661: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879796.90709: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879796.90735: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90739: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90754: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 4486 1726879796.90759: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.90903: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.91108: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879796.92377: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 111, "inode": 262645, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879745.0839956, "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": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "mimetype": "text/plain", "charset": "us-ascii", "version": "4232148003", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 4486 1726879796.92399: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879796.92802: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879796.92827: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path <<< 4486 1726879796.92841: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 4486 1726879796.92849: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc <<< 4486 1726879796.92870: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 4486 1726879796.92896: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 4486 1726879796.92906: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 4486 1726879796.92911: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 4486 1726879796.92934: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 4486 1726879796.92953: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader <<< 4486 1726879796.92982: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 4486 1726879796.92998: stdout chunk (state=3): >>># cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 4486 1726879796.93005: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879796.93237: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879796.93243: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879796.93274: stdout chunk (state=3): >>># destroy _bz2 <<< 4486 1726879796.93294: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 4486 1726879796.93312: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879796.93315: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 4486 1726879796.93354: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879796.93379: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 4486 1726879796.93397: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 4486 1726879796.93414: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale<<< 4486 1726879796.93438: stdout chunk (state=3): >>> # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 4486 1726879796.93443: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 4486 1726879796.93461: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879796.93477: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 4486 1726879796.93490: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 4486 1726879796.93522: stdout chunk (state=3): >>># destroy _hashlib <<< 4486 1726879796.93537: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879796.93544: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879796.93588: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879796.93598: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 4486 1726879796.93622: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 4486 1726879796.93640: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 4486 1726879796.93657: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 4486 1726879796.93677: stdout chunk (state=3): >>># cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 4486 1726879796.93694: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879796.93707: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 4486 1726879796.93720: stdout chunk (state=3): >>># cleanup[3] wiping types <<< 4486 1726879796.93733: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 4486 1726879796.93752: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external <<< 4486 1726879796.93769: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879796.93777: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879796.93900: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879796.93915: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879796.93923: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879796.93950: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879796.93959: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879796.93990: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879796.94016: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879796.94030: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879796.94039: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879796.94059: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879796.94148: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879796.94152: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879796.94172: stdout chunk (state=3): >>># destroy time <<< 4486 1726879796.94186: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879796.94213: stdout chunk (state=3): >>># destroy _operator # destroy _sha2<<< 4486 1726879796.94217: stdout chunk (state=3): >>> # destroy _string # destroy re <<< 4486 1726879796.94246: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879796.94249: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879796.94263: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879796.94593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879796.94658: stderr chunk (state=3): >>><<< 4486 1726879796.94662: stdout chunk (state=3): >>><<< 4486 1726879796.94728: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46905feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904111c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690412000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044fe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044fef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690487800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690487e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690467b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690465220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044cfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904ab7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904aa3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690467e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904a8b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044c260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904d8c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d8b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904d8f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469044ad80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904d92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904da510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f4740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f5e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f6d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f6270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46904f7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904f74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904da570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46902dfcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690308710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690308470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690308680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46903088c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902dde50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690309ee0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690308b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46904dac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46903362a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034e3c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469038b170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46903ad910> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469038b290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034f050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469018c2c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469034d400> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469030ae40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f469018c560> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_7urtnaip/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901e60c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bcfb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bc140> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bff20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4690209b20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902098b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46902091c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690209c10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901e6ae0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469020a8a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469020aae0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469020b020> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690074da0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900769c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900772f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900784d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007af60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469007b080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690079220> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007ef00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007d9d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007d730> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469007ffb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4690079730> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c2fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c3170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c4d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c4b30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900c7290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c5430> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900cea80> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c7410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cfa40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cee40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900cfc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900c3470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d3410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d4680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900d1bb0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46900d2f60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46900d17c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f469015c740> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015d5b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46901bf890> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015d4f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015ffe0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff6a060> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff6a9f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f469015f0e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f468ff695b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6abd0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468fffee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff74b90> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6fd40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f468ff6ea80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 111, "inode": 262645, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879745.0839956, "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": "6358268c70ea4eb010df0ced1b282adb222f1d1b", "mimetype": "text/plain", "charset": "us-ascii", "version": "4232148003", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879796.95302: done with _execute_module (ansible.legacy.stat, {'path': '/etc/kdump.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-1726879796.5667195-5022-105099143554451/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 4486 1726879796.95307: Sending initial data 4486 1726879796.95310: Sent initial data (160 bytes) 4486 1726879796.95552: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.95556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.95559: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.95561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.95612: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.95621: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.95660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879796.97281: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879796.97284: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879796.97319: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879796.97369: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpyja7ldg9/kdump.conf.j2 /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf <<< 4486 1726879796.97372: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf" <<< 4486 1726879796.97402: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpyja7ldg9/kdump.conf.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf" <<< 4486 1726879796.97407: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf" <<< 4486 1726879796.97577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879796.97628: stderr chunk (state=3): >>><<< 4486 1726879796.97631: stdout chunk (state=3): >>><<< 4486 1726879796.97644: _low_level_execute_command(): starting 4486 1726879796.97649: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/ /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf && sleep 0' 4486 1726879796.98114: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879796.98118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879796.98121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.98125: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879796.98127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879796.98177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879796.98181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879796.98227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.00006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.00048: stderr chunk (state=3): >>><<< 4486 1726879797.00052: stdout chunk (state=3): >>><<< 4486 1726879797.00065: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.00096: variable 'ansible_module_compression' from source: unknown 4486 1726879797.00127: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 4486 1726879797.00144: variable 'ansible_facts' from source: unknown 4486 1726879797.00194: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py 4486 1726879797.00286: Sending initial data 4486 1726879797.00290: Sent initial data (151 bytes) 4486 1726879797.00742: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.00746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.00749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879797.00751: 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.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.00805: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.00809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.00849: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.02400: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879797.02408: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879797.02438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879797.02482: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpb45y7qi0 /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py <<< 4486 1726879797.02489: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py" <<< 4486 1726879797.02518: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpb45y7qi0" to remote "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py" <<< 4486 1726879797.03053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.03109: stderr chunk (state=3): >>><<< 4486 1726879797.03113: stdout chunk (state=3): >>><<< 4486 1726879797.03135: done transferring module to remote 4486 1726879797.03146: _low_level_execute_command(): starting 4486 1726879797.03150: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/ /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py && sleep 0' 4486 1726879797.03608: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.03611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.03614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 4486 1726879797.03616: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.03619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.03663: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.03671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.03718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.05477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.05521: stderr chunk (state=3): >>><<< 4486 1726879797.05525: stdout chunk (state=3): >>><<< 4486 1726879797.05542: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.05545: _low_level_execute_command(): starting 4486 1726879797.05552: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/AnsiballZ_copy.py && sleep 0' 4486 1726879797.06005: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.06008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.06011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.06017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.06059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.06063: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.06114: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.08338: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879797.08376: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879797.08402: stdout chunk (state=3): >>>import '_thread' # <<< 4486 1726879797.08409: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 4486 1726879797.08486: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879797.08489: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879797.08523: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879797.08559: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879797.08600: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879797.08603: stdout chunk (state=3): >>>import 'zipimport' # <<< 4486 1726879797.08605: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879797.08650: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879797.08656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.08674: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879797.08702: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879797.08744: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879797.08768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879797.08775: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130918530> <<< 4486 1726879797.08785: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71308e7b30> <<< 4486 1726879797.08812: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879797.08816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713091aab0> <<< 4486 1726879797.08848: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879797.08861: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879797.08880: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879797.08888: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879797.08932: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879797.09019: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879797.09054: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879797.09058: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879797.09087: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879797.09104: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879797.09112: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879797.09124: stdout chunk (state=3): >>>Processing global site-packages <<< 4486 1726879797.09130: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879797.09146: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879797.09156: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879797.09181: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879797.09205: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306cd190> <<< 4486 1726879797.09276: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879797.09280: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.09286: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306cdfd0> <<< 4486 1726879797.09314: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879797.09344: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879797.09595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879797.09600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879797.09629: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879797.09632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.09656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879797.09696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879797.09719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879797.09742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879797.09762: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713070bdd0> <<< 4486 1726879797.09772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879797.09794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879797.09823: stdout chunk (state=3): >>>import '_operator' # <<< 4486 1726879797.09826: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713070bfe0> <<< 4486 1726879797.09842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879797.09872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879797.09895: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879797.09951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.09960: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879797.09997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879797.10001: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307437a0> <<< 4486 1726879797.10025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879797.10028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130743e30> <<< 4486 1726879797.10051: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879797.10098: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130723aa0> <<< 4486 1726879797.10112: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879797.10147: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307211c0> <<< 4486 1726879797.10242: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130708f80> <<< 4486 1726879797.10269: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879797.10290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879797.10295: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879797.10326: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879797.10350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879797.10375: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879797.10412: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130767740> <<< 4486 1726879797.10421: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130766360> <<< 4486 1726879797.10461: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879797.10465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 4486 1726879797.10470: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130722060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130764b90> <<< 4486 1726879797.10517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879797.10534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307947a0><<< 4486 1726879797.10540: stdout chunk (state=3): >>> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130708200> <<< 4486 1726879797.10562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879797.10590: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.10603: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130794c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130794b00> <<< 4486 1726879797.10638: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.10642: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130794ef0> <<< 4486 1726879797.10659: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130706d20> <<< 4486 1726879797.10681: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 4486 1726879797.10689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.10706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879797.10757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879797.10762: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307955e0> <<< 4486 1726879797.10765: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307952b0> <<< 4486 1726879797.10770: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879797.10800: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879797.10820: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307964b0> <<< 4486 1726879797.10832: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879797.10844: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879797.10869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879797.10903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879797.10932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879797.10945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b06e0> <<< 4486 1726879797.10951: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879797.10991: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.10994: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b1e20> <<< 4486 1726879797.11028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879797.11038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879797.11056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879797.11066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879797.11074: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b2c90> <<< 4486 1726879797.11113: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11133: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b2210> <<< 4486 1726879797.11145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879797.11159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879797.11193: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11204: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b3d40> <<< 4486 1726879797.11214: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b34a0> <<< 4486 1726879797.11265: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130796510> <<< 4486 1726879797.11276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879797.11304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879797.11323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879797.11348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879797.11382: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11401: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130573c20> <<< 4486 1726879797.11404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879797.11436: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11440: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059c470> <<< 4486 1726879797.11471: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11492: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c740> <<< 4486 1726879797.11495: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.11504: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c920> <<< 4486 1726879797.11519: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130571dc0> <<< 4486 1726879797.11540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879797.11636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879797.11661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879797.11679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879797.11682: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059df40> <<< 4486 1726879797.11711: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059cbc0> <<< 4486 1726879797.11723: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130796c00> <<< 4486 1726879797.11754: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879797.11805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.11826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879797.11872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879797.11901: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305ca2a0> <<< 4486 1726879797.11950: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879797.11975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.11981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879797.12008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879797.12058: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e2450> <<< 4486 1726879797.12084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879797.12124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879797.12182: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879797.12203: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 4486 1726879797.12216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713061f200> <<< 4486 1726879797.12222: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879797.12264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879797.12291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 4486 1726879797.12298: stdout chunk (state=3): >>> <<< 4486 1726879797.12336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879797.12426: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306419a0> <<< 4486 1726879797.12500: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713061f320> <<< 4486 1726879797.12550: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e30e0> <<< 4486 1726879797.12578: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 4486 1726879797.12594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71304202f0> <<< 4486 1726879797.12600: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e1490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059ee40> <<< 4486 1726879797.12701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879797.12725: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f71305e1850> <<< 4486 1726879797.12806: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_5cpb6l86/ansible_ansible.legacy.copy_payload.zip' <<< 4486 1726879797.12811: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.12958: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.12989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879797.12995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879797.13040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879797.13116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879797.13158: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 4486 1726879797.13168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130479fa0> import '_typing' # <<< 4486 1726879797.13371: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130450e90> <<< 4486 1726879797.13380: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130423fe0> # zipimport: zlib available <<< 4486 1726879797.13409: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879797.13414: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.13430: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.13453: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.13458: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879797.13479: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.15035: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.16272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879797.16281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130453cb0> <<< 4486 1726879797.16301: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879797.16307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.16336: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879797.16353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879797.16365: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879797.16372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879797.16403: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.16405: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049d880> <<< 4486 1726879797.16440: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049d610> <<< 4486 1726879797.16470: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049cf50> <<< 4486 1726879797.16485: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879797.16498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879797.16537: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049d400> <<< 4486 1726879797.16553: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713047a9c0> import 'atexit' # <<< 4486 1726879797.16579: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049e5d0> <<< 4486 1726879797.16609: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.16612: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049e810> <<< 4486 1726879797.16633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879797.16683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879797.16688: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879797.16740: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049ed50> <<< 4486 1726879797.16749: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879797.16767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879797.16790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879797.16825: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130308a10> <<< 4486 1726879797.16853: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713030a630> <<< 4486 1726879797.16883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879797.16886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879797.16938: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030afc0> <<< 4486 1726879797.16947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879797.16987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879797.16992: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030bf20> <<< 4486 1726879797.17014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879797.17051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879797.17075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879797.17133: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030ebd0> <<< 4486 1726879797.17172: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.17184: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713030ef60> <<< 4486 1726879797.17189: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030cec0> <<< 4486 1726879797.17213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879797.17239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879797.17263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879797.17285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879797.17315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879797.17343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879797.17356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130312b70> <<< 4486 1726879797.17359: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879797.17436: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130311670> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303113d0> <<< 4486 1726879797.17457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879797.17462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879797.17545: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130313bc0> <<< 4486 1726879797.17572: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030d3d0> <<< 4486 1726879797.17598: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130356d80> <<< 4486 1726879797.17631: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 4486 1726879797.17636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130356f30> <<< 4486 1726879797.17663: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879797.17671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879797.17694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879797.17742: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.17750: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130358b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303588f0> <<< 4486 1726879797.17757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879797.17864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879797.17916: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.17920: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713035b050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130359220> <<< 4486 1726879797.17945: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879797.17981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.18003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879797.18017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879797.18023: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879797.18065: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130362780> <<< 4486 1726879797.18196: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713035b200> <<< 4486 1726879797.18278: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18281: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130363b00> <<< 4486 1726879797.18308: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879797.18313: stdout chunk (state=3): >>> # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303634d0> <<< 4486 1726879797.18361: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18366: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130363b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130357230> <<< 4486 1726879797.18392: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879797.18407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879797.18424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879797.18436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879797.18466: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18490: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18495: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303672f0> <<< 4486 1726879797.18656: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18667: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303687d0> <<< 4486 1726879797.18676: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130365a60> <<< 4486 1726879797.18711: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.18715: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130366de0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130365670> # zipimport: zlib available <<< 4486 1726879797.18745: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879797.18764: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.18853: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.18959: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.18974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879797.18984: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.19006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 4486 1726879797.19009: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.19144: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.19271: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.19875: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.20483: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879797.20495: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 4486 1726879797.20499: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 4486 1726879797.20501: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879797.20510: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879797.20530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.20580: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.20586: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303f0800> <<< 4486 1726879797.20678: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879797.20684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879797.20689: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f1580> <<< 4486 1726879797.20701: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130366570> <<< 4486 1726879797.20756: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879797.20771: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.20783: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.20800: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879797.20805: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.20970: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.21139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879797.21156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f1340> <<< 4486 1726879797.21166: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.21672: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22171: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22246: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879797.22331: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22375: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22407: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879797.22420: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22490: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22594: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879797.22611: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22618: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879797.22641: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22680: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22721: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879797.22730: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.22986: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.23244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879797.23305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879797.23324: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879797.23396: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f3fb0> <<< 4486 1726879797.23402: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.23486: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.23576: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879797.23579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879797.23600: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879797.23615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879797.23622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879797.23701: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.23833: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fdf70> <<< 4486 1726879797.23891: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fe840> <<< 4486 1726879797.23897: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130363920> <<< 4486 1726879797.23918: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.23965: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879797.24016: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24069: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24109: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24181: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24245: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879797.24289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.24377: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.24384: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fd5e0> <<< 4486 1726879797.24421: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71301fe8d0> <<< 4486 1726879797.24457: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879797.24473: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24539: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24609: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24634: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.24681: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.24705: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879797.24728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879797.24753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879797.24805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879797.24831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879797.24850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879797.24906: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130292b70> <<< 4486 1726879797.24954: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71302088c0> <<< 4486 1726879797.25040: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71302029c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130202810> # destroy ansible.module_utils.distro <<< 4486 1726879797.25052: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 4486 1726879797.25061: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.25090: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.25113: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879797.25176: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879797.25191: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.25202: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879797.25226: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.25655: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.26067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc matches /usr/lib64/python3.12/filecmp.py <<< 4486 1726879797.26082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc' <<< 4486 1726879797.26089: stdout chunk (state=3): >>>import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130202630> <<< 4486 1726879797.26178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.27391: stdout chunk (state=3): >>> {"dest": "/etc/kdump.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf", "md5sum": "40eba04073ff6637092ea3ea941733a5", "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "changed": true, "backup_file": "/etc/kdump.conf.8217.2024-09-20@20:49:57~", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf", "dest": "/etc/kdump.conf", "backup": true, "mode": "0644", "follow": false, "_original_basename": "kdump.conf.j2", "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "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}}} <<< 4486 1726879797.27408: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879797.27821: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879797.27847: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 4486 1726879797.27861: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 4486 1726879797.27879: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 4486 1726879797.27891: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 4486 1726879797.27908: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 4486 1726879797.27931: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 4486 1726879797.27935: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 4486 1726879797.27963: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog <<< 4486 1726879797.27969: stdout chunk (state=3): >>># cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat <<< 4486 1726879797.28008: stdout chunk (state=3): >>># destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings <<< 4486 1726879797.28012: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp <<< 4486 1726879797.28262: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879797.28271: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879797.28296: stdout chunk (state=3): >>># destroy _bz2 <<< 4486 1726879797.28314: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy struct <<< 4486 1726879797.28327: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879797.28343: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 4486 1726879797.28349: stdout chunk (state=3): >>> # destroy fnmatch # destroy ipaddress <<< 4486 1726879797.28420: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879797.28428: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 4486 1726879797.28461: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879797.28469: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 4486 1726879797.28476: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 4486 1726879797.28484: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 4486 1726879797.28492: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 4486 1726879797.28496: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 4486 1726879797.28520: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 4486 1726879797.28539: stdout chunk (state=3): >>># destroy _hashlib <<< 4486 1726879797.28542: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879797.28557: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879797.28597: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879797.28624: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 4486 1726879797.28629: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 4486 1726879797.28638: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879797.28662: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 4486 1726879797.28683: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 4486 1726879797.28699: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879797.28716: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 4486 1726879797.28735: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 4486 1726879797.28750: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 4486 1726879797.28767: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 4486 1726879797.28783: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879797.28789: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879797.28915: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 4486 1726879797.28939: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879797.28972: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 4486 1726879797.28979: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879797.29001: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879797.29029: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879797.29046: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879797.29056: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879797.29081: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879797.29160: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 4486 1726879797.29183: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879797.29195: stdout chunk (state=3): >>># destroy time # destroy _random <<< 4486 1726879797.29201: stdout chunk (state=3): >>># destroy _weakref <<< 4486 1726879797.29231: stdout chunk (state=3): >>># destroy _operator # destroy _sha2<<< 4486 1726879797.29247: stdout chunk (state=3): >>> # destroy _string # destroy re # destroy itertools <<< 4486 1726879797.29256: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 4486 1726879797.29278: stdout chunk (state=3): >>># destroy posix # destroy _functools <<< 4486 1726879797.29286: stdout chunk (state=3): >>># destroy builtins # destroy _thread # clear sys.audit hooks <<< 4486 1726879797.29647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879797.29712: stderr chunk (state=3): >>><<< 4486 1726879797.29720: stdout chunk (state=3): >>><<< 4486 1726879797.29776: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130918530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71308e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713091aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306cd190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306cdfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713070bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713070bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307437a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130743e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130723aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307211c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130708f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130767740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130766360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130722060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130764b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307947a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130708200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130794c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130794b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130794ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130706d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307952b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307964b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b06e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b2c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71307b3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71307b34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130796510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130573c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059c470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713059c920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130571dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059df40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059cbc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130796c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305ca2a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e2450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713061f200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71306419a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713061f320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e30e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71304202f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71305e1490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713059ee40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f71305e1850> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_5cpb6l86/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130479fa0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130450e90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130423fe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130453cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049d880> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049d610> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049cf50> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049d400> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713047a9c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049e5d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713049e810> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713049ed50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130308a10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713030a630> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030afc0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030bf20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030ebd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713030ef60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030cec0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130312b70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130311670> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303113d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130313bc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713030d3d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130356d80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130356f30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130358b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303588f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f713035b050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130359220> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130362780> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f713035b200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130363b00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303634d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130363b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130357230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303672f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303687d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130365a60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7130366de0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130365670> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71303f0800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f1580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130366570> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f1340> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71303f3fb0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fdf70> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fe840> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130363920> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71301fd5e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71301fe8d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130292b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71302088c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71302029c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130202810> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc matches /usr/lib64/python3.12/filecmp.py # code object from '/usr/lib64/python3.12/__pycache__/filecmp.cpython-312.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7130202630> # zipimport: zlib available {"dest": "/etc/kdump.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf", "md5sum": "40eba04073ff6637092ea3ea941733a5", "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "changed": true, "backup_file": "/etc/kdump.conf.8217.2024-09-20@20:49:57~", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf", "dest": "/etc/kdump.conf", "backup": true, "mode": "0644", "follow": false, "_original_basename": "kdump.conf.j2", "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879797.30311: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf', 'dest': '/etc/kdump.conf', 'backup': True, 'mode': '0644', 'follow': False, '_original_basename': 'kdump.conf.j2', 'checksum': '84a376e670ee177d860ca3c6da14cbb5e5a71165', '_ansible_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-1726879796.5667195-5022-105099143554451/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879797.30314: _low_level_execute_command(): starting 4486 1726879797.30317: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/ > /dev/null 2>&1 && sleep 0' 4486 1726879797.30520: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.30524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.30527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.30529: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.30532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.30585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.30589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.30595: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.30641: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.32494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.32538: stderr chunk (state=3): >>><<< 4486 1726879797.32541: stdout chunk (state=3): >>><<< 4486 1726879797.32557: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.32563: handler run complete 4486 1726879797.32591: attempt loop complete, returning result 4486 1726879797.32594: _execute() done 4486 1726879797.32597: dumping result to json 4486 1726879797.32601: done dumping result, returning 4486 1726879797.32611: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf [0229e9c9-8e59-25d7-fcc3-00000000005b] 4486 1726879797.32615: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005b 4486 1726879797.32718: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005b 4486 1726879797.32720: WORKER PROCESS EXITING Notification for handler Restart kdump has been saved. changed: [managed_node3] => { "backup_file": "/etc/kdump.conf.8217.2024-09-20@20:49:57~", "changed": true, "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "40eba04073ff6637092ea3ea941733a5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "src": "/root/.ansible/tmp/ansible-tmp-1726879796.5667195-5022-105099143554451/.source.conf", "state": "file", "uid": 0 } 4486 1726879797.32846: no more pending results, returning what we have 4486 1726879797.32850: results queue empty 4486 1726879797.32851: checking for any_errors_fatal 4486 1726879797.32857: done checking for any_errors_fatal 4486 1726879797.32858: checking for max_fail_percentage 4486 1726879797.32859: done checking for max_fail_percentage 4486 1726879797.32860: checking to see if all hosts have failed and the running result is not ok 4486 1726879797.32861: done checking to see if all hosts have failed 4486 1726879797.32861: getting the remaining hosts for this loop 4486 1726879797.32863: done getting the remaining hosts for this loop 4486 1726879797.32871: getting the next task for host managed_node3 4486 1726879797.32876: done getting next task for host managed_node3 4486 1726879797.32879: ^ task is: TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel 4486 1726879797.32882: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879797.32891: getting variables 4486 1726879797.32893: in VariableManager get_vars() 4486 1726879797.32915: Calling all_inventory to load vars for managed_node3 4486 1726879797.32918: Calling groups_inventory to load vars for managed_node3 4486 1726879797.32920: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879797.32930: Calling all_plugins_play to load vars for managed_node3 4486 1726879797.32932: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879797.32935: Calling groups_plugins_play to load vars for managed_node3 4486 1726879797.33118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879797.33261: done with get_vars() 4486 1726879797.33274: done getting variables TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Friday 20 September 2024 20:49:57 -0400 (0:00:00.841) 0:00:18.660 ****** 4486 1726879797.33346: entering _queue_task() for managed_node3/slurp 4486 1726879797.33559: worker is 1 (out of 1 available) 4486 1726879797.33577: exiting _queue_task() for managed_node3/slurp 4486 1726879797.33588: done queuing things up, now waiting for results queue to drain 4486 1726879797.33590: waiting for pending results... 4486 1726879797.33770: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel 4486 1726879797.33846: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000005c 4486 1726879797.33859: variable 'ansible_search_path' from source: unknown 4486 1726879797.33863: variable 'ansible_search_path' from source: unknown 4486 1726879797.33898: calling self._execute() 4486 1726879797.33971: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.33976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.33980: variable 'omit' from source: magic vars 4486 1726879797.34061: variable 'omit' from source: magic vars 4486 1726879797.34104: variable 'omit' from source: magic vars 4486 1726879797.34130: variable 'omit' from source: magic vars 4486 1726879797.34172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879797.34201: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879797.34218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879797.34232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.34242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.34273: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879797.34277: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.34280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.34352: Set connection var ansible_timeout to 10 4486 1726879797.34358: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879797.34370: Set connection var ansible_pipelining to False 4486 1726879797.34374: Set connection var ansible_shell_executable to /bin/sh 4486 1726879797.34380: Set connection var ansible_shell_type to sh 4486 1726879797.34383: Set connection var ansible_connection to ssh 4486 1726879797.34401: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.34405: variable 'ansible_connection' from source: unknown 4486 1726879797.34408: variable 'ansible_module_compression' from source: unknown 4486 1726879797.34410: variable 'ansible_shell_type' from source: unknown 4486 1726879797.34413: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.34416: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.34419: variable 'ansible_pipelining' from source: unknown 4486 1726879797.34422: variable 'ansible_timeout' from source: unknown 4486 1726879797.34427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.34604: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879797.34613: variable 'omit' from source: magic vars 4486 1726879797.34618: starting attempt loop 4486 1726879797.34622: running the handler 4486 1726879797.34636: _low_level_execute_command(): starting 4486 1726879797.34643: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879797.35172: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.35208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.35212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.35216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.35218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879797.35221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.35260: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.35275: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.35331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.37012: stdout chunk (state=3): >>>/root <<< 4486 1726879797.37122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.37177: stderr chunk (state=3): >>><<< 4486 1726879797.37184: stdout chunk (state=3): >>><<< 4486 1726879797.37204: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.37214: _low_level_execute_command(): starting 4486 1726879797.37220: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732 `" && echo ansible-tmp-1726879797.3720233-5041-217330228421732="` echo /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732 `" ) && sleep 0' 4486 1726879797.37658: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.37691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879797.37695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.37698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.37708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.37759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.37770: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.37772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.37805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.39735: stdout chunk (state=3): >>>ansible-tmp-1726879797.3720233-5041-217330228421732=/root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732 <<< 4486 1726879797.39881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.39905: stderr chunk (state=3): >>><<< 4486 1726879797.39909: stdout chunk (state=3): >>><<< 4486 1726879797.39922: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879797.3720233-5041-217330228421732=/root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.39988: variable 'ansible_module_compression' from source: unknown 4486 1726879797.40027: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 4486 1726879797.40056: variable 'ansible_facts' from source: unknown 4486 1726879797.40119: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py 4486 1726879797.40228: Sending initial data 4486 1726879797.40232: Sent initial data (152 bytes) 4486 1726879797.40663: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.40672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.40703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.40707: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.40710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.40777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.40781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.40783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.40818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.42379: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879797.42383: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879797.42418: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879797.42464: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpt5nr4naz /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py <<< 4486 1726879797.42469: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py" <<< 4486 1726879797.42503: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpt5nr4naz" to remote "/root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py" <<< 4486 1726879797.43027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.43084: stderr chunk (state=3): >>><<< 4486 1726879797.43088: stdout chunk (state=3): >>><<< 4486 1726879797.43105: done transferring module to remote 4486 1726879797.43121: _low_level_execute_command(): starting 4486 1726879797.43124: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/ /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py && sleep 0' 4486 1726879797.43553: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.43594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879797.43597: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.43600: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.43603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.43647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.43653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.43699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.45475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.45520: stderr chunk (state=3): >>><<< 4486 1726879797.45523: stdout chunk (state=3): >>><<< 4486 1726879797.45536: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.45540: _low_level_execute_command(): starting 4486 1726879797.45545: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/AnsiballZ_slurp.py && sleep 0' 4486 1726879797.45956: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.45992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.45995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.45999: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.46046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.46050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.46103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.48332: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879797.48370: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879797.48398: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879797.48405: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879797.48477: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879797.48482: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879797.48515: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879797.48554: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879797.48589: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879797.48594: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879797.48647: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879797.48658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.48664: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879797.48693: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879797.48729: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879797.48754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879797.48768: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed93a4530> <<< 4486 1726879797.48783: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9373b30> <<< 4486 1726879797.48804: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879797.48809: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed93a6ab0> <<< 4486 1726879797.48833: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879797.48860: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879797.48863: stdout chunk (state=3): >>> import 'abc' # <<< 4486 1726879797.48893: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879797.48926: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879797.48930: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879797.49017: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879797.49048: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879797.49052: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879797.49084: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879797.49088: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879797.49117: stdout chunk (state=3): >>>Processing user site-packages <<< 4486 1726879797.49128: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879797.49145: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879797.49152: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879797.49179: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879797.49184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879797.49207: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91791c0> <<< 4486 1726879797.49276: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879797.49280: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed917a000> <<< 4486 1726879797.49315: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879797.49346: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879797.49589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879797.49594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879797.49622: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879797.49627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.49655: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879797.49691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879797.49712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879797.49746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879797.49758: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b7e90> <<< 4486 1726879797.49777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879797.49789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879797.49815: stdout chunk (state=3): >>>import '_operator' # <<< 4486 1726879797.49821: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b7f50> <<< 4486 1726879797.49838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879797.49869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879797.49892: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879797.49951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.49960: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879797.49994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879797.50004: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91ef830> <<< 4486 1726879797.50022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879797.50027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91efec0> <<< 4486 1726879797.50044: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879797.50095: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91cfb00> <<< 4486 1726879797.50116: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879797.50141: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91cd1f0> <<< 4486 1726879797.50236: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b5040> <<< 4486 1726879797.50261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879797.50287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879797.50292: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879797.50322: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879797.50344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879797.50366: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879797.50373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879797.50404: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92137d0> <<< 4486 1726879797.50416: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92123f0> <<< 4486 1726879797.50451: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91ce2a0> <<< 4486 1726879797.50457: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9210bf0> <<< 4486 1726879797.50504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879797.50517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9240830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b42f0> <<< 4486 1726879797.50547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879797.50577: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.50585: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9240ce0> <<< 4486 1726879797.50604: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9240b90> <<< 4486 1726879797.50618: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.50638: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.50647: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9240f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b2e40> <<< 4486 1726879797.50676: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 4486 1726879797.50689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.50695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879797.50740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879797.50745: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9241670> <<< 4486 1726879797.50755: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9241340> import 'importlib.machinery' # <<< 4486 1726879797.50792: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879797.50808: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9242570> <<< 4486 1726879797.50811: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879797.50831: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879797.50851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879797.50891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879797.50915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879797.50921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925c770> <<< 4486 1726879797.50943: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879797.50983: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.50987: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.50996: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925deb0> <<< 4486 1726879797.51009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879797.51021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879797.51033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 4486 1726879797.51048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879797.51054: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925ed50> <<< 4486 1726879797.51101: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.51104: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925f3b0> <<< 4486 1726879797.51114: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925e2a0> <<< 4486 1726879797.51128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879797.51144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879797.51194: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925fe00> <<< 4486 1726879797.51197: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925f530> <<< 4486 1726879797.51248: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92425a0> <<< 4486 1726879797.51258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879797.51287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879797.51305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879797.51331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879797.51369: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.51386: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9033cb0> <<< 4486 1726879797.51393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879797.51424: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.51431: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905c590> <<< 4486 1726879797.51453: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.51462: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905c860> <<< 4486 1726879797.51487: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905ca40> <<< 4486 1726879797.51500: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9031e50> <<< 4486 1726879797.51524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879797.51618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879797.51640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879797.51660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905e0f0> <<< 4486 1726879797.51692: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905cd70> <<< 4486 1726879797.51703: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9242c90> <<< 4486 1726879797.51737: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879797.51787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.51807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879797.51851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879797.51884: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9086480> <<< 4486 1726879797.51930: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879797.51950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.51973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879797.51990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879797.52040: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a2630> <<< 4486 1726879797.52064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879797.52100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879797.52157: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879797.52186: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 4486 1726879797.52195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90d7410> <<< 4486 1726879797.52202: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879797.52245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879797.52266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879797.52311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879797.52402: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90fdbb0> <<< 4486 1726879797.52478: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90d7530> <<< 4486 1726879797.52522: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a32c0> <<< 4486 1726879797.52549: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8edc590> <<< 4486 1726879797.52572: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905f020> <<< 4486 1726879797.52894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ed8edc860> <<< 4486 1726879797.52898: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_b5bsg5at/ansible_slurp_payload.zip' # zipimport: zlib available <<< 4486 1726879797.52929: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.52954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879797.52970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879797.53012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879797.53090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879797.53126: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f36360> import '_typing' # <<< 4486 1726879797.53334: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0d250> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0c3b0> <<< 4486 1726879797.53361: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.53392: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879797.53421: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 4486 1726879797.53456: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.55013: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.56274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879797.56280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0fb30> <<< 4486 1726879797.56306: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.56339: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879797.56351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879797.56375: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879797.56380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879797.56403: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5dcd0> <<< 4486 1726879797.56446: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5da60> <<< 4486 1726879797.56479: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5d3d0> <<< 4486 1726879797.56502: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879797.56508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879797.56551: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5d820> <<< 4486 1726879797.56555: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f36de0> <<< 4486 1726879797.56568: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879797.56591: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5eae0> <<< 4486 1726879797.56619: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.56625: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5ecc0> <<< 4486 1726879797.56648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879797.56692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879797.56707: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879797.56760: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5f200> <<< 4486 1726879797.56774: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879797.56790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879797.56813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879797.56849: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc4dd0> <<< 4486 1726879797.56886: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.56901: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8dc6a80> <<< 4486 1726879797.56913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879797.56927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879797.56967: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc7350> <<< 4486 1726879797.56991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879797.57013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879797.57035: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc8500> <<< 4486 1726879797.57056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879797.57090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879797.57119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879797.57125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879797.57177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcafc0> <<< 4486 1726879797.57214: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8dcb110> <<< 4486 1726879797.57243: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc92b0> <<< 4486 1726879797.57262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879797.57288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879797.57317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 4486 1726879797.57321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879797.57342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879797.57370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879797.57395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 4486 1726879797.57398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcef30> <<< 4486 1726879797.57420: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879797.57489: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcda00> <<< 4486 1726879797.57499: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcd760> <<< 4486 1726879797.57518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879797.57525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879797.57599: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcff80> <<< 4486 1726879797.57633: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc9730> <<< 4486 1726879797.57669: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e17080> <<< 4486 1726879797.57691: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e17260> <<< 4486 1726879797.57713: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879797.57734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879797.57755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879797.57797: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e18da0> <<< 4486 1726879797.57802: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e18b60> <<< 4486 1726879797.57820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879797.57936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879797.57991: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.57994: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e1b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e19430> <<< 4486 1726879797.58018: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879797.58057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.58083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879797.58092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879797.58110: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879797.58149: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e22a50> <<< 4486 1726879797.58285: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e1b410> <<< 4486 1726879797.58363: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58372: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23860> <<< 4486 1726879797.58403: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58409: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23890> <<< 4486 1726879797.58451: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58459: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23dd0> <<< 4486 1726879797.58471: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e174a0> <<< 4486 1726879797.58493: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879797.58519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879797.58542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879797.58573: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58594: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e27500> <<< 4486 1726879797.58766: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58781: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e28650> <<< 4486 1726879797.58787: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e25ca0> <<< 4486 1726879797.58815: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.58824: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e27050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e25910> <<< 4486 1726879797.58830: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.58857: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879797.58877: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.58972: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.59066: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.59087: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.59090: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 4486 1726879797.59119: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 4486 1726879797.59132: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.59262: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.59393: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.60021: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.60639: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879797.60647: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 4486 1726879797.60661: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879797.60686: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879797.60707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.60760: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8eb0980> <<< 4486 1726879797.60847: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879797.60875: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb1730> <<< 4486 1726879797.60880: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e2bc50> <<< 4486 1726879797.60936: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879797.60946: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.60973: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.60986: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879797.60998: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.61158: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.61329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879797.61348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879797.61354: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb14f0> <<< 4486 1726879797.61363: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.61883: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62390: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62472: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62553: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879797.62561: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62598: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62642: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879797.62646: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62720: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62814: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879797.62827: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62846: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62854: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 4486 1726879797.62858: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62902: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.62951: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879797.62955: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.63206: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.63471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879797.63530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879797.63549: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879797.63628: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb2600> <<< 4486 1726879797.63635: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.63711: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.63799: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879797.63806: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879797.63839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879797.63845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879797.63927: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.64053: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbe0f0> <<< 4486 1726879797.64114: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.64118: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbea80> <<< 4486 1726879797.64121: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e241a0> <<< 4486 1726879797.64140: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64188: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64232: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879797.64236: stdout chunk (state=3): >>> <<< 4486 1726879797.64246: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64293: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64345: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64402: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879797.64519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.64610: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.64616: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbd760> <<< 4486 1726879797.64655: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cbec30> <<< 4486 1726879797.64694: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879797.64702: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64773: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64840: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64866: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.64912: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 4486 1726879797.64916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.64945: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879797.64957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879797.64984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879797.65048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879797.65064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879797.65076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879797.65142: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8d4ecf0> <<< 4486 1726879797.65185: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc8980> <<< 4486 1726879797.65278: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc6b70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc69c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879797.65284: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65314: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65346: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879797.65406: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879797.65412: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65437: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65451: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 4486 1726879797.65457: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65499: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65607: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879797.65734: stdout chunk (state=3): >>> {"content": "MAo=", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}} <<< 4486 1726879797.65740: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879797.66065: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879797.66074: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 4486 1726879797.66100: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath <<< 4486 1726879797.66129: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 4486 1726879797.66139: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset <<< 4486 1726879797.66155: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 4486 1726879797.66189: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 4486 1726879797.66198: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc <<< 4486 1726879797.66217: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation <<< 4486 1726879797.66238: stdout chunk (state=3): >>># destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879797.66476: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879797.66494: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 4486 1726879797.66514: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy struct <<< 4486 1726879797.66530: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 4486 1726879797.66534: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 4486 1726879797.66559: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879797.66592: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879797.66611: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 4486 1726879797.66625: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 4486 1726879797.66635: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 4486 1726879797.66660: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 4486 1726879797.66673: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 4486 1726879797.66699: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 4486 1726879797.66705: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879797.66755: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879797.66773: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 4486 1726879797.66794: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879797.66819: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 <<< 4486 1726879797.66839: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 4486 1726879797.66847: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879797.66863: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 4486 1726879797.66889: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 4486 1726879797.66911: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 4486 1726879797.66917: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 <<< 4486 1726879797.66934: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879797.67054: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879797.67058: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879797.67073: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879797.67097: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 4486 1726879797.67110: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 4486 1726879797.67125: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 4486 1726879797.67132: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 4486 1726879797.67161: stdout chunk (state=3): >>># destroy _typing <<< 4486 1726879797.67176: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879797.67198: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879797.67202: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 4486 1726879797.67204: stdout chunk (state=3): >>> <<< 4486 1726879797.67296: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 4486 1726879797.67301: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 4486 1726879797.67327: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879797.67333: stdout chunk (state=3): >>># destroy _weakref <<< 4486 1726879797.67371: stdout chunk (state=3): >>># destroy _operator # destroy _sha2<<< 4486 1726879797.67382: stdout chunk (state=3): >>> # destroy _string # destroy re <<< 4486 1726879797.67390: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879797.67393: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879797.67408: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879797.67799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879797.67862: stderr chunk (state=3): >>><<< 4486 1726879797.67869: stdout chunk (state=3): >>><<< 4486 1726879797.67940: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed93a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9373b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed93a6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91791c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed917a000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b7e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b7f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91ef830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91efec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91cfb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91cd1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b5040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92137d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92123f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91ce2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9210bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9240830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9240ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9240b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9240f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed91b2e40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9241670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9241340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9242570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925c770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925ed50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925e2a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed925fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed925f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed92425a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed9033cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905c590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905c860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed905ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9031e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905e0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9242c90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed9086480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a2630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90d7410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90fdbb0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90d7530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a32c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8edc590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed90a1670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed905f020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ed8edc860> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_b5bsg5at/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f36360> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0d250> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0c3b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f0fb30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5dcd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5da60> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5d3d0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5d820> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f36de0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5eae0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8f5ecc0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8f5f200> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc4dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8dc6a80> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc7350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc8500> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcafc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8dcb110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc92b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcef30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcda00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcd760> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dcff80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8dc9730> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e17080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e17260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e18da0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e18b60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e1b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e19430> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e22a50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e1b410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e23dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e174a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e27500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e28650> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e25ca0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8e27050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e25910> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8eb0980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb1730> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e2bc50> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb14f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8eb2600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbe0f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbea80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8e241a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ed8cbd760> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cbec30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8d4ecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc8980> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc6b70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ed8cc69c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "MAo=", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879797.68516: done with _execute_module (slurp, {'src': '/sys/kernel/kexec_crash_size', '_ansible_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-1726879797.3720233-5041-217330228421732/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879797.68520: _low_level_execute_command(): starting 4486 1726879797.68522: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.3720233-5041-217330228421732/ > /dev/null 2>&1 && sleep 0' 4486 1726879797.68673: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.68677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879797.68679: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.68682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.68685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879797.68687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.68742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.68746: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.68784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.70674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.70722: stderr chunk (state=3): >>><<< 4486 1726879797.70726: stdout chunk (state=3): >>><<< 4486 1726879797.70739: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.70746: handler run complete 4486 1726879797.70943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 4486 1726879797.71124: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 4486 1726879797.71162: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 4486 1726879797.71456: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 4486 1726879797.71486: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 4486 1726879797.71562: variable 'kexec_crash_size' from source: unknown 4486 1726879797.71576: Evaluated conditional (kexec_crash_size is success): True 4486 1726879797.71584: attempt loop complete, returning result 4486 1726879797.71588: _execute() done 4486 1726879797.71590: dumping result to json 4486 1726879797.71593: done dumping result, returning 4486 1726879797.71601: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel [0229e9c9-8e59-25d7-fcc3-00000000005c] 4486 1726879797.71607: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005c ok: [managed_node3] => { "attempts": 1, "changed": false, "content": "MAo=", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } 4486 1726879797.71779: no more pending results, returning what we have 4486 1726879797.71783: results queue empty 4486 1726879797.71784: checking for any_errors_fatal 4486 1726879797.71792: done checking for any_errors_fatal 4486 1726879797.71793: checking for max_fail_percentage 4486 1726879797.71795: done checking for max_fail_percentage 4486 1726879797.71796: checking to see if all hosts have failed and the running result is not ok 4486 1726879797.71796: done checking to see if all hosts have failed 4486 1726879797.71797: getting the remaining hosts for this loop 4486 1726879797.71799: done getting the remaining hosts for this loop 4486 1726879797.71804: getting the next task for host managed_node3 4486 1726879797.71809: done getting next task for host managed_node3 4486 1726879797.71813: ^ task is: TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact 4486 1726879797.71816: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 4486 1726879797.71826: getting variables 4486 1726879797.71827: in VariableManager get_vars() 4486 1726879797.71860: Calling all_inventory to load vars for managed_node3 4486 1726879797.71862: Calling groups_inventory to load vars for managed_node3 4486 1726879797.71875: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879797.71881: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005c 4486 1726879797.71884: WORKER PROCESS EXITING 4486 1726879797.71894: Calling all_plugins_play to load vars for managed_node3 4486 1726879797.71897: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879797.71900: Calling groups_plugins_play to load vars for managed_node3 4486 1726879797.72045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879797.72196: done with get_vars() 4486 1726879797.72207: done getting variables 4486 1726879797.72255: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Friday 20 September 2024 20:49:57 -0400 (0:00:00.389) 0:00:19.050 ****** 4486 1726879797.72285: entering _queue_task() for managed_node3/set_fact 4486 1726879797.72501: worker is 1 (out of 1 available) 4486 1726879797.72514: exiting _queue_task() for managed_node3/set_fact 4486 1726879797.72524: done queuing things up, now waiting for results queue to drain 4486 1726879797.72526: waiting for pending results... 4486 1726879797.72703: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact 4486 1726879797.72780: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000005d 4486 1726879797.72792: variable 'ansible_search_path' from source: unknown 4486 1726879797.72795: variable 'ansible_search_path' from source: unknown 4486 1726879797.72827: calling self._execute() 4486 1726879797.72895: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.72899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.72908: variable 'omit' from source: magic vars 4486 1726879797.73261: variable 'omit' from source: magic vars 4486 1726879797.73299: variable 'omit' from source: magic vars 4486 1726879797.73506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879797.74984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879797.75029: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879797.75073: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879797.75099: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879797.75120: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879797.75189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879797.75210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879797.75229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879797.75257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879797.75275: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879797.75371: variable 'kexec_crash_size' from source: set_fact 4486 1726879797.75421: variable 'omit' from source: magic vars 4486 1726879797.75441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879797.75462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879797.75481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879797.75499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.75508: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.75532: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879797.75536: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.75540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.75615: Set connection var ansible_timeout to 10 4486 1726879797.75618: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879797.75625: Set connection var ansible_pipelining to False 4486 1726879797.75631: Set connection var ansible_shell_executable to /bin/sh 4486 1726879797.75638: Set connection var ansible_shell_type to sh 4486 1726879797.75641: Set connection var ansible_connection to ssh 4486 1726879797.75660: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.75663: variable 'ansible_connection' from source: unknown 4486 1726879797.75670: variable 'ansible_module_compression' from source: unknown 4486 1726879797.75673: variable 'ansible_shell_type' from source: unknown 4486 1726879797.75675: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.75678: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.75680: variable 'ansible_pipelining' from source: unknown 4486 1726879797.75683: variable 'ansible_timeout' from source: unknown 4486 1726879797.75688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.75783: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879797.75792: variable 'omit' from source: magic vars 4486 1726879797.75796: starting attempt loop 4486 1726879797.75799: running the handler 4486 1726879797.75809: handler run complete 4486 1726879797.75820: attempt loop complete, returning result 4486 1726879797.75823: _execute() done 4486 1726879797.75827: dumping result to json 4486 1726879797.75829: done dumping result, returning 4486 1726879797.75836: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact [0229e9c9-8e59-25d7-fcc3-00000000005d] 4486 1726879797.75842: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005d 4486 1726879797.75933: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005d 4486 1726879797.75936: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kdump_reboot_required": true }, "changed": false } 4486 1726879797.76009: no more pending results, returning what we have 4486 1726879797.76013: results queue empty 4486 1726879797.76014: checking for any_errors_fatal 4486 1726879797.76020: done checking for any_errors_fatal 4486 1726879797.76020: checking for max_fail_percentage 4486 1726879797.76022: done checking for max_fail_percentage 4486 1726879797.76023: checking to see if all hosts have failed and the running result is not ok 4486 1726879797.76024: done checking to see if all hosts have failed 4486 1726879797.76025: getting the remaining hosts for this loop 4486 1726879797.76026: done getting the remaining hosts for this loop 4486 1726879797.76032: getting the next task for host managed_node3 4486 1726879797.76040: done getting next task for host managed_node3 4486 1726879797.76043: ^ task is: TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed 4486 1726879797.76048: ^ state is: HOST STATE: block=3, 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? (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 4486 1726879797.76058: getting variables 4486 1726879797.76059: in VariableManager get_vars() 4486 1726879797.76100: Calling all_inventory to load vars for managed_node3 4486 1726879797.76103: Calling groups_inventory to load vars for managed_node3 4486 1726879797.76105: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879797.76115: Calling all_plugins_play to load vars for managed_node3 4486 1726879797.76118: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879797.76121: Calling groups_plugins_play to load vars for managed_node3 4486 1726879797.76457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879797.76600: done with get_vars() 4486 1726879797.76608: done getting variables 4486 1726879797.76652: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Friday 20 September 2024 20:49:57 -0400 (0:00:00.043) 0:00:19.094 ****** 4486 1726879797.76677: entering _queue_task() for managed_node3/command 4486 1726879797.76886: worker is 1 (out of 1 available) 4486 1726879797.76900: exiting _queue_task() for managed_node3/command 4486 1726879797.76913: done queuing things up, now waiting for results queue to drain 4486 1726879797.76915: waiting for pending results... 4486 1726879797.77100: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed 4486 1726879797.77182: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000005f 4486 1726879797.77196: variable 'ansible_search_path' from source: unknown 4486 1726879797.77200: variable 'ansible_search_path' from source: unknown 4486 1726879797.77232: calling self._execute() 4486 1726879797.77306: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.77310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.77319: variable 'omit' from source: magic vars 4486 1726879797.77623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879797.79421: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879797.79500: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879797.79555: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879797.79589: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879797.79610: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879797.79688: variable 'kdump_reboot_required' from source: set_fact 4486 1726879797.79702: Evaluated conditional (kdump_reboot_required | bool): True 4486 1726879797.79820: variable 'ansible_facts' from source: unknown 4486 1726879797.79893: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True 4486 1726879797.80134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879797.80152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879797.80193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879797.80274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879797.80278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879797.80411: variable 'ansible_facts' from source: unknown 4486 1726879797.80487: Evaluated conditional (ansible_facts['distribution_major_version'] | int >= 9): True 4486 1726879797.80493: variable 'omit' from source: magic vars 4486 1726879797.80576: variable 'omit' from source: magic vars 4486 1726879797.80623: variable 'omit' from source: magic vars 4486 1726879797.80703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879797.80711: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879797.80745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879797.80753: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.80765: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879797.80795: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879797.80799: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.80806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.80893: Set connection var ansible_timeout to 10 4486 1726879797.80898: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879797.80901: Set connection var ansible_pipelining to False 4486 1726879797.80933: Set connection var ansible_shell_executable to /bin/sh 4486 1726879797.80960: Set connection var ansible_shell_type to sh 4486 1726879797.81003: Set connection var ansible_connection to ssh 4486 1726879797.81006: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.81009: variable 'ansible_connection' from source: unknown 4486 1726879797.81014: variable 'ansible_module_compression' from source: unknown 4486 1726879797.81019: variable 'ansible_shell_type' from source: unknown 4486 1726879797.81023: variable 'ansible_shell_executable' from source: unknown 4486 1726879797.81026: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879797.81028: variable 'ansible_pipelining' from source: unknown 4486 1726879797.81031: variable 'ansible_timeout' from source: unknown 4486 1726879797.81034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879797.81248: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879797.81254: variable 'omit' from source: magic vars 4486 1726879797.81257: starting attempt loop 4486 1726879797.81262: running the handler 4486 1726879797.81266: _low_level_execute_command(): starting 4486 1726879797.81271: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879797.81928: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.81932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.81978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.81982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.82084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.83788: stdout chunk (state=3): >>>/root <<< 4486 1726879797.83907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.83955: stderr chunk (state=3): >>><<< 4486 1726879797.83957: stdout chunk (state=3): >>><<< 4486 1726879797.83975: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.84026: _low_level_execute_command(): starting 4486 1726879797.84030: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665 `" && echo ansible-tmp-1726879797.839847-5053-166074689869665="` echo /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665 `" ) && sleep 0' 4486 1726879797.84435: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.84475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879797.84479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found <<< 4486 1726879797.84481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.84485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.84488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.84533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.84539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.84587: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.86575: stdout chunk (state=3): >>>ansible-tmp-1726879797.839847-5053-166074689869665=/root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665 <<< 4486 1726879797.86758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.86762: stdout chunk (state=3): >>><<< 4486 1726879797.86767: stderr chunk (state=3): >>><<< 4486 1726879797.86787: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879797.839847-5053-166074689869665=/root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.86970: variable 'ansible_module_compression' from source: unknown 4486 1726879797.86974: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 4486 1726879797.86977: variable 'ansible_facts' from source: unknown 4486 1726879797.87016: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py 4486 1726879797.87270: Sending initial data 4486 1726879797.87283: Sent initial data (153 bytes) 4486 1726879797.87783: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879797.87800: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879797.87816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879797.87881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.87930: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.87950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.87976: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.88050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.89644: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879797.89710: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879797.89779: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp3uo_vhff /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py <<< 4486 1726879797.89794: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py" <<< 4486 1726879797.89837: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp3uo_vhff" to remote "/root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py" <<< 4486 1726879797.90771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.90774: stderr chunk (state=3): >>><<< 4486 1726879797.90777: stdout chunk (state=3): >>><<< 4486 1726879797.90779: done transferring module to remote 4486 1726879797.90782: _low_level_execute_command(): starting 4486 1726879797.90784: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/ /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py && sleep 0' 4486 1726879797.91467: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879797.91585: 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.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.91607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.91630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.91699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.93629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879797.93633: stdout chunk (state=3): >>><<< 4486 1726879797.93636: stderr chunk (state=3): >>><<< 4486 1726879797.93747: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879797.93751: _low_level_execute_command(): starting 4486 1726879797.93754: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/AnsiballZ_command.py && sleep 0' 4486 1726879797.94320: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879797.94384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879797.94438: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879797.94454: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879797.94480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879797.94562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879797.96848: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879797.96886: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879797.96909: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879797.96921: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879797.96990: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 4486 1726879797.97031: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879797.97089: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879797.97108: stdout chunk (state=3): >>>import 'time' # <<< 4486 1726879797.97112: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 4486 1726879797.97176: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.97194: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879797.97207: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879797.97242: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879797.97277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879797.97280: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600df4530> <<< 4486 1726879797.97300: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600dc3b30> <<< 4486 1726879797.97317: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879797.97321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879797.97329: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600df6ab0> <<< 4486 1726879797.97352: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879797.97383: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879797.97403: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879797.97438: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879797.97534: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879797.97566: stdout chunk (state=3): >>>import 'genericpath' # <<< 4486 1726879797.97573: stdout chunk (state=3): >>>import 'posixpath' # <<< 4486 1726879797.97606: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879797.97630: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 4486 1726879797.97634: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 4486 1726879797.97660: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879797.97667: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879797.97690: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879797.97706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879797.97727: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600e051c0> <<< 4486 1726879797.97788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879797.97800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.97809: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600e05fd0> <<< 4486 1726879797.97837: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879797.97866: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879797.98110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879797.98126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879797.98154: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879797.98159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.98182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879797.98221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879797.98243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879797.98267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879797.98285: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be3dd0> <<< 4486 1726879797.98302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879797.98324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879797.98351: stdout chunk (state=3): >>>import '_operator' # <<< 4486 1726879797.98358: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be3fe0> <<< 4486 1726879797.98376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879797.98413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879797.98430: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879797.98482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.98495: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879797.98523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 4486 1726879797.98528: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c1b800> <<< 4486 1726879797.98554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879797.98588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879797.98591: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c1be90> <<< 4486 1726879797.98611: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879797.98637: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bfbaa0> <<< 4486 1726879797.98655: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879797.98684: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bf91c0> <<< 4486 1726879797.98787: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be0f80> <<< 4486 1726879797.98809: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879797.98833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879797.98838: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879797.98868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879797.98889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879797.98915: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879797.98920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879797.98956: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3f770> <<< 4486 1726879797.98972: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3e390> <<< 4486 1726879797.99000: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 4486 1726879797.99006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bfa060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3cbc0> <<< 4486 1726879797.99077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879797.99081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6c7a0> <<< 4486 1726879797.99093: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be0200> <<< 4486 1726879797.99111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879797.99155: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.99162: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c6cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6cb00> <<< 4486 1726879797.99207: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.99213: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c6cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bded20> <<< 4486 1726879797.99253: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879797.99280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879797.99303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879797.99328: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6d2b0> <<< 4486 1726879797.99335: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879797.99418: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879797.99440: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6e4b0> <<< 4486 1726879797.99443: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 4486 1726879797.99447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879797.99501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879797.99509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c886e0> <<< 4486 1726879797.99521: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879797.99558: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c89e20> <<< 4486 1726879797.99590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879797.99626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879797.99629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879797.99651: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8ac90> <<< 4486 1726879797.99675: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c8b2f0> <<< 4486 1726879797.99705: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8a210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879797.99724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879797.99779: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879797.99782: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c8bd40> <<< 4486 1726879797.99797: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8b4a0> <<< 4486 1726879797.99827: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6e510> <<< 4486 1726879797.99848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879797.99885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879797.99921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879797.99924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879797.99957: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a13c50> <<< 4486 1726879797.99978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879798.00005: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3c410> <<< 4486 1726879798.00038: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c6e0> <<< 4486 1726879798.00065: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.00080: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c890> <<< 4486 1726879798.00089: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a11df0> <<< 4486 1726879798.00109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879798.00206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879798.00230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879798.00256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879798.00262: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3df10> <<< 4486 1726879798.00283: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3cb90> <<< 4486 1726879798.00307: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6ec00> <<< 4486 1726879798.00332: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879798.00386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.00407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879798.00454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879798.00483: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a6a2a0> <<< 4486 1726879798.00538: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879798.00549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.00572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879798.00593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879798.00644: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a82420> <<< 4486 1726879798.00668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879798.00704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879798.00761: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879798.00789: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600abf1a0> <<< 4486 1726879798.00811: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879798.00851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879798.00879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879798.00918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879798.01014: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600ae1940> <<< 4486 1726879798.01089: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600abf2c0> <<< 4486 1726879798.01136: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a830b0> <<< 4486 1726879798.01160: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46009042c0> <<< 4486 1726879798.01186: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a81460> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3ee40> <<< 4486 1726879798.01285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879798.01307: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4600a81580> <<< 4486 1726879798.01388: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_n8rbiyut/ansible_ansible.legacy.command_payload.zip' <<< 4486 1726879798.01394: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.01544: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.01577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879798.01582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879798.01628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879798.01704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879798.01737: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460095a000> <<< 4486 1726879798.01758: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879798.01962: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600934ef0> <<< 4486 1726879798.01966: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600907fb0> # zipimport: zlib available <<< 4486 1726879798.01995: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879798.02002: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.02025: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.02029: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.02052: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879798.02070: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.03639: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.04892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879798.04898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600937620> <<< 4486 1726879798.04928: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879798.04935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.04962: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879798.04972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879798.04996: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 4486 1726879798.05001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879798.05028: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.05033: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600981970> <<< 4486 1726879798.05072: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981700> <<< 4486 1726879798.05102: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981010> <<< 4486 1726879798.05129: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879798.05134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879798.05176: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981a60> <<< 4486 1726879798.05185: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460095ac90> import 'atexit' # <<< 4486 1726879798.05219: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46009826f0> <<< 4486 1726879798.05253: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.05259: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600982930> <<< 4486 1726879798.05282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879798.05331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879798.05340: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879798.05392: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600982e70> <<< 4486 1726879798.05395: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879798.05421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879798.05445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879798.05487: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007ecb30> <<< 4486 1726879798.05513: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.05518: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46007ee270> <<< 4486 1726879798.05541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879798.05559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879798.05590: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007eeff0> <<< 4486 1726879798.05613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879798.05645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879798.05663: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007eff50> <<< 4486 1726879798.05685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879798.05734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879798.05757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879798.05803: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f2c00> <<< 4486 1726879798.05849: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46007f2d50> <<< 4486 1726879798.05878: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f0ef0> <<< 4486 1726879798.05914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879798.05934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879798.05961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879798.06004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879798.06007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879798.06047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f6cc0> <<< 4486 1726879798.06051: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879798.06118: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f5790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f54f0> <<< 4486 1726879798.06148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879798.06226: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f7fe0> <<< 4486 1726879798.06259: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f1400> <<< 4486 1726879798.06294: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083aea0> <<< 4486 1726879798.06322: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083b080> <<< 4486 1726879798.06350: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879798.06396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879798.06403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 4486 1726879798.06438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083cb60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083c920> <<< 4486 1726879798.06456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879798.06570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879798.06629: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083f080> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083d250> <<< 4486 1726879798.06652: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879798.06692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.06719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879798.06738: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879798.06782: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008468a0> <<< 4486 1726879798.06910: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083f230> <<< 4486 1726879798.06995: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46008475c0> <<< 4486 1726879798.07027: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600847b00> <<< 4486 1726879798.07082: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600847b90> <<< 4486 1726879798.07112: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083b200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879798.07132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879798.07159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879798.07188: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.07213: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084b2c0> <<< 4486 1726879798.07373: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.07392: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.07395: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084c590> <<< 4486 1726879798.07398: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600849a90> <<< 4486 1726879798.07435: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084ae10> <<< 4486 1726879798.07442: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600849670> <<< 4486 1726879798.07454: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07469: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 4486 1726879798.07488: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07581: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07689: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07694: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07704: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 4486 1726879798.07718: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07732: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 4486 1726879798.07751: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.07875: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.08005: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.08617: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.09225: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879798.09252: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879798.09279: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879798.09291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.09349: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879798.09355: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46008d45f0> <<< 4486 1726879798.09437: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879798.09443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879798.09468: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d53d0> <<< 4486 1726879798.09477: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460084fd70> <<< 4486 1726879798.09520: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879798.09535: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.09567: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.09575: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879798.09587: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.09744: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.09915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879798.09919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879798.09930: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d5400> <<< 4486 1726879798.09944: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.10451: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.10951: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11025: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11111: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879798.11115: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11160: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11190: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879798.11211: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11280: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11380: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879798.11398: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11402: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879798.11430: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11465: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11507: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879798.11510: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.11772: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879798.12091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879798.12104: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879798.12185: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d7da0> <<< 4486 1726879798.12191: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12273: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12353: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 4486 1726879798.12361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879798.12378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879798.12405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 4486 1726879798.12409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879798.12487: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.12618: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e1fd0> <<< 4486 1726879798.12676: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.12679: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e2930> <<< 4486 1726879798.12688: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d6d50> <<< 4486 1726879798.12703: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12748: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12797: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879798.12799: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12851: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12892: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.12957: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13025: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879798.13074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.13161: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.13169: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e1520> <<< 4486 1726879798.13203: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e2990> <<< 4486 1726879798.13238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879798.13257: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13320: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13391: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13416: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13462: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.13485: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879798.13511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879798.13532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879798.13591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879798.13612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879798.13630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879798.13687: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600776b10> <<< 4486 1726879798.13741: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006ec8f0> <<< 4486 1726879798.13828: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e6930> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e6780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879798.13837: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13871: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13892: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879798.13955: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879798.13961: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.13982: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879798.14004: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.14114: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.14241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879798.14247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879798.14273: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006ee3c0> <<< 4486 1726879798.14351: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.40921: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["kdumpctl", "reset-crashkernel", "--kernel=ALL"], "start": "2024-09-20 20:49:58.145248", "end": "2024-09-20 20:49:58.408977", "delta": "0:00:00.263729", "msg": "", "invocation": {"module_args": {"_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_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}}} <<< 4486 1726879798.40943: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879798.41427: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 4486 1726879798.41461: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 4486 1726879798.41485: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 4486 1726879798.41515: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib <<< 4486 1726879798.41519: stdout chunk (state=3): >>># cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 4486 1726879798.41546: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl <<< 4486 1726879798.41560: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime<<< 4486 1726879798.41575: stdout chunk (state=3): >>> # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 4486 1726879798.41607: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast<<< 4486 1726879798.41615: stdout chunk (state=3): >>> # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 4486 1726879798.41617: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 4486 1726879798.41853: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879798.41887: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879798.41898: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879798.41919: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 4486 1726879798.41937: stdout chunk (state=3): >>># destroy zipfile._path <<< 4486 1726879798.41945: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 4486 1726879798.41989: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879798.42011: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 4486 1726879798.42025: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879798.42033: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 4486 1726879798.42053: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 4486 1726879798.42061: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 4486 1726879798.42079: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 4486 1726879798.42098: stdout chunk (state=3): >>># destroy fnmatch <<< 4486 1726879798.42110: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 4486 1726879798.42122: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 4486 1726879798.42151: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879798.42184: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 4486 1726879798.42233: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879798.42253: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 4486 1726879798.42270: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 4486 1726879798.42289: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 4486 1726879798.42306: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879798.42331: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 4486 1726879798.42348: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 4486 1726879798.42368: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879798.42394: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 4486 1726879798.42420: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 4486 1726879798.42426: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 4486 1726879798.42449: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 4486 1726879798.42453: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 4486 1726879798.42473: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 4486 1726879798.42481: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879798.42606: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879798.42616: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879798.42631: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879798.42660: stdout chunk (state=3): >>># destroy platform <<< 4486 1726879798.42663: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879798.42694: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879798.42729: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 4486 1726879798.42737: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 4486 1726879798.42771: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 4486 1726879798.42775: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879798.42777: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879798.42876: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 4486 1726879798.42883: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect<<< 4486 1726879798.42895: stdout chunk (state=3): >>> # destroy time <<< 4486 1726879798.42918: stdout chunk (state=3): >>># destroy _random <<< 4486 1726879798.42923: stdout chunk (state=3): >>># destroy _weakref <<< 4486 1726879798.42945: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 4486 1726879798.42959: stdout chunk (state=3): >>># destroy _string # destroy re <<< 4486 1726879798.42978: stdout chunk (state=3): >>># destroy itertools <<< 4486 1726879798.42986: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 4486 1726879798.43005: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879798.43361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879798.43430: stderr chunk (state=3): >>><<< 4486 1726879798.43433: stdout chunk (state=3): >>><<< 4486 1726879798.43498: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600df4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600dc3b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600df6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600e051c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600e05fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c1b800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c1be90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bfbaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bf91c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3e390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bfa060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c3cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6c7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600be0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c6cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6cb00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c6cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600bded20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6e4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c886e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c89e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8ac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c8b2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8a210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600c8bd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c8b4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6e510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a13c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3c410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c6e0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600a3c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a11df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3df10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3cb90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600c6ec00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a6a2a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a82420> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600abf1a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600ae1940> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600abf2c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a830b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46009042c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a81460> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600a3ee40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4600a81580> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_n8rbiyut/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460095a000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600934ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600907fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600937620> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600981970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600981a60> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460095ac90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46009826f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600982930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600982e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007ecb30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46007ee270> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007eeff0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007eff50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f2c00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46007f2d50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f0ef0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f6cc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f5790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f54f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f7fe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46007f1400> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083aea0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083b080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083cb60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083c920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460083f080> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083d250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008468a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083f230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46008475c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600847b00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4600847b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460083b200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084b2c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084c590> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600849a90> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f460084ae10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600849670> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46008d45f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d53d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f460084fd70> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d5400> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d7da0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e1fd0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e2930> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46008d6d50> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46006e1520> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e2990> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4600776b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006ec8f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e6930> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006e6780> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46006ee3c0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["kdumpctl", "reset-crashkernel", "--kernel=ALL"], "start": "2024-09-20 20:49:58.145248", "end": "2024-09-20 20:49:58.408977", "delta": "0:00:00.263729", "msg": "", "invocation": {"module_args": {"_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879798.44055: done with _execute_module (ansible.legacy.command, {'_raw_params': 'kdumpctl reset-crashkernel --kernel=ALL', '_ansible_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-1726879797.839847-5053-166074689869665/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879798.44059: _low_level_execute_command(): starting 4486 1726879798.44061: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879797.839847-5053-166074689869665/ > /dev/null 2>&1 && sleep 0' 4486 1726879798.44247: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879798.44251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879798.44253: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.44256: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.44259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.44322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.44325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.44327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.44370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.46213: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.46260: stderr chunk (state=3): >>><<< 4486 1726879798.46266: stdout chunk (state=3): >>><<< 4486 1726879798.46280: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879798.46286: handler run complete 4486 1726879798.46305: Evaluated conditional (True): True 4486 1726879798.46314: attempt loop complete, returning result 4486 1726879798.46317: _execute() done 4486 1726879798.46320: dumping result to json 4486 1726879798.46325: done dumping result, returning 4486 1726879798.46334: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed [0229e9c9-8e59-25d7-fcc3-00000000005f] 4486 1726879798.46340: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005f 4486 1726879798.46441: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000005f 4486 1726879798.46444: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "cmd": [ "kdumpctl", "reset-crashkernel", "--kernel=ALL" ], "delta": "0:00:00.263729", "end": "2024-09-20 20:49:58.408977", "rc": 0, "start": "2024-09-20 20:49:58.145248" } 4486 1726879798.46524: no more pending results, returning what we have 4486 1726879798.46527: results queue empty 4486 1726879798.46528: checking for any_errors_fatal 4486 1726879798.46535: done checking for any_errors_fatal 4486 1726879798.46535: checking for max_fail_percentage 4486 1726879798.46537: done checking for max_fail_percentage 4486 1726879798.46538: checking to see if all hosts have failed and the running result is not ok 4486 1726879798.46539: done checking to see if all hosts have failed 4486 1726879798.46540: getting the remaining hosts for this loop 4486 1726879798.46541: done getting the remaining hosts for this loop 4486 1726879798.46546: getting the next task for host managed_node3 4486 1726879798.46552: done getting next task for host managed_node3 4486 1726879798.46556: ^ task is: TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed 4486 1726879798.46559: ^ state is: HOST STATE: block=3, 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? (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 4486 1726879798.46578: getting variables 4486 1726879798.46579: in VariableManager get_vars() 4486 1726879798.46613: Calling all_inventory to load vars for managed_node3 4486 1726879798.46616: Calling groups_inventory to load vars for managed_node3 4486 1726879798.46618: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879798.46627: Calling all_plugins_play to load vars for managed_node3 4486 1726879798.46630: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879798.46633: Calling groups_plugins_play to load vars for managed_node3 4486 1726879798.46794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879798.46959: done with get_vars() 4486 1726879798.46971: done getting variables 4486 1726879798.47020: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Friday 20 September 2024 20:49:58 -0400 (0:00:00.703) 0:00:19.797 ****** 4486 1726879798.47046: entering _queue_task() for managed_node3/command 4486 1726879798.47252: worker is 1 (out of 1 available) 4486 1726879798.47270: exiting _queue_task() for managed_node3/command 4486 1726879798.47281: done queuing things up, now waiting for results queue to drain 4486 1726879798.47283: waiting for pending results... 4486 1726879798.47456: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed 4486 1726879798.47542: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000060 4486 1726879798.47555: variable 'ansible_search_path' from source: unknown 4486 1726879798.47559: variable 'ansible_search_path' from source: unknown 4486 1726879798.47594: calling self._execute() 4486 1726879798.47664: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.47674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.47677: variable 'omit' from source: magic vars 4486 1726879798.47963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879798.49515: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879798.49574: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879798.49606: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879798.49633: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879798.49656: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879798.49733: variable 'kdump_reboot_required' from source: set_fact 4486 1726879798.49746: Evaluated conditional (kdump_reboot_required | bool): True 4486 1726879798.49862: variable 'ansible_facts' from source: unknown 4486 1726879798.49915: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True 4486 1726879798.50038: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879798.50059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879798.50081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879798.50109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879798.50122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879798.50187: variable 'ansible_facts' from source: unknown 4486 1726879798.50232: Evaluated conditional (ansible_facts['distribution_major_version'] | int <= 8): False 4486 1726879798.50235: when evaluation is False, skipping this task 4486 1726879798.50239: _execute() done 4486 1726879798.50243: dumping result to json 4486 1726879798.50246: done dumping result, returning 4486 1726879798.50249: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed [0229e9c9-8e59-25d7-fcc3-000000000060] 4486 1726879798.50257: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000060 4486 1726879798.50356: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000060 skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts['distribution_major_version'] | int <= 8", "skip_reason": "Conditional result was False" } 4486 1726879798.50414: no more pending results, returning what we have 4486 1726879798.50417: results queue empty 4486 1726879798.50419: checking for any_errors_fatal 4486 1726879798.50427: done checking for any_errors_fatal 4486 1726879798.50428: checking for max_fail_percentage 4486 1726879798.50430: done checking for max_fail_percentage 4486 1726879798.50431: checking to see if all hosts have failed and the running result is not ok 4486 1726879798.50432: done checking to see if all hosts have failed 4486 1726879798.50433: getting the remaining hosts for this loop 4486 1726879798.50434: done getting the remaining hosts for this loop 4486 1726879798.50439: getting the next task for host managed_node3 4486 1726879798.50447: done getting next task for host managed_node3 4486 1726879798.50451: ^ task is: TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false 4486 1726879798.50454: ^ state is: HOST STATE: block=3, 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 4486 1726879798.50470: getting variables 4486 1726879798.50472: in VariableManager get_vars() 4486 1726879798.50502: Calling all_inventory to load vars for managed_node3 4486 1726879798.50505: Calling groups_inventory to load vars for managed_node3 4486 1726879798.50507: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879798.50516: Calling all_plugins_play to load vars for managed_node3 4486 1726879798.50518: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879798.50521: Calling groups_plugins_play to load vars for managed_node3 4486 1726879798.50668: WORKER PROCESS EXITING 4486 1726879798.50683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879798.50829: done with get_vars() 4486 1726879798.50838: done getting variables 4486 1726879798.50912: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Friday 20 September 2024 20:49:58 -0400 (0:00:00.038) 0:00:19.836 ****** 4486 1726879798.50934: entering _queue_task() for managed_node3/fail 4486 1726879798.50936: Creating lock for fail 4486 1726879798.51152: worker is 1 (out of 1 available) 4486 1726879798.51167: exiting _queue_task() for managed_node3/fail 4486 1726879798.51182: done queuing things up, now waiting for results queue to drain 4486 1726879798.51183: waiting for pending results... 4486 1726879798.51356: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false 4486 1726879798.51439: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000062 4486 1726879798.51452: variable 'ansible_search_path' from source: unknown 4486 1726879798.51455: variable 'ansible_search_path' from source: unknown 4486 1726879798.51490: calling self._execute() 4486 1726879798.51556: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.51560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.51573: variable 'omit' from source: magic vars 4486 1726879798.51853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879798.53430: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879798.53481: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879798.53511: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879798.53538: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879798.53559: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879798.53633: variable 'kdump_reboot_required' from source: set_fact 4486 1726879798.53646: Evaluated conditional (kdump_reboot_required | bool): True 4486 1726879798.53728: variable 'kdump_reboot_ok' from source: role '' defaults 4486 1726879798.53731: Evaluated conditional (not kdump_reboot_ok): True 4486 1726879798.53738: variable 'omit' from source: magic vars 4486 1726879798.53774: variable 'omit' from source: magic vars 4486 1726879798.53799: variable 'omit' from source: magic vars 4486 1726879798.53824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879798.53846: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879798.53862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879798.53880: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.53889: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.53913: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.53917: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.53922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.54006: Set connection var ansible_timeout to 10 4486 1726879798.54010: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879798.54013: Set connection var ansible_pipelining to False 4486 1726879798.54015: Set connection var ansible_shell_executable to /bin/sh 4486 1726879798.54018: Set connection var ansible_shell_type to sh 4486 1726879798.54020: Set connection var ansible_connection to ssh 4486 1726879798.54173: variable 'ansible_shell_executable' from source: unknown 4486 1726879798.54177: variable 'ansible_connection' from source: unknown 4486 1726879798.54181: variable 'ansible_module_compression' from source: unknown 4486 1726879798.54183: variable 'ansible_shell_type' from source: unknown 4486 1726879798.54186: variable 'ansible_shell_executable' from source: unknown 4486 1726879798.54188: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.54191: variable 'ansible_pipelining' from source: unknown 4486 1726879798.54193: variable 'ansible_timeout' from source: unknown 4486 1726879798.54196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.54478: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879798.54481: variable 'omit' from source: magic vars 4486 1726879798.54484: starting attempt loop 4486 1726879798.54486: running the handler 4486 1726879798.54488: handler run complete 4486 1726879798.54491: attempt loop complete, returning result 4486 1726879798.54493: _execute() done 4486 1726879798.54495: dumping result to json 4486 1726879798.54497: done dumping result, returning 4486 1726879798.54500: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false [0229e9c9-8e59-25d7-fcc3-000000000062] 4486 1726879798.54502: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000062 4486 1726879798.54584: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000062 4486 1726879798.54592: marking managed_node3 as failed 4486 1726879798.54600: marking host managed_node3 failed, current state: HOST STATE: block=3, 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 4486 1726879798.54609: ^ failed state is now: HOST STATE: block=3, 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=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879798.54612: getting the next task for host managed_node3 4486 1726879798.54618: done getting next task for host managed_node3 4486 1726879798.54621: ^ task is: TASK: If reboot is required - assert the expected fail message 4486 1726879798.54622: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node3]: FAILED! => { "changed": false } MSG: "Reboot is required to apply changes. Re-execute the role after boot to ensure that kdump is working." 4486 1726879798.54737: no more pending results, returning what we have 4486 1726879798.54741: results queue empty 4486 1726879798.54743: checking for any_errors_fatal 4486 1726879798.54746: done checking for any_errors_fatal 4486 1726879798.54747: checking for max_fail_percentage 4486 1726879798.54749: done checking for max_fail_percentage 4486 1726879798.54750: checking to see if all hosts have failed and the running result is not ok 4486 1726879798.54751: done checking to see if all hosts have failed 4486 1726879798.54751: getting the remaining hosts for this loop 4486 1726879798.54758: done getting the remaining hosts for this loop 4486 1726879798.54762: getting the next task for host managed_node3 4486 1726879798.54774: done getting next task for host managed_node3 4486 1726879798.54776: ^ task is: TASK: If reboot is required - assert the expected fail message 4486 1726879798.54778: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879798.54782: getting variables 4486 1726879798.54784: in VariableManager get_vars() 4486 1726879798.54818: Calling all_inventory to load vars for managed_node3 4486 1726879798.54821: Calling groups_inventory to load vars for managed_node3 4486 1726879798.54825: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879798.54832: WORKER PROCESS EXITING 4486 1726879798.54842: Calling all_plugins_play to load vars for managed_node3 4486 1726879798.54846: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879798.54849: Calling groups_plugins_play to load vars for managed_node3 4486 1726879798.55121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879798.55382: done with get_vars() 4486 1726879798.55392: done getting variables 4486 1726879798.55511: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:88 Friday 20 September 2024 20:49:58 -0400 (0:00:00.046) 0:00:19.882 ****** 4486 1726879798.55541: entering _queue_task() for managed_node3/assert 4486 1726879798.55543: Creating lock for assert 4486 1726879798.55837: worker is 1 (out of 1 available) 4486 1726879798.55854: exiting _queue_task() for managed_node3/assert 4486 1726879798.55873: done queuing things up, now waiting for results queue to drain 4486 1726879798.55875: waiting for pending results... 4486 1726879798.56050: running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message 4486 1726879798.56112: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000010 4486 1726879798.56124: variable 'ansible_search_path' from source: unknown 4486 1726879798.56156: calling self._execute() 4486 1726879798.56222: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.56225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.56234: variable 'omit' from source: magic vars 4486 1726879798.56322: variable 'omit' from source: magic vars 4486 1726879798.56348: variable 'omit' from source: magic vars 4486 1726879798.56377: variable 'omit' from source: magic vars 4486 1726879798.56412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879798.56445: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879798.56462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879798.56480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.56490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.56514: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.56518: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.56520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.56596: Set connection var ansible_timeout to 10 4486 1726879798.56600: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879798.56606: Set connection var ansible_pipelining to False 4486 1726879798.56612: Set connection var ansible_shell_executable to /bin/sh 4486 1726879798.56619: Set connection var ansible_shell_type to sh 4486 1726879798.56623: Set connection var ansible_connection to ssh 4486 1726879798.56643: variable 'ansible_shell_executable' from source: unknown 4486 1726879798.56646: variable 'ansible_connection' from source: unknown 4486 1726879798.56649: variable 'ansible_module_compression' from source: unknown 4486 1726879798.56652: variable 'ansible_shell_type' from source: unknown 4486 1726879798.56654: variable 'ansible_shell_executable' from source: unknown 4486 1726879798.56657: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.56660: variable 'ansible_pipelining' from source: unknown 4486 1726879798.56662: variable 'ansible_timeout' from source: unknown 4486 1726879798.56675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.56790: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879798.56799: variable 'omit' from source: magic vars 4486 1726879798.56804: starting attempt loop 4486 1726879798.56807: running the handler 4486 1726879798.57024: variable 'ansible_failed_result' from source: set_fact 4486 1726879798.57037: Evaluated conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): True 4486 1726879798.57145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879798.58737: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879798.58787: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879798.58815: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879798.58841: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879798.58866: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879798.58921: variable 'kdump_reboot_required' from source: set_fact 4486 1726879798.58933: Evaluated conditional (kdump_reboot_required | bool): True 4486 1726879798.58938: handler run complete 4486 1726879798.58951: attempt loop complete, returning result 4486 1726879798.58954: _execute() done 4486 1726879798.58958: dumping result to json 4486 1726879798.58961: done dumping result, returning 4486 1726879798.58973: done running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message [0229e9c9-8e59-25d7-fcc3-000000000010] 4486 1726879798.58976: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000010 4486 1726879798.59057: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000010 4486 1726879798.59060: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 4486 1726879798.59120: no more pending results, returning what we have 4486 1726879798.59123: results queue empty 4486 1726879798.59124: checking for any_errors_fatal 4486 1726879798.59130: done checking for any_errors_fatal 4486 1726879798.59131: checking for max_fail_percentage 4486 1726879798.59132: done checking for max_fail_percentage 4486 1726879798.59133: checking to see if all hosts have failed and the running result is not ok 4486 1726879798.59134: done checking to see if all hosts have failed 4486 1726879798.59135: getting the remaining hosts for this loop 4486 1726879798.59136: done getting the remaining hosts for this loop 4486 1726879798.59142: getting the next task for host managed_node3 4486 1726879798.59151: done getting next task for host managed_node3 4486 1726879798.59154: ^ task is: TASK: Cleanup kdump_path 4486 1726879798.59155: ^ 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 4486 1726879798.59158: getting variables 4486 1726879798.59159: in VariableManager get_vars() 4486 1726879798.59192: Calling all_inventory to load vars for managed_node3 4486 1726879798.59195: Calling groups_inventory to load vars for managed_node3 4486 1726879798.59198: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879798.59208: Calling all_plugins_play to load vars for managed_node3 4486 1726879798.59210: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879798.59214: Calling groups_plugins_play to load vars for managed_node3 4486 1726879798.59350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879798.59515: done with get_vars() 4486 1726879798.59522: done getting variables TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96 Friday 20 September 2024 20:49:58 -0400 (0:00:00.040) 0:00:19.923 ****** 4486 1726879798.59595: entering _queue_task() for managed_node3/file 4486 1726879798.59793: worker is 1 (out of 1 available) 4486 1726879798.59807: exiting _queue_task() for managed_node3/file 4486 1726879798.59819: done queuing things up, now waiting for results queue to drain 4486 1726879798.59821: waiting for pending results... 4486 1726879798.59995: running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path 4486 1726879798.60056: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000012 4486 1726879798.60074: variable 'ansible_search_path' from source: unknown 4486 1726879798.60106: calling self._execute() 4486 1726879798.60123: variable 'kdump_ssh_server' from source: play vars 4486 1726879798.60294: variable 'kdump_ssh_server' from source: play vars 4486 1726879798.60299: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879798.60351: variable 'kdump_test_ssh_server_outside' from source: play vars 4486 1726879798.60355: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.60409: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.60423: in VariableManager get_vars() 4486 1726879798.60451: Calling all_inventory to load vars for managed_node3 4486 1726879798.60455: Calling groups_inventory to load vars for managed_node3 4486 1726879798.60464: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879798.60487: Calling all_plugins_play to load vars for managed_node3 4486 1726879798.60491: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879798.60499: Calling groups_plugins_play to load vars for managed_node3 4486 1726879798.60662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879798.60811: done with get_vars() 4486 1726879798.60819: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.60855: variable 'ansible_delegated_vars' from source: unknown 4486 1726879798.60867: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.60876: variable 'omit' from source: magic vars 4486 1726879798.60940: variable 'omit' from source: magic vars 4486 1726879798.60961: variable 'omit' from source: magic vars 4486 1726879798.60987: variable 'kdump_path' from source: play vars 4486 1726879798.61039: variable 'kdump_path' from source: play vars 4486 1726879798.61053: variable 'omit' from source: magic vars 4486 1726879798.61063: variable 'ansible_delegated_vars' from source: unknown 4486 1726879798.61085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879798.61111: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879798.61128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879798.61144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.61155: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879798.61183: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.61187: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879798.61189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879798.61193: variable 'ansible_port' from source: unknown 4486 1726879798.61195: variable 'ansible_user' from source: unknown 4486 1726879798.61273: Set connection var ansible_timeout to 10 4486 1726879798.61280: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879798.61286: Set connection var ansible_pipelining to False 4486 1726879798.61292: Set connection var ansible_shell_executable to /bin/sh 4486 1726879798.61299: Set connection var ansible_shell_type to sh 4486 1726879798.61302: Set connection var ansible_connection to ssh 4486 1726879798.61322: variable 'ansible_delegated_vars' from source: unknown 4486 1726879798.61325: variable 'ansible_user' from source: unknown 4486 1726879798.61333: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879798.61494: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 4486 1726879798.61503: variable 'omit' from source: magic vars 4486 1726879798.61508: starting attempt loop 4486 1726879798.61511: running the handler 4486 1726879798.61523: _low_level_execute_command(): starting 4486 1726879798.61530: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879798.62043: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.62055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.62083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found <<< 4486 1726879798.62087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.62141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.62149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.62153: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.62197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.63916: stdout chunk (state=3): >>>/root <<< 4486 1726879798.64028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.64079: stderr chunk (state=3): >>><<< 4486 1726879798.64083: stdout chunk (state=3): >>><<< 4486 1726879798.64106: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879798.64118: _low_level_execute_command(): starting 4486 1726879798.64128: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593 `" && echo ansible-tmp-1726879798.6410546-5090-268199867387593="` echo /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593 `" ) && sleep 0' 4486 1726879798.64571: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879798.64576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879798.64602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.64605: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.64608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.64657: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.64661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.64679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.64720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.66689: stdout chunk (state=3): >>>ansible-tmp-1726879798.6410546-5090-268199867387593=/root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593 <<< 4486 1726879798.66807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.66857: stderr chunk (state=3): >>><<< 4486 1726879798.66860: stdout chunk (state=3): >>><<< 4486 1726879798.66879: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879798.6410546-5090-268199867387593=/root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879798.66901: variable 'ansible_delegated_vars' from source: unknown 4486 1726879798.66951: variable 'ansible_module_compression' from source: unknown 4486 1726879798.67000: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 4486 1726879798.67034: variable 'ansible_facts' from source: unknown 4486 1726879798.67104: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py 4486 1726879798.67216: Sending initial data 4486 1726879798.67220: Sent initial data (151 bytes) 4486 1726879798.67702: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.67706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.67710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.67712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.67755: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.67758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.67808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.69406: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 4486 1726879798.69412: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879798.69445: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879798.69496: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmp40ed1r5o /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py <<< 4486 1726879798.69503: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py" <<< 4486 1726879798.69535: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmp40ed1r5o" to remote "/root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py" <<< 4486 1726879798.70090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.70148: stderr chunk (state=3): >>><<< 4486 1726879798.70151: stdout chunk (state=3): >>><<< 4486 1726879798.70174: done transferring module to remote 4486 1726879798.70186: _low_level_execute_command(): starting 4486 1726879798.70198: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/ /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py && sleep 0' 4486 1726879798.70870: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879798.70874: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879798.70876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.70879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879798.70882: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879798.70885: stderr chunk (state=3): >>>debug2: match not found <<< 4486 1726879798.70893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.70907: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 4486 1726879798.70916: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 4486 1726879798.71071: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 4486 1726879798.71075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879798.71077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879798.71080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879798.71083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 4486 1726879798.71086: stderr chunk (state=3): >>>debug2: match found <<< 4486 1726879798.71088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.71090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.71093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.71121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.71184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.73009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.73056: stderr chunk (state=3): >>><<< 4486 1726879798.73060: stdout chunk (state=3): >>><<< 4486 1726879798.73075: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879798.73079: _low_level_execute_command(): starting 4486 1726879798.73084: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/AnsiballZ_file.py && sleep 0' 4486 1726879798.73629: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.73647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.73722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879798.76026: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879798.76059: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879798.76098: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 4486 1726879798.76103: stdout chunk (state=3): >>>import '_weakref' # <<< 4486 1726879798.76179: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879798.76185: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879798.76216: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879798.76254: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879798.76289: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 4486 1726879798.76295: stdout chunk (state=3): >>># installed zipimport hook <<< 4486 1726879798.76352: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 4486 1726879798.76357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.76379: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879798.76403: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879798.76439: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879798.76469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 4486 1726879798.76483: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d4c0530> <<< 4486 1726879798.76489: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d48fb30> <<< 4486 1726879798.76527: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 4486 1726879798.76531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d4c2ab0><<< 4486 1726879798.76543: stdout chunk (state=3): >>> <<< 4486 1726879798.76555: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879798.76581: stdout chunk (state=3): >>>import '_abc' # <<< 4486 1726879798.76585: stdout chunk (state=3): >>>import 'abc' # <<< 4486 1726879798.76608: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879798.76643: stdout chunk (state=3): >>>import '_stat' # <<< 4486 1726879798.76647: stdout chunk (state=3): >>>import 'stat' # <<< 4486 1726879798.76739: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879798.76774: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879798.76807: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879798.76824: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 4486 1726879798.76841: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 4486 1726879798.76861: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 4486 1726879798.76884: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879798.76909: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 4486 1726879798.76914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879798.76934: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d295190> <<< 4486 1726879798.76997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879798.77014: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.77019: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d295fd0> <<< 4486 1726879798.77048: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879798.77083: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879798.77335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879798.77353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 4486 1726879798.77383: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879798.77387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.77412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879798.77453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879798.77476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879798.77498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879798.77512: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d3e60> <<< 4486 1726879798.77535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879798.77554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 4486 1726879798.77580: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d3f20> <<< 4486 1726879798.77603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879798.77632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 4486 1726879798.77660: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879798.77708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.77733: stdout chunk (state=3): >>>import 'itertools' # <<< 4486 1726879798.77768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 4486 1726879798.77778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d30b830> <<< 4486 1726879798.77795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 4486 1726879798.77800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d30bec0> <<< 4486 1726879798.77819: stdout chunk (state=3): >>>import '_collections' # <<< 4486 1726879798.77878: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2ebb30> <<< 4486 1726879798.77885: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879798.77913: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2e9250> <<< 4486 1726879798.78016: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d1010> <<< 4486 1726879798.78047: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879798.78078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 4486 1726879798.78083: stdout chunk (state=3): >>>import '_sre' # <<< 4486 1726879798.78107: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879798.78131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 4486 1726879798.78159: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 4486 1726879798.78173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879798.78197: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32f830> <<< 4486 1726879798.78215: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32e450> <<< 4486 1726879798.78248: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 4486 1726879798.78252: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2ea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32cbc0> <<< 4486 1726879798.78312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879798.78320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 4486 1726879798.78331: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d02c0> <<< 4486 1726879798.78356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879798.78397: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.78402: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d35cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35cbc0> <<< 4486 1726879798.78447: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.78451: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d35cf80> <<< 4486 1726879798.78459: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2cede0> <<< 4486 1726879798.78491: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.78518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879798.78549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879798.78577: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35d340> <<< 4486 1726879798.78581: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 4486 1726879798.78616: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 4486 1726879798.78623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879798.78649: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35e570> <<< 4486 1726879798.78657: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879798.78662: stdout chunk (state=3): >>>import 'runpy' # <<< 4486 1726879798.78689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879798.78727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879798.78755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 4486 1726879798.78761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d3787a0> <<< 4486 1726879798.78781: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879798.78816: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.78822: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d379ee0> <<< 4486 1726879798.78849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879798.78858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 4486 1726879798.78890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879798.78899: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37ad80> <<< 4486 1726879798.78941: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d37b3b0> <<< 4486 1726879798.78962: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37a2d0> <<< 4486 1726879798.78982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 4486 1726879798.78988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879798.79033: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.79043: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d37bdd0> <<< 4486 1726879798.79055: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37b530> <<< 4486 1726879798.79097: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35e5d0> <<< 4486 1726879798.79121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879798.79149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879798.79173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 4486 1726879798.79191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879798.79227: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d14fce0> <<< 4486 1726879798.79256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 4486 1726879798.79261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879798.79289: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879798.79294: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d178800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d178560> <<< 4486 1726879798.79316: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d178770> <<< 4486 1726879798.79350: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.79353: stdout chunk (state=3): >>>import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d1789e0> <<< 4486 1726879798.79374: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d14de80> <<< 4486 1726879798.79395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879798.79508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879798.79534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879798.79549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 4486 1726879798.79558: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d17a060> <<< 4486 1726879798.79586: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d178ce0> <<< 4486 1726879798.79600: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35ecc0> <<< 4486 1726879798.79626: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879798.79685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.79705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879798.79754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879798.79792: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1a6420> <<< 4486 1726879798.79845: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879798.79869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.79897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879798.79901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879798.79953: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1be4e0> <<< 4486 1726879798.79978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879798.80015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879798.80095: stdout chunk (state=3): >>>import 'ntpath' # <<< 4486 1726879798.80099: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1fb260> <<< 4486 1726879798.80116: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879798.80158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879798.80184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879798.80230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879798.80320: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d219a00> <<< 4486 1726879798.80403: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1fb380> <<< 4486 1726879798.80447: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1bf170> <<< 4486 1726879798.80487: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cffc350> <<< 4486 1726879798.80504: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1bd520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d17afc0> <<< 4486 1726879798.80604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879798.80630: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff48d1bd640> <<< 4486 1726879798.80712: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_49g7ke6x/ansible_file_payload.zip' # zipimport: zlib available <<< 4486 1726879798.80867: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.80907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879798.80910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879798.80956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879798.81039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879798.81088: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d052030> <<< 4486 1726879798.81092: stdout chunk (state=3): >>>import '_typing' # <<< 4486 1726879798.81287: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d028f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d0280b0> <<< 4486 1726879798.81292: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.81324: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879798.81334: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.81360: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.81380: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.81391: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 4486 1726879798.81398: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.82990: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.84255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 4486 1726879798.84263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d02bd40> <<< 4486 1726879798.84295: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 4486 1726879798.84301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.84323: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 4486 1726879798.84347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879798.84365: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879798.84398: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.84404: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d079970> <<< 4486 1726879798.84442: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079700> <<< 4486 1726879798.84477: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079040> <<< 4486 1726879798.84500: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 4486 1726879798.84506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879798.84546: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079ac0> <<< 4486 1726879798.84555: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d052cc0> <<< 4486 1726879798.84561: stdout chunk (state=3): >>>import 'atexit' # <<< 4486 1726879798.84591: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d07a6f0> <<< 4486 1726879798.84622: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d07a930> <<< 4486 1726879798.84648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879798.84692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879798.84713: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879798.84767: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d07ae70> <<< 4486 1726879798.84774: stdout chunk (state=3): >>>import 'pwd' # <<< 4486 1726879798.84792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879798.84821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879798.84858: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee0bc0> <<< 4486 1726879798.84892: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.84897: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cee27e0> <<< 4486 1726879798.84916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 4486 1726879798.84939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879798.84978: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee3170> <<< 4486 1726879798.84995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879798.85023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879798.85045: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee4350> <<< 4486 1726879798.85066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879798.85101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879798.85128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 4486 1726879798.85134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879798.85185: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee6de0> <<< 4486 1726879798.85228: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cee6f00> <<< 4486 1726879798.85254: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee50a0> <<< 4486 1726879798.85277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879798.85301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879798.85327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879798.85352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879798.85380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879798.85404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 4486 1726879798.85427: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ceead50> <<< 4486 1726879798.85432: stdout chunk (state=3): >>>import '_tokenize' # <<< 4486 1726879798.85504: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee9820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee9580> <<< 4486 1726879798.85533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 4486 1726879798.85537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879798.85619: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ceeb9e0> <<< 4486 1726879798.85649: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee55b0> <<< 4486 1726879798.85679: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.85693: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf32f90> <<< 4486 1726879798.85709: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf330b0> <<< 4486 1726879798.85737: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879798.85756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 4486 1726879798.85782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879798.85822: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf34cb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf34a70> <<< 4486 1726879798.85850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879798.85973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879798.86025: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf371d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf35310> <<< 4486 1726879798.86054: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879798.86093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.86121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 4486 1726879798.86136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879798.86143: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879798.86185: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf3e9f0> <<< 4486 1726879798.86321: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf37380> <<< 4486 1726879798.86401: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879798.86406: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3f860> <<< 4486 1726879798.86436: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3f6e0> <<< 4486 1726879798.86484: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3fda0> <<< 4486 1726879798.86508: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf333b0> <<< 4486 1726879798.86524: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 4486 1726879798.86530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879798.86549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879798.86578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879798.86599: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.86626: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf43560> <<< 4486 1726879798.86799: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.86813: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf44560> <<< 4486 1726879798.86821: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf41cd0> <<< 4486 1726879798.86853: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.86863: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf43050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf418b0> <<< 4486 1726879798.86885: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.86889: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.86911: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879798.87013: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87111: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87125: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 4486 1726879798.87152: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87156: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 4486 1726879798.87178: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87312: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.87442: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.88072: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.88689: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 4486 1726879798.88693: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 4486 1726879798.88711: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879798.88737: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 4486 1726879798.88754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.88805: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 4486 1726879798.88811: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cfc8770> <<< 4486 1726879798.88897: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 4486 1726879798.88902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879798.88927: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfc95e0> <<< 4486 1726879798.88936: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf44710> <<< 4486 1726879798.88992: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879798.88995: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.89028: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.89040: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 4486 1726879798.89046: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.89208: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.89385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 4486 1726879798.89389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879798.89405: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfc93a0> <<< 4486 1726879798.89412: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.89927: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90438: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90511: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90597: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879798.90601: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90650: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90690: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879798.90698: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90775: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90871: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879798.90885: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90905: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879798.90912: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90960: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.90996: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879798.91017: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.91267: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.91529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879798.91594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879798.91609: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879798.91697: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfcb110> <<< 4486 1726879798.91699: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.91780: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.91864: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 4486 1726879798.91871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 4486 1726879798.91894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879798.91905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879798.92000: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.92134: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.92140: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdd9fa0> <<< 4486 1726879798.92199: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879798.92206: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdda750> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfcaf00> <<< 4486 1726879798.92227: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92279: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 4486 1726879798.92330: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92377: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92422: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92480: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92556: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879798.92600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.92695: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdd95e0> <<< 4486 1726879798.92740: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdda810> <<< 4486 1726879798.92772: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879798.92789: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92855: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92924: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92952: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.92997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879798.93027: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879798.93050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879798.93075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879798.93132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879798.93158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 4486 1726879798.93179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879798.93235: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ce6aa20> <<< 4486 1726879798.93283: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cde46e0> <<< 4486 1726879798.93370: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdde840> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdde690> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879798.93386: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.93415: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.93447: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 4486 1726879798.93452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879798.93503: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879798.93525: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.93539: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.93551: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 4486 1726879798.93556: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.94145: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.94751: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879798.94882: stdout chunk (state=3): >>> {"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "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}}} <<< 4486 1726879798.94889: stdout chunk (state=3): >>># destroy __main__ <<< 4486 1726879798.95245: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 4486 1726879798.95248: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 4486 1726879798.95268: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 4486 1726879798.95277: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs <<< 4486 1726879798.95304: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword <<< 4486 1726879798.95330: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 4486 1726879798.95340: stdout chunk (state=3): >>># cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 <<< 4486 1726879798.95349: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible<<< 4486 1726879798.95363: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 4486 1726879798.95374: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging <<< 4486 1726879798.95401: stdout chunk (state=3): >>># cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves <<< 4486 1726879798.95425: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib <<< 4486 1726879798.95429: stdout chunk (state=3): >>># cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext <<< 4486 1726879798.95436: stdout chunk (state=3): >>># cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 4486 1726879798.95677: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879798.95683: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879798.95699: stdout chunk (state=3): >>># destroy _bz2 <<< 4486 1726879798.95709: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 4486 1726879798.95728: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 4486 1726879798.95733: stdout chunk (state=3): >>> # destroy ipaddress <<< 4486 1726879798.95760: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879798.95771: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 4486 1726879798.95779: stdout chunk (state=3): >>># destroy array <<< 4486 1726879798.95811: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux <<< 4486 1726879798.95818: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 4486 1726879798.95829: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib <<< 4486 1726879798.95845: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian <<< 4486 1726879798.95856: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 4486 1726879798.95897: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize <<< 4486 1726879798.95915: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 4486 1726879798.95966: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 4486 1726879798.95974: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 4486 1726879798.95996: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno <<< 4486 1726879798.96013: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879798.96032: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 4486 1726879798.96042: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 4486 1726879798.96056: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path <<< 4486 1726879798.96093: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 4486 1726879798.96097: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 4486 1726879798.96101: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 4486 1726879798.96110: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader <<< 4486 1726879798.96226: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime <<< 4486 1726879798.96298: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879798.96304: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879798.96336: stdout chunk (state=3): >>># destroy _collections_abc <<< 4486 1726879798.96342: stdout chunk (state=3): >>># destroy _weakref <<< 4486 1726879798.96388: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale <<< 4486 1726879798.96404: stdout chunk (state=3): >>># destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 4486 1726879798.96407: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 4486 1726879798.96477: stdout chunk (state=3): >>># destroy _string <<< 4486 1726879798.96487: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 4486 1726879798.96522: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 4486 1726879798.96584: stdout chunk (state=3): >>># destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal <<< 4486 1726879798.96588: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 4486 1726879798.96609: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator <<< 4486 1726879798.96641: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879798.96715: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time <<< 4486 1726879798.96719: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 4486 1726879798.96780: stdout chunk (state=3): >>># destroy re # destroy _random # destroy itertools # destroy _collections <<< 4486 1726879798.96784: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy builtins # destroy _thread <<< 4486 1726879798.96813: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 4486 1726879798.97344: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879798.97584: stderr chunk (state=3): >>>Shared connection to 10.31.47.113 closed. <<< 4486 1726879798.97589: stdout chunk (state=3): >>><<< 4486 1726879798.97595: stderr chunk (state=3): >>><<< 4486 1726879798.97617: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d4c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d48fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d4c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d295190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d295fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d3e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d3f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d30b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d30bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2ebb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2e9250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d1010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32f830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32e450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2ea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d32cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2d02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d35cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35cbc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d35cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d2cede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35d340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35e570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d3787a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d379ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37ad80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d37b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d37bdd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d37b530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35e5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d14fce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d178800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d178560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d178770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d1789e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d14de80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d17a060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d178ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d35ecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1a6420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1be4e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1fb260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d219a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1fb380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1bf170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cffc350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d1bd520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d17afc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff48d1bd640> # zipimport: found 30 names in '/tmp/ansible_file_payload_49g7ke6x/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d052030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d028f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d0280b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d02bd40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d079970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079040> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d079ac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d052cc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d07a6f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48d07a930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48d07ae70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee0bc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cee27e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee3170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee4350> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee6de0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cee6f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee50a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ceead50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee9820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee9580> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ceeb9e0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cee55b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf32f90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf330b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf34cb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf34a70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf371d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf35310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf3e9f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf37380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3f860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3f6e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf3fda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf333b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf43560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf44560> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf41cd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cf43050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf418b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cfc8770> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfc95e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cf44710> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfc93a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfcb110> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdd9fa0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdda750> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cfcaf00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff48cdd95e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdda810> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48ce6aa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cde46e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdde840> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff48cdde690> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879798.98523: done with _execute_module (file, {'path': '/tmp/tests_ssh', '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-1726879798.6410546-5090-268199867387593/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879798.98528: _low_level_execute_command(): starting 4486 1726879798.98535: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879798.6410546-5090-268199867387593/ > /dev/null 2>&1 && sleep 0' 4486 1726879798.99449: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879798.99630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879798.99641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879798.99662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879798.99892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.02237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879799.02255: stdout chunk (state=3): >>><<< 4486 1726879799.02283: stderr chunk (state=3): >>><<< 4486 1726879799.02337: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879799.02386: handler run complete 4486 1726879799.02393: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879799.02404: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879799.02411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879799.02424: variable 'ansible_port' from source: unknown 4486 1726879799.02433: variable 'ansible_user' from source: unknown 4486 1726879799.02440: attempt loop complete, returning result 4486 1726879799.02461: _execute() done 4486 1726879799.02474: dumping result to json 4486 1726879799.02479: done dumping result, returning 4486 1726879799.02488: done running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path [0229e9c9-8e59-25d7-fcc3-000000000012] 4486 1726879799.02493: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000012 ok: [managed_node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } 4486 1726879799.02789: no more pending results, returning what we have 4486 1726879799.02794: results queue empty 4486 1726879799.02796: checking for any_errors_fatal 4486 1726879799.02803: done checking for any_errors_fatal 4486 1726879799.02805: checking for max_fail_percentage 4486 1726879799.02807: done checking for max_fail_percentage 4486 1726879799.02808: checking to see if all hosts have failed and the running result is not ok 4486 1726879799.02810: done checking to see if all hosts have failed 4486 1726879799.02811: getting the remaining hosts for this loop 4486 1726879799.02813: done getting the remaining hosts for this loop 4486 1726879799.02819: getting the next task for host managed_node3 4486 1726879799.02830: done getting next task for host managed_node3 4486 1726879799.02833: ^ task is: TASK: meta (flush_handlers) 4486 1726879799.02836: ^ state is: HOST STATE: block=5, 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 4486 1726879799.02842: getting variables 4486 1726879799.02843: in VariableManager get_vars() 4486 1726879799.02883: Calling all_inventory to load vars for managed_node3 4486 1726879799.02888: Calling groups_inventory to load vars for managed_node3 4486 1726879799.02892: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.02917: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.02922: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.02927: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.03233: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000012 4486 1726879799.03242: WORKER PROCESS EXITING 4486 1726879799.03307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.03662: done with get_vars() 4486 1726879799.03679: done getting variables 4486 1726879799.03801: in VariableManager get_vars() 4486 1726879799.03815: Calling all_inventory to load vars for managed_node3 4486 1726879799.03820: Calling groups_inventory to load vars for managed_node3 4486 1726879799.03822: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.03827: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.03842: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.03847: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.04052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.04242: done with get_vars() NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node3 4486 1726879799.04271: done queuing things up, now waiting for results queue to drain 4486 1726879799.04273: results queue empty 4486 1726879799.04273: checking for any_errors_fatal 4486 1726879799.04276: done checking for any_errors_fatal 4486 1726879799.04276: checking for max_fail_percentage 4486 1726879799.04280: done checking for max_fail_percentage 4486 1726879799.04281: checking to see if all hosts have failed and the running result is not ok 4486 1726879799.04281: done checking to see if all hosts have failed 4486 1726879799.04282: getting the remaining hosts for this loop 4486 1726879799.04285: done getting the remaining hosts for this loop 4486 1726879799.04287: getting the next task for host managed_node3 4486 1726879799.04289: done getting next task for host managed_node3 4486 1726879799.04293: ^ task is: HANDLER: fedora.linux_system_roles.kdump : Restart kdump 4486 1726879799.04294: ^ state is: HOST STATE: block=5, task=1, rescue=0, always=0, handlers=1, run_state=4, fail_state=0, pre_flushing_run_state=1, update_handlers=False, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879799.04295: getting variables 4486 1726879799.04296: in VariableManager get_vars() 4486 1726879799.04305: Calling all_inventory to load vars for managed_node3 4486 1726879799.04306: Calling groups_inventory to load vars for managed_node3 4486 1726879799.04307: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.04311: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.04312: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.04314: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.04429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.04563: done with get_vars() 4486 1726879799.04572: done getting variables 4486 1726879799.04605: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Friday 20 September 2024 20:49:59 -0400 (0:00:00.450) 0:00:20.373 ****** 4486 1726879799.04626: entering _queue_task() for managed_node3/service 4486 1726879799.04836: worker is 1 (out of 1 available) 4486 1726879799.04852: exiting _queue_task() for managed_node3/service 4486 1726879799.04872: done queuing things up, now waiting for results queue to drain 4486 1726879799.04874: waiting for pending results... 4486 1726879799.05043: running TaskExecutor() for managed_node3/HANDLER: fedora.linux_system_roles.kdump : Restart kdump 4486 1726879799.05131: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000067 4486 1726879799.05146: variable 'ansible_search_path' from source: unknown 4486 1726879799.05151: variable 'ansible_search_path' from source: unknown 4486 1726879799.05184: calling self._execute() 4486 1726879799.05249: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879799.05253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879799.05262: variable 'omit' from source: magic vars 4486 1726879799.05572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 4486 1726879799.07573: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 4486 1726879799.07579: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 4486 1726879799.07639: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 4486 1726879799.07692: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 4486 1726879799.07731: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 4486 1726879799.07838: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 4486 1726879799.07923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 4486 1726879799.07927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 4486 1726879799.07983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 4486 1726879799.08006: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 4486 1726879799.08176: Evaluated conditional (not __kdump_service_start.changed | d(false)): True 4486 1726879799.08359: variable 'kdump_reboot_required' from source: set_fact 4486 1726879799.08363: Evaluated conditional (not kdump_reboot_required): False 4486 1726879799.08371: when evaluation is False, skipping this task 4486 1726879799.08374: _execute() done 4486 1726879799.08377: dumping result to json 4486 1726879799.08379: done dumping result, returning 4486 1726879799.08382: done running TaskExecutor() for managed_node3/HANDLER: fedora.linux_system_roles.kdump : Restart kdump [0229e9c9-8e59-25d7-fcc3-000000000067] 4486 1726879799.08384: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000067 4486 1726879799.08648: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000067 4486 1726879799.08652: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not kdump_reboot_required", "skip_reason": "Conditional result was False" } 4486 1726879799.08697: no more pending results, returning what we have 4486 1726879799.08701: results queue empty 4486 1726879799.08702: checking for any_errors_fatal 4486 1726879799.08704: done checking for any_errors_fatal 4486 1726879799.08704: checking for max_fail_percentage 4486 1726879799.08706: done checking for max_fail_percentage 4486 1726879799.08707: checking to see if all hosts have failed and the running result is not ok 4486 1726879799.08708: done checking to see if all hosts have failed 4486 1726879799.08709: getting the remaining hosts for this loop 4486 1726879799.08710: done getting the remaining hosts for this loop 4486 1726879799.08714: getting the next task for host managed_node3 4486 1726879799.08720: done getting next task for host managed_node3 4486 1726879799.08723: ^ task is: TASK: meta (flush_handlers) 4486 1726879799.08725: ^ state is: HOST STATE: block=6, 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 4486 1726879799.08730: getting variables 4486 1726879799.08731: in VariableManager get_vars() 4486 1726879799.08759: Calling all_inventory to load vars for managed_node3 4486 1726879799.08762: Calling groups_inventory to load vars for managed_node3 4486 1726879799.08767: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.08780: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.08783: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.08786: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.09095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.09349: done with get_vars() 4486 1726879799.09360: done getting variables 4486 1726879799.09443: in VariableManager get_vars() 4486 1726879799.09453: Calling all_inventory to load vars for managed_node3 4486 1726879799.09455: Calling groups_inventory to load vars for managed_node3 4486 1726879799.09458: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.09462: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.09471: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.09475: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.09708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.09951: done with get_vars() 4486 1726879799.09974: done queuing things up, now waiting for results queue to drain 4486 1726879799.09976: results queue empty 4486 1726879799.09977: checking for any_errors_fatal 4486 1726879799.09979: done checking for any_errors_fatal 4486 1726879799.09980: checking for max_fail_percentage 4486 1726879799.09981: done checking for max_fail_percentage 4486 1726879799.09982: checking to see if all hosts have failed and the running result is not ok 4486 1726879799.09983: done checking to see if all hosts have failed 4486 1726879799.09984: getting the remaining hosts for this loop 4486 1726879799.09985: done getting the remaining hosts for this loop 4486 1726879799.09988: getting the next task for host managed_node3 4486 1726879799.09991: done getting next task for host managed_node3 4486 1726879799.09992: ^ task is: None 4486 1726879799.09994: ^ state is: HOST STATE: block=7, 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 4486 1726879799.09995: done queuing things up, now waiting for results queue to drain 4486 1726879799.09996: results queue empty 4486 1726879799.09997: checking for any_errors_fatal 4486 1726879799.09998: done checking for any_errors_fatal 4486 1726879799.09999: checking for max_fail_percentage 4486 1726879799.10000: done checking for max_fail_percentage 4486 1726879799.10005: checking to see if all hosts have failed and the running result is not ok 4486 1726879799.10006: done checking to see if all hosts have failed 4486 1726879799.10008: getting the next task for host managed_node3 4486 1726879799.10011: done getting next task for host managed_node3 4486 1726879799.10012: ^ task is: None 4486 1726879799.10013: ^ state is: HOST STATE: block=7, 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 4486 1726879799.10057: in VariableManager get_vars() 4486 1726879799.10082: done with get_vars() 4486 1726879799.10088: in VariableManager get_vars() 4486 1726879799.10098: done with get_vars() 4486 1726879799.10103: variable 'omit' from source: magic vars 4486 1726879799.10133: in VariableManager get_vars() 4486 1726879799.10143: done with get_vars() 4486 1726879799.10171: variable 'omit' from source: magic vars PLAY [Run tests_ssh.yml in check_mode] ***************************************** 4486 1726879799.10410: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 4486 1726879799.10432: getting the remaining hosts for this loop 4486 1726879799.10434: done getting the remaining hosts for this loop 4486 1726879799.10437: getting the next task for host managed_node3 4486 1726879799.10439: done getting next task for host managed_node3 4486 1726879799.10442: ^ task is: TASK: Gathering Facts 4486 1726879799.10443: ^ 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 4486 1726879799.10445: getting variables 4486 1726879799.10446: in VariableManager get_vars() 4486 1726879799.10454: Calling all_inventory to load vars for managed_node3 4486 1726879799.10456: Calling groups_inventory to load vars for managed_node3 4486 1726879799.10459: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879799.10467: Calling all_plugins_play to load vars for managed_node3 4486 1726879799.10472: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879799.10476: Calling groups_plugins_play to load vars for managed_node3 4486 1726879799.10652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879799.10896: done with get_vars() 4486 1726879799.10904: done getting variables 4486 1726879799.10955: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:29 Friday 20 September 2024 20:49:59 -0400 (0:00:00.063) 0:00:20.437 ****** 4486 1726879799.10985: entering _queue_task() for managed_node3/gather_facts 4486 1726879799.11223: worker is 1 (out of 1 available) 4486 1726879799.11235: exiting _queue_task() for managed_node3/gather_facts 4486 1726879799.11250: done queuing things up, now waiting for results queue to drain 4486 1726879799.11252: waiting for pending results... 4486 1726879799.11541: running TaskExecutor() for managed_node3/TASK: Gathering Facts 4486 1726879799.11711: in run() - task 0229e9c9-8e59-25d7-fcc3-00000000017c 4486 1726879799.11716: variable 'ansible_search_path' from source: unknown 4486 1726879799.11734: calling self._execute() 4486 1726879799.11823: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879799.11874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879799.11877: variable 'omit' from source: magic vars 4486 1726879799.11977: variable 'omit' from source: magic vars 4486 1726879799.12018: variable 'omit' from source: magic vars 4486 1726879799.12103: variable 'omit' from source: magic vars 4486 1726879799.12119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879799.12174: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 4486 1726879799.12202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879799.12233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879799.12255: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879799.12322: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879799.12325: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879799.12328: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879799.12445: Set connection var ansible_timeout to 10 4486 1726879799.12457: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879799.12584: Set connection var ansible_pipelining to False 4486 1726879799.12588: Set connection var ansible_shell_executable to /bin/sh 4486 1726879799.12590: Set connection var ansible_shell_type to sh 4486 1726879799.12593: Set connection var ansible_connection to ssh 4486 1726879799.12595: variable 'ansible_shell_executable' from source: unknown 4486 1726879799.12598: variable 'ansible_connection' from source: unknown 4486 1726879799.12600: variable 'ansible_module_compression' from source: unknown 4486 1726879799.12602: variable 'ansible_shell_type' from source: unknown 4486 1726879799.12605: variable 'ansible_shell_executable' from source: unknown 4486 1726879799.12607: variable 'ansible_host' from source: host vars for 'managed_node3' 4486 1726879799.12610: variable 'ansible_pipelining' from source: unknown 4486 1726879799.12612: variable 'ansible_timeout' from source: unknown 4486 1726879799.12614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 4486 1726879799.12788: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879799.12812: variable 'omit' from source: magic vars 4486 1726879799.12822: starting attempt loop 4486 1726879799.12830: running the handler 4486 1726879799.12860: variable 'ansible_facts' from source: unknown 4486 1726879799.12911: _low_level_execute_command(): starting 4486 1726879799.12915: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 4486 1726879799.13737: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879799.13754: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879799.13787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879799.13813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879799.13908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879799.13949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879799.13975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879799.14004: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879799.14086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.15863: stdout chunk (state=3): >>>/root <<< 4486 1726879799.16176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879799.16180: stdout chunk (state=3): >>><<< 4486 1726879799.16183: stderr chunk (state=3): >>><<< 4486 1726879799.16187: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879799.16190: _low_level_execute_command(): starting 4486 1726879799.16193: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853 `" && echo ansible-tmp-1726879799.1607487-5111-7997246587853="` echo /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853 `" ) && sleep 0' 4486 1726879799.16781: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879799.16795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879799.16803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879799.16837: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879799.16892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.18878: stdout chunk (state=3): >>>ansible-tmp-1726879799.1607487-5111-7997246587853=/root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853 <<< 4486 1726879799.19074: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879799.19078: stdout chunk (state=3): >>><<< 4486 1726879799.19081: stderr chunk (state=3): >>><<< 4486 1726879799.19099: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879799.1607487-5111-7997246587853=/root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879799.19272: variable 'ansible_module_compression' from source: unknown 4486 1726879799.19276: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 4486 1726879799.19279: variable 'ansible_facts' from source: unknown 4486 1726879799.19474: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py 4486 1726879799.19631: Sending initial data 4486 1726879799.19735: Sent initial data (150 bytes) 4486 1726879799.20332: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879799.20348: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879799.20395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879799.20409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879799.20516: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879799.20559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879799.20598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.22244: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 4486 1726879799.22308: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 4486 1726879799.22374: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-44863dlsw62o/tmpvp6j5vqm /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py <<< 4486 1726879799.22378: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py" <<< 4486 1726879799.22416: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-44863dlsw62o/tmpvp6j5vqm" to remote "/root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py" <<< 4486 1726879799.24050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879799.24054: stderr chunk (state=3): >>><<< 4486 1726879799.24102: stdout chunk (state=3): >>><<< 4486 1726879799.24115: done transferring module to remote 4486 1726879799.24134: _low_level_execute_command(): starting 4486 1726879799.24144: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/ /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py && sleep 0' 4486 1726879799.24794: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879799.24809: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879799.24824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879799.24841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 4486 1726879799.24882: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879799.24978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879799.25006: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879799.25083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.27059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879799.27063: stdout chunk (state=3): >>><<< 4486 1726879799.27071: stderr chunk (state=3): >>><<< 4486 1726879799.27174: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879799.27178: _low_level_execute_command(): starting 4486 1726879799.27181: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/AnsiballZ_setup.py && sleep 0' 4486 1726879799.27752: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 4486 1726879799.27767: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 4486 1726879799.27838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879799.27900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879799.27919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 4486 1726879799.27951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879799.28033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879799.30433: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 4486 1726879799.30466: stdout chunk (state=3): >>>import _imp # builtin <<< 4486 1726879799.30500: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 4486 1726879799.30591: stdout chunk (state=3): >>>import '_io' # <<< 4486 1726879799.30611: stdout chunk (state=3): >>>import 'marshal' # <<< 4486 1726879799.30629: stdout chunk (state=3): >>>import 'posix' # <<< 4486 1726879799.30682: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 4486 1726879799.30707: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 4486 1726879799.30768: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.30812: stdout chunk (state=3): >>>import '_codecs' # <<< 4486 1726879799.30819: stdout chunk (state=3): >>>import 'codecs' # <<< 4486 1726879799.30863: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 4486 1726879799.30885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a2c0530> <<< 4486 1726879799.30944: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a28fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 4486 1726879799.30948: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a2c2ab0> <<< 4486 1726879799.30985: stdout chunk (state=3): >>>import '_signal' # <<< 4486 1726879799.31008: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 4486 1726879799.31045: stdout chunk (state=3): >>>import 'io' # <<< 4486 1726879799.31049: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 4486 1726879799.31136: stdout chunk (state=3): >>>import '_collections_abc' # <<< 4486 1726879799.31170: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 4486 1726879799.31219: stdout chunk (state=3): >>>import 'os' # <<< 4486 1726879799.31250: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 4486 1726879799.31309: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 4486 1726879799.31313: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 4486 1726879799.31331: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a071190> <<< 4486 1726879799.31396: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 4486 1726879799.31415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a071fd0> <<< 4486 1726879799.31464: stdout chunk (state=3): >>>import 'site' # <<< 4486 1726879799.31473: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 4486 1726879799.31895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 4486 1726879799.31923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 4486 1726879799.31949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.31995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 4486 1726879799.31999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 4486 1726879799.32056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 4486 1726879799.32067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 4486 1726879799.32101: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0afdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 4486 1726879799.32124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0affe0> <<< 4486 1726879799.32158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 4486 1726879799.32190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 4486 1726879799.32254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.32297: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0e7800> <<< 4486 1726879799.32337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 4486 1726879799.32366: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0e7e90> import '_collections' # <<< 4486 1726879799.32420: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c7aa0> <<< 4486 1726879799.32423: stdout chunk (state=3): >>>import '_functools' # <<< 4486 1726879799.32450: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c51c0> <<< 4486 1726879799.32553: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0acf80> <<< 4486 1726879799.32601: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 4486 1726879799.32624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 4486 1726879799.32654: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 4486 1726879799.32686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 4486 1726879799.32734: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a10b740> <<< 4486 1726879799.32766: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a10a360> <<< 4486 1726879799.32792: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c6090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a108b90> <<< 4486 1726879799.32844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 4486 1726879799.32905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1387d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0ac200> <<< 4486 1726879799.32912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 4486 1726879799.32927: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a138c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a138b30> <<< 4486 1726879799.32979: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.32999: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a138ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0aad20> <<< 4486 1726879799.33036: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.33084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 4486 1726879799.33088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 4486 1726879799.33159: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a139280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 4486 1726879799.33201: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13a4b0> <<< 4486 1726879799.33205: stdout chunk (state=3): >>>import 'importlib.util' # <<< 4486 1726879799.33255: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 4486 1726879799.33259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 4486 1726879799.33299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1546e0> <<< 4486 1726879799.33335: stdout chunk (state=3): >>>import 'errno' # <<< 4486 1726879799.33354: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a155e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 4486 1726879799.33413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 4486 1726879799.33427: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a156cc0> <<< 4486 1726879799.33477: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a157320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a156210> <<< 4486 1726879799.33493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 4486 1726879799.33544: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.33571: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a157da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1574d0> <<< 4486 1726879799.33609: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13a510> <<< 4486 1726879799.33621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 4486 1726879799.33660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 4486 1726879799.33696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 4486 1726879799.33743: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e63c20> <<< 4486 1726879799.33757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 4486 1726879799.33811: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8c4d0> <<< 4486 1726879799.33835: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c7a0> <<< 4486 1726879799.33867: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c980> <<< 4486 1726879799.33896: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e61dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 4486 1726879799.34040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 4486 1726879799.34045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 4486 1726879799.34094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8e000> <<< 4486 1726879799.34104: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8cc80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13ac00> <<< 4486 1726879799.34120: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 4486 1726879799.34193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.34206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 4486 1726879799.34246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 4486 1726879799.34278: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89eba390> <<< 4486 1726879799.34330: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 4486 1726879799.34372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.34376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 4486 1726879799.34396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 4486 1726879799.34433: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed2510> <<< 4486 1726879799.34456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 4486 1726879799.34496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 4486 1726879799.34591: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f0b260> <<< 4486 1726879799.34639: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 4486 1726879799.34690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 4486 1726879799.34719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 4486 1726879799.34760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 4486 1726879799.34862: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f31a00> <<< 4486 1726879799.34941: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f0b380> <<< 4486 1726879799.35004: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed31a0> <<< 4486 1726879799.35035: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d54380> <<< 4486 1726879799.35049: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed1550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8ef30> <<< 4486 1726879799.35225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 4486 1726879799.35238: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7b89d545f0> <<< 4486 1726879799.35416: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_3ive1mqf/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 4486 1726879799.35588: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.35611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 4486 1726879799.35629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 4486 1726879799.35654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 4486 1726879799.35749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 4486 1726879799.35781: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89dba0c0> import '_typing' # <<< 4486 1726879799.35991: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d90fb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d90140> # zipimport: zlib available <<< 4486 1726879799.36038: stdout chunk (state=3): >>>import 'ansible' # <<< 4486 1726879799.36047: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.36105: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 4486 1726879799.36108: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.37659: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.38958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d93f50> <<< 4486 1726879799.38991: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.39035: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 4486 1726879799.39055: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 4486 1726879799.39090: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89de9af0> <<< 4486 1726879799.39128: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de9880> <<< 4486 1726879799.39181: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de9190> <<< 4486 1726879799.39195: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 4486 1726879799.39241: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de95e0> <<< 4486 1726879799.39270: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89dbad50> import 'atexit' # <<< 4486 1726879799.39309: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89dea870> <<< 4486 1726879799.39328: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89deaab0> <<< 4486 1726879799.39348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 4486 1726879799.39397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 4486 1726879799.39408: stdout chunk (state=3): >>>import '_locale' # <<< 4486 1726879799.39457: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89deaff0> <<< 4486 1726879799.39495: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 4486 1726879799.39510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 4486 1726879799.39553: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c50da0> <<< 4486 1726879799.39589: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c529c0> <<< 4486 1726879799.39621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 4486 1726879799.39666: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c532f0> <<< 4486 1726879799.39689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 4486 1726879799.39728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 4486 1726879799.39746: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c544d0> <<< 4486 1726879799.39763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 4486 1726879799.39789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 4486 1726879799.39818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 4486 1726879799.39879: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c56f60> <<< 4486 1726879799.39914: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c57080> <<< 4486 1726879799.39954: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c55220> <<< 4486 1726879799.39978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 4486 1726879799.40010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 4486 1726879799.40043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 4486 1726879799.40054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 4486 1726879799.40104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 4486 1726879799.40118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c5ae70> import '_tokenize' # <<< 4486 1726879799.40202: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c59940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c596a0> <<< 4486 1726879799.40232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 4486 1726879799.40307: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c5bfb0> <<< 4486 1726879799.40354: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c55730> <<< 4486 1726879799.40389: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c9f050> <<< 4486 1726879799.40397: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c9f1d0> <<< 4486 1726879799.40428: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 4486 1726879799.40462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 4486 1726879799.40511: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.40533: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89ca0dd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca0b90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 4486 1726879799.40665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 4486 1726879799.40713: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89ca3320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca14c0> <<< 4486 1726879799.40746: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 4486 1726879799.40794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.40836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 4486 1726879799.40840: stdout chunk (state=3): >>>import '_string' # <<< 4486 1726879799.40887: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89caeb10> <<< 4486 1726879799.41023: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca34d0> <<< 4486 1726879799.41109: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.41134: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafdd0> <<< 4486 1726879799.41157: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafc80> <<< 4486 1726879799.41210: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafef0> <<< 4486 1726879799.41242: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c9f4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 4486 1726879799.41274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 4486 1726879799.41294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 4486 1726879799.41327: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.41346: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb3530> <<< 4486 1726879799.41527: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.41530: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb48c0> <<< 4486 1726879799.41599: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb1ca0> <<< 4486 1726879799.41605: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb3020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb1880> # zipimport: zlib available <<< 4486 1726879799.41630: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 4486 1726879799.41724: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.41859: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 4486 1726879799.41863: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 4486 1726879799.41894: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 4486 1726879799.42032: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.42156: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.42797: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.43432: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 4486 1726879799.43472: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 4486 1726879799.43487: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.43535: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b3c980> <<< 4486 1726879799.43632: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 4486 1726879799.43672: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3d790> <<< 4486 1726879799.43677: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb7da0> <<< 4486 1726879799.43732: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 4486 1726879799.43736: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.43774: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 4486 1726879799.43798: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.43943: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.44120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 4486 1726879799.44150: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3d880> # zipimport: zlib available <<< 4486 1726879799.44687: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45196: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45279: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45372: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 4486 1726879799.45386: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45411: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45466: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 4486 1726879799.45474: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45533: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45640: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 4486 1726879799.45685: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 4486 1726879799.45689: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45719: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.45779: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 4486 1726879799.45783: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.46032: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.46293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 4486 1726879799.46379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 4486 1726879799.46390: stdout chunk (state=3): >>>import '_ast' # <<< 4486 1726879799.46457: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3e750> <<< 4486 1726879799.46487: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.46547: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.46649: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 4486 1726879799.46655: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 4486 1726879799.46686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 4486 1726879799.46772: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.46902: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b462d0> <<< 4486 1726879799.46968: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b46bd0> <<< 4486 1726879799.46993: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3f620> # zipimport: zlib available <<< 4486 1726879799.47043: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47091: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 4486 1726879799.47143: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47191: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47254: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47324: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 4486 1726879799.47375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.47476: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b458e0> <<< 4486 1726879799.47511: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b46cc0> <<< 4486 1726879799.47564: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 4486 1726879799.47571: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47630: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47699: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47731: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.47785: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.47842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 4486 1726879799.47846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 4486 1726879799.47868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 4486 1726879799.47917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 4486 1726879799.47949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 4486 1726879799.48006: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bdae40> <<< 4486 1726879799.48061: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b53b90> <<< 4486 1726879799.48168: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b4ed80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b4ebd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 4486 1726879799.48200: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48209: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48231: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 4486 1726879799.48308: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 4486 1726879799.48327: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 4486 1726879799.48348: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48400: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48479: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48515: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48519: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48555: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48603: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48643: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 4486 1726879799.48781: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48858: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48888: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.48927: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 4486 1726879799.48939: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.49130: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.49329: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.49373: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.49426: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879799.49466: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 4486 1726879799.49474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 4486 1726879799.49501: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 4486 1726879799.49518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 4486 1726879799.49552: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be1c70> <<< 4486 1726879799.49583: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 4486 1726879799.49591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 4486 1726879799.49605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 4486 1726879799.49649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 4486 1726879799.49680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 4486 1726879799.49697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 4486 1726879799.49720: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89148350> <<< 4486 1726879799.49737: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.49750: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89148650> <<< 4486 1726879799.49802: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bc13d0> <<< 4486 1726879799.49826: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bc0320> <<< 4486 1726879799.49867: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0350> <<< 4486 1726879799.49871: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0e60> <<< 4486 1726879799.49895: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 4486 1726879799.49943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 4486 1726879799.49973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 4486 1726879799.49999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 4486 1726879799.50014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 4486 1726879799.50041: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.50066: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8914b6e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914af90> <<< 4486 1726879799.50096: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8914b170> <<< 4486 1726879799.50100: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914a3c0> <<< 4486 1726879799.50124: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 4486 1726879799.50243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 4486 1726879799.50256: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914b8c0> <<< 4486 1726879799.50278: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 4486 1726879799.50304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879799.50335: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891b23c0> <<< 4486 1726879799.50370: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b03e0> <<< 4486 1726879799.50408: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0d70> import 'ansible.module_utils.facts.timeout' # <<< 4486 1726879799.50421: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 4486 1726879799.50458: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50462: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 4486 1726879799.50486: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50537: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50600: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 4486 1726879799.50620: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50674: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 4486 1726879799.50752: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50769: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 4486 1726879799.50809: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 4486 1726879799.50857: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50901: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.50960: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 4486 1726879799.50975: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51011: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 4486 1726879799.51080: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51133: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51194: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51264: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 4486 1726879799.51341: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.51908: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 4486 1726879799.52425: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52482: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52544: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52581: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52622: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 4486 1726879799.52640: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52661: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 4486 1726879799.52717: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52771: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 4486 1726879799.52848: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52874: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52915: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 4486 1726879799.52919: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52951: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.52986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 4486 1726879799.52998: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53078: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 4486 1726879799.53199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 4486 1726879799.53220: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b3f50> <<< 4486 1726879799.53234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 4486 1726879799.53267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 4486 1726879799.53407: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b3260> import 'ansible.module_utils.facts.system.local' # <<< 4486 1726879799.53411: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53487: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53554: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 4486 1726879799.53571: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53660: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53766: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 4486 1726879799.53845: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 4486 1726879799.53934: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.53975: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.54027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 4486 1726879799.54076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 4486 1726879799.54161: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.54221: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891e26c0> <<< 4486 1726879799.54438: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891cf530> <<< 4486 1726879799.54450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 4486 1726879799.54514: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.54576: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 4486 1726879799.54678: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.54766: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.54891: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55054: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 4486 1726879799.55077: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55107: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 4486 1726879799.55175: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55202: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 4486 1726879799.55305: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 4486 1726879799.55330: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891fe210> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891ffb90> <<< 4486 1726879799.55347: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 4486 1726879799.55379: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 4486 1726879799.55399: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55422: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 4486 1726879799.55483: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55649: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.55828: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 4486 1726879799.55831: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.56236: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 4486 1726879799.56361: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.56512: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 4486 1726879799.56541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 4486 1726879799.56668: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.56800: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 4486 1726879799.56814: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.56880: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.56893: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.57539: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58100: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 4486 1726879799.58124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 4486 1726879799.58238: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58356: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 4486 1726879799.58376: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58472: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58586: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 4486 1726879799.58605: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58762: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58951: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 4486 1726879799.58954: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.58980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 4486 1726879799.59026: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 4486 1726879799.59094: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59190: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59298: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59524: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59762: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 4486 1726879799.59779: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59806: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59855: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 4486 1726879799.59888: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 4486 1726879799.59930: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.59997: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 4486 1726879799.60099: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60117: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 4486 1726879799.60161: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60210: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60281: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 4486 1726879799.60302: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60363: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 4486 1726879799.60440: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.60734: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61030: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 4486 1726879799.61034: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61095: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 4486 1726879799.61179: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61205: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 4486 1726879799.61259: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61297: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61319: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 4486 1726879799.61341: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61372: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 4486 1726879799.61426: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61504: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61593: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 4486 1726879799.61620: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61644: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 4486 1726879799.61658: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61688: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 4486 1726879799.61760: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61801: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61813: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61840: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61902: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.61977: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 4486 1726879799.62070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 4486 1726879799.62095: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62129: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 4486 1726879799.62209: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62421: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 4486 1726879799.62653: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62695: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 4486 1726879799.62770: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62801: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 4486 1726879799.62881: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.62959: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.63048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 4486 1726879799.63064: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.63163: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.63263: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 4486 1726879799.63276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 4486 1726879799.63352: stdout chunk (state=3): >>># zipimport: zlib available <<< 4486 1726879799.63734: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 4486 1726879799.63763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 4486 1726879799.63782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 4486 1726879799.63811: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8901ac30> <<< 4486 1726879799.63837: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89019550> <<< 4486 1726879799.63887: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89019ca0> <<< 4486 1726879801.22655: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 4486 1726879801.22709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b890610d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 4486 1726879801.22725: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89061130> <<< 4486 1726879801.22799: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 4486 1726879801.22827: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 4486 1726879801.22851: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89062570> <<< 4486 1726879801.22880: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89062060> <<< 4486 1726879801.23199: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 4486 1726879801.47825: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_loadavg": {"1m": 0.6259765625, "5m": 0.515625, "15m": 0.23828125}, "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3107, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 609, "free": 3107}, "nocache": {"free": 3490, "used": 226}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible<<< 4486 1726879801.47856: stdout chunk (state=3): >>>_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 247, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388600320, "block_size": 4096, "block_total": 64483404, "block_available": 61374170, "block_used": 3109234, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_is_chroot": false, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "01", "epoch": "1726879801", "epoch_int": "1726879801", "date": "2024-09-20", "time": "20:50:01", "iso8601_micro": "2024-09-21T00:50:01.438052Z", "iso8601": "2024-09-21T00:50:01Z", "iso8601_basic": "20240920T205001438052<<< 4486 1726879801.47884: stdout chunk (state=3): >>>", "iso8601_basic_short": "20240920T205001", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 4486 1726879801.48432: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 4486 1726879801.48452: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 4486 1726879801.48475: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref <<< 4486 1726879801.48484: stdout chunk (state=3): >>># cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types <<< 4486 1726879801.48499: stdout chunk (state=3): >>># cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 4486 1726879801.48522: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib<<< 4486 1726879801.48546: stdout chunk (state=3): >>> # cleanup[2] removing ntpath <<< 4486 1726879801.48557: stdout chunk (state=3): >>># cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 4486 1726879801.48582: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket <<< 4486 1726879801.48607: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six <<< 4486 1726879801.48620: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections <<< 4486 1726879801.48646: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings <<< 4486 1726879801.48657: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 4486 1726879801.48668: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 4486 1726879801.48700: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor <<< 4486 1726879801.48724: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux <<< 4486 1726879801.48730: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl <<< 4486 1726879801.48745: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd <<< 4486 1726879801.48774: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd <<< 4486 1726879801.48778: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps<<< 4486 1726879801.48798: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix <<< 4486 1726879801.48810: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 4486 1726879801.49137: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 4486 1726879801.49144: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 4486 1726879801.49183: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 4486 1726879801.49195: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 4486 1726879801.49216: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 4486 1726879801.49223: stdout chunk (state=3): >>># destroy ipaddress <<< 4486 1726879801.49267: stdout chunk (state=3): >>># destroy ntpath <<< 4486 1726879801.49281: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 4486 1726879801.49298: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 4486 1726879801.49325: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 4486 1726879801.49335: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select <<< 4486 1726879801.49350: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 4486 1726879801.49358: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 4486 1726879801.49396: stdout chunk (state=3): >>># destroy _hashlib <<< 4486 1726879801.49412: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 4486 1726879801.49418: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 4486 1726879801.49468: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 4486 1726879801.49488: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 4486 1726879801.49509: stdout chunk (state=3): >>># destroy _pickle # destroy queue <<< 4486 1726879801.49516: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 4486 1726879801.49533: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 4486 1726879801.49559: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 4486 1726879801.49567: stdout chunk (state=3): >>># destroy base64 <<< 4486 1726879801.49596: stdout chunk (state=3): >>># destroy _ssl <<< 4486 1726879801.49609: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 4486 1726879801.49616: stdout chunk (state=3): >>># destroy json <<< 4486 1726879801.49646: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 4486 1726879801.49676: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 4486 1726879801.49680: stdout chunk (state=3): >>># destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 4486 1726879801.49725: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 4486 1726879801.49752: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser <<< 4486 1726879801.49760: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 4486 1726879801.49786: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 4486 1726879801.49814: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 4486 1726879801.49824: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 4486 1726879801.49845: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 4486 1726879801.49860: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 4486 1726879801.49890: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 4486 1726879801.49908: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 4486 1726879801.49926: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 4486 1726879801.49934: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 4486 1726879801.50072: stdout chunk (state=3): >>># destroy sys.monitoring <<< 4486 1726879801.50080: stdout chunk (state=3): >>># destroy _socket <<< 4486 1726879801.50088: stdout chunk (state=3): >>># destroy _collections <<< 4486 1726879801.50121: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 4486 1726879801.50129: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 4486 1726879801.50156: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 4486 1726879801.50196: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator <<< 4486 1726879801.50205: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 4486 1726879801.50214: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 4486 1726879801.50240: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 4486 1726879801.50332: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 4486 1726879801.50347: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math <<< 4486 1726879801.50370: stdout chunk (state=3): >>># destroy _bisect # destroy time <<< 4486 1726879801.50376: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 4486 1726879801.50405: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 4486 1726879801.50424: stdout chunk (state=3): >>># destroy _sre # destroy _string # destroy re # destroy itertools <<< 4486 1726879801.50443: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 4486 1726879801.50447: stdout chunk (state=3): >>># destroy _thread <<< 4486 1726879801.50453: stdout chunk (state=3): >>># clear sys.audit hooks <<< 4486 1726879801.50869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 4486 1726879801.50934: stderr chunk (state=3): >>><<< 4486 1726879801.50937: stdout chunk (state=3): >>><<< 4486 1726879801.51057: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a2c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a28fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a2c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a071190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a071fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0afdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0affe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0e7800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0e7e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c7aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c51c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0acf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a10b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a10a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0c6090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a108b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1387d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0ac200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a138c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a138b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a138ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a0aad20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a139280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1546e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a155e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a156cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a157320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a156210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8a157da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a1574d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13a510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e63c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8c4d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c7a0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89e8c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e61dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8e000> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8cc80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8a13ac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89eba390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed2510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f0b260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f31a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89f0b380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed31a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d54380> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ed1550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89e8ef30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7b89d545f0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_3ive1mqf/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89dba0c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d90fb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d90140> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89d93f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89de9af0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de9880> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de9190> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89de95e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89dbad50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89dea870> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89deaab0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89deaff0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c50da0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c529c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c532f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c544d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c56f60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c57080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c55220> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c5ae70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c59940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c596a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c5bfb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c55730> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89c9f050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c9f1d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89ca0dd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca0b90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89ca3320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca14c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89caeb10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89ca34d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafdd0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafc80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cafef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89c9f4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb3530> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb48c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb1ca0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89cb3020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb1880> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b3c980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3d790> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89cb7da0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3d880> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3e750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b462d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b46bd0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b3f620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89b458e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b46cc0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bdae40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b53b90> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b4ed80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89b4ebd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be1c70> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89148350> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b89148650> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bc13d0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89bc0320> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0350> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0e60> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8914b6e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914af90> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8914b170> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914a3c0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b8914b8c0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891b23c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b03e0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89be0d70> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b3f50> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891b3260> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891e26c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891cf530> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b891fe210> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b891ffb90> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7b8901ac30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89019550> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89019ca0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b890610d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89061130> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89062570> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7b89062060> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_loadavg": {"1m": 0.6259765625, "5m": 0.515625, "15m": 0.23828125}, "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3107, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 609, "free": 3107}, "nocache": {"free": 3490, "used": 226}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 247, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388600320, "block_size": 4096, "block_total": 64483404, "block_available": 61374170, "block_used": 3109234, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_is_chroot": false, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "01", "epoch": "1726879801", "epoch_int": "1726879801", "date": "2024-09-20", "time": "20:50:01", "iso8601_micro": "2024-09-21T00:50:01.438052Z", "iso8601": "2024-09-21T00:50:01Z", "iso8601_basic": "20240920T205001438052", "iso8601_basic_short": "20240920T205001", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 4486 1726879801.51958: 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-1726879799.1607487-5111-7997246587853/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879801.51962: _low_level_execute_command(): starting 4486 1726879801.51967: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879799.1607487-5111-7997246587853/ > /dev/null 2>&1 && sleep 0' 4486 1726879801.52169: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 4486 1726879801.52173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879801.52176: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 4486 1726879801.52178: 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 <<< 4486 1726879801.52181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 4486 1726879801.52222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 4486 1726879801.52235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 4486 1726879801.52284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 4486 1726879801.54170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 4486 1726879801.54218: stderr chunk (state=3): >>><<< 4486 1726879801.54222: stdout chunk (state=3): >>><<< 4486 1726879801.54241: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 4486 1726879801.54249: handler run complete 4486 1726879801.54339: variable 'ansible_facts' from source: unknown 4486 1726879801.54424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.54648: variable 'ansible_facts' from source: unknown 4486 1726879801.54726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.54823: attempt loop complete, returning result 4486 1726879801.54827: _execute() done 4486 1726879801.54829: dumping result to json 4486 1726879801.54850: done dumping result, returning 4486 1726879801.54858: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0229e9c9-8e59-25d7-fcc3-00000000017c] 4486 1726879801.54865: sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000017c ok: [managed_node3] 4486 1726879801.55417: no more pending results, returning what we have 4486 1726879801.55420: results queue empty 4486 1726879801.55421: checking for any_errors_fatal 4486 1726879801.55422: done checking for any_errors_fatal 4486 1726879801.55422: checking for max_fail_percentage 4486 1726879801.55423: done checking for max_fail_percentage 4486 1726879801.55424: checking to see if all hosts have failed and the running result is not ok 4486 1726879801.55424: done checking to see if all hosts have failed 4486 1726879801.55425: getting the remaining hosts for this loop 4486 1726879801.55426: done getting the remaining hosts for this loop 4486 1726879801.55428: getting the next task for host managed_node3 4486 1726879801.55432: done getting next task for host managed_node3 4486 1726879801.55433: ^ task is: TASK: meta (flush_handlers) 4486 1726879801.55434: ^ 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 4486 1726879801.55436: getting variables 4486 1726879801.55437: in VariableManager get_vars() 4486 1726879801.55454: Calling all_inventory to load vars for managed_node3 4486 1726879801.55455: Calling groups_inventory to load vars for managed_node3 4486 1726879801.55458: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879801.55470: Calling all_plugins_play to load vars for managed_node3 4486 1726879801.55472: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879801.55476: Calling groups_plugins_play to load vars for managed_node3 4486 1726879801.55599: done sending task result for task 0229e9c9-8e59-25d7-fcc3-00000000017c 4486 1726879801.55603: WORKER PROCESS EXITING 4486 1726879801.55617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.55748: done with get_vars() 4486 1726879801.55756: done getting variables 4486 1726879801.55813: in VariableManager get_vars() 4486 1726879801.55820: Calling all_inventory to load vars for managed_node3 4486 1726879801.55822: Calling groups_inventory to load vars for managed_node3 4486 1726879801.55825: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879801.55829: Calling all_plugins_play to load vars for managed_node3 4486 1726879801.55830: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879801.55832: Calling groups_plugins_play to load vars for managed_node3 4486 1726879801.55926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.56071: done with get_vars() 4486 1726879801.56081: done queuing things up, now waiting for results queue to drain 4486 1726879801.56083: results queue empty 4486 1726879801.56083: checking for any_errors_fatal 4486 1726879801.56085: done checking for any_errors_fatal 4486 1726879801.56086: checking for max_fail_percentage 4486 1726879801.56090: done checking for max_fail_percentage 4486 1726879801.56090: checking to see if all hosts have failed and the running result is not ok 4486 1726879801.56091: done checking to see if all hosts have failed 4486 1726879801.56091: getting the remaining hosts for this loop 4486 1726879801.56092: done getting the remaining hosts for this loop 4486 1726879801.56094: getting the next task for host managed_node3 4486 1726879801.56096: done getting next task for host managed_node3 4486 1726879801.56098: ^ task is: TASK: Run ansible-playbook with tests_ssh.yml in check mode 4486 1726879801.56099: ^ 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 4486 1726879801.56100: getting variables 4486 1726879801.56101: in VariableManager get_vars() 4486 1726879801.56106: Calling all_inventory to load vars for managed_node3 4486 1726879801.56107: Calling groups_inventory to load vars for managed_node3 4486 1726879801.56109: Calling all_plugins_inventory to load vars for managed_node3 4486 1726879801.56112: Calling all_plugins_play to load vars for managed_node3 4486 1726879801.56113: Calling groups_plugins_inventory to load vars for managed_node3 4486 1726879801.56115: Calling groups_plugins_play to load vars for managed_node3 4486 1726879801.56210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.56336: done with get_vars() 4486 1726879801.56343: done getting variables 4486 1726879801.56380: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:38 Friday 20 September 2024 20:50:01 -0400 (0:00:02.454) 0:00:22.891 ****** 4486 1726879801.56399: entering _queue_task() for managed_node3/command 4486 1726879801.56616: worker is 1 (out of 1 available) 4486 1726879801.56629: exiting _queue_task() for managed_node3/command 4486 1726879801.56641: done queuing things up, now waiting for results queue to drain 4486 1726879801.56643: waiting for pending results... 4486 1726879801.56822: running TaskExecutor() for managed_node3/TASK: Run ansible-playbook with tests_ssh.yml in check mode 4486 1726879801.56883: in run() - task 0229e9c9-8e59-25d7-fcc3-000000000015 4486 1726879801.56897: variable 'ansible_search_path' from source: unknown 4486 1726879801.56927: calling self._execute() 4486 1726879801.56952: in VariableManager get_vars() 4486 1726879801.56987: Calling all_inventory to load vars for localhost 4486 1726879801.56991: Calling groups_inventory to load vars for localhost 4486 1726879801.56994: Calling all_plugins_inventory to load vars for localhost 4486 1726879801.57013: Calling all_plugins_play to load vars for localhost 4486 1726879801.57019: Calling groups_plugins_inventory to load vars for localhost 4486 1726879801.57025: Calling groups_plugins_play to load vars for localhost 4486 1726879801.57094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 4486 1726879801.57111: done with get_vars() 4486 1726879801.57115: variable 'inventory_hostname' from source: host vars for 'managed_node3' 4486 1726879801.57162: variable 'ansible_delegated_vars' from source: unknown 4486 1726879801.57167: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879801.57171: no remote address found for delegated host localhost using its name, so success depends on DNS resolution 4486 1726879801.57185: variable 'omit' from source: magic vars 4486 1726879801.57256: variable 'omit' from source: magic vars 4486 1726879801.57283: variable 'omit' from source: magic vars 4486 1726879801.57472: variable 'tempinventory' from source: set_fact 4486 1726879801.57497: variable 'omit' from source: magic vars 4486 1726879801.57507: variable 'ansible_delegated_vars' from source: unknown 4486 1726879801.57511: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879801.57513: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879801.57533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 4486 1726879801.57562: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=True, class_only=False) 4486 1726879801.57583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 4486 1726879801.57597: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879801.57606: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 4486 1726879801.57662: Set connection var ansible_timeout to 10 4486 1726879801.57668: Set connection var ansible_module_compression to ZIP_DEFLATED 4486 1726879801.57671: Set connection var ansible_pipelining to False 4486 1726879801.57678: Set connection var ansible_shell_executable to /bin/sh 4486 1726879801.57683: Set connection var ansible_shell_type to sh 4486 1726879801.57686: Set connection var ansible_connection to local 4486 1726879801.57704: variable 'ansible_delegated_vars' from source: unknown 4486 1726879801.57707: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879801.57710: variable 'ansible_user' from source: unknown 4486 1726879801.57831: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 4486 1726879801.57840: variable 'omit' from source: magic vars 4486 1726879801.57847: starting attempt loop 4486 1726879801.57850: running the handler 4486 1726879801.57875: _low_level_execute_command(): starting 4486 1726879801.57885: _low_level_execute_command(): executing: /bin/sh -c 'echo ~root && sleep 0' 4486 1726879801.57892: in local.exec_command() 4486 1726879801.57897: opening command with Popen() 4486 1726879801.57975: done running command with Popen() 4486 1726879801.57979: getting output with communicate() 4486 1726879801.58309: done communicating 4486 1726879801.58313: done with local.exec_command() 4486 1726879801.58320: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 4486 1726879801.58333: _low_level_execute_command(): starting 4486 1726879801.58343: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516 `" && echo ansible-tmp-1726879801.5831904-5153-60594574252516="` echo /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516 `" ) && sleep 0' 4486 1726879801.58346: in local.exec_command() 4486 1726879801.58351: opening command with Popen() 4486 1726879801.58395: done running command with Popen() 4486 1726879801.58399: getting output with communicate() 4486 1726879801.59470: done communicating 4486 1726879801.59474: done with local.exec_command() 4486 1726879801.59478: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879801.5831904-5153-60594574252516=/root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516 , stderr= 4486 1726879801.59481: variable 'ansible_delegated_vars' from source: unknown 4486 1726879801.59484: variable 'ansible_module_compression' from source: unknown 4486 1726879801.59486: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-44863dlsw62o/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 4486 1726879801.59489: variable 'ansible_python_interpreter' from source: host vars for 'localhost' 4486 1726879801.59574: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516/AnsiballZ_command.py 4486 1726879801.59698: done transferring module to remote 4486 1726879801.59733: _low_level_execute_command(): starting 4486 1726879801.59749: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516/ /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516/AnsiballZ_command.py && sleep 0' 4486 1726879801.59758: in local.exec_command() 4486 1726879801.59774: opening command with Popen() 4486 1726879801.59847: done running command with Popen() 4486 1726879801.59851: getting output with communicate() 4486 1726879801.60487: done communicating 4486 1726879801.60495: done with local.exec_command() 4486 1726879801.60498: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879801.60532: _low_level_execute_command(): starting 4486 1726879801.60537: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516/AnsiballZ_command.py && sleep 0' 4486 1726879801.60540: in local.exec_command() 4486 1726879801.60542: opening command with Popen() 4486 1726879801.60597: done running command with Popen() 4486 1726879801.60601: getting output with communicate() 4486 1726879826.11430: done communicating 4486 1726879826.11434: done with local.exec_command() 4486 1726879826.17803: _low_level_execute_command() done: rc=1, stdout= {"changed": true, "stdout": " 5169 1726879802.07370: starting run\nansible-playbook [core 2.17.4]\n config file = None\n configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']\n ansible python module location = /usr/local/lib/python3.12/site-packages/ansible\n ansible collection location = /tmp/collections-LvY\n executable location = /usr/local/bin/ansible-playbook\n python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12)\n jinja version = 3.1.4\n libyaml = True\nNo config file found; using defaults\n 5169 1726879802.07718: Added group all to inventory\n 5169 1726879802.07719: Added group ungrouped to inventory\n 5169 1726879802.07723: Group all now contains ungrouped\n 5169 1726879802.07725: Examining possible inventory source: /tmp/ansible.urvnld1w.inventory.yaml\n 5169 1726879802.18169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache\n 5169 1726879802.18230: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py\n 5169 1726879802.18252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory\n 5169 1726879802.18309: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py\n 5169 1726879802.18371: Loaded config def from plugin (inventory/script)\n 5169 1726879802.18374: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py\n 5169 1726879802.18414: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py\n 5169 1726879802.18491: Loaded config def from plugin (inventory/yaml)\n 5169 1726879802.18492: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py\n 5169 1726879802.18575: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py\n 5169 1726879802.18953: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py\n 5169 1726879802.18956: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py)\nhost_list declined parsing /tmp/ansible.urvnld1w.inventory.yaml as it did not pass its verify_file() method\n 5169 1726879802.18958: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py)\nscript declined parsing /tmp/ansible.urvnld1w.inventory.yaml as it did not pass its verify_file() method\n 5169 1726879802.18963: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py)\n 5169 1726879802.18969: Loading data from /tmp/ansible.urvnld1w.inventory.yaml\n 5169 1726879802.21696: /tmp/ansible.urvnld1w.inventory.yaml was not parsable by auto\n 5169 1726879802.21753: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py)\n 5169 1726879802.21795: Loading data from /tmp/ansible.urvnld1w.inventory.yaml\n 5169 1726879802.25510: group all already in inventory\n 5169 1726879802.25517: set inventory_file for managed_node1\n 5169 1726879802.25522: set inventory_dir for managed_node1\n 5169 1726879802.25522: Added host managed_node1 to inventory\n 5169 1726879802.25524: Added host managed_node1 to group all\n 5169 1726879802.25525: set ansible_check_mode for managed_node1\n 5169 1726879802.25525: set ansible_config_file for managed_node1\n 5169 1726879802.25526: set ansible_diff_mode for managed_node1\n 5169 1726879802.25526: set ansible_facts for managed_node1\n 5169 1726879802.25527: set ansible_forks for managed_node1\n 5169 1726879802.25527: set ansible_host for managed_node1\n 5169 1726879802.25528: set ansible_inventory_sources for managed_node1\n 5169 1726879802.25528: set ansible_limit for managed_node1\n 5169 1726879802.25529: set ansible_playbook_python for managed_node1\n 5169 1726879802.25530: set ansible_run_tags for managed_node1\n 5169 1726879802.25530: set ansible_skip_tags for managed_node1\n 5169 1726879802.25531: set ansible_ssh_extra_args for managed_node1\n 5169 1726879802.25531: set ansible_verbosity for managed_node1\n 5169 1726879802.25532: set ansible_version for managed_node1\n 5169 1726879802.25532: set group_names for managed_node1\n 5169 1726879802.25533: set groups for managed_node1\n 5169 1726879802.25536: set inventory_dir for managed_node1\n 5169 1726879802.25537: set inventory_file for managed_node1\n 5169 1726879802.25538: set inventory_hostname for managed_node1\n 5169 1726879802.25538: set inventory_hostname_short for managed_node1\n 5169 1726879802.25539: set omit for managed_node1\n 5169 1726879802.25539: set playbook_dir for managed_node1\n 5169 1726879802.25543: set inventory_file for managed_node2\n 5169 1726879802.25546: set inventory_dir for managed_node2\n 5169 1726879802.25547: Added host managed_node2 to inventory\n 5169 1726879802.25548: Added host managed_node2 to group all\n 5169 1726879802.25549: set ansible_check_mode for managed_node2\n 5169 1726879802.25549: set ansible_config_file for managed_node2\n 5169 1726879802.25550: set ansible_diff_mode for managed_node2\n 5169 1726879802.25550: set ansible_facts for managed_node2\n 5169 1726879802.25551: set ansible_forks for managed_node2\n 5169 1726879802.25551: set ansible_host for managed_node2\n 5169 1726879802.25552: set ansible_inventory_sources for managed_node2\n 5169 1726879802.25553: set ansible_limit for managed_node2\n 5169 1726879802.25554: set ansible_playbook_python for managed_node2\n 5169 1726879802.25555: set ansible_run_tags for managed_node2\n 5169 1726879802.25556: set ansible_skip_tags for managed_node2\n 5169 1726879802.25556: set ansible_ssh_extra_args for managed_node2\n 5169 1726879802.25557: set ansible_verbosity for managed_node2\n 5169 1726879802.25557: set ansible_version for managed_node2\n 5169 1726879802.25557: set group_names for managed_node2\n 5169 1726879802.25558: set groups for managed_node2\n 5169 1726879802.25559: set inventory_dir for managed_node2\n 5169 1726879802.25559: set inventory_file for managed_node2\n 5169 1726879802.25560: set inventory_hostname for managed_node2\n 5169 1726879802.25560: set inventory_hostname_short for managed_node2\n 5169 1726879802.25561: set omit for managed_node2\n 5169 1726879802.25561: set playbook_dir for managed_node2\n 5169 1726879802.25566: set inventory_file for managed_node3\n 5169 1726879802.25568: set inventory_dir for managed_node3\n 5169 1726879802.25569: Added host managed_node3 to inventory\n 5169 1726879802.25570: Added host managed_node3 to group all\n 5169 1726879802.25571: set ansible_all_ipv4_addresses for managed_node3\n 5169 1726879802.25574: set ansible_all_ipv6_addresses for managed_node3\n 5169 1726879802.25574: set ansible_apparmor for managed_node3\n 5169 1726879802.25575: set ansible_architecture for managed_node3\n 5169 1726879802.25576: set ansible_bios_date for managed_node3\n 5169 1726879802.25577: set ansible_bios_vendor for managed_node3\n 5169 1726879802.25577: set ansible_bios_version for managed_node3\n 5169 1726879802.25578: set ansible_board_asset_tag for managed_node3\n 5169 1726879802.25579: set ansible_board_name for managed_node3\n 5169 1726879802.25579: set ansible_board_serial for managed_node3\n 5169 1726879802.25580: set ansible_board_vendor for managed_node3\n 5169 1726879802.25580: set ansible_board_version for managed_node3\n 5169 1726879802.25581: set ansible_chassis_asset_tag for managed_node3\n 5169 1726879802.25581: set ansible_chassis_serial for managed_node3\n 5169 1726879802.25582: set ansible_chassis_vendor for managed_node3\n 5169 1726879802.25582: set ansible_chassis_version for managed_node3\n 5169 1726879802.25583: set ansible_check_mode for managed_node3\n 5169 1726879802.25583: set ansible_cmdline for managed_node3\n 5169 1726879802.25584: set ansible_config_file for managed_node3\n 5169 1726879802.25584: set ansible_date_time for managed_node3\n 5169 1726879802.25585: set ansible_default_ipv4 for managed_node3\n 5169 1726879802.25585: set ansible_default_ipv6 for managed_node3\n 5169 1726879802.25589: set ansible_device_links for managed_node3\n 5169 1726879802.25590: set ansible_devices for managed_node3\n 5169 1726879802.25591: set ansible_diff_mode for managed_node3\n 5169 1726879802.25591: set ansible_distribution for managed_node3\n 5169 1726879802.25592: set ansible_distribution_file_parsed for managed_node3\n 5169 1726879802.25593: set ansible_distribution_file_path for managed_node3\n 5169 1726879802.25594: set ansible_distribution_file_variety for managed_node3\n 5169 1726879802.25595: set ansible_distribution_major_version for managed_node3\n 5169 1726879802.25596: set ansible_distribution_release for managed_node3\n 5169 1726879802.25597: set ansible_distribution_version for managed_node3\n 5169 1726879802.25597: set ansible_dns for managed_node3\n 5169 1726879802.25598: set ansible_domain for managed_node3\n 5169 1726879802.25599: set ansible_effective_group_id for managed_node3\n 5169 1726879802.25599: set ansible_effective_user_id for managed_node3\n 5169 1726879802.25600: set ansible_env for managed_node3\n 5169 1726879802.25600: set ansible_eth0 for managed_node3\n 5169 1726879802.25601: set ansible_facts for managed_node3\n 5169 1726879802.25602: set ansible_fibre_channel_wwn for managed_node3\n 5169 1726879802.25602: set ansible_fips for managed_node3\n 5169 1726879802.25603: set ansible_forks for managed_node3\n 5169 1726879802.25603: set ansible_form_factor for managed_node3\n 5169 1726879802.25604: set ansible_fqdn for managed_node3\n 5169 1726879802.25604: set ansible_host for managed_node3\n 5169 1726879802.25605: set ansible_hostname for managed_node3\n 5169 1726879802.25605: set ansible_hostnqn for managed_node3\n 5169 1726879802.25606: set ansible_interfaces for managed_node3\n 5169 1726879802.25606: set ansible_inventory_sources for managed_node3\n 5169 1726879802.25607: set ansible_is_chroot for managed_node3\n 5169 1726879802.25607: set ansible_iscsi_iqn for managed_node3\n 5169 1726879802.25608: set ansible_kernel for managed_node3\n 5169 1726879802.25608: set ansible_kernel_version for managed_node3\n 5169 1726879802.25609: set ansible_limit for managed_node3\n 5169 1726879802.25609: set ansible_lo for managed_node3\n 5169 1726879802.25610: set ansible_loadavg for managed_node3\n 5169 1726879802.25610: set ansible_local for managed_node3\n 5169 1726879802.25611: set ansible_locally_reachable_ips for managed_node3\n 5169 1726879802.25611: set ansible_lsb for managed_node3\n 5169 1726879802.25612: set ansible_lvm for managed_node3\n 5169 1726879802.25612: set ansible_machine for managed_node3\n 5169 1726879802.25613: set ansible_machine_id for managed_node3\n 5169 1726879802.25613: set ansible_memfree_mb for managed_node3\n 5169 1726879802.25614: set ansible_memory_mb for managed_node3\n 5169 1726879802.25614: set ansible_memtotal_mb for managed_node3\n 5169 1726879802.25615: set ansible_mounts for managed_node3\n 5169 1726879802.25615: set ansible_nodename for managed_node3\n 5169 1726879802.25616: set ansible_os_family for managed_node3\n 5169 1726879802.25616: set ansible_pkg_mgr for managed_node3\n 5169 1726879802.25617: set ansible_playbook_python for managed_node3\n 5169 1726879802.25617: set ansible_proc_cmdline for managed_node3\n 5169 1726879802.25618: set ansible_processor for managed_node3\n 5169 1726879802.25618: set ansible_processor_cores for managed_node3\n 5169 1726879802.25618: set ansible_processor_count for managed_node3\n 5169 1726879802.25619: set ansible_processor_nproc for managed_node3\n 5169 1726879802.25620: set ansible_processor_threads_per_core for managed_node3\n 5169 1726879802.25620: set ansible_processor_vcpus for managed_node3\n 5169 1726879802.25620: set ansible_product_name for managed_node3\n 5169 1726879802.25621: set ansible_product_serial for managed_node3\n 5169 1726879802.25621: set ansible_product_uuid for managed_node3\n 5169 1726879802.25622: set ansible_product_version for managed_node3\n 5169 1726879802.25622: set ansible_python for managed_node3\n 5169 1726879802.25623: set ansible_python_version for managed_node3\n 5169 1726879802.25624: set ansible_real_group_id for managed_node3\n 5169 1726879802.25624: set ansible_real_user_id for managed_node3\n 5169 1726879802.25624: set ansible_run_tags for managed_node3\n 5169 1726879802.25625: set ansible_selinux for managed_node3\n 5169 1726879802.25625: set ansible_selinux_python_present for managed_node3\n 5169 1726879802.25626: set ansible_service_mgr for managed_node3\n 5169 1726879802.25626: set ansible_skip_tags for managed_node3\n 5169 1726879802.25627: set ansible_ssh_extra_args for managed_node3\n 5169 1726879802.25627: set ansible_ssh_host_key_ecdsa_public for managed_node3\n 5169 1726879802.25628: set ansible_ssh_host_key_ecdsa_public_keytype for managed_node3\n 5169 1726879802.25628: set ansible_ssh_host_key_ed25519_public for managed_node3\n 5169 1726879802.25629: set ansible_ssh_host_key_ed25519_public_keytype for managed_node3\n 5169 1726879802.25629: set ansible_ssh_host_key_rsa_public for managed_node3\n 5169 1726879802.25630: set ansible_ssh_host_key_rsa_public_keytype for managed_node3\n 5169 1726879802.25630: set ansible_swapfree_mb for managed_node3\n 5169 1726879802.25631: set ansible_swaptotal_mb for managed_node3\n 5169 1726879802.25631: set ansible_system for managed_node3\n 5169 1726879802.25632: set ansible_system_capabilities for managed_node3\n 5169 1726879802.25632: set ansible_system_capabilities_enforced for managed_node3\n 5169 1726879802.25633: set ansible_system_vendor for managed_node3\n 5169 1726879802.25633: set ansible_uptime_seconds for managed_node3\n 5169 1726879802.25634: set ansible_user_dir for managed_node3\n 5169 1726879802.25634: set ansible_user_gecos for managed_node3\n 5169 1726879802.25635: set ansible_user_gid for managed_node3\n 5169 1726879802.25635: set ansible_user_id for managed_node3\n 5169 1726879802.25636: set ansible_user_shell for managed_node3\n 5169 1726879802.25636: set ansible_user_uid for managed_node3\n 5169 1726879802.25637: set ansible_userspace_architecture for managed_node3\n 5169 1726879802.25637: set ansible_userspace_bits for managed_node3\n 5169 1726879802.25638: set ansible_verbosity for managed_node3\n 5169 1726879802.25638: set ansible_version for managed_node3\n 5169 1726879802.25639: set ansible_virtualization_role for managed_node3\n 5169 1726879802.25639: set ansible_virtualization_tech_guest for managed_node3\n 5169 1726879802.25640: set ansible_virtualization_tech_host for managed_node3\n 5169 1726879802.25640: set ansible_virtualization_type for managed_node3\n 5169 1726879802.25641: set discovered_interpreter_python for managed_node3\n 5169 1726879802.25641: set gather_subset for managed_node3\n 5169 1726879802.25642: set group_names for managed_node3\n 5169 1726879802.25642: set groups for managed_node3\n 5169 1726879802.25643: set inventory_dir for managed_node3\n 5169 1726879802.25644: set inventory_file for managed_node3\n 5169 1726879802.25644: set inventory_hostname for managed_node3\n 5169 1726879802.25645: set inventory_hostname_short for managed_node3\n 5169 1726879802.25645: set module_setup for managed_node3\n 5169 1726879802.25646: set omit for managed_node3\n 5169 1726879802.25646: set playbook_dir for managed_node3\n 5169 1726879802.25647: set tempinventory for managed_node3\nParsed /tmp/ansible.urvnld1w.inventory.yaml inventory source with yaml plugin\n 5169 1726879802.25650: Reconcile groups and hosts in inventory.\n 5169 1726879802.25654: Group ungrouped now contains managed_node1\n 5169 1726879802.25656: Group ungrouped now contains managed_node2\n 5169 1726879802.25657: Group ungrouped now contains managed_node3\n 5169 1726879802.25741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name\n 5169 1726879802.25856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments\n 5169 1726879802.25906: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py\n 5169 1726879802.25926: Loaded config def from plugin (vars/host_group_vars)\n 5169 1726879802.25928: 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)\n 5169 1726879802.25937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars\n 5169 1726879802.25945: 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)\n 5169 1726879802.25982: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False)\n 5169 1726879802.26292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879802.26392: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py\n 5169 1726879802.26419: Loaded config def from plugin (connection/local)\n 5169 1726879802.26422: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True)\n 5169 1726879802.26884: Loaded config def from plugin (connection/paramiko_ssh)\n 5169 1726879802.26886: 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)\n 5169 1726879802.27612: 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)\n 5169 1726879802.27643: Loaded config def from plugin (connection/psrp)\n 5169 1726879802.27646: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True)\n 5169 1726879802.28154: 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)\n 5169 1726879802.28189: Loaded config def from plugin (connection/ssh)\n 5169 1726879802.28192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True)\n 5169 1726879802.29865: 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)\n 5169 1726879802.29895: Loaded config def from plugin (connection/winrm)\n 5169 1726879802.29898: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True)\n 5169 1726879802.29928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name\n 5169 1726879802.29991: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py\n 5169 1726879802.30041: Loaded config def from plugin (shell/cmd)\n 5169 1726879802.30042: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True)\n 5169 1726879802.30056: 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)\n 5169 1726879802.30102: Loaded config def from plugin (shell/powershell)\n 5169 1726879802.30103: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True)\n 5169 1726879802.30159: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py\n 5169 1726879802.30285: Loaded config def from plugin (shell/sh)\n 5169 1726879802.30287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True)\n 5169 1726879802.30312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name\n 5169 1726879802.30407: Loaded config def from plugin (become/runas)\n 5169 1726879802.30409: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True)\n 5169 1726879802.30546: Loaded config def from plugin (become/su)\n 5169 1726879802.30548: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True)\n 5169 1726879802.30662: Loaded config def from plugin (become/sudo)\n 5169 1726879802.30666: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True)\nrunning playbook inside collection fedora.linux_system_roles\n 5169 1726879802.30699: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml\n 5169 1726879802.31147: trying /usr/local/lib/python3.12/site-packages/ansible/modules\n 5169 1726879802.34207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action\n 5169 1726879802.34241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__\n 5169 1726879802.34638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback\n 5169 1726879802.34648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__\nredirecting (type: callback) ansible.builtin.debug to ansible.posix.debug\nredirecting (type: callback) ansible.builtin.debug to ansible.posix.debug\n 5169 1726879802.34877: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py\n 5169 1726879802.34985: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug)\n 5169 1726879802.34988: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__)\n 5169 1726879802.35010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name\n 5169 1726879802.35027: 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)\n 5169 1726879802.35149: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py\n 5169 1726879802.35197: Loaded config def from plugin (callback/default)\n 5169 1726879802.35199: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\n 5169 1726879802.36144: Loaded config def from plugin (callback/junit)\n 5169 1726879802.36146: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\n 5169 1726879802.36191: 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)\n 5169 1726879802.36234: Loaded config def from plugin (callback/minimal)\n 5169 1726879802.36235: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\n 5169 1726879802.36281: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\n 5169 1726879802.36332: Loaded config def from plugin (callback/tree)\n 5169 1726879802.36334: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\nredirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks\n 5169 1726879802.36428: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks)\n 5169 1726879802.36430: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True)\nSkipping callback 'default', as we already have a stdout callback.\nSkipping callback 'minimal', as we already have a stdout callback.\nSkipping callback 'oneline', as we already have a stdout callback.\n\nPLAYBOOK: tests_ssh.yml ********************************************************\n1 plays in tests_ssh.yml\n 5169 1726879802.36449: in VariableManager get_vars()\n 5169 1726879802.36467: done with get_vars()\n 5169 1726879802.36471: in VariableManager get_vars()\n 5169 1726879802.36479: done with get_vars()\n 5169 1726879802.36482: variable 'omit' from source: magic vars\n 5169 1726879802.36513: in VariableManager get_vars()\n 5169 1726879802.36524: done with get_vars()\n 5169 1726879802.36539: variable 'omit' from source: magic vars\n\nPLAY [Ensure that the rule runs with ssh] **************************************\n 5169 1726879802.37044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy\n 5169 1726879802.37122: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py\n 5169 1726879802.37153: getting the remaining hosts for this loop\n 5169 1726879802.37155: done getting the remaining hosts for this loop\n 5169 1726879802.37157: getting the next task for host managed_node1\n 5169 1726879802.37161: done getting next task for host managed_node1\n 5169 1726879802.37163: ^ task is: TASK: Gathering Facts\n 5169 1726879802.37165: ^ 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\n 5169 1726879802.37167: getting the next task for host managed_node2\n 5169 1726879802.37169: done getting next task for host managed_node2\n 5169 1726879802.37170: ^ task is: TASK: Gathering Facts\n 5169 1726879802.37171: ^ 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\n 5169 1726879802.37171: getting the next task for host managed_node3\n 5169 1726879802.37173: done getting next task for host managed_node3\n 5169 1726879802.37175: ^ task is: TASK: Gathering Facts\n 5169 1726879802.37175: ^ 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\n 5169 1726879802.37177: getting variables\n 5169 1726879802.37178: in VariableManager get_vars()\n 5169 1726879802.37186: Calling all_inventory to load vars for managed_node1\n 5169 1726879802.37188: Calling groups_inventory to load vars for managed_node1\n 5169 1726879802.37190: Calling all_plugins_inventory to load vars for managed_node1\n 5169 1726879802.37199: Calling all_plugins_play to load vars for managed_node1\n 5169 1726879802.37207: Calling groups_plugins_inventory to load vars for managed_node1\n 5169 1726879802.37209: Calling groups_plugins_play to load vars for managed_node1\n 5169 1726879802.37233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879802.37276: done with get_vars()\n 5169 1726879802.37282: done getting variables\n 5169 1726879802.37338: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [Gathering Facts] *********************************************************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2\nFriday 20 September 2024 20:50:02 -0400 (0:00:00.009) 0:00:00.009 ****** \n 5169 1726879802.37355: entering _queue_task() for managed_node1/gather_facts\n 5169 1726879802.37356: Creating lock for gather_facts\n 5169 1726879802.37654: worker is 1 (out of 3 available)\n 5169 1726879802.37668: exiting _queue_task() for managed_node1/gather_facts\n 5169 1726879802.37683: getting variables\n 5169 1726879802.37686: in VariableManager get_vars()\n 5169 1726879802.37754: Calling all_inventory to load vars for managed_node2\n 5169 1726879802.37759: Calling groups_inventory to load vars for managed_node2\n 5169 1726879802.37770: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879802.37789: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879802.37793: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879802.37798: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879802.37873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879802.37907: done with get_vars()\n 5169 1726879802.37917: done getting variables\n 5169 1726879802.38024: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879802.38036: entering _queue_task() for managed_node2/gather_facts\n 5169 1726879802.38147: running TaskExecutor() for managed_node1/TASK: Gathering Facts\n 5169 1726879802.38468: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879802.38477: variable 'ansible_search_path' from source: unknown\n 5169 1726879802.38481: calling self._execute()\n 5169 1726879802.38484: variable 'ansible_host' from source: host vars for 'managed_node1'\n 5169 1726879802.38486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 5169 1726879802.38489: variable 'omit' from source: magic vars\n 5169 1726879802.38492: variable 'omit' from source: magic vars\n 5169 1726879802.38419: worker is 2 (out of 3 available)\n 5169 1726879802.38500: exiting _queue_task() for managed_node2/gather_facts\n 5169 1726879802.38513: getting variables\n 5169 1726879802.38516: in VariableManager get_vars()\n 5169 1726879802.38937: Calling all_inventory to load vars for managed_node3\n 5169 1726879802.38941: Calling groups_inventory to load vars for managed_node3\n 5169 1726879802.38949: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879802.38956: variable 'omit' from source: magic vars\n 5169 1726879802.38960: variable 'omit' from source: magic vars\n 5169 1726879802.38963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879802.38979: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.38983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879802.38986: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.39007: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879802.39010: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879802.39014: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879802.39095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879802.39140: done with get_vars()\n 5169 1726879802.39152: done getting variables\n 5169 1726879802.39218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.39222: variable 'inventory_hostname' from source: host vars for 'managed_node1'\n 5169 1726879802.39225: variable 'ansible_host' from source: host vars for 'managed_node1'\n 5169 1726879802.39228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 5169 1726879802.39282: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879802.39294: entering _queue_task() for managed_node3/gather_facts\n 5169 1726879802.39777: worker is 3 (out of 3 available)\n 5169 1726879802.39788: exiting _queue_task() for managed_node3/gather_facts\n 5169 1726879802.39800: done queuing things up, now waiting for results queue to drain\n 5169 1726879802.39802: waiting for pending results...\n 5169 1726879802.39835: Set connection var ansible_timeout to 10\n 5169 1726879802.39841: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879802.39845: Set connection var ansible_connection to ssh\n 5169 1726879802.39848: Set connection var ansible_shell_type to sh\n 5169 1726879802.39850: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879802.39852: Set connection var ansible_pipelining to False\n 5169 1726879802.39855: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.39857: running TaskExecutor() for managed_node2/TASK: Gathering Facts\n 5169 1726879802.39860: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879802.39863: variable 'ansible_search_path' from source: unknown\n 5169 1726879802.39868: calling self._execute()\n 5169 1726879802.39871: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879802.39874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879802.39876: variable 'omit' from source: magic vars\n 5169 1726879802.39879: variable 'ansible_connection' from source: unknown\n 5169 1726879802.39882: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.39884: variable 'ansible_shell_type' from source: unknown\n 5169 1726879802.39887: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.39889: variable 'ansible_host' from source: host vars for 'managed_node1'\n 5169 1726879802.39891: variable 'ansible_pipelining' from source: unknown\n 5169 1726879802.39893: variable 'ansible_timeout' from source: unknown\n 5169 1726879802.39896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1'\n 5169 1726879802.39900: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879802.39904: variable 'omit' from source: magic vars\n 5169 1726879802.40170: variable 'omit' from source: magic vars\n 5169 1726879802.40174: running TaskExecutor() for managed_node3/TASK: Gathering Facts\n 5169 1726879802.40176: variable 'omit' from source: magic vars\n 5169 1726879802.40179: variable 'omit' from source: magic vars\n 5169 1726879802.40181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879802.40184: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879802.40186: starting attempt loop\n 5169 1726879802.40189: running the handler\n 5169 1726879802.40191: variable 'ansible_search_path' from source: unknown\n 5169 1726879802.40193: variable 'ansible_facts' from source: host vars for 'managed_node1'\n 5169 1726879802.40195: _low_level_execute_command(): starting\n 5169 1726879802.40198: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.21> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879802.40208: calling self._execute()\n 5169 1726879802.40234: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879802.40247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n<10.31.47.21> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/d5df29d6e4\"' 10.31.47.21 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879802.40295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40569: variable 'omit' from source: magic vars\n 5169 1726879802.40573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879802.40576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40581: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879802.40583: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879802.40585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879802.40588: variable 'omit' from source: magic vars\n 5169 1726879802.40590: variable 'omit' from source: magic vars\n 5169 1726879802.40593: variable 'omit' from source: magic vars\n 5169 1726879802.40595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879802.40597: Set connection var ansible_timeout to 10\n 5169 1726879802.40599: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879802.40602: Set connection var ansible_connection to ssh\n 5169 1726879802.40604: Set connection var ansible_shell_type to sh\n 5169 1726879802.40607: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879802.40609: Set connection var ansible_pipelining to False\n 5169 1726879802.40620: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.40702: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879802.40755: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879802.40812: variable 'ansible_connection' from source: unknown\n 5169 1726879802.40816: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.40819: variable 'ansible_shell_type' from source: unknown\n 5169 1726879802.40823: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.40826: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879802.40831: variable 'ansible_pipelining' from source: unknown\n 5169 1726879802.40834: variable 'ansible_timeout' from source: unknown\n 5169 1726879802.40839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879802.40845: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879802.40853: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879802.40861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879802.40982: Set connection var ansible_timeout to 10\n 5169 1726879802.40994: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879802.41001: Set connection var ansible_connection to ssh\n 5169 1726879802.41011: Set connection var ansible_shell_type to sh\n 5169 1726879802.41170: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879802.41173: Set connection var ansible_pipelining to False\n 5169 1726879802.41176: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.41178: variable 'ansible_connection' from source: unknown\n 5169 1726879802.41180: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.41182: variable 'ansible_shell_type' from source: unknown\n 5169 1726879802.41185: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879802.41188: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879802.41196: variable 'ansible_pipelining' from source: unknown\n 5169 1726879802.41198: variable 'ansible_timeout' from source: unknown\n 5169 1726879802.41201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879802.41221: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879802.41231: variable 'omit' from source: magic vars\n 5169 1726879802.41301: starting attempt loop\n 5169 1726879802.41305: running the handler\n 5169 1726879802.41316: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879802.41334: variable 'omit' from source: magic vars\n 5169 1726879802.41340: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879802.41688: _low_level_execute_command(): starting\n 5169 1726879802.41692: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879802.41703: starting attempt loop\n 5169 1726879802.41705: running the handler\n 5169 1726879802.41708: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879802.41710: _low_level_execute_command(): starting\n 5169 1726879802.41713: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879802.41719: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.21 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879802.41763: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879802.41811: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879802.41874: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/d5df29d6e4'\r\ndebug1: Control socket \"/root/.ansible/cp/d5df29d6e4\" does not exist\r\ndebug3: channel_clear_timeouts: clearing\r\ndebug3: ssh_connect_direct: entering\r\ndebug1: Connecting to 10.31.47.21 [10.31.47.21] port 22.\r\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x48\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.42380: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879802.42397: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.42416: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879802.42488: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.42516: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.42530: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.42548: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.42585: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879802.42600: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879802.42638: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.42667: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.42671: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.42681: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.44384: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879802.44491: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.44571: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.44574: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.44583: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.44597: _low_level_execute_command(): starting\n 5169 1726879802.44600: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `\" && echo ansible-tmp-1726879802.4457386-5174-126315515838354=\"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `\" && echo ansible-tmp-1726879802.4457386-5174-126315515838354=\"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `\" ) && sleep 0'\"'\"''\n 5169 1726879802.45004: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879802.45115: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879802.45119: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879802.45121: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879802.45125: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879802.45128: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.45130: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.45228: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.45270: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.45276: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.45279: stdout chunk (state=3):\n>>><<<\n 5169 1726879802.45281: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.45301: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.45318: _low_level_execute_command(): starting\n 5169 1726879802.45324: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `\" && echo ansible-tmp-1726879802.4530375-5173-260173975680273=\"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `\" && echo ansible-tmp-1726879802.4530375-5173-260173975680273=\"` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `\" ) && sleep 0'\"'\"''\n 5169 1726879802.45822: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.45828: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879802.45831: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879802.45833: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879802.45837: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.45899: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879802.45904: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.45906: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.45908: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.45961: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.47209: stdout chunk (state=3):\n>>>ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354\n<<<\n 5169 1726879802.47328: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.47380: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.47384: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.47416: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.47439: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.47488: ANSIBALLZ: Using generic lock for ansible.legacy.setup\n 5169 1726879802.47492: ANSIBALLZ: Acquiring lock\n 5169 1726879802.47495: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879802.47497: ANSIBALLZ: Creating module\n 5169 1726879802.48808: stdout chunk (state=3):\n>>>ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273\n<<<\n 5169 1726879802.49178: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.49182: stdout chunk (state=3):\n>>><<<\n 5169 1726879802.49185: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.49192: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.49207: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.49238: ANSIBALLZ: Using generic lock for ansible.legacy.setup\n 5169 1726879802.49246: ANSIBALLZ: Acquiring lock\n 5169 1726879802.68428: ANSIBALLZ: Writing module into payload\n 5169 1726879802.68529: ANSIBALLZ: Writing module\n 5169 1726879802.68552: ANSIBALLZ: Renaming module\n 5169 1726879802.68566: ANSIBALLZ: Done creating module\n 5169 1726879802.68720: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879802.68724: ANSIBALLZ: Reading module after lock\n 5169 1726879802.68727: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879802.68729: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n Attempting python interpreter discovery\n 5169 1726879802.68736: _low_level_execute_command(): starting\n 5169 1726879802.68739: _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'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879802.68745: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879802.68749: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n Attempting python interpreter discovery\n 5169 1726879802.68753: _low_level_execute_command(): starting\n 5169 1726879802.68756: _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'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/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'\"'\"''\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/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'\"'\"''\n 5169 1726879802.69385: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.69390: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879802.69469: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879802.69475: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879802.69479: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.69528: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879802.69531: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.69534: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879802.69537: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879802.69539: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.69558: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.69561: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.69598: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879802.69602: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879802.69625: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.69633: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.69701: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.71343: stdout chunk (state=3):\n>>>PLATFORM\n<<<\n 5169 1726879802.71416: stdout chunk (state=3):\n>>>Linux\n<<<\n 5169 1726879802.71442: stdout chunk (state=3):\n>>>FOUND\n<<<\n 5169 1726879802.71457: stdout chunk (state=3):\n>>>/usr/bin/python3.12\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n<<<\n 5169 1726879802.71591: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.71639: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.71642: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'PLATFORM\\nLinux\\nFOUND\\n/usr/bin/python3.12\\n/usr/bin/python3\\n/usr/bin/python3\\nENDFOUND\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.71675: _low_level_execute_command() done: rc=0, stdout=PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.71693 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3']\n 5169 1726879802.71730: _low_level_execute_command(): starting\n 5169 1726879802.71733: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'/usr/bin/python3.12 && sleep 0'\"'\"''\n 5169 1726879802.71832: Sending initial data\n 5169 1726879802.71835: Sent initial data (1181 bytes)\n 5169 1726879802.72094: stdout chunk (state=3):\n>>>PLATFORM\n<<<\n 5169 1726879802.72243: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.72250: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879802.72253: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.72256: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879802.72258: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.72310: stdout chunk (state=3):\n>>>Linux\nFOUND\n/usr/bin/python3.12\n<<<\n 5169 1726879802.72314: stdout chunk (state=3):\n>>>/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n<<<\n 5169 1726879802.72317: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.72320: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.72342: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879802.72346: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.72385: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.72481: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.72557: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.72559: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'PLATFORM\\nLinux\\nFOUND\\n/usr/bin/python3.12\\n/usr/bin/python3\\n/usr/bin/python3\\nENDFOUND\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.72586: _low_level_execute_command() done: rc=0, stdout=PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.72602 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3']\n 5169 1726879802.72663: _low_level_execute_command(): starting\n 5169 1726879802.72669: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'/usr/bin/python3.12 && sleep 0'\"'\"''\n 5169 1726879802.72775: Sending initial data\n 5169 1726879802.72779: Sent initial data (1181 bytes)\n 5169 1726879802.73166: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.73170: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879802.73175: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\n<<<\n 5169 1726879802.73178: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879802.73181: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.73238: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.73241: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.73242: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.73279: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.75989: stdout chunk (state=3):\n>>>{\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\"Fedora Linux\\\"\\nVERSION=\\\"40 (Forty)\\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\\"\\\"\\nPLATFORM_ID=\\\"platform:f40\\\"\\nPRETTY_NAME=\\\"Fedora Linux 40 (Forty)\\\"\\nANSI_COLOR=\\\"0;38;2;60;110;180\\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\\"cpe:/o:fedoraproject:fedora:40\\\"\\nDEFAULT_HOSTNAME=\\\"fedora\\\"\\nHOME_URL=\\\"https://fedoraproject.org/\\\"\\nDOCUMENTATION_URL=\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\"\\nSUPPORT_URL=\\\"https://ask.fedoraproject.org/\\\"\\nBUG_REPORT_URL=\\\"https://bugzilla.redhat.com/\\\"\\nREDHAT_BUGZILLA_PRODUCT=\\\"Fedora\\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\\"Fedora\\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n\"}\n<<<\n 5169 1726879802.76383: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.76445: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.76448: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'{\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\\\"Fedora Linux\\\\\"\\\\nVERSION=\\\\\"40 (Forty)\\\\\"\\\\nID=fedora\\\\nVERSION_ID=40\\\\nVERSION_CODENAME=\\\\\"\\\\\"\\\\nPLATFORM_ID=\\\\\"platform:f40\\\\\"\\\\nPRETTY_NAME=\\\\\"Fedora Linux 40 (Forty)\\\\\"\\\\nANSI_COLOR=\\\\\"0;38;2;60;110;180\\\\\"\\\\nLOGO=fedora-logo-icon\\\\nCPE_NAME=\\\\\"cpe:/o:fedoraproject:fedora:40\\\\\"\\\\nDEFAULT_HOSTNAME=\\\\\"fedora\\\\\"\\\\nHOME_URL=\\\\\"https://fedoraproject.org/\\\\\"\\\\nDOCUMENTATION_URL=\\\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\\\"\\\\nSUPPORT_URL=\\\\\"https://ask.fedoraproject.org/\\\\\"\\\\nBUG_REPORT_URL=\\\\\"https://bugzilla.redhat.com/\\\\\"\\\\nREDHAT_BUGZILLA_PRODUCT=\\\\\"Fedora\\\\\"\\\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\\\nREDHAT_SUPPORT_PRODUCT=\\\\\"Fedora\\\\\"\\\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\\\nSUPPORT_END=2025-05-13\\\\n\"}\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.76469: _low_level_execute_command() done: rc=0, stdout={\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\"Fedora Linux\\\"\\nVERSION=\\\"40 (Forty)\\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\\"\\\"\\nPLATFORM_ID=\\\"platform:f40\\\"\\nPRETTY_NAME=\\\"Fedora Linux 40 (Forty)\\\"\\nANSI_COLOR=\\\"0;38;2;60;110;180\\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\\"cpe:/o:fedoraproject:fedora:40\\\"\\nDEFAULT_HOSTNAME=\\\"fedora\\\"\\nHOME_URL=\\\"https://fedoraproject.org/\\\"\\nDOCUMENTATION_URL=\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\"\\nSUPPORT_URL=\\\"https://ask.fedoraproject.org/\\\"\\nBUG_REPORT_URL=\\\"https://bugzilla.redhat.com/\\\"\\nREDHAT_BUGZILLA_PRODUCT=\\\"Fedora\\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\\"Fedora\\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n\"}\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n Python interpreter discovery fallback (unsupported Linux distribution: fedora)\n 5169 1726879802.76575: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879802.76579: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879802.76586: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.76619: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 5169 1726879802.76649: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 5169 1726879802.76786: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 TO /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879802.76924: Sending initial data\n 5169 1726879802.76927: Sent initial data (152 bytes)\n 5169 1726879802.77435: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.77439: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879802.77442: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879802.77445: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879802.77447: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879802.77449: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.77508: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879802.77518: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.77522: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.77525: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.77563: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.78624: stdout chunk (state=3):\n>>>{\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\"Fedora Linux\\\"\\nVERSION=\\\"40 (Forty)\\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\\"\\\"\\nPLATFORM_ID=\\\"platform:f40\\\"\\nPRETTY_NAME=\\\"Fedora Linux 40 (Forty)\\\"\\nANSI_COLOR=\\\"0;38;2;60;110;180\\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\\"cpe:/o:fedoraproject:fedora:40\\\"\\nDEFAULT_HOSTNAME=\\\"fedora\\\"\\nHOME_URL=\\\"https://fedoraproject.org/\\\"\\nDOCUMENTATION_URL=\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\"\\nSUPPORT_URL=\\\"https://ask.fedoraproject.org/\\\"\\nBUG_REPORT_URL=\\\"https://bugzilla.redhat.com/\\\"\\nREDHAT_BUGZILLA_PRODUCT=\\\"Fedora\\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\\"Fedora\\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n\"}\n<<<\n 5169 1726879802.79217: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879802.79221: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879802.79240: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.79277: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879802.79323: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879802.79327: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\n<<<\n 5169 1726879802.79330: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.79332: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'{\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\\\"Fedora Linux\\\\\"\\\\nVERSION=\\\\\"40 (Forty)\\\\\"\\\\nID=fedora\\\\nVERSION_ID=40\\\\nVERSION_CODENAME=\\\\\"\\\\\"\\\\nPLATFORM_ID=\\\\\"platform:f40\\\\\"\\\\nPRETTY_NAME=\\\\\"Fedora Linux 40 (Forty)\\\\\"\\\\nANSI_COLOR=\\\\\"0;38;2;60;110;180\\\\\"\\\\nLOGO=fedora-logo-icon\\\\nCPE_NAME=\\\\\"cpe:/o:fedoraproject:fedora:40\\\\\"\\\\nDEFAULT_HOSTNAME=\\\\\"fedora\\\\\"\\\\nHOME_URL=\\\\\"https://fedoraproject.org/\\\\\"\\\\nDOCUMENTATION_URL=\\\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\\\"\\\\nSUPPORT_URL=\\\\\"https://ask.fedoraproject.org/\\\\\"\\\\nBUG_REPORT_URL=\\\\\"https://bugzilla.redhat.com/\\\\\"\\\\nREDHAT_BUGZILLA_PRODUCT=\\\\\"Fedora\\\\\"\\\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\\\nREDHAT_SUPPORT_PRODUCT=\\\\\"Fedora\\\\\"\\\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\\\nSUPPORT_END=2025-05-13\\\\n\"}\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.79387: _low_level_execute_command() done: rc=0, stdout={\"platform_dist_result\": [], \"osrelease_content\": \"NAME=\\\"Fedora Linux\\\"\\nVERSION=\\\"40 (Forty)\\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\\"\\\"\\nPLATFORM_ID=\\\"platform:f40\\\"\\nPRETTY_NAME=\\\"Fedora Linux 40 (Forty)\\\"\\nANSI_COLOR=\\\"0;38;2;60;110;180\\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\\"cpe:/o:fedoraproject:fedora:40\\\"\\nDEFAULT_HOSTNAME=\\\"fedora\\\"\\nHOME_URL=\\\"https://fedoraproject.org/\\\"\\nDOCUMENTATION_URL=\\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\\"\\nSUPPORT_URL=\\\"https://ask.fedoraproject.org/\\\"\\nBUG_REPORT_URL=\\\"https://bugzilla.redhat.com/\\\"\\nREDHAT_BUGZILLA_PRODUCT=\\\"Fedora\\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\\"Fedora\\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n\"}\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.79393: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py M:0x001a\r\n<<<\n Python interpreter discovery fallback (unsupported Linux distribution: fedora)\n 5169 1726879802.79580: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879802.79582: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879802.79585: variable 'ansible_module_compression' from source: unknown\n 5169 1726879802.79589: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 5169 1726879802.79633: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 5169 1726879802.79883: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a TO /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\n 5169 1726879802.80210: Sending initial data\n 5169 1726879802.80215: Sent initial data (152 bytes)\n 5169 1726879802.80289: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879802.80657: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 5169 1726879802.80661: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\r\n<<<\n 5169 1726879802.80782: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21000 bytes at 261120\r\n<<<\n 5169 1726879802.80791: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879802.80831: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879802.80867: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.80871: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879802.80873: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.80998: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879802.81002: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.81005: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.81008: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.81010: stdout chunk (state=3):\n>>><<<\n 5169 1726879802.81017: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21000 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879802.81055: done transferring module to remote\n 5169 1726879802.81074: _low_level_execute_command(): starting\n 5169 1726879802.81082: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879802.81565: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.81570: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879802.81576: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.81579: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.81582: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879802.81584: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.81634: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879802.81639: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.81641: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.81680: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.83341: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\n<<<\n 5169 1726879802.83368: stderr chunk (state=3):\n>>>debug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879802.83395: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879802.83550: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.83600: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.83603: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.83626: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.83629: _low_level_execute_command(): starting\n 5169 1726879802.83643: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879802.84131: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.84135: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879802.84137: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879802.84140: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879802.84143: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.84195: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879802.84201: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.84203: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879802.84204: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.84249: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879802.85413: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879802.85417: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879802.85420: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\n<<<\n 5169 1726879802.86539: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879802.86572: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879802.86606: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879802.86615: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879802.86684: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879802.86690: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879802.86723: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879802.86760: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879802.86790: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879802.86794: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879802.86859: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879802.86863: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.86874: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879802.86896: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879802.86936: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879802.86972: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530>\r\n<<<\n 5169 1726879802.86981: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30>\r\n<<<\n 5169 1726879802.87003: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879802.87006: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879802.87014: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0>\r\n<<<\n 5169 1726879802.87040: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879802.87061: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879802.87081: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879802.87089: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879802.87124: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879802.87216: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879802.87247: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879802.87252: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879802.87282: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879802.87311: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\n<<<\n 5169 1726879802.87326: stdout chunk (state=3):\n>>>Processing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879802.87334: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879802.87343: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879802.87378: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879802.87388: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879802.87413: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190>\r\n<<<\n 5169 1726879802.87426: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py M:0x001a\r\n<<<\n 5169 1726879802.87466: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879802.87477: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.87481: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0>\r\n<<<\n 5169 1726879802.87511: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879802.87538: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879802.87948: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879802.87952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879802.87983: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879802.87997: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88010: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879802.88052: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88072: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879802.88091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88110: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0>\r\n<<<\n 5169 1726879802.88123: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879802.88153: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88172: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879802.88181: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0>\r\n<<<\n 5169 1726879802.88197: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879802.88223: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88248: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879802.88299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88313: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879802.88351: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88355: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0>\r\n<<<\n 5169 1726879802.88382: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88387: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30>\r\n<<<\n 5169 1726879802.88404: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879802.88459: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70>\r\n<<<\n 5169 1726879802.88470: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879802.88498: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190>\r\n<<<\n 5169 1726879802.88598: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50>\r\n<<<\n 5169 1726879802.88617: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879802.88649: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88651: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879802.88683: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879802.88701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88726: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879802.88730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88771: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770>\r\n<<<\n 5169 1726879802.88776: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390>\r\n<<<\n 5169 1726879802.88813: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88817: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90>\r\n<<<\n 5169 1726879802.88882: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879802.88885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0>\r\n<<<\n 5169 1726879802.88910: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n<<<\n 5169 1726879802.88914: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879802.88948: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.88952: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30>\r\n<<<\n 5169 1726879802.88994: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.89000: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0>\r\n<<<\n 5169 1726879802.89036: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n<<<\n 5169 1726879802.89049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89063: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879802.89098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89112: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610>\r\n<<<\n 5169 1726879802.89118: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879802.89159: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n<<<\n 5169 1726879802.89163: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89175: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510>\r\n<<<\n 5169 1726879802.89192: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879802.89218: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879802.89252: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89290: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879802.89294: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740>\r\n<<<\n 5169 1726879802.89299: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879802.89330: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.89338: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50>\r\n<<<\n 5169 1726879802.89366: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879802.89383: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89398: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89421: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0>\r\n<<<\n 5169 1726879802.89472: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350>\r\n<<<\n 5169 1726879802.89488: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240>\r\n<<<\n 5169 1726879802.89539: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89551: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0>\r\n<<<\n 5169 1726879802.89576: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500>\r\n<<<\n 5169 1726879802.89622: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570>\r\n<<<\n 5169 1726879802.89653: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879802.89680: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89694: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89760: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40>\r\n<<<\n 5169 1726879802.89813: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879802.89817: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890>\r\n<<<\n 5169 1726879802.89877: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70>\r\n<<<\n 5169 1726879802.89894: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879802.90014: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90026: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180>\r\n<<<\n 5169 1726879802.90070: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00>\r\n<<<\n 5169 1726879802.90103: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60>\r\n<<<\n 5169 1726879802.90122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879802.90161: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90195: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879802.90219: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879802.90250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90263: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0>\r\n<<<\n 5169 1726879802.90323: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879802.90344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879802.90374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90405: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0>\r\n<<<\n 5169 1726879802.90443: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879802.90471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90525: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879802.90557: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350>\r\n<<<\n 5169 1726879802.90583: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879802.90619: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90637: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\r\n<<<\n 5169 1726879802.90662: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879802.90695: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879802.90753: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21000 bytes at 261120\r\n<<<\n 5169 1726879802.90757: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879802.90797: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0>\r\n<<<\n 5169 1726879802.90799: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879802.90853: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470>\r\n<<<\n 5169 1726879802.90901: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230>\r\n<<<\n 5169 1726879802.90923: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879802.90927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440>\r\n<<<\n 5169 1726879802.90950: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0>\r\n<<<\n 5169 1726879802.90955: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080>\r\n<<<\n 5169 1726879802.91125: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879802.91144: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0>\r\n<<<\n 5169 1726879802.91320: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip'\r\n<<<\n 5169 1726879802.91328: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.91474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.91500: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879802.91506: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879802.91559: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879802.91633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879802.91675: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150>\r\n<<<\n 5169 1726879802.91678: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879802.91874: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040>\r\n<<<\n 5169 1726879802.91886: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879802.91911: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879802.91916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.91939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.91949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.91978: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879802.91981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.92683: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.92760: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.92766: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 21000 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879802.92802: done transferring module to remote\n 5169 1726879802.92816: _low_level_execute_command(): starting\n 5169 1726879802.92821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879802.93339: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879802.93344: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879802.93347: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.93350: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879802.93352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879802.93355: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879802.93412: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879802.93415: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879802.93419: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879802.93420: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879802.93539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.94633: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879802.94829: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879802.94857: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0>\r\n<<<\n 5169 1726879802.94861: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.94895: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879802.94901: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879802.94926: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879802.94933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879802.94968: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.94974: stdout chunk (state=3):\n>>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0>\r\n<<<\n 5169 1726879802.95007: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940>\r\n<<<\n 5169 1726879802.95045: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250>\r\n<<<\n 5169 1726879802.95069: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879802.95075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95116: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730>\r\n<<<\n 5169 1726879802.95120: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879802.95158: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900>\r\n<<<\n 5169 1726879802.95186: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.95192: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40>\r\n<<<\n 5169 1726879802.95211: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879802.95263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95283: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879802.95320: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020>\r\n<<<\n 5169 1726879802.95341: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879802.95350: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879802.95385: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95415: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00>\r\n<<<\n 5169 1726879802.95450: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.95461: stdout chunk (state=3):\n>>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510>\r\n<<<\n 5169 1726879802.95477: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879802.95498: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95530: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290>\r\n<<<\n 5169 1726879802.95555: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879802.95581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95604: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440>\r\n<<<\n 5169 1726879802.95617: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879802.95662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95684: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879802.95686: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95742: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0>\r\n<<<\n 5169 1726879802.95782: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020>\r\n<<<\n 5169 1726879802.95808: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0>\r\n<<<\n 5169 1726879802.95825: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879802.95856: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95876: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879802.95890: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95896: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879802.95936: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879802.95958: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879802.95966: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70>\r\n<<<\n 5169 1726879802.95987: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879802.96058: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940>\r\n<<<\n 5169 1726879802.96074: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0>\r\n<<<\n 5169 1726879802.96086: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879802.96090: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879802.96172: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00>\r\n<<<\n 5169 1726879802.96197: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0>\r\n<<<\n 5169 1726879802.96228: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.96233: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90>\r\n<<<\n 5169 1726879802.96268: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200>\r\n<<<\n 5169 1726879802.96287: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879802.96299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879802.96326: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879802.96377: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.96385: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70>\r\n<<<\n 5169 1726879802.96391: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879802.96511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879802.96568: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.96591: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310>\r\n<<<\n 5169 1726879802.96600: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879802.96641: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.96656: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879802.96675: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879802.96724: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990>\r\n<<<\n 5169 1726879802.96855: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320>\r\n<<<\n 5169 1726879802.96934: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740>\r\n<<<\n 5169 1726879802.96971: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40>\r\n<<<\n 5169 1726879802.97015: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0>\r\n<<<\n 5169 1726879802.97049: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0>\r\n<<<\n 5169 1726879802.97053: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879802.97065: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879802.97076: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879802.97102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879802.97130: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.97160: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380>\r\n<<<\n 5169 1726879802.97322: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.97333: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0>\r\n<<<\n 5169 1726879802.97348: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20>\r\n<<<\n 5169 1726879802.97385: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.97389: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0>\r\n<<<\n 5169 1726879802.97400: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879802.97420: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879802.97441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97638: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97659: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879802.97670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97682: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97695: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879802.97828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.97962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.98580: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.99197: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879802.99201: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879802.99204: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879802.99233: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879802.99244: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879802.99297: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879802.99301: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770>\r\n<<<\n 5169 1726879802.99393: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879802.99422: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0>\r\n<<<\n 5169 1726879802.99456: stderr chunk (state=3):\n>>><<<\n 5169 1726879802.99475: stdout chunk (state=3):\n>>><<<\n 5169 1726879802.99492: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n<<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879802.99522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879802.99525: _low_level_execute_command(): starting\n 5169 1726879802.99527: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879802.99567: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879802.99571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879802.99699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879802.99893: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0>\r\n<<<\n 5169 1726879802.99907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.00089: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879803.00093: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879803.00096: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879803.00098: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879803.00101: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879803.00161: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879803.00167: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879803.00170: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879803.00407: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.00442: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879803.00911: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.00988: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01071: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879803.01079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01165: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879803.01172: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01242: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01339: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879803.01344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01370: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879803.01390: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01469: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879803.01478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01734: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.01991: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879803.02063: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879803.02071: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879803.02147: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50>\r\n<<<\n 5169 1726879803.02152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02235: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02321: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879803.02325: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879803.02356: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879803.02362: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879803.02443: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.02579: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030>\r\n<<<\n 5169 1726879803.02635: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.02643: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990>\r\n<<<\n 5169 1726879803.02652: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200>\r\n<<<\n 5169 1726879803.02667: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02707: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02752: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879803.02758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02808: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.02988: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879803.03033: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.03123: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.03132: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0>\r\n<<<\n 5169 1726879803.03171: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70>\r\n<<<\n 5169 1726879803.03203: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879803.03213: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.03283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03424: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.03448: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879803.03474: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879803.03494: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879803.03553: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879803.03582: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879803.03588: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879803.03652: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50>\r\n<<<\n 5169 1726879803.03697: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0>\r\n<<<\n 5169 1726879803.03787: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879803.03791: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879803.03805: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03830: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03859: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879803.03928: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879803.03932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879803.03981: stdout chunk (state=3):\n>>>import _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879803.03984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.03992: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879803.04029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04060: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879803.04099: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04133: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879803.04137: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04148: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879803.04155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04175: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879803.04190: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 5169 1726879803.04193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04197: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879803.04232: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04276: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04279: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879803.04307: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # \r\n<<<\n 5169 1726879803.04312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04543: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n<<<\n 5169 1726879803.04554: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879803.04578: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04581: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879803.04615: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879803.04632: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879803.04751: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04777: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879803.04815: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879803.04820: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879803.04871: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879803.04894: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879803.04922: stdout chunk (state=3):\n>>>Processing user site-packages\r\n<<<\n 5169 1726879803.04926: stdout chunk (state=3):\n>>>Processing global site-packages\r\n<<<\n 5169 1726879803.04959: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.04963: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879803.04971: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879803.04995: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.05004: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879803.05029: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879803.05059: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05067: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05075: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n<<<\n 5169 1726879803.05097: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05102: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0>\r\n<<<\n 5169 1726879803.05108: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n<<<\n 5169 1726879803.05135: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05163: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40>\r\n<<<\n 5169 1726879803.05174: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879803.05197: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05201: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05212: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000>\r\n<<<\n 5169 1726879803.05222: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879803.05256: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879803.05259: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05302: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879803.05306: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879803.05309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05311: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470>\r\n<<<\n 5169 1726879803.05347: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.05363: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860>\r\n<<<\n 5169 1726879803.05411: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0>\r\n<<<\n 5169 1726879803.05435: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0>\r\n<<<\n 5169 1726879803.05474: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350>\r\n<<<\n 5169 1726879803.05479: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80>\r\n<<<\n 5169 1726879803.05496: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n<<<\n 5169 1726879803.05544: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05571: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879803.05577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05601: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05641: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.05647: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050>\r\n<<<\n 5169 1726879803.05677: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.05691: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480>\r\n<<<\n 5169 1726879803.05715: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n<<<\n 5169 1726879803.05822: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05836: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890>\r\n<<<\n 5169 1726879803.05855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n<<<\n 5169 1726879803.05890: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879803.05919: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.05925: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0>\r\n<<<\n 5169 1726879803.05953: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0>\r\n<<<\n 5169 1726879803.05990: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050>\r\nimport 'ansible.module_utils.facts.timeout' # \r\n<<<\n 5169 1726879803.06016: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879803.06023: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.06049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n<<<\n 5169 1726879803.06060: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06070: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879803.06088: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06122: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06125: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879803.06178: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879803.06193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06244: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06258: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06261: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0>\r\n<<<\n 5169 1726879803.06300: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879803.06308: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879803.06319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06346: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.06363: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879803.06382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06410: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.apparmor' # \r\n<<<\n 5169 1726879803.06414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06545: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n<<<\n 5169 1726879803.06554: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06558: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06579: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879803.06612: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879803.06630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06634: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800>\r\n<<<\n 5169 1726879803.06640: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.06662: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879803.06688: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879803.06704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06716: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90>\r\n<<<\n 5169 1726879803.06729: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879803.06767: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06810: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0>\r\n<<<\n 5169 1726879803.06829: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.06839: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879803.06896: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n<<<\n 5169 1726879803.06904: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0>\r\n<<<\n 5169 1726879803.06910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.07057: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80>\r\n<<<\n 5169 1726879803.07100: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879803.07141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879803.07168: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879803.07231: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879803.07251: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879803.07436: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00>\r\n<<<\n 5169 1726879803.07475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.07484: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879803.07491: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879803.07512: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860>\r\n<<<\n 5169 1726879803.07520: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230>\r\n<<<\n 5169 1726879803.07564: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n<<<\n 5169 1726879803.07571: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879803.07616: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.07643: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.07658: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10>\r\n<<<\n 5169 1726879803.07667: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0>\r\n<<<\n 5169 1726879803.07717: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.07745: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.07752: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0>\r\n<<<\n 5169 1726879803.07776: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50>\r\n<<<\n 5169 1726879803.07947: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n<<<\n 5169 1726879803.07974: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879803.07980: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.08006: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570>\r\n<<<\n 5169 1726879803.08021: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\n<<<\n 5169 1726879803.08039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08056: stdout chunk (state=3):\n>>>import 'runpy' # \r\n<<<\n 5169 1726879803.08093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08100: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879803.08129: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08155: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08175: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\n<<<\n 5169 1726879803.08201: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.08204: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879803.08207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0>\r\n<<<\n 5169 1726879803.08239: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08246: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879803.08266: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # \r\n<<<\n 5169 1726879803.08270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08279: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.08311: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08377: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879803.08384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08423: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08444: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0>\r\n<<<\n 5169 1726879803.08453: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # \r\n<<<\n 5169 1726879803.08481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08507: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879803.08509: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.08517: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08520: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.08539: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.loadavg' # \r\n<<<\n 5169 1726879803.08550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08555: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.08621: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.08715: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879803.08732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08748: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08764: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750>\r\n<<<\n 5169 1726879803.08789: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0>\r\n<<<\n 5169 1726879803.08798: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879803.08806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08822: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n<<<\n 5169 1726879803.08826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879803.08869: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.08884: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.08920: stdout chunk (state=3):\n>>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740>\r\n<<<\n 5169 1726879803.08926: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0>\r\n<<<\n 5169 1726879803.08951: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.08955: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.09014: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09084: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # \r\n<<<\n 5169 1726879803.09090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09139: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879803.09190: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09213: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879803.09243: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09260: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70>\r\n<<<\n 5169 1726879803.09297: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # \r\n<<<\n 5169 1726879803.09301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09309: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0>\r\n<<<\n 5169 1726879803.09339: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750>\r\n<<<\n 5169 1726879803.09368: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09377: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879803.09454: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # \r\n<<<\n 5169 1726879803.09458: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09465: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09493: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879803.09497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.09554: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879803.09562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09597: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09612: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300>\r\n<<<\n 5169 1726879803.09669: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.09690: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879803.09717: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09742: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0>\r\n<<<\n 5169 1726879803.09752: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879803.09791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879803.09875: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480>\r\n<<<\n 5169 1726879803.09909: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879803.09938: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0>\r\n<<<\n 5169 1726879803.09942: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879803.09955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10032: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879803.10078: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n<<<\n 5169 1726879803.10082: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879803.10098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10121: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.10126: stdout chunk (state=3):\n>>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260><<<\n 5169 1726879803.10145: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.10177: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10181: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<<\n 5169 1726879803.10237: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879803.10263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10284: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879803.10358: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879803.10383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10539: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\n<<<\n 5169 1726879803.10543: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.service_mgr' # \r\n<<<\n 5169 1726879803.10566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10594: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10635: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380><<<\n 5169 1726879803.10638: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n<<<\n 5169 1726879803.10649: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10757: stdout chunk (state=3):\n>>>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0>\r\n<<<\n 5169 1726879803.10764: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n<<<\n 5169 1726879803.10770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879803.10807: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0>\r\n<<<\n 5169 1726879803.10811: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n<<<\n 5169 1726879803.10838: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0>\r\n<<<\n 5169 1726879803.10842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.10850: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware' # \r\n<<<\n 5169 1726879803.10855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.10944: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # \r\n<<<\n 5169 1726879803.10956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<<\n 5169 1726879803.11080: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.11121: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650>\r\n<<<\n 5169 1726879803.11129: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11287: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.11413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11416: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip'<<<\n 5169 1726879803.11435: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.11456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11510: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11604: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\n<<<\n 5169 1726879803.11607: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.darwin' # \r\n<<<\n 5169 1726879803.11616: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11665: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<<\n 5169 1726879803.11762: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.11792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879803.11820: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.11931: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879803.12000: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n<<<\n 5169 1726879803.12004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879803.12006: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.12032: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<<\n 5169 1726879803.12077: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<<\n 5169 1726879803.12080: stdout chunk (state=3):\n>>>\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180>\r\n<<<\n 5169 1726879803.12107: stdout chunk (state=3):\n>>>import '_typing' # <<<\n 5169 1726879803.12127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.12241: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12263: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # \r\n<<<\n 5169 1726879803.12270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.12300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.12344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.12428: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070><<<\n 5169 1726879803.12437: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12463: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0><<<\n 5169 1726879803.12470: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12491: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.12496: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12549: stdout chunk (state=3):\n>>>import 'ansible' # <<<\n 5169 1726879803.12551: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12580: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.12586: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12617: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.12622: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12658: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.12661: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12704: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n# zipimport: zlib available<<<\n 5169 1726879803.12709: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.12977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.13551: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # \r\n<<<\n 5169 1726879803.13554: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.13668: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.13785: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.13894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14005: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.openbsd' # \r\n<<<\n 5169 1726879803.14012: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14344: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n<<<\n 5169 1726879803.14354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14378: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14381: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network' # \r\n<<<\n 5169 1726879803.14401: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14483: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.14597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.14927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15162: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\n<<<\n 5169 1726879803.15166: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.15203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15243: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879803.15255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15303: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n<<<\n 5169 1726879803.15309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15336: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15473: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n<<<\n 5169 1726879803.15485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15527: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.freebsd' # \r\n<<<\n 5169 1726879803.15533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15662: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n<<<\n 5169 1726879803.15670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15730: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.15792: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n<<<\n 5169 1726879803.15797: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16379: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n<<<\n 5169 1726879803.16387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16509: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879803.16513: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16593: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n<<<\n 5169 1726879803.16606: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16638: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16678: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879803.16687: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16720: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16760: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879803.16763: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16937: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879803.16956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.16969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n<<<\n 5169 1726879803.16983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17078: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.base' # \r\n<<<\n 5169 1726879803.17084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17107: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17181: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17334: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<<\n 5169 1726879803.17338: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.17376: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.17383: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\n<<<\n 5169 1726879803.17408: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0>\r\n<<<\n 5169 1726879803.17412: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.17449: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<<\n 5169 1726879803.17468: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.17482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17486: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.17524: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n<<<\n 5169 1726879803.17528: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879803.17553: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17560: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879803.17600: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py<<<\n 5169 1726879803.17610: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.17623: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<<\n 5169 1726879803.17629: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.17663: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.17744: stdout chunk (state=3):\n>>>\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970>\r\n<<<\n 5169 1726879803.17748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.17804: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280>\r\n<<<\n 5169 1726879803.17845: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879803.17924: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0>\r\n<<<\n 5169 1726879803.17982: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.18010: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0>\r\nimport 'atexit' # <<<\n 5169 1726879803.18015: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.18018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18029: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.18073: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n<<<\n 5169 1726879803.18083: stdout chunk (state=3):\n>>>\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.18087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18115: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.18126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18146: stdout chunk (state=3):\n>>>\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<<\n 5169 1726879803.18153: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.18176: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.18224: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<<\n 5169 1726879803.18263: stdout chunk (state=3):\n>>>\r\nimport '_locale' # \r\n<<<\n 5169 1726879803.18268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18331: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0><<<\n 5169 1726879803.18377: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.18379: stdout chunk (state=3):\n>>>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879803.18452: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879803.18458: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879803.18468: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18514: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70><<<\n 5169 1726879803.18571: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\n<<<\n 5169 1726879803.18589: stdout chunk (state=3):\n>>>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.18596: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.18606: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879803.18643: stdout chunk (state=3):\n>>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<<\n 5169 1726879803.18660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.18666: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.18677: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<<\n 5169 1726879803.18734: stdout chunk (state=3):\n>>>\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320>\r\n<<<\n 5169 1726879803.18774: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879803.18823: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879803.18883: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<<\n 5169 1726879803.18891: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.18950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<<\n 5169 1726879803.18986: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<<\n 5169 1726879803.18997: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19000: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<<\n 5169 1726879803.19094: stdout chunk (state=3):\n>>>\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0>\r\n<<<\n 5169 1726879803.19154: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.19170: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19188: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0><<<\n 5169 1726879803.19192: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19237: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280><<<\n 5169 1726879803.19246: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19277: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<<\n 5169 1726879803.19322: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879803.19372: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879803.19400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<<\n 5169 1726879803.19429: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<<\n 5169 1726879803.19436: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19486: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<<\n 5169 1726879803.19518: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879803.19563: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70><<<\n 5169 1726879803.19587: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n<<<\n 5169 1726879803.19607: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n<<<\n 5169 1726879803.19611: stdout chunk (state=3):\n>>>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879803.19624: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n<<<\n 5169 1726879803.19634: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n<<<\n 5169 1726879803.19671: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0>\r\n<<<\n 5169 1726879803.19693: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530>\r\n<<<\n 5169 1726879803.19730: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<<\n 5169 1726879803.19739: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19749: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0>\r\n<<<\n 5169 1726879803.19891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0><<<\n 5169 1726879803.19894: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19947: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790><<<\n 5169 1726879803.19954: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.19995: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.20000: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20021: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.20031: stdout chunk (state=3):\n>>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0><<<\n 5169 1726879803.20044: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20091: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py<<<\n 5169 1726879803.20095: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<<\n 5169 1726879803.20117: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20130: stdout chunk (state=3):\n>>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0><<<\n 5169 1726879803.20139: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<<\n 5169 1726879803.20205: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20235: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<<\n 5169 1726879803.20289: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.20307: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20325: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0><<<\n 5169 1726879803.20334: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20378: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<<\n 5169 1726879803.20382: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20653: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.20659: stdout chunk (state=3):\n>>>\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.20687: stdout chunk (state=3):\n>>>\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0>\r\n<<<\n 5169 1726879803.20704: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340><<<\n 5169 1726879803.20710: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20744: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<<\n 5169 1726879803.20813: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.20853: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879803.20890: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879803.20909: stdout chunk (state=3):\n>>>import '_string' # <<<\n 5169 1726879803.20915: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.20987: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930><<<\n 5169 1726879803.21035: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21221: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0><<<\n 5169 1726879803.21228: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21324: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.21448: stdout chunk (state=3):\n>>>\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0>\r\n<<<\n 5169 1726879803.21504: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380><<<\n 5169 1726879803.21507: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21514: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879803.21539: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<<\n 5169 1726879803.21546: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21579: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<<\n 5169 1726879803.21585: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21632: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<<\n 5169 1726879803.21639: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21716: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.21728: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.21732: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0><<<\n 5169 1726879803.21746: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22034: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.22067: stdout chunk (state=3):\n>>>\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50><<<\n 5169 1726879803.22118: stdout chunk (state=3):\n>>>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.22122: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22130: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.22141: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22180: stdout chunk (state=3):\n>>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790>\r\n# zipimport: zlib available<<<\n 5169 1726879803.22184: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22213: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.22223: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.compat' # <<<\n 5169 1726879803.22262: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.22269: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22418: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.22584: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.22590: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.22616: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.22644: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879803.22676: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.22701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.22723: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879803.22758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.22979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.23194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.24268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.25300: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # <<<\n 5169 1726879803.25328: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.six.moves' # <<<\n 5169 1726879803.25334: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25392: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<<\n 5169 1726879803.25399: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25434: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<<\n 5169 1726879803.25508: stdout chunk (state=3):\n>>>\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.25536: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.25555: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830>\r\n<<<\n 5169 1726879803.25692: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<<\n 5169 1726879803.25748: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580><<<\n 5169 1726879803.25750: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25772: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0><<<\n 5169 1726879803.25844: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25848: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # <<<\n 5169 1726879803.25885: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25889: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.25891: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25926: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.25931: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.25962: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # <<<\n 5169 1726879803.25986: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.26133: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.26272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.26559: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879803.26610: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879803.26632: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550>\r\n<<<\n 5169 1726879803.26661: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.26669: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.27548: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.27554: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.28408: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.28414: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.28552: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.28560: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.28692: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # <<<\n 5169 1726879803.28714: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.28784: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.28789: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.28849: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # <<<\n 5169 1726879803.28856: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.28884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.29013: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.29185: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n# zipimport: zlib available<<<\n 5169 1726879803.29189: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.29218: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # <<<\n 5169 1726879803.29251: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.29372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879803.29404: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.29412: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.29852: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.29858: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30297: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<<\n 5169 1726879803.30401: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<<\n 5169 1726879803.30416: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30448: stdout chunk (state=3):\n>>>import '_ast' # <<<\n 5169 1726879803.30453: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30582: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330><<<\n 5169 1726879803.30587: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30618: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.30621: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30748: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.30752: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30874: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # <<<\n 5169 1726879803.30881: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30894: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # <<<\n 5169 1726879803.30915: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.common.arg_spec' # <<<\n 5169 1726879803.30955: stdout chunk (state=3):\n>>>\r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<<\n 5169 1726879803.30970: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.30978: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<<\n 5169 1726879803.31085: stdout chunk (state=3):\n>>>\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.31289: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.31305: stdout chunk (state=3):\n>>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240>\r\n<<<\n 5169 1726879803.31387: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.31394: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.31421: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.31433: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0><<<\n 5169 1726879803.31443: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.31457: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00><<<\n 5169 1726879803.31491: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.31629: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # <<<\n 5169 1726879803.31632: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.31661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.31748: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.31753: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.31920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.32049: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py<<<\n 5169 1726879803.32053: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.32287: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.32310: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.32317: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880>\r\n<<<\n 5169 1726879803.32454: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20>\r\nimport 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879803.32470: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879803.32501: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.32615: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.32621: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32730: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.32737: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32787: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.32792: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32863: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py<<<\n 5169 1726879803.32878: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32887: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.32922: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py<<<\n 5169 1726879803.32925: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.32972: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<<\n 5169 1726879803.32980: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33090: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<<\n 5169 1726879803.33099: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33127: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<<\n 5169 1726879803.33136: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33178: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<<\n 5169 1726879803.33184: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33288: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50><<<\n 5169 1726879803.33292: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33381: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30><<<\n 5169 1726879803.33387: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33510: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0><<<\n 5169 1726879803.33555: stdout chunk (state=3):\n>>>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.33640: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # <<<\n 5169 1726879803.33656: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.33668: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879803.33781: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.33835: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.33938: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.33945: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 5169 1726879803.34086: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34188: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 5169 1726879803.34194: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34269: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.34276: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34342: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.34347: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34416: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # <<<\n 5169 1726879803.34419: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34532: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.34588: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.34593: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.34780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.34841: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # <<<\n 5169 1726879803.34850: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.34872: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.35200: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.35592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.35684: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n<<<\n 5169 1726879803.35710: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879803.35757: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n<<<\n 5169 1726879803.35817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py<<<\n 5169 1726879803.35821: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.35864: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'<<<\n 5169 1726879803.35906: stdout chunk (state=3):\n>>>\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970><<<\n 5169 1726879803.35913: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.35949: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py<<<\n 5169 1726879803.35990: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n<<<\n 5169 1726879803.36088: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879803.36125: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879803.36162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879803.36196: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260>\r\n<<<\n 5169 1726879803.36254: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.36292: stdout chunk (state=3):\n>>>\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.36295: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36333: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0>\r\n<<<\n 5169 1726879803.36396: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0>\r\n<<<\n 5169 1726879803.36440: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380><<<\n 5169 1726879803.36493: stdout chunk (state=3):\n>>>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00><<<\n 5169 1726879803.36499: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36524: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60><<<\n 5169 1726879803.36531: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36557: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py<<<\n 5169 1726879803.36629: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n<<<\n 5169 1726879803.36671: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879803.36698: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879803.36736: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py<<<\n 5169 1726879803.36741: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'<<<\n 5169 1726879803.36808: stdout chunk (state=3):\n>>>\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.36812: stdout chunk (state=3):\n>>>\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.36826: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36877: stdout chunk (state=3):\n>>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.36892: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36899: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.36933: stdout chunk (state=3):\n>>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240><<<\n 5169 1726879803.36939: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.36966: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py<<<\n 5169 1726879803.37140: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'<<<\n 5169 1726879803.37161: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37186: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650><<<\n 5169 1726879803.37192: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37228: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py<<<\n 5169 1726879803.37234: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37290: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'<<<\n 5169 1726879803.37297: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37343: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.37355: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37375: stdout chunk (state=3):\n>>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.37389: stdout chunk (state=3):\n>>>\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180><<<\n 5169 1726879803.37395: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37449: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0><<<\n 5169 1726879803.37456: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37499: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90><<<\n 5169 1726879803.37506: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37526: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.timeout' # \r\n<<<\n 5169 1726879803.37579: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available<<<\n 5169 1726879803.37586: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37613: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # <<<\n 5169 1726879803.37646: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.37732: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.37758: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.37859: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879803.37904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.37999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.38089: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879803.38146: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 5169 1726879803.38158: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.facts.system' # <<<\n 5169 1726879803.38185: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.38190: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.38287: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # <<<\n 5169 1726879803.38291: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.38325: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.38328: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.38435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.38495: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n<<<\n 5169 1726879803.38598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 5169 1726879803.38603: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.38679: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n<<<\n 5169 1726879803.38714: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.38827: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.39040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.39150: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\n<<<\n 5169 1726879803.39182: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.cmdline' # <<<\n 5169 1726879803.39185: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.39211: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.40183: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.40189: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41026: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n<<<\n 5169 1726879803.41149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.41255: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.41320: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.41381: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\n<<<\n 5169 1726879803.41407: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.date_time' # \r\n<<<\n 5169 1726879803.41439: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.41493: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.41500: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41552: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # <<<\n 5169 1726879803.41562: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41579: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.41680: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.41686: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41782: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879803.41818: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.41826: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41881: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.41889: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41941: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # <<<\n 5169 1726879803.41943: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.41969: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.42020: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.42025: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42087: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.loadavg' # <<<\n 5169 1726879803.42091: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42115: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.42234: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42271: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.42278: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<<\n 5169 1726879803.42425: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42449: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<<\n 5169 1726879803.42455: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42497: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440>\r\n<<<\n 5169 1726879803.42540: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py<<<\n 5169 1726879803.42545: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'<<<\n 5169 1726879803.42605: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42798: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0><<<\n 5169 1726879803.42804: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42844: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available<<<\n 5169 1726879803.42934: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.42973: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.42980: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43088: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # <<<\n 5169 1726879803.43094: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43131: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.43144: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43298: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.43301: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43463: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<<\n 5169 1726879803.43470: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43604: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available<<<\n 5169 1726879803.43610: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43738: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # <<<\n 5169 1726879803.43744: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43771: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.43779: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43848: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.43854: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.43938: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<<\n 5169 1726879803.43941: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.44027: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<<\n 5169 1726879803.44035: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.44135: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879803.44271: stdout chunk (state=3):\n>>>\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.44279: stdout chunk (state=3):\n>>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0>\r\n<<<\n 5169 1726879803.44609: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270>\r\n<<<\n 5169 1726879803.44627: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879803.44658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.44762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.44859: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n<<<\n 5169 1726879803.44888: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.44933: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.45053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.45209: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.45333: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.45433: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.45696: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # <<<\n 5169 1726879803.45704: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.45724: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.service_mgr' # <<<\n 5169 1726879803.45729: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.45760: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.45832: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.45905: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n<<<\n 5169 1726879803.45938: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.45944: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.46087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n<<<\n 5169 1726879803.46115: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879803.46175: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.46222: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879803.46234: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000><<<\n 5169 1726879803.46252: stdout chunk (state=3):\n>>>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70>\r\nimport 'ansible.module_utils.facts.system.user' # <<<\n 5169 1726879803.46277: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.46284: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.46310: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.46315: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.facts.hardware' # \r\n<<<\n 5169 1726879803.46398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.46472: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # <<<\n 5169 1726879803.46479: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.46502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.46786: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.46834: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.47080: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # <<<\n 5169 1726879803.47088: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.47113: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.47119: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.47433: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.47480: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.47562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.47639: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\n<<<\n 5169 1726879803.47670: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.darwin' # \r\n<<<\n 5169 1726879803.47716: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.47752: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.47758: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.47799: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.48071: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.48326: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # <<<\n 5169 1726879803.48357: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.48361: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.48732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.48804: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # <<<\n 5169 1726879803.48807: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.48837: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.48842: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.48899: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.48972: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.50037: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.50985: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # <<<\n 5169 1726879803.50993: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.51015: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hurd' # <<<\n 5169 1726879803.51020: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.51053: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.51060: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.51246: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.51251: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.51457: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.51806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n<<<\n 5169 1726879803.51841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52139: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52414: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n<<<\n 5169 1726879803.52452: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52501: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network' # \r\n<<<\n 5169 1726879803.52533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52608: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.52687: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n<<<\n 5169 1726879803.52716: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.52722: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.52900: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.53089: stdout chunk (state=3):\n>>>\r\n# zipimport: zlib available<<<\n 5169 1726879803.53094: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.53481: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879803.53486: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879803.53865: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\n<<<\n 5169 1726879803.53874: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.aix' # \r\n<<<\n 5169 1726879803.53885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.53992: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879803.54001: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54035: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54068: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n<<<\n 5169 1726879803.54088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54314: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n<<<\n 5169 1726879803.54318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54385: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n<<<\n 5169 1726879803.54391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54486: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54589: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.54735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.54771: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.55436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.55739: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n<<<\n 5169 1726879803.55756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.55847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.55945: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879803.55952: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56062: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n<<<\n 5169 1726879803.56072: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56172: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879803.56178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56235: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56286: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879803.56293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56418: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56553: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879803.56741: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879803.56748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56775: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.56920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.57041: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.57166: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\n<<<\n 5169 1726879803.57173: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n<<<\n 5169 1726879803.57192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.57275: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.57354: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n<<<\n 5169 1726879803.57533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.57734: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58098: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n<<<\n 5169 1726879803.58108: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58182: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58259: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n<<<\n 5169 1726879803.58268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58341: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58415: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n<<<\n 5169 1726879803.58435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58576: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58718: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\n<<<\n 5169 1726879803.58726: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.default_collectors' # \r\n<<<\n 5169 1726879803.58753: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.58894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.59050: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\n<<<\n 5169 1726879803.59054: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879803.59181: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879803.59586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n<<<\n 5169 1726879803.59590: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n<<<\n 5169 1726879803.59622: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n<<<\n 5169 1726879803.59642: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n<<<\n 5169 1726879803.59687: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0>\r\n<<<\n 5169 1726879803.59718: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750>\r\n<<<\n 5169 1726879803.59792: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010>\r\n<<<\n 5169 1726879804.22892: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680>\r\n<<<\n 5169 1726879804.23077: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0>\r\n<<<\n 5169 1726879804.23293: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879804.23406: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0>\r\nimport 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650>\r\n<<<\n 5169 1726879804.23869: stdout chunk (state=3):\n>>>PyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n<<<\n 5169 1726879804.50725: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.50763: stdout chunk (state=3):\n>>>{\"ansible_facts\": {\"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\"<<<\n 5169 1726879804.50804: stdout chunk (state=3):\n>>>, \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/1\"}, \"ansible_local\": {}, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_is_chroot\": false, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.055913Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004055913\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"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\": 3524, \"ansib<<<\n 5169 1726879804.50822: stdout chunk (state=3):\n>>>le_memfree_mb\": 2764, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 760, \"free\": 2764}, \"nocache\": {\"free\": 3254, \"used\": 270}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectors<<<\n 5169 1726879804.50889: stdout chunk (state=3):\n>>>ize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 58, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268272128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344793, \"block_used\": 3138611, \"inode_total\": 16384000, \"inode_available\": 16302471, \"inode_used\": 81529, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 1.03662109375, \"5m\": 0.3173828125, \"15m\": 0.1103515625}, \"ansible_iscsi_iqn\": \"\", \"ansible_fibre_channel_wwn\": [], \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", <<<\n 5169 1726879804.50894: stdout chunk (state=3):\n>>>\"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_pkg_mgr\": \"dnf\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}<<<\n 5169 1726879804.50946: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.51794: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879804.51818: stdout chunk (state=3):\n>>># clear sys.path_hooks<<<\n 5169 1726879804.51826: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.51852: stdout chunk (state=3):\n>>># clear builtins._\r\n<<<\n 5169 1726879804.51864: stdout chunk (state=3):\n>>># clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2<<<\n 5169 1726879804.51885: stdout chunk (state=3):\n>>>\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__<<<\n 5169 1726879804.51990: stdout chunk (state=3):\n>>>\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n<<<\n 5169 1726879804.51999: stdout chunk (state=3):\n>>># cleanup[2] removing _bisect\r\n<<<\n 5169 1726879804.52002: stdout chunk (state=3):\n>>># cleanup[2] removing bisect<<<\n 5169 1726879804.52005: stdout chunk (state=3):\n>>>\r\n# destroy bisect\r\n<<<\n 5169 1726879804.52029: stdout chunk (state=3):\n>>># cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset<<<\n 5169 1726879804.52039: stdout chunk (state=3):\n>>>\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib<<<\n 5169 1726879804.52059: stdout chunk (state=3):\n>>>\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n<<<\n 5169 1726879804.52077: stdout chunk (state=3):\n>>># cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil<<<\n 5169 1726879804.52099: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json<<<\n 5169 1726879804.52122: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl<<<\n 5169 1726879804.52148: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess<<<\n 5169 1726879804.52174: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd<<<\n 5169 1726879804.52194: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string<<<\n 5169 1726879804.52223: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon<<<\n 5169 1726879804.52246: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text<<<\n 5169 1726879804.52276: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux<<<\n 5169 1726879804.52303: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing<<<\n 5169 1726879804.52326: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n<<<\n 5169 1726879804.52362: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2<<<\n 5169 1726879804.52386: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file<<<\n 5169 1726879804.52401: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils<<<\n 5169 1726879804.52424: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing<<<\n 5169 1726879804.52454: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n<<<\n 5169 1726879804.52471: stdout chunk (state=3):\n>>># destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing<<<\n 5169 1726879804.52492: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system<<<\n 5169 1726879804.52661: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing <<<\n 5169 1726879804.52678: stdout chunk (state=3):\n>>>ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n<<<\n 5169 1726879804.53100: stdout chunk (state=3):\n>>># destroy _sitebuiltins<<<\n 5169 1726879804.53112: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53137: stdout chunk (state=3):\n>>># destroy importlib.machinery<<<\n 5169 1726879804.53146: stdout chunk (state=3):\n>>>\r\n# destroy importlib._abc<<<\n 5169 1726879804.53167: stdout chunk (state=3):\n>>>\r\n# destroy importlib.util\r\n<<<\n 5169 1726879804.53204: stdout chunk (state=3):\n>>># destroy _bz2<<<\n 5169 1726879804.53228: stdout chunk (state=3):\n>>>\r\n# destroy _compression<<<\n 5169 1726879804.53233: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53236: stdout chunk (state=3):\n>>># destroy _lzma\r\n<<<\n 5169 1726879804.53258: stdout chunk (state=3):\n>>># destroy binascii<<<\n 5169 1726879804.53284: stdout chunk (state=3):\n>>>\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path<<<\n 5169 1726879804.53305: stdout chunk (state=3):\n>>>\r\n# destroy zipfile<<<\n 5169 1726879804.53312: stdout chunk (state=3):\n>>>\r\n# destroy pathlib<<<\n 5169 1726879804.53328: stdout chunk (state=3):\n>>>\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress<<<\n 5169 1726879804.53386: stdout chunk (state=3):\n>>>\r\n# destroy ntpath<<<\n 5169 1726879804.53395: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53424: stdout chunk (state=3):\n>>># destroy importlib\r\n<<<\n 5169 1726879804.53427: stdout chunk (state=3):\n>>># destroy zipimport<<<\n 5169 1726879804.53449: stdout chunk (state=3):\n>>>\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon<<<\n 5169 1726879804.53477: stdout chunk (state=3):\n>>>\r\n# destroy hashlib\r\n# destroy json.decoder<<<\n 5169 1726879804.53487: stdout chunk (state=3):\n>>>\r\n# destroy json.encoder\r\n# destroy json.scanner<<<\n 5169 1726879804.53506: stdout chunk (state=3):\n>>>\r\n# destroy _json<<<\n 5169 1726879804.53512: stdout chunk (state=3):\n>>>\r\n# destroy grp\r\n# destroy encodings<<<\n 5169 1726879804.53537: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53570: stdout chunk (state=3):\n>>># destroy _locale\r\n# destroy locale<<<\n 5169 1726879804.53582: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53601: stdout chunk (state=3):\n>>># destroy select\r\n# destroy _signal<<<\n 5169 1726879804.53605: stdout chunk (state=3):\n>>>\r\n# destroy _posixsubprocess<<<\n 5169 1726879804.53613: stdout chunk (state=3):\n>>>\r\n# destroy syslog<<<\n 5169 1726879804.53686: stdout chunk (state=3):\n>>>\r\n# destroy uuid\r\n# destroy _hashlib\r\n<<<\n 5169 1726879804.53709: stdout chunk (state=3):\n>>># destroy _blake2<<<\n 5169 1726879804.53725: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.53732: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 5169 1726879804.53751: stdout chunk (state=3):\n>>># destroy shutil<<<\n 5169 1726879804.53783: stdout chunk (state=3):\n>>>\r\n# destroy distro<<<\n 5169 1726879804.53797: stdout chunk (state=3):\n>>>\r\n# destroy distro.distro<<<\n 5169 1726879804.53800: stdout chunk (state=3):\n>>>\r\n# destroy argparse<<<\n 5169 1726879804.53870: stdout chunk (state=3):\n>>>\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors<<<\n 5169 1726879804.53890: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.ansible_collector<<<\n 5169 1726879804.53894: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing<<<\n 5169 1726879804.53919: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.queues<<<\n 5169 1726879804.53923: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.synchronize<<<\n 5169 1726879804.53944: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n<<<\n 5169 1726879804.53986: stdout chunk (state=3):\n>>># destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle<<<\n 5169 1726879804.53993: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.54017: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy _heapq\r\n# destroy _queue<<<\n 5169 1726879804.54034: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.reduction<<<\n 5169 1726879804.54078: stdout chunk (state=3):\n>>>\r\n# destroy selectors\r\n# destroy shlex\r\n<<<\n 5169 1726879804.54097: stdout chunk (state=3):\n>>># destroy fcntl<<<\n 5169 1726879804.54115: stdout chunk (state=3):\n>>>\r\n# destroy datetime<<<\n 5169 1726879804.54124: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.54137: stdout chunk (state=3):\n>>># destroy subprocess\r\n# destroy base64<<<\n 5169 1726879804.54177: stdout chunk (state=3):\n>>>\r\n# destroy _ssl\r\n<<<\n 5169 1726879804.54213: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux<<<\n 5169 1726879804.54235: stdout chunk (state=3):\n>>>\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios<<<\n 5169 1726879804.54260: stdout chunk (state=3):\n>>>\r\n# destroy json<<<\n 5169 1726879804.54308: stdout chunk (state=3):\n>>>\r\n# destroy socket<<<\n 5169 1726879804.54312: stdout chunk (state=3):\n>>>\r\n# destroy struct<<<\n 5169 1726879804.54324: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.54354: stdout chunk (state=3):\n>>># destroy glob\r\n# destroy fnmatch<<<\n 5169 1726879804.54366: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.compat.typing<<<\n 5169 1726879804.54380: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno<<<\n 5169 1726879804.54393: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process<<<\n 5169 1726879804.54413: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array<<<\n 5169 1726879804.54484: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n<<<\n 5169 1726879804.54508: stdout chunk (state=3):\n>>># destroy stringprep\r\n<<<\n 5169 1726879804.54532: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser<<<\n 5169 1726879804.54539: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.54544: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux<<<\n 5169 1726879804.54559: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ctypes._endian<<<\n 5169 1726879804.54568: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<<\n 5169 1726879804.54594: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128<<<\n 5169 1726879804.54602: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal<<<\n 5169 1726879804.54621: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache<<<\n 5169 1726879804.54662: stdout chunk (state=3):\n>>>\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n<<<\n 5169 1726879804.54688: stdout chunk (state=3):\n>>># cleanup[3] wiping collections.abc<<<\n 5169 1726879804.54692: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading<<<\n 5169 1726879804.54715: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random<<<\n 5169 1726879804.54735: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n<<<\n 5169 1726879804.54767: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants<<<\n 5169 1726879804.54786: stdout chunk (state=3):\n>>>\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg<<<\n 5169 1726879804.54806: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre<<<\n 5169 1726879804.54819: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools<<<\n 5169 1726879804.54853: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879804.54889: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat<<<\n 5169 1726879804.54899: stdout chunk (state=3):\n>>>\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8<<<\n 5169 1726879804.54921: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal<<<\n 5169 1726879804.54947: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp<<<\n 5169 1726879804.54976: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins<<<\n 5169 1726879804.54984: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55035: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879804.55217: stdout chunk (state=3):\n>>># destroy sys.monitoring<<<\n 5169 1726879804.55230: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55243: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879804.55276: stdout chunk (state=3):\n>>># destroy _collections<<<\n 5169 1726879804.55311: stdout chunk (state=3):\n>>>\r\n# destroy platform<<<\n 5169 1726879804.55315: stdout chunk (state=3):\n>>>\r\n# destroy _uuid<<<\n 5169 1726879804.55332: stdout chunk (state=3):\n>>>\r\n# destroy stat<<<\n 5169 1726879804.55358: stdout chunk (state=3):\n>>>\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize<<<\n 5169 1726879804.55366: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55400: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg<<<\n 5169 1726879804.55439: stdout chunk (state=3):\n>>>\r\n# destroy contextlib\r\n<<<\n 5169 1726879804.55458: stdout chunk (state=3):\n>>># destroy _typing<<<\n 5169 1726879804.55480: stdout chunk (state=3):\n>>>\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse<<<\n 5169 1726879804.55505: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves<<<\n 5169 1726879804.55537: stdout chunk (state=3):\n>>>\r\n# destroy _frozen_importlib_external<<<\n 5169 1726879804.55547: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55593: stdout chunk (state=3):\n>>># destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path<<<\n 5169 1726879804.55603: stdout chunk (state=3):\n>>>\r\n# clear sys.modules<<<\n 5169 1726879804.55613: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55634: stdout chunk (state=3):\n>>># destroy _frozen_importlib\r\n<<<\n 5169 1726879804.55747: stdout chunk (state=3):\n>>># destroy codecs<<<\n 5169 1726879804.55761: stdout chunk (state=3):\n>>>\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig<<<\n 5169 1726879804.55787: stdout chunk (state=3):\n>>>\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n<<<\n 5169 1726879804.55802: stdout chunk (state=3):\n>>># destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings<<<\n 5169 1726879804.55823: stdout chunk (state=3):\n>>>\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time<<<\n 5169 1726879804.55866: stdout chunk (state=3):\n>>>\r\n# destroy _random<<<\n 5169 1726879804.55886: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55889: stdout chunk (state=3):\n>>># destroy _weakref<<<\n 5169 1726879804.55892: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.55933: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string<<<\n 5169 1726879804.55967: stdout chunk (state=3):\n>>>\r\n# destroy re\r\n# destroy itertools\r\n<<<\n 5169 1726879804.56004: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread<<<\n 5169 1726879804.56032: stdout chunk (state=3):\n>>>\r\n# clear sys.audit hooks<<<\n 5169 1726879804.56039: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879804.56680: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879804.56743: stderr chunk (state=3):\n>>><<<\n 5169 1726879804.56748: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.queues\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.synchronize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0>\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.dummy.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0>\\r\\nimport \\'multiprocessing.dummy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650>\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\n\\r\\n{\"ansible_facts\": {\"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/1\"}, \"ansible_local\": {}, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_is_chroot\": false, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.055913Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004055913\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"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\": 3524, \"ansible_memfree_mb\": 2764, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 760, \"free\": 2764}, \"nocache\": {\"free\": 3254, \"used\": 270}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectorsize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 58, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268272128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344793, \"block_used\": 3138611, \"inode_total\": 16384000, \"inode_available\": 16302471, \"inode_used\": 81529, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 1.03662109375, \"5m\": 0.3173828125, \"15m\": 0.1103515625}, \"ansible_iscsi_iqn\": \"\", \"ansible_fibre_channel_wwn\": [], \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_pkg_mgr\": \"dnf\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing multiprocessing.queues\\r\\n# cleanup[2] removing multiprocessing.synchronize\\r\\n# cleanup[2] removing multiprocessing.dummy.connection\\r\\n# cleanup[2] removing multiprocessing.dummy\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.queues\\r\\n# destroy multiprocessing.synchronize\\r\\n# destroy multiprocessing.dummy\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy pickle\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy subprocess\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy unicodedata\\r\\n# destroy errno\\r\\n# destroy multiprocessing.connection\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.context\\r\\n# destroy multiprocessing.process\\r\\n# destroy multiprocessing.util\\r\\n# destroy _multiprocessing\\r\\n# destroy array\\r\\n# destroy multiprocessing.dummy.connection\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _sre\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879804.57048: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0>\r\nimport 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{\"ansible_facts\": {\"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/1\"}, \"ansible_local\": {}, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_is_chroot\": false, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.055913Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004055913\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"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\": 3524, \"ansible_memfree_mb\": 2764, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 760, \"free\": 2764}, \"nocache\": {\"free\": 3254, \"used\": 270}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectorsize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 58, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268272128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344793, \"block_used\": 3138611, \"inode_total\": 16384000, \"inode_available\": 16302471, \"inode_used\": 81529, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 1.03662109375, \"5m\": 0.3173828125, \"15m\": 0.1103515625}, \"ansible_iscsi_iqn\": \"\", \"ansible_fibre_channel_wwn\": [], \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_pkg_mgr\": \"dnf\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879804.58057: done with _execute_module (ansible.legacy.setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879802.4530375-5173-260173975680273/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879804.58065: _low_level_execute_command(): starting\n 5169 1726879804.58068: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879804.58213: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879804.58216: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879804.58219: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879804.58222: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879804.58224: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879804.58227: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879804.58293: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879804.58297: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879804.58300: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879804.58306: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879804.58332: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 4\r\n<<<\n 5169 1726879804.61023: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879804.61071: stderr chunk (state=3):\n>>><<<\n 5169 1726879804.61078: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 4\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879804.61101: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879804.61182: handler run complete\n 5169 1726879804.61229: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879804.61303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879804.61520: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879804.61583: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879804.61675: attempt loop complete, returning result\n 5169 1726879804.61681: _execute() done\n 5169 1726879804.61684: dumping result to json\n 5169 1726879804.61704: done dumping result, returning\n 5169 1726879804.61711: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011]\n 5169 1726879804.61723: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879804.62000: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879804.62004: WORKER PROCESS EXITING\nok: [managed_node2]\n 5169 1726879804.71487: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n<<<\n 5169 1726879804.71512: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\n<<<\n 5169 1726879804.71520: stdout chunk (state=3):\n>>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0>\r\n<<<\n 5169 1726879804.71543: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n<<<\n 5169 1726879804.71565: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\n<<<\n 5169 1726879804.71592: stdout chunk (state=3):\n>>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0>\r\n<<<\n 5169 1726879804.71647: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879804.71685: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879804.71704: stdout chunk (state=3):\n>>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0>\r\n<<<\n 5169 1726879804.71740: stdout chunk (state=3):\n>>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180>\r\n<<<\n 5169 1726879804.72002: stdout chunk (state=3):\n>>>PyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n<<<\n 5169 1726879804.96158: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_iscsi_iqn\": \"\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_local\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fibre_channel_wwn\": [], \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3112, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 604, \"free\": 3112}, \"nocache\": {\"free\": 3495, \"used\": 221}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\":<<<\n 5169 1726879804.96227: stdout chunk (state=3):\n>>> \"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\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 251, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388592128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374168, \"block_used\": 3109236, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_is_chroot\": false, \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 0.57568359375, \"5m\": 0.5068359375, \"15m\": 0.23681640625}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.920195Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004920195\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]<<<\n 5169 1726879804.96233: stdout chunk (state=3):\n>>>\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"1<<<\n 5169 1726879804.96238: stdout chunk (state=3):\n>>>0.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_service_mgr\": \"systemd\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 5169 1726879804.96802: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879804.96835: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n<<<\n 5169 1726879804.96851: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n<<<\n 5169 1726879804.96878: stdout chunk (state=3):\n>>># cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n<<<\n 5169 1726879804.96903: stdout chunk (state=3):\n>>># cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n<<<\n 5169 1726879804.96908: stdout chunk (state=3):\n>>># destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n<<<\n 5169 1726879804.96937: stdout chunk (state=3):\n>>># destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n<<<\n 5169 1726879804.96941: stdout chunk (state=3):\n>>># cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 5169 1726879804.96970: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string<<<\n 5169 1726879804.96992: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n<<<\n 5169 1726879804.97002: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n<<<\n 5169 1726879804.97049: stdout chunk (state=3):\n>>># cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 5169 1726879804.97053: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 5169 1726879804.97086: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n<<<\n 5169 1726879804.97105: stdout chunk (state=3):\n>>># destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n<<<\n 5169 1726879804.97127: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n<<<\n 5169 1726879804.97172: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n<<<\n 5169 1726879804.97195: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n<<<\n 5169 1726879804.97222: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n<<<\n 5169 1726879804.97226: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n<<<\n 5169 1726879804.97586: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879804.97600: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879804.97625: stdout chunk (state=3):\n>>># destroy _bz2\r\n<<<\n 5169 1726879804.97633: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879804.97650: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879804.97661: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n<<<\n 5169 1726879804.97675: stdout chunk (state=3):\n>>># destroy ipaddress\r\n<<<\n 5169 1726879804.97704: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879804.97750: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879804.97754: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n<<<\n 5169 1726879804.97760: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879804.97763: stdout chunk (state=3):\n>>># destroy _json\r\n<<<\n 5169 1726879804.97782: stdout chunk (state=3):\n>>># destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n<<<\n 5169 1726879804.97798: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879804.97805: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879804.97866: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879804.97874: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n<<<\n 5169 1726879804.97929: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector<<<\n 5169 1726879804.97938: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n<<<\n 5169 1726879804.97942: stdout chunk (state=3):\n>>># destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n<<<\n 5169 1726879804.97961: stdout chunk (state=3):\n>>># destroy _pickle\r\n<<<\n 5169 1726879804.97980: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n<<<\n 5169 1726879804.97995: stdout chunk (state=3):\n>>># destroy multiprocessing.reduction\r\n# destroy selectors\r\n<<<\n 5169 1726879804.98013: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy fcntl\r\n<<<\n 5169 1726879804.98025: stdout chunk (state=3):\n>>># destroy datetime\r\n# destroy subprocess\r\n<<<\n 5169 1726879804.98037: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 5169 1726879804.98054: stdout chunk (state=3):\n>>># destroy _ssl\r\n<<<\n 5169 1726879804.98083: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879804.98087: stdout chunk (state=3):\n>>># destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n<<<\n 5169 1726879804.98097: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 5169 1726879804.98115: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n<<<\n 5169 1726879804.98123: stdout chunk (state=3):\n>>># destroy glob\r\n<<<\n 5169 1726879804.98148: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n<<<\n 5169 1726879804.98154: stdout chunk (state=3):\n>>># destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n<<<\n 5169 1726879804.98222: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n<<<\n 5169 1726879804.98229: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879804.98238: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser<<<\n 5169 1726879804.98243: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n<<<\n 5169 1726879804.98321: stdout chunk (state=3):\n>>># destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n<<<\n 5169 1726879804.98346: stdout chunk (state=3):\n>>># cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879804.98363: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879804.98403: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n<<<\n 5169 1726879804.98417: stdout chunk (state=3):\n>>># cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys<<<\n 5169 1726879804.98441: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping builtins\r\n<<<\n 5169 1726879804.98444: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879804.98631: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879804.98640: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879804.98656: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879804.98692: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879804.98699: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 5169 1726879804.98725: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879804.98771: stdout chunk (state=3):\n>>># destroy _typing\r\n<<<\n 5169 1726879804.98782: stdout chunk (state=3):\n>>># destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879804.98790: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879804.98818: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879804.98921: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8<<<\n 5169 1726879804.98931: stdout chunk (state=3):\n>>>\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879804.98938: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879804.98961: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879804.98999: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879804.99018: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879804.99033: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n<<<\n 5169 1726879804.99042: stdout chunk (state=3):\n>>># destroy _thread\r\n<<<\n 5169 1726879804.99048: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879804.99475: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879804.99537: stderr chunk (state=3):\n>>><<<\n 5169 1726879804.99541: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.queues\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.synchronize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0>\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.dummy.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0>\\r\\nimport \\'multiprocessing.dummy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180>\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\n\\r\\n{\"ansible_facts\": {\"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_iscsi_iqn\": \"\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_local\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fibre_channel_wwn\": [], \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3112, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 604, \"free\": 3112}, \"nocache\": {\"free\": 3495, \"used\": 221}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\": \"NA\", \"ansible_chassis_serial\": \"NA\", \"ansible_chassis_vendor\": \"Xen\", \"ansible_chassis_version\": \"NA\", \"ansible_form_factor\": \"Other\", \"ansible_product_name\": \"HVM domU\", \"ansible_product_serial\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 251, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388592128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374168, \"block_used\": 3109236, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_is_chroot\": false, \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 0.57568359375, \"5m\": 0.5068359375, \"15m\": 0.23681640625}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.920195Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004920195\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"10.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_service_mgr\": \"systemd\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing multiprocessing.queues\\r\\n# cleanup[2] removing multiprocessing.synchronize\\r\\n# cleanup[2] removing multiprocessing.dummy.connection\\r\\n# cleanup[2] removing multiprocessing.dummy\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.queues\\r\\n# destroy multiprocessing.synchronize\\r\\n# destroy multiprocessing.dummy\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy pickle\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy subprocess\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy unicodedata\\r\\n# destroy errno\\r\\n# destroy multiprocessing.connection\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.context\\r\\n# destroy multiprocessing.process\\r\\n# destroy multiprocessing.util\\r\\n# destroy _multiprocessing\\r\\n# destroy array\\r\\n# destroy multiprocessing.dummy.connection\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _sre\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879804.99878: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0>\r\n# zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0>\r\nimport 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{\"ansible_facts\": {\"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_iscsi_iqn\": \"\", \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_local\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fibre_channel_wwn\": [], \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3112, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 604, \"free\": 3112}, \"nocache\": {\"free\": 3495, \"used\": 221}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\": \"NA\", \"ansible_chassis_serial\": \"NA\", \"ansible_chassis_vendor\": \"Xen\", \"ansible_chassis_version\": \"NA\", \"ansible_form_factor\": \"Other\", \"ansible_product_name\": \"HVM domU\", \"ansible_product_serial\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 251, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388592128, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374168, \"block_used\": 3109236, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_is_chroot\": false, \"ansible_fips\": false, \"ansible_loadavg\": {\"1m\": 0.57568359375, \"5m\": 0.5068359375, \"15m\": 0.23681640625}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"04\", \"epoch\": \"1726879804\", \"epoch_int\": \"1726879804\", \"date\": \"2024-09-20\", \"time\": \"20:50:04\", \"iso8601_micro\": \"2024-09-21T00:50:04.920195Z\", \"iso8601\": \"2024-09-21T00:50:04Z\", \"iso8601_basic\": \"20240920T205004920195\", \"iso8601_basic_short\": \"20240920T205004\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_lsb\": {}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"10.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_service_mgr\": \"systemd\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879805.00776: done with _execute_module (ansible.legacy.setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879802.4457386-5174-126315515838354/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879805.00780: _low_level_execute_command(): starting\n 5169 1726879805.00783: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879805.01112: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879805.01116: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879805.01119: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879805.01121: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879805.01124: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879805.01127: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879805.01195: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879805.01198: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879805.01199: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879805.01201: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879805.01202: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879805.01235: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879805.03117: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879805.03161: stderr chunk (state=3):\n>>><<<\n 5169 1726879805.03167: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879805.03193: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879805.03279: handler run complete\n 5169 1726879805.03327: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879805.03409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879805.03640: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879805.03699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879805.03794: attempt loop complete, returning result\n 5169 1726879805.03798: _execute() done\n 5169 1726879805.03801: dumping result to json\n 5169 1726879805.03821: done dumping result, returning\n 5169 1726879805.03828: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011]\n 5169 1726879805.03916: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879805.04156: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879805.04159: WORKER PROCESS EXITING\nok: [managed_node3]\n 5169 1726879812.42841: stderr chunk (state=3):\n>>>debug1: connect to address 10.31.47.21 port 22: Connection timed out\r\nssh: connect to host 10.31.47.21 port 22: Connection timed out\r\n<<<\n 5169 1726879812.42914: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.42919: stdout chunk (state=3):\n>>><<<\n<10.31.47.21> (255, b'', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.21 originally 10.31.47.21\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.21 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.21 originally 10.31.47.21\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/d5df29d6e4\\'\\r\\ndebug1: Control socket \"/root/.ansible/cp/d5df29d6e4\" does not exist\\r\\ndebug3: channel_clear_timeouts: clearing\\r\\ndebug3: ssh_connect_direct: entering\\r\\ndebug1: Connecting to 10.31.47.21 [10.31.47.21] port 22.\\r\\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x48\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug1: connect to address 10.31.47.21 port 22: Connection timed out\\r\\nssh: connect to host 10.31.47.21 port 22: Connection timed out\\r\\n')\n 5169 1726879812.42962: _execute() done\n 5169 1726879812.42968: dumping result to json\n 5169 1726879812.42970: done dumping result, returning\n 5169 1726879812.42977: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011]\n 5169 1726879812.42992: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879812.43057: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011\n 5169 1726879812.43061: WORKER PROCESS EXITING\nfatal: [managed_node1]: UNREACHABLE! => {\n \"changed\": false,\n \"unreachable\": true\n}\n\nMSG:\n\nFailed to connect to the host via ssh: OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.21 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/d5df29d6e4'\r\ndebug1: Control socket \"/root/.ansible/cp/d5df29d6e4\" does not exist\r\ndebug3: channel_clear_timeouts: clearing\r\ndebug3: ssh_connect_direct: entering\r\ndebug1: Connecting to 10.31.47.21 [10.31.47.21] port 22.\r\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x48\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: connect to address 10.31.47.21 port 22: Connection timed out\r\nssh: connect to host 10.31.47.21 port 22: Connection timed out\n 5169 1726879812.43112: no more pending results, returning what we have\n 5169 1726879812.43117: results queue empty\n 5169 1726879812.43118: checking for any_errors_fatal\n 5169 1726879812.43120: done checking for any_errors_fatal\n 5169 1726879812.43121: checking for max_fail_percentage\n 5169 1726879812.43123: done checking for max_fail_percentage\n 5169 1726879812.43123: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879812.43124: done checking to see if all hosts have failed\n 5169 1726879812.43125: getting the remaining hosts for this loop\n 5169 1726879812.43127: done getting the remaining hosts for this loop\n 5169 1726879812.43131: getting the next task for host managed_node2\n 5169 1726879812.43137: done getting next task for host managed_node2\n 5169 1726879812.43139: ^ task is: TASK: meta (flush_handlers)\n 5169 1726879812.43141: ^ 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\n 5169 1726879812.43142: getting the next task for host managed_node3\n 5169 1726879812.43144: done getting next task for host managed_node3\n 5169 1726879812.43146: ^ task is: TASK: meta (flush_handlers)\n 5169 1726879812.43147: ^ 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\n 5169 1726879812.43155: getting variables\n 5169 1726879812.43156: in VariableManager get_vars()\n 5169 1726879812.43187: Calling all_inventory to load vars for managed_node2\n 5169 1726879812.43190: Calling groups_inventory to load vars for managed_node2\n 5169 1726879812.43194: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879812.43204: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879812.43206: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879812.43209: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879812.43444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.43602: done with get_vars()\n 5169 1726879812.43612: done getting variables\n 5169 1726879812.43670: in VariableManager get_vars()\n 5169 1726879812.43677: Calling all_inventory to load vars for managed_node2\n 5169 1726879812.43679: Calling groups_inventory to load vars for managed_node2\n 5169 1726879812.43680: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879812.43686: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879812.43688: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879812.43690: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879812.43789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.43916: done with get_vars()\n 5169 1726879812.43927: getting variables\n 5169 1726879812.43928: in VariableManager get_vars()\n 5169 1726879812.43934: Calling all_inventory to load vars for managed_node3\n 5169 1726879812.43935: Calling groups_inventory to load vars for managed_node3\n 5169 1726879812.43938: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879812.43942: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879812.43944: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879812.43946: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879812.44048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.44197: done with get_vars()\n 5169 1726879812.44203: done getting variables\n 5169 1726879812.44239: in VariableManager get_vars()\n 5169 1726879812.44245: Calling all_inventory to load vars for managed_node3\n 5169 1726879812.44246: Calling groups_inventory to load vars for managed_node3\n 5169 1726879812.44248: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879812.44250: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879812.44252: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879812.44254: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879812.44347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.44477: done with get_vars()\n 5169 1726879812.44490: done queuing things up, now waiting for results queue to drain\n 5169 1726879812.44492: results queue empty\n 5169 1726879812.44492: checking for any_errors_fatal\n 5169 1726879812.44494: done checking for any_errors_fatal\n 5169 1726879812.44494: checking for max_fail_percentage\n 5169 1726879812.44495: done checking for max_fail_percentage\n 5169 1726879812.44495: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879812.44496: done checking to see if all hosts have failed\n 5169 1726879812.44497: getting the remaining hosts for this loop\n 5169 1726879812.44497: done getting the remaining hosts for this loop\n 5169 1726879812.44499: getting the next task for host managed_node2\n 5169 1726879812.44502: done getting next task for host managed_node2\n 5169 1726879812.44504: ^ task is: TASK: Gather facts from {{ kdump_test_ssh_server_outside }}\n 5169 1726879812.44505: ^ 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\n 5169 1726879812.44506: getting the next task for host managed_node3\n 5169 1726879812.44507: done getting next task for host managed_node3\n 5169 1726879812.44508: ^ task is: TASK: Gather facts from {{ kdump_test_ssh_server_outside }}\n 5169 1726879812.44509: ^ 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\n 5169 1726879812.44510: getting variables\n 5169 1726879812.44511: in VariableManager get_vars()\n 5169 1726879812.44517: Calling all_inventory to load vars for managed_node2\n 5169 1726879812.44518: Calling groups_inventory to load vars for managed_node2\n 5169 1726879812.44519: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879812.44523: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879812.44524: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879812.44526: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879812.44624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.44768: done with get_vars()\n 5169 1726879812.44774: done getting variables\n 5169 1726879812.44967: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879812.44970: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.45019: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n\nTASK [Gather facts from managed_node2] *****************************************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58\nFriday 20 September 2024 20:50:12 -0400 (0:00:10.076) 0:00:10.086 ****** \n 5169 1726879812.45053: entering _queue_task() for managed_node2/setup\n 5169 1726879812.45318: worker is 1 (out of 3 available)\n 5169 1726879812.45332: exiting _queue_task() for managed_node2/setup\n 5169 1726879812.45345: getting variables\n 5169 1726879812.45348: in VariableManager get_vars()\n 5169 1726879812.45425: Calling all_inventory to load vars for managed_node3\n 5169 1726879812.45430: Calling groups_inventory to load vars for managed_node3\n 5169 1726879812.45439: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879812.45460: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879812.45466: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879812.45470: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879812.45729: running TaskExecutor() for managed_node2/TASK: Gather facts from managed_node2\n 5169 1726879812.45734: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879812.45737: variable 'ansible_search_path' from source: unknown\n 5169 1726879812.45740: calling self._execute()\n 5169 1726879812.45743: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879812.45762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.46014: done with get_vars()\n 5169 1726879812.46033: done getting variables\n 5169 1726879812.46084: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879812.46088: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.46090: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.46093: in VariableManager get_vars()\n 5169 1726879812.46096: Calling all_inventory to load vars for managed_node2\n 5169 1726879812.46100: Calling groups_inventory to load vars for managed_node2\n 5169 1726879812.46103: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879812.46106: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879812.46108: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879812.46110: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879812.46182: entering _queue_task() for managed_node3/setup\n 5169 1726879812.46257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.46727: worker is 2 (out of 3 available)\n 5169 1726879812.46737: exiting _queue_task() for managed_node3/setup\n 5169 1726879812.46750: done queuing things up, now waiting for results queue to drain\n 5169 1726879812.46752: waiting for pending results...\n 5169 1726879812.46790: done with get_vars()\n 5169 1726879812.46797: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.46801: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.46804: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.46808: variable 'omit' from source: magic vars\n 5169 1726879812.46811: variable 'omit' from source: magic vars\n 5169 1726879812.46813: variable 'omit' from source: magic vars\n 5169 1726879812.46831: variable 'omit' from source: magic vars\n 5169 1726879812.46850: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.46876: running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node2\n 5169 1726879812.46882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879812.46928: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.46955: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879812.46968: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879812.46989: variable 'ansible_search_path' from source: unknown\n 5169 1726879812.46997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.47015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.47025: calling self._execute()\n 5169 1726879812.47053: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879812.47071: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.47080: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879812.47092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879812.47149: variable 'ansible_port' from source: unknown\n 5169 1726879812.47152: variable 'ansible_user' from source: unknown\n 5169 1726879812.47245: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879812.47251: Set connection var ansible_timeout to 10\n 5169 1726879812.47369: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.47374: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879812.47377: Set connection var ansible_connection to ssh\n 5169 1726879812.47380: Set connection var ansible_shell_type to sh\n 5169 1726879812.47383: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879812.47385: Set connection var ansible_pipelining to False\n 5169 1726879812.47388: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.47390: variable 'ansible_user' from source: unknown\n 5169 1726879812.47392: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879812.47395: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.47397: in VariableManager get_vars()\n 5169 1726879812.47422: Calling all_inventory to load vars for managed_node3\n 5169 1726879812.47432: Calling groups_inventory to load vars for managed_node3\n 5169 1726879812.47447: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879812.47483: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879812.47496: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879812.47513: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879812.47592: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879812.47622: variable 'omit' from source: magic vars\n 5169 1726879812.47626: starting attempt loop\n 5169 1726879812.47629: running the handler\n 5169 1726879812.47631: _low_level_execute_command(): starting\n 5169 1726879812.47634: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879812.47873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879812.48131: done with get_vars()\n 5169 1726879812.48148: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.48207: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.48226: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.48238: variable 'omit' from source: magic vars\n 5169 1726879812.48343: variable 'omit' from source: magic vars\n 5169 1726879812.48465: variable 'omit' from source: magic vars\n 5169 1726879812.48472: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879812.48475: variable 'omit' from source: magic vars\n 5169 1726879812.48478: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879812.48481: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.48485: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879812.48496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879812.48532: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.48571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879812.48579: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879812.48671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.48674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879812.48679: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.48681: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879812.48684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879812.48686: variable 'ansible_port' from source: unknown\n 5169 1726879812.48688: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879812.48697: variable 'ansible_user' from source: unknown\n 5169 1726879812.48709: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.48712: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879812.48772: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.48789: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.48843: Set connection var ansible_timeout to 10\n 5169 1726879812.48847: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879812.48849: Set connection var ansible_connection to ssh\n 5169 1726879812.48856: Set connection var ansible_shell_type to sh\n 5169 1726879812.48861: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879812.48869: Set connection var ansible_pipelining to False\n 5169 1726879812.48892: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.48895: variable 'ansible_user' from source: unknown\n 5169 1726879812.48902: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879812.49083: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879812.49094: variable 'omit' from source: magic vars\n 5169 1726879812.49097: starting attempt loop\n 5169 1726879812.49100: running the handler\n 5169 1726879812.49115: _low_level_execute_command(): starting\n 5169 1726879812.49121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879812.49666: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.49671: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.49674: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.49677: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.49733: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879812.49739: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.49741: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.49791: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.50521: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879812.50635: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.50698: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.50700: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.50805: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.50809: _low_level_execute_command(): starting\n 5169 1726879812.50812: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `\" && echo ansible-tmp-1726879812.5073159-5251-95832394228297=\"` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `\" && echo ansible-tmp-1726879812.5073159-5251-95832394228297=\"` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `\" ) && sleep 0'\"'\"''\n 5169 1726879812.51234: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.51239: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879812.51242: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879812.51244: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879812.51248: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.51310: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879812.51313: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.51315: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879812.51317: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.51349: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.51501: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879812.51613: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.51662: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.51668: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.51697: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.51796: _low_level_execute_command(): starting\n 5169 1726879812.51799: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `\" && echo ansible-tmp-1726879812.516984-5252-18958638165033=\"` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `\" && echo ansible-tmp-1726879812.516984-5252-18958638165033=\"` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `\" ) && sleep 0'\"'\"''\n 5169 1726879812.52217: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.52223: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.52226: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.52229: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879812.52232: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.52294: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879812.52297: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.52298: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.52338: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.53317: stdout chunk (state=3):\n>>>ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297\n<<<\n 5169 1726879812.53438: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.53494: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.53496: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.53577: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.53581: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.53584: variable 'ansible_module_compression' from source: unknown\n 5169 1726879812.53649: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 5169 1726879812.53717: variable 'ansible_facts' from source: host vars for 'managed_node2'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 5169 1726879812.53856: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy TO /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\n 5169 1726879812.53999: Sending initial data\n 5169 1726879812.54003: Sent initial data (151 bytes)\n 5169 1726879812.54290: stdout chunk (state=3):\n>>>ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033\n<<<\n 5169 1726879812.54473: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879812.54490: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.54523: stdout chunk (state=3):\n>>><<<\n 5169 1726879812.54526: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.54558: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.54690: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879812.54694: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879812.54696: variable 'ansible_module_compression' from source: unknown\n 5169 1726879812.54719: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879812.54730: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED\n 5169 1726879812.54752: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879812.54757: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879812.54796: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.54819: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.54826: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py\n 5169 1726879812.54975: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y TO /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879812.55112: Sending initial data\n 5169 1726879812.55116: Sent initial data (150 bytes)\n 5169 1726879812.55552: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.55595: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879812.55600: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879812.55603: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879812.55606: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879812.55609: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.55690: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.55717: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.56389: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879812.56431: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879812.56461: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879812.56467: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\n<<<\n 5169 1726879812.56518: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py M:0x001a\r\n<<<\n 5169 1726879812.57044: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879812.57363: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\n<<<\n 5169 1726879812.57366: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879812.57406: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879812.57415: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20955\r\n<<<\n 5169 1726879812.57456: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879812.57460: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\n<<<\n 5169 1726879812.57509: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py M:0x001a\r\n<<<\n 5169 1726879812.57530: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879812.57534: stderr chunk (state=3):\n>>>debug3: In write loop, ack for 7 20955 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879812.57585: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879812.57886: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.57890: stdout chunk (state=3):\n>>><<<\n 5169 1726879812.57894: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20955\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 20955 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879812.57901: done transferring module to remote\n 5169 1726879812.57903: _low_level_execute_command(): starting\n 5169 1726879812.57906: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879812.58456: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879812.58518: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879812.58528: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879812.58540: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.58553: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879812.58562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879812.58583: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\n<<<\n 5169 1726879812.58594: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879812.58601: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879812.58610: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879812.58697: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.58718: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879812.58729: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879812.58737: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879812.58749: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879812.58767: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879812.58778: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.58822: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.58917: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.59102: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 5169 1726879812.59123: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20954\r\n<<<\n 5169 1726879812.59211: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879812.59213: stderr chunk (state=3):\n>>>debug3: In write loop, ack for 7 20954 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879812.59252: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879812.59313: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.59448: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.59451: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20954\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 20954 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879812.59458: done transferring module to remote\n 5169 1726879812.59461: _low_level_execute_command(): starting\n 5169 1726879812.59466: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879812.59937: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.59940: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879812.59943: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879812.59945: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879812.59948: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.60012: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879812.60015: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879812.60016: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.60060: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.60708: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.60711: stdout chunk (state=3):\n>>><<<\n 5169 1726879812.60714: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.60728: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.60733: _low_level_execute_command(): starting\n 5169 1726879812.60827: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879812.61214: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.61228: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879812.61239: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.61287: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879812.61311: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.61353: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.61939: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879812.61991: stderr chunk (state=3):\n>>><<<\n 5169 1726879812.61995: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879812.62015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879812.62020: _low_level_execute_command(): starting\n 5169 1726879812.62025: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'\"'\"''\n 5169 1726879812.62503: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879812.62517: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879812.62529: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879812.62581: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879812.62601: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879812.62645: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879812.63595: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879812.63621: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879812.63662: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879812.63731: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879812.63733: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879812.63770: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879812.63803: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879812.63829: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879812.63832: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 5169 1726879812.63847: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879812.63893: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879812.63899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.63916: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879812.63941: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879812.63980: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879812.64003: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879812.64006: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530>\r\n<<<\n 5169 1726879812.64020: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30>\r\n<<<\n 5169 1726879812.64046: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879812.64050: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0>\r\n<<<\n 5169 1726879812.64089: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879812.64104: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879812.64122: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879812.64160: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879812.64252: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879812.64278: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879812.64282: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879812.64309: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879812.64330: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879812.64335: stdout chunk (state=3):\n>>>Processing user site-packages\r\n<<<\n 5169 1726879812.64426: stdout chunk (state=3):\n>>>Processing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879812.64431: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879812.64435: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879812.64437: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879812.64440: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0>\r\n<<<\n 5169 1726879812.64491: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.64505: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000>\r\n<<<\n 5169 1726879812.64527: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879812.64566: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879812.64977: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879812.64981: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879812.65006: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65019: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879812.65044: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65046: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879812.65052: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879812.65073: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879812.65148: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90>\r\n<<<\n 5169 1726879812.65151: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879812.65210: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65215: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50>\r\n<<<\n 5169 1726879812.65223: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879812.65252: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879812.65255: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65260: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879812.65291: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879812.65303: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65324: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879812.65327: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65330: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879812.65349: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879812.65387: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879812.65394: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65413: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879812.65419: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0>\r\nimport '_collections' # \r\n<<<\n 5169 1726879812.65422: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530>\r\n<<<\n 5169 1726879812.65433: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30>\r\n<<<\n 5169 1726879812.65461: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00>\r\n<<<\n 5169 1726879812.65491: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65497: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0>\r\nimport '_signal' # \r\n<<<\n 5169 1726879812.65507: stdout chunk (state=3):\n>>>import '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0>\r\n<<<\n 5169 1726879812.65517: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879812.65538: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879812.65572: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879812.65602: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040>\r\n<<<\n 5169 1726879812.65634: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879812.65666: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879812.65722: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879812.65726: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879812.65766: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\n<<<\n 5169 1726879812.65772: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65779: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0>\r\n<<<\n 5169 1726879812.65810: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879812.65816: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879812.65822: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0>\r\n<<<\n 5169 1726879812.65830: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65869: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0>\r\n<<<\n 5169 1726879812.65876: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830>\r\n<<<\n 5169 1726879812.65882: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0>\r\n<<<\n 5169 1726879812.65908: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879812.65912: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879812.65938: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000>\r\n<<<\n 5169 1726879812.65940: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90>\r\n<<<\n 5169 1726879812.65992: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879812.65999: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66002: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40>\r\n<<<\n 5169 1726879812.66015: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879812.66023: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66041: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879812.66078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66094: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670>\r\n<<<\n 5169 1726879812.66106: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879812.66125: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n<<<\n 5169 1726879812.66134: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66153: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570>\r\n<<<\n 5169 1726879812.66161: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\n<<<\n 5169 1726879812.66170: stdout chunk (state=3):\n>>>import 'runpy' # \r\n<<<\n 5169 1726879812.66195: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879812.66224: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66260: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879812.66263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66272: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770>\r\n<<<\n 5169 1726879812.66285: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879812.66310: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66321: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0>\r\n<<<\n 5169 1726879812.66337: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879812.66374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879812.66410: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50>\r\n<<<\n 5169 1726879812.66416: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879812.66441: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0>\r\n<<<\n 5169 1726879812.66480: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66483: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879812.66512: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66516: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00>\r\n<<<\n 5169 1726879812.66538: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530>\r\n<<<\n 5169 1726879812.66580: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66610: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90>\r\n<<<\n 5169 1726879812.66617: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66624: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0>\r\n<<<\n 5169 1726879812.66627: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66633: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879812.66671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66674: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879812.66703: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66707: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n<<<\n 5169 1726879812.66713: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66727: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66735: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879812.66813: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500>\r\n<<<\n 5169 1726879812.66817: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740>\r\n<<<\n 5169 1726879812.66823: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.66826: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950>\r\n<<<\n 5169 1726879812.66828: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66835: stdout chunk (state=3):\n>>>import 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830>\r\n<<<\n 5169 1726879812.66853: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879812.66864: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0>\r\n<<<\n 5169 1726879812.66882: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879812.66927: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00>\r\n<<<\n 5169 1726879812.66969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879812.66977: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879812.66980: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879812.66989: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0>\r\n<<<\n 5169 1726879812.66995: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0>\r\n<<<\n 5169 1726879812.67018: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50>\r\n<<<\n 5169 1726879812.67034: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90>\r\n<<<\n 5169 1726879812.67047: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879812.67082: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040>\r\n<<<\n 5169 1726879812.67111: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879812.67132: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67163: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879812.67171: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879812.67189: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67210: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879812.67214: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390>\r\n<<<\n 5169 1726879812.67234: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67249: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0>\r\n<<<\n 5169 1726879812.67263: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0>\r\n<<<\n 5169 1726879812.67286: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879812.67309: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67312: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879812.67314: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0>\r\n<<<\n 5169 1726879812.67315: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67369: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879812.67373: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510>\r\n<<<\n 5169 1726879812.67402: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879812.67421: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0>\r\n<<<\n 5169 1726879812.67438: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n<<<\n 5169 1726879812.67445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67448: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67451: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0>\r\n<<<\n 5169 1726879812.67454: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90>\r\n<<<\n 5169 1726879812.67484: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879812.67493: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.67496: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0>\r\n<<<\n 5169 1726879812.67518: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40>\r\n<<<\n 5169 1726879812.67530: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879812.67546: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67551: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67572: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879812.67580: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879812.67619: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67623: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670>\r\n<<<\n 5169 1726879812.67625: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879812.67629: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67668: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67708: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879812.67739: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879812.67751: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60>\r\n<<<\n 5169 1726879812.67796: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67810: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0>\r\n<<<\n 5169 1726879812.67814: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879812.67817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770>\r\n<<<\n 5169 1726879812.67826: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879812.67842: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0>\r\n<<<\n 5169 1726879812.67871: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0>\r\n<<<\n 5169 1726879812.67877: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30>\r\n<<<\n 5169 1726879812.67893: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67926: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879812.67930: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879812.67932: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50>\r\n<<<\n 5169 1726879812.67982: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0>\r\n<<<\n 5169 1726879812.67989: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0>\r\n<<<\n 5169 1726879812.68010: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879812.68017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68032: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879812.68068: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.68072: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910>\r\n<<<\n 5169 1726879812.68084: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530>\r\n<<<\n 5169 1726879812.68132: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0>\r\n<<<\n 5169 1726879812.68153: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879812.68182: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68205: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879812.68230: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip'\r\n<<<\n 5169 1726879812.68234: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68252: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.68260: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0>\r\n<<<\n 5169 1726879812.68282: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68315: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590>\r\n<<<\n 5169 1726879812.68346: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.68352: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860>\r\n<<<\n 5169 1726879812.68391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.68395: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40>\r\n<<<\n 5169 1726879812.68414: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879812.68429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68434: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879812.68465: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879812.68551: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68583: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0>\r\nimport '_typing' # \r\n<<<\n 5169 1726879812.68586: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879812.68595: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0>\r\n<<<\n 5169 1726879812.68618: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70>\r\n<<<\n 5169 1726879812.68641: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90>\r\n<<<\n 5169 1726879812.68668: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879812.68719: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68742: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879812.68779: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0>\r\n<<<\n 5169 1726879812.68784: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.68804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68822: stdout chunk (state=3):\n>>>import 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.68843: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480>\r\n<<<\n 5169 1726879812.68846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.68853: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.68881: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879812.68885: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.68888: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68908: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879812.68931: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.68983: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630>\r\n<<<\n 5169 1726879812.69007: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879812.69046: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.69102: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879812.69129: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n<<<\n 5169 1726879812.69134: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410>\r\n<<<\n 5169 1726879812.69151: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879812.69191: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879812.69212: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879812.69260: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879812.69349: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0>\r\n<<<\n 5169 1726879812.69426: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530>\r\n<<<\n 5169 1726879812.69473: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0>\r\n<<<\n 5169 1726879812.69503: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590>\r\n<<<\n 5169 1726879812.69528: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020>\r\n<<<\n 5169 1726879812.69706: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879812.69726: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860>\r\n<<<\n 5169 1726879812.69906: stdout chunk (state=3):\n>>># zipimport: found 103 names in '/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.70060: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70094: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879812.70099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879812.70146: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879812.70225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879812.70257: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360>\r\n<<<\n 5169 1726879812.70277: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879812.70404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70479: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0>\r\n<<<\n 5169 1726879812.70481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70511: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879812.70523: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.70572: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879812.70582: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.71676: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.71692: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0>\r\n<<<\n 5169 1726879812.71702: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879812.71716: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.71737: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879812.71747: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879812.71763: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879812.71796: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10>\r\n<<<\n 5169 1726879812.71834: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0>\r\n<<<\n 5169 1726879812.71866: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0>\r\n<<<\n 5169 1726879812.71889: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879812.71892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879812.71932: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700>\r\n<<<\n 5169 1726879812.71942: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40>\r\n<<<\n 5169 1726879812.71954: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879812.71980: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.71998: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0>\r\n<<<\n 5169 1726879812.72002: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.72013: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00>\r\n<<<\n 5169 1726879812.72021: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879812.72068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72078: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879812.72124: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0>\r\n<<<\n 5169 1726879812.72131: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879812.72161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.72170: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879812.72180: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72214: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60>\r\n<<<\n 5169 1726879812.72242: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.72245: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80>\r\n<<<\n 5169 1726879812.72270: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879812.72288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72315: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350>\r\n<<<\n 5169 1726879812.72338: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879812.72366: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72390: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260>\r\n<<<\n 5169 1726879812.72400: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879812.72433: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72461: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879812.72466: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72511: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0>\r\n<<<\n 5169 1726879812.72550: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110>\r\n<<<\n 5169 1726879812.72589: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0>\r\n<<<\n 5169 1726879812.72630: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879812.72646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879812.72687: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879812.72702: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72724: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72733: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879812.72810: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0>\r\n<<<\n 5169 1726879812.72831: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879812.72913: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70>\r\n<<<\n 5169 1726879812.72940: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0>\r\n<<<\n 5169 1726879812.72969: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0>\r\n<<<\n 5169 1726879812.72996: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0>\r\n<<<\n 5169 1726879812.73023: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879812.73045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73062: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73100: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10>\r\n<<<\n 5169 1726879812.73109: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0>\r\n<<<\n 5169 1726879812.73122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879812.73233: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73282: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0>\r\n<<<\n 5169 1726879812.73379: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879812.73383: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879812.73426: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879812.73491: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0>\r\n<<<\n 5169 1726879812.73498: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73538: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73582: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90>\r\n<<<\n 5169 1726879812.73605: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350>\r\n<<<\n 5169 1726879812.73672: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20>\r\n<<<\n 5169 1726879812.73676: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830>\r\n<<<\n 5169 1726879812.73746: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80>\r\n<<<\n 5169 1726879812.73756: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.73816: stdout chunk (state=3):\n>>>import 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0>\r\n<<<\n 5169 1726879812.73824: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879812.73876: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879812.73880: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440>\r\n<<<\n 5169 1726879812.73895: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879812.73971: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230>\r\n<<<\n 5169 1726879812.73975: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879812.74114: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.74119: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0>\r\n<<<\n 5169 1726879812.74336: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560>\r\n<<<\n 5169 1726879812.74348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.74408: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879812.74457: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.74468: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879812.74472: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879812.74542: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.74550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879812.74586: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140>\r\n<<<\n 5169 1726879812.74596: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879812.74628: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.74669: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879812.74747: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0>\r\n<<<\n 5169 1726879812.74794: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0>\r\n<<<\n 5169 1726879812.74925: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879812.74962: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40>\r\n<<<\n 5169 1726879812.74980: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879812.75080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879812.75128: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610>\r\n<<<\n 5169 1726879812.75159: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879812.75203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.75220: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.75236: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879812.75261: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879812.75291: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90>\r\n<<<\n 5169 1726879812.75422: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620>\r\n<<<\n 5169 1726879812.75495: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.75500: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80>\r\n<<<\n 5169 1726879812.75535: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0>\r\n<<<\n 5169 1726879812.75586: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0>\r\n<<<\n 5169 1726879812.75595: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680>\r\n<<<\n 5169 1726879812.75617: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879812.75646: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879812.75669: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879812.75694: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.75716: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590>\r\n<<<\n 5169 1726879812.75808: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879812.75820: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879812.75843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879812.75880: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.75891: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.75922: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920>\r\n<<<\n 5169 1726879812.75932: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800>\r\n<<<\n 5169 1726879812.75937: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30>\r\n<<<\n 5169 1726879812.75944: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0>\r\n<<<\n 5169 1726879812.75950: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970>\r\n<<<\n 5169 1726879812.75977: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76015: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.76047: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0>\r\n<<<\n 5169 1726879812.76082: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879812.76103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76123: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879812.76131: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76218: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879812.76233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76252: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76259: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879812.76262: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76289: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76471: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879812.76474: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400>\r\n<<<\n 5169 1726879812.76489: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.76992: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77120: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77496: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77652: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879812.77660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77728: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879812.77759: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879812.77763: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879812.77776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77780: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879812.77791: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.77815: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.77835: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10>\r\n<<<\n 5169 1726879812.77926: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.77935: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879812.77963: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0>\r\n<<<\n 5169 1726879812.77967: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0>\r\n<<<\n 5169 1726879812.77969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.78003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78014: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879812.78049: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78060: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879812.78066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78070: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78073: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.78231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78398: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879812.78420: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0>\r\n<<<\n 5169 1726879812.78427: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879812.78602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879812.78621: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879812.78697: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0>\r\n<<<\n 5169 1726879812.78702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78778: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78868: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879812.78871: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879812.78898: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.78935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.78982: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.79109: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0><<<\n 5169 1726879812.79115: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879812.79164: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.79172: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90>\r\n<<<\n 5169 1726879812.79191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79229: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79275: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879812.79281: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79329: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79438: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79509: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879812.79512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79544: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.79593: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879812.79601: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79623: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730>\r\n<<<\n 5169 1726879812.79645: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79677: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50>\r\n<<<\n 5169 1726879812.79703: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879812.79708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79711: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.79777: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79843: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79872: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.79900: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879812.79907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79923: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.79947: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879812.79953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.79989: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879812.80006: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.80065: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879812.80089: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879812.80093: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879812.80124: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90>\r\n<<<\n 5169 1726879812.80178: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0>\r\n<<<\n 5169 1726879812.80267: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0>\r\n<<<\n 5169 1726879812.80270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80273: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.80301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80328: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879812.80393: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879812.80413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.80430: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879812.80434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80502: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879812.80566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879812.80586: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879812.80600: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.80650: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80662: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600>\r\n<<<\n 5169 1726879812.80673: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80690: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80721: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80767: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # \r\n<<<\n 5169 1726879812.80773: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80821: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879812.80827: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879812.80866: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879812.80869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879812.80927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80961: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.80964: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.80997: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n<<<\n 5169 1726879812.81001: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81088: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0><<<\n 5169 1726879812.81091: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879812.81140: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.81143: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30>\r\n<<<\n 5169 1726879812.81156: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0>\r\n<<<\n 5169 1726879812.81179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81214: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81259: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879812.81262: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81315: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81428: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81500: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81561: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81572: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n<<<\n 5169 1726879812.81575: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0>\r\n<<<\n 5169 1726879812.81618: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n<<<\n 5169 1726879812.81637: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880>\r\n<<<\n 5169 1726879812.81640: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879812.81680: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0>\r\n<<<\n 5169 1726879812.81689: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81722: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879812.81729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81732: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81737: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0>\r\n<<<\n 5169 1726879812.81774: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.81791: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620>\r\n<<<\n 5169 1726879812.81794: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81829: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310>\r\n<<<\n 5169 1726879812.81856: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0>\r\n<<<\n 5169 1726879812.81863: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81888: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60>\r\n<<<\n 5169 1726879812.81898: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.81925: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n<<<\n 5169 1726879812.81932: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.81976: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879812.81982: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82008: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82012: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82016: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879812.82025: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82071: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530>\r\n<<<\n 5169 1726879812.82075: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0>\r\n<<<\n 5169 1726879812.82078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82109: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879812.82112: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82115: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n<<<\n 5169 1726879812.82157: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10>\r\n<<<\n 5169 1726879812.82217: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90>\r\n<<<\n 5169 1726879812.82223: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82246: stdout chunk (state=3):\n>>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680>\r\n<<<\n 5169 1726879812.82263: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n<<<\n 5169 1726879812.82312: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879812.82316: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879812.82346: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0>\r\n<<<\n 5169 1726879812.82355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.82421: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879812.82425: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n<<<\n 5169 1726879812.82429: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n<<<\n 5169 1726879812.82435: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879812.82466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879812.82493: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82566: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879812.82570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82582: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82682: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879812.82704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n<<<\n 5169 1726879812.82729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82798: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.82802: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82837: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # \r\n<<<\n 5169 1726879812.82850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82852: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82902: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.82923: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.82955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83004: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n<<<\n 5169 1726879812.83010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83023: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83072: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83074: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.83130: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83267: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n<<<\n 5169 1726879812.83275: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83458: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83500: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83570: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n<<<\n 5169 1726879812.83573: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879812.83591: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n<<<\n 5169 1726879812.83632: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n<<<\n 5169 1726879812.83660: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\n<<<\n 5169 1726879812.83681: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70>\r\n<<<\n 5169 1726879812.83698: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n<<<\n 5169 1726879812.83709: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n<<<\n 5169 1726879812.83721: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879812.83770: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879812.83790: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879812.83811: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879812.83814: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350>\r\n<<<\n 5169 1726879812.83829: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.83849: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.83857: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650>\r\n<<<\n 5169 1726879812.83915: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0>\r\n<<<\n 5169 1726879812.83930: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0>\r\n<<<\n 5169 1726879812.83969: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350>\r\n<<<\n 5169 1726879812.83974: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60>\r\n<<<\n 5169 1726879812.83996: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n<<<\n 5169 1726879812.84050: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n<<<\n 5169 1726879812.84069: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879812.84075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879812.84100: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n<<<\n 5169 1726879812.84143: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.84151: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30>\r\n<<<\n 5169 1726879812.84169: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.84191: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110>\r\n<<<\n 5169 1726879812.84198: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360>\r\n<<<\n 5169 1726879812.84213: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n<<<\n 5169 1726879812.84325: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n<<<\n 5169 1726879812.84336: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84343: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770>\r\n<<<\n 5169 1726879812.84361: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n<<<\n 5169 1726879812.84388: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879812.84391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84422: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240>\r\n<<<\n 5169 1726879812.84449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84457: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290>\r\n<<<\n 5169 1726879812.84495: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0>\r\nimport 'ansible.module_utils.facts.timeout' # \r\n<<<\n 5169 1726879812.84510: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84544: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n<<<\n 5169 1726879812.84549: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.84551: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84554: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.84605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84609: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.84632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84680: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879812.84708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84711: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879812.84731: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84794: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # \r\n<<<\n 5169 1726879812.84809: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84818: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879812.84852: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.84855: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system' # \r\n<<<\n 5169 1726879812.84880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84886: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.loadavg' # \r\n<<<\n 5169 1726879812.84900: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84905: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84918: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84924: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.84956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.84983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85042: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n<<<\n 5169 1726879812.85053: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879812.85062: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85090: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510>\r\n<<<\n 5169 1726879812.85094: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85105: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879812.85133: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n<<<\n 5169 1726879812.85141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879812.85144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85248: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170>\r\n<<<\n 5169 1726879812.85251: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.local' # \r\n<<<\n 5169 1726879812.85272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85337: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85340: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85414: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # \r\n<<<\n 5169 1726879812.85418: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n<<<\n 5169 1726879812.85421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85430: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85604: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # \r\n<<<\n 5169 1726879812.85610: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85682: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85762: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # \r\n<<<\n 5169 1726879812.85773: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85861: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879812.85901: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879812.85988: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.85990: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.86036: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690>\r\n<<<\n 5169 1726879812.86244: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879812.86264: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86381: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.86487: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86495: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.86559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86610: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86651: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86698: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n<<<\n 5169 1726879812.86701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86771: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # \r\n<<<\n 5169 1726879812.86777: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86851: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\n<<<\n 5169 1726879812.86861: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.86899: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879812.86910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86913: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86949: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86952: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.86981: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # \r\n<<<\n 5169 1726879812.86990: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.86998: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87015: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87060: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n<<<\n 5169 1726879812.87066: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.loadavg' # \r\n<<<\n 5169 1726879812.87069: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879812.87074: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87100: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.87107: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n<<<\n 5169 1726879812.87139: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87158: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.87161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87241: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # \r\n<<<\n 5169 1726879812.87259: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879812.87263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87267: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879812.87278: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30>\r\n<<<\n 5169 1726879812.87294: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879812.87322: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879812.87413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87450: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n<<<\n 5169 1726879812.87473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87579: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # \r\n<<<\n 5169 1726879812.87587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87610: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # \r\n<<<\n 5169 1726879812.87616: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87695: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87801: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87841: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.87887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87917: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\n<<<\n 5169 1726879812.87929: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87936: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.87953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.87982: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # \r\n<<<\n 5169 1726879812.87990: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88086: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879812.88098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88135: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879812.88205: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.88276: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n<<<\n 5169 1726879812.88280: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420>\r\n<<<\n 5169 1726879812.88282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88488: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800>\r\n<<<\n 5169 1726879812.88497: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879812.88506: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88532: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # \r\n<<<\n 5169 1726879812.88542: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88578: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88585: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88629: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n<<<\n 5169 1726879812.88636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88725: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88818: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.88939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89104: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n<<<\n 5169 1726879812.89121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89206: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n<<<\n 5169 1726879812.89212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89251: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89307: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n<<<\n 5169 1726879812.89313: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879812.89344: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.89374: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70>\r\n<<<\n 5169 1726879812.89387: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.user' # \r\n<<<\n 5169 1726879812.89406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89410: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n<<<\n 5169 1726879812.89435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89518: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # \r\n<<<\n 5169 1726879812.89524: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89802: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # \r\n<<<\n 5169 1726879812.89810: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hurd' # \r\n<<<\n 5169 1726879812.89821: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89878: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # \r\n<<<\n 5169 1726879812.89882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.89993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90049: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n<<<\n 5169 1726879812.90056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90190: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\n<<<\n 5169 1726879812.90203: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.darwin' # \r\n<<<\n 5169 1726879812.90211: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90232: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90274: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.90409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90579: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n<<<\n 5169 1726879812.90598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90614: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n<<<\n 5169 1726879812.90624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90650: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network' # \r\n<<<\n 5169 1726879812.90657: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90696: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90741: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n<<<\n 5169 1726879812.90749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90868: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # \r\n<<<\n 5169 1726879812.90879: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90942: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.90961: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91402: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n<<<\n 5169 1726879812.91419: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91494: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879812.91500: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91555: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n<<<\n 5169 1726879812.91565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91635: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91707: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n<<<\n 5169 1726879812.91713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91768: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.freebsd' # \r\n<<<\n 5169 1726879812.91785: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91901: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n<<<\n 5169 1726879812.91906: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.91974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92029: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n<<<\n 5169 1726879812.92039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92154: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # \r\n<<<\n 5169 1726879812.92168: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hurd' # \r\n<<<\n 5169 1726879812.92183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92291: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92410: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n<<<\n 5169 1726879812.92416: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92616: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n<<<\n 5169 1726879812.92634: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92638: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.openbsd' # \r\n<<<\n 5169 1726879812.92646: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92685: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92750: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879812.92755: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92791: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92823: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92833: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n<<<\n 5169 1726879812.92841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92906: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879812.92913: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.92948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93007: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879812.93014: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n<<<\n 5169 1726879812.93016: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n<<<\n 5169 1726879812.93036: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93091: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93128: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n<<<\n 5169 1726879812.93138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93163: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879812.93189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.93198: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual' # \r\n<<<\n 5169 1726879812.93202: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93250: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93301: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.base' # \r\n<<<\n 5169 1726879812.93307: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93325: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93399: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93523: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93610: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\n<<<\n 5169 1726879812.93617: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.dragonfly' # \r\n<<<\n 5169 1726879812.93626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93731: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n<<<\n 5169 1726879812.93735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93801: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n<<<\n 5169 1726879812.93828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93903: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879812.93909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.93972: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.94048: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94123: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n<<<\n 5169 1726879812.94126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94170: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94178: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.94203: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.94230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94297: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.94331: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n<<<\n 5169 1726879812.94333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94335: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94382: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n<<<\n 5169 1726879812.94387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94450: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n<<<\n 5169 1726879812.94474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94567: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\n<<<\n 5169 1726879812.94571: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879812.94669: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94770: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\n<<<\n 5169 1726879812.94774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.94785: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879812.94848: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95046: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n<<<\n 5169 1726879812.95066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95075: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n<<<\n 5169 1726879812.95101: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n<<<\n 5169 1726879812.95114: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n<<<\n 5169 1726879812.95128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95150: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879812.95155: stdout chunk (state=3):\n>>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20>\r\n<<<\n 5169 1726879812.95157: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380>\r\n<<<\n 5169 1726879812.95183: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879812.95198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95214: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0>\r\n<<<\n 5169 1726879812.95224: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95268: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n<<<\n 5169 1726879812.95276: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95343: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879812.95359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95392: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95430: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879812.95435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95525: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95610: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879812.95632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95655: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual' # \r\n<<<\n 5169 1726879812.95660: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95706: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95751: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.base' # \r\n<<<\n 5169 1726879812.95771: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95811: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.95916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96076: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\n<<<\n 5169 1726879812.96091: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.dragonfly' # \r\n<<<\n 5169 1726879812.96098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96209: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n<<<\n 5169 1726879812.96213: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96428: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96647: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n<<<\n 5169 1726879812.96653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96705: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96761: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n<<<\n 5169 1726879812.96771: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96872: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n<<<\n 5169 1726879812.96878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.96969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.97055: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\n<<<\n 5169 1726879812.97061: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.default_collectors' # \r\n<<<\n 5169 1726879812.97078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.97173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.97269: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\n<<<\n 5169 1726879812.97276: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879812.97354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879812.97545: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n<<<\n 5169 1726879812.97549: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n<<<\n 5169 1726879812.97580: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n<<<\n 5169 1726879812.97585: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n<<<\n 5169 1726879812.97622: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0>\r\n<<<\n 5169 1726879812.97643: stdout chunk (state=3):\n>>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10>\r\n<<<\n 5169 1726879812.97693: stdout chunk (state=3):\n>>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560>\r\n<<<\n 5169 1726879813.41380: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n<<<\n 5169 1726879813.41390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\n<<<\n 5169 1726879813.41406: stdout chunk (state=3):\n>>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60>\r\n<<<\n 5169 1726879813.41431: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n<<<\n 5169 1726879813.41455: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\n<<<\n 5169 1726879813.41482: stdout chunk (state=3):\n>>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070>\r\n<<<\n 5169 1726879813.41531: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n<<<\n 5169 1726879813.41538: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879813.41581: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n<<<\n 5169 1726879813.41586: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480>\r\n<<<\n 5169 1726879813.41627: stdout chunk (state=3):\n>>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10>\r\n<<<\n 5169 1726879813.41877: stdout chunk (state=3):\n>>>PyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n<<<\n 5169 1726879813.66173: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_iscsi_iqn\": \"\", \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_fibre_channel_wwn\": [], \"ansible_is_chroot\": false, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"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\": 3524, \"ansible_memfree_mb\": 2813, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 711, \"free\": 2813}, \"nocache\": {\"free\": 3303, \"used\": 221}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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_s<<<\n 5169 1726879813.66184: stdout chunk (state=3):\n>>>erial\": \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectorsize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 67, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268378624, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344819, \"block_used\": 3138585, \"inode_total\": 16384000, \"inode_available\": 16302473, \"inode_used\": 81527, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"13\", \"epoch\": \"1726879813\", \"epoch_int\": \"1726879813\", \"date\": \"2024-09-20\", \"time\": \"20:50:13\", \"iso8601_micro\": \"2024-09-21T00:50:13.620151Z\", \"iso8601\": \"2024-09-21T00:50:13Z\", \"iso8601_basic\": \"20240920T205013620151\", \"iso8601_basic_short\": \"20240920T205013\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_fips\": false, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_lsb\": {}, \"ansible_local\": {}, \"ansible_service_mgr\": \"systemd\", \"ansible_interfaces\": [\"lo\", \"eth0\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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<<<\n 5169 1726879813.66188: stdout chunk (state=3):\n>>>_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\": \"o<<<\n 5169 1726879813.66218: stdout chunk (state=3):\n>>>ff [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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_loadavg\": {\"1m\": 0.9501953125, \"5m\": 0.3232421875, \"15m\": 0.1142578125}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 5169 1726879813.66825: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n<<<\n 5169 1726879813.66830: stdout chunk (state=3):\n>>># clear sys.last_type\r\n# clear sys.last_value\r\n<<<\n 5169 1726879813.66835: stdout chunk (state=3):\n>>># clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n<<<\n 5169 1726879813.66884: stdout chunk (state=3):\n>>># cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n<<<\n 5169 1726879813.66888: stdout chunk (state=3):\n>>># cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n<<<\n 5169 1726879813.66909: stdout chunk (state=3):\n>>># cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n<<<\n 5169 1726879813.66934: stdout chunk (state=3):\n>>># cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 5169 1726879813.66954: stdout chunk (state=3):\n>>># cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n<<<\n 5169 1726879813.66959: stdout chunk (state=3):\n>>># destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n<<<\n 5169 1726879813.66989: stdout chunk (state=3):\n>>># cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n<<<\n 5169 1726879813.66996: stdout chunk (state=3):\n>>># cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n<<<\n 5169 1726879813.67025: stdout chunk (state=3):\n>>># cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n<<<\n 5169 1726879813.67030: stdout chunk (state=3):\n>>># cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n<<<\n 5169 1726879813.67062: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n<<<\n 5169 1726879813.67090: stdout chunk (state=3):\n>>># destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n<<<\n 5169 1726879813.67157: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n<<<\n 5169 1726879813.67182: stdout chunk (state=3):\n>>># cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n<<<\n 5169 1726879813.67242: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n<<<\n 5169 1726879813.67252: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n<<<\n 5169 1726879813.67295: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n<<<\n 5169 1726879813.67312: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n<<<\n 5169 1726879813.67629: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879813.67633: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879813.67666: stdout chunk (state=3):\n>>># destroy _bz2\r\n<<<\n 5169 1726879813.67687: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879813.67701: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879813.67709: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879813.67763: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879813.67769: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879813.67772: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n<<<\n 5169 1726879813.67812: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n<<<\n 5169 1726879813.67816: stdout chunk (state=3):\n>>># destroy encodings\r\n<<<\n 5169 1726879813.67833: stdout chunk (state=3):\n>>># destroy _locale\r\n<<<\n 5169 1726879813.67839: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879813.67856: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879813.67905: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879813.67924: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n<<<\n 5169 1726879813.67977: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector<<<\n 5169 1726879813.67980: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n<<<\n 5169 1726879813.68028: stdout chunk (state=3):\n>>># destroy _pickle\r\n<<<\n 5169 1726879813.68032: stdout chunk (state=3):\n>>># destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n<<<\n 5169 1726879813.68038: stdout chunk (state=3):\n>>># destroy multiprocessing.reduction\r\n<<<\n 5169 1726879813.68041: stdout chunk (state=3):\n>>># destroy selectors\r\n<<<\n 5169 1726879813.68066: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n<<<\n 5169 1726879813.68074: stdout chunk (state=3):\n>>># destroy subprocess\r\n<<<\n 5169 1726879813.68084: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 5169 1726879813.68109: stdout chunk (state=3):\n>>># destroy _ssl\r\n<<<\n 5169 1726879813.68132: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879813.68139: stdout chunk (state=3):\n>>># destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n<<<\n 5169 1726879813.68174: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n<<<\n 5169 1726879813.68192: stdout chunk (state=3):\n>>># destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n<<<\n 5169 1726879813.68203: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context<<<\n 5169 1726879813.68210: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n<<<\n 5169 1726879813.68260: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n<<<\n 5169 1726879813.68292: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 5169 1726879813.68296: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n<<<\n 5169 1726879813.68308: stdout chunk (state=3):\n>>># cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879813.68325: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879813.68331: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n<<<\n 5169 1726879813.68401: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n<<<\n 5169 1726879813.68426: stdout chunk (state=3):\n>>># destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n<<<\n 5169 1726879813.68492: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n<<<\n 5169 1726879813.68496: stdout chunk (state=3):\n>>># cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 5169 1726879813.68500: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n<<<\n 5169 1726879813.68518: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879813.68646: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879813.68661: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879813.68672: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879813.68700: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879813.68736: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879813.68787: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879813.68795: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879813.68805: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879813.68825: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879813.68925: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n<<<\n 5169 1726879813.68939: stdout chunk (state=3):\n>>># destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879813.68945: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879813.68974: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879813.68981: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 5169 1726879813.69011: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879813.69017: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879813.69041: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879813.69055: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879813.69435: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879813.69501: stderr chunk (state=3):\n>>><<<\n 5169 1726879813.69504: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.queues\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.synchronize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070>\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.dummy.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480>\\r\\nimport \\'multiprocessing.dummy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10>\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\n\\r\\n{\"ansible_facts\": {\"ansible_iscsi_iqn\": \"\", \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_fibre_channel_wwn\": [], \"ansible_is_chroot\": false, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"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\": 3524, \"ansible_memfree_mb\": 2813, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 711, \"free\": 2813}, \"nocache\": {\"free\": 3303, \"used\": 221}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectorsize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 67, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268378624, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344819, \"block_used\": 3138585, \"inode_total\": 16384000, \"inode_available\": 16302473, \"inode_used\": 81527, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"13\", \"epoch\": \"1726879813\", \"epoch_int\": \"1726879813\", \"date\": \"2024-09-20\", \"time\": \"20:50:13\", \"iso8601_micro\": \"2024-09-21T00:50:13.620151Z\", \"iso8601\": \"2024-09-21T00:50:13Z\", \"iso8601_basic\": \"20240920T205013620151\", \"iso8601_basic_short\": \"20240920T205013\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_fips\": false, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_lsb\": {}, \"ansible_local\": {}, \"ansible_service_mgr\": \"systemd\", \"ansible_interfaces\": [\"lo\", \"eth0\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_loadavg\": {\"1m\": 0.9501953125, \"5m\": 0.3232421875, \"15m\": 0.1142578125}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing multiprocessing.queues\\r\\n# cleanup[2] removing multiprocessing.synchronize\\r\\n# cleanup[2] removing multiprocessing.dummy.connection\\r\\n# cleanup[2] removing multiprocessing.dummy\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.queues\\r\\n# destroy multiprocessing.synchronize\\r\\n# destroy multiprocessing.dummy\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy pickle\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy subprocess\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy unicodedata\\r\\n# destroy errno\\r\\n# destroy multiprocessing.connection\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.context\\r\\n# destroy multiprocessing.process\\r\\n# destroy multiprocessing.util\\r\\n# destroy _multiprocessing\\r\\n# destroy array\\r\\n# destroy multiprocessing.dummy.connection\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _sre\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879813.69903: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910>\r\n# zipimport: found 103 names in '/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480>\r\nimport 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{\"ansible_facts\": {\"ansible_iscsi_iqn\": \"\", \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\", \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"], \"crashkernel\": \"1G-4G:192M,4G-64G:256M,64G-:512M\"}, \"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-62.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-62\", \"ansible_nodename\": \"ip-10-31-47-62.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\": \"ec2205e950750f76d3e348ac33affa30\", \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_fibre_channel_wwn\": [], \"ansible_is_chroot\": false, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"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\": 3524, \"ansible_memfree_mb\": 2813, \"ansible_swaptotal_mb\": 3523, \"ansible_swapfree_mb\": 3523, \"ansible_memory_mb\": {\"real\": {\"total\": 3524, \"used\": 711, \"free\": 2813}, \"nocache\": {\"free\": 3303, \"used\": 221}, \"swap\": {\"total\": 3523, \"free\": 3523, \"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\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_uuid\": \"ec2205e9-5075-0f76-d3e3-48ac33affa30\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7217152\", \"sectorsize\": \"4096\", \"size\": \"3.44 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 67, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251268378624, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61344819, \"block_used\": 3138585, \"inode_total\": 16384000, \"inode_available\": 16302473, \"inode_used\": 81527, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"13\", \"epoch\": \"1726879813\", \"epoch_int\": \"1726879813\", \"date\": \"2024-09-20\", \"time\": \"20:50:13\", \"iso8601_micro\": \"2024-09-21T00:50:13.620151Z\", \"iso8601\": \"2024-09-21T00:50:13Z\", \"iso8601_basic\": \"20240920T205013620151\", \"iso8601_basic_short\": \"20240920T205013\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_pkg_mgr\": \"dnf\", \"ansible_fips\": false, \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_lsb\": {}, \"ansible_local\": {}, \"ansible_service_mgr\": \"systemd\", \"ansible_interfaces\": [\"lo\", \"eth0\"], \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::ce:edff:fe0d:f139\", \"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.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.62\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:ce:ed:0d:f1:39\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.62\"], \"ansible_all_ipv6_addresses\": [\"fe80::ce:edff:fe0d:f139\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.62\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::ce:edff:fe0d:f139\"]}, \"ansible_loadavg\": {\"1m\": 0.9501953125, \"5m\": 0.3232421875, \"15m\": 0.1142578125}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 53690 10.31.47.62 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\": \"1\", \"XDG_RUNTIME_DIR\": \"/run/user/0\", \"SSH_CLIENT\": \"10.31.44.116 53690 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879813.70956: done with _execute_module (setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726879812.5073159-5251-95832394228297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879813.70960: _low_level_execute_command(): starting\n 5169 1726879813.70963: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879813.71168: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879813.71172: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879813.71174: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879813.71178: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879813.71181: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879813.71186: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879813.71243: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879813.71246: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879813.71248: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879813.71249: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879813.71281: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879813.73104: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879813.73153: stderr chunk (state=3):\n>>><<<\n 5169 1726879813.73157: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879813.73182: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879813.73188: handler run complete\n 5169 1726879813.73371: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879813.73402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879813.73622: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879813.73688: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879813.73777: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879813.73781: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879813.73783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879813.73789: variable 'ansible_port' from source: unknown\n 5169 1726879813.73792: variable 'ansible_user' from source: unknown\n 5169 1726879813.73794: attempt loop complete, returning result\n 5169 1726879813.73799: _execute() done\n 5169 1726879813.73802: dumping result to json\n 5169 1726879813.73823: done dumping result, returning\n 5169 1726879813.73830: done running TaskExecutor() for managed_node2/TASK: Gather facts from managed_node2 [0229e9c9-8e59-8f9b-2ddb-000000000006]\n 5169 1726879813.73839: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879813.74142: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879813.74145: WORKER PROCESS EXITING\nok: [managed_node2]\n 5169 1726879814.51901: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n<<<\n 5169 1726879814.51914: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\n<<<\n 5169 1726879814.51930: stdout chunk (state=3):\n>>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880>\r\n<<<\n 5169 1726879814.51954: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n<<<\n 5169 1726879814.51981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\n<<<\n 5169 1726879814.52003: stdout chunk (state=3):\n>>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990>\r\n<<<\n 5169 1726879814.52054: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n<<<\n 5169 1726879814.52060: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879814.52108: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879814.52136: stdout chunk (state=3):\n>>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0>\r\n<<<\n 5169 1726879814.52140: stdout chunk (state=3):\n>>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0>\r\n<<<\n 5169 1726879814.52409: stdout chunk (state=3):\n>>>PyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n<<<\n 5169 1726879814.72716: stdout chunk (state=3):\n>>>\r\n{\"ansible_facts\": {\"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_local\": {}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_loadavg\": {\"1m\": 0.48681640625, \"5m\": 0.48974609375, \"15m\": 0.23388671875}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"14\", \"epoch\": \"1726879814\", \"epoch_int\": \"1726879814\", \"date\": \"2024-09-20\", \"time\": \"20:50:14\", \"iso8601_micro\": \"2024-09-21T00:50:14.356019Z\", \"iso8601\": \"2024-09-21T00:50:14Z\", \"iso8601_basic\": \"20240920T205014356019\", \"iso8601_basic_short\": \"20240920T205014\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_is_chroot\": false, \"ansible_pkg_mgr\": \"dnf\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_fibre_channel_wwn\": [], \"ansible_lsb\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fips\": false, \"ansible_iscsi_iqn\": \"\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"10.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3105, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 611, \"free\": 3105}, \"nocache\": {\"free\": 3488, \"used\": 228}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\": \"NA\", \"ansible_chassis_serial\": \"NA\", \"ansible_chassis_vendor\": \"Xen\", \"ansible_chassis_version\": \"NA\", \"ansible_form_factor\": \"Other\", \"ansible_product_name\": \"HVM domU\", \"ansible_product_serial\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 260, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388579840, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374165, \"block_used\": 3109239, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n<<<\n 5169 1726879814.73333: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n<<<\n 5169 1726879814.73354: stdout chunk (state=3):\n>>># clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n<<<\n 5169 1726879814.73381: stdout chunk (state=3):\n>>># cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n<<<\n 5169 1726879814.73388: stdout chunk (state=3):\n>>># cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n<<<\n 5169 1726879814.73409: stdout chunk (state=3):\n>>># cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n<<<\n 5169 1726879814.73434: stdout chunk (state=3):\n>>># cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n<<<\n 5169 1726879814.73459: stdout chunk (state=3):\n>>># cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n<<<\n 5169 1726879814.73479: stdout chunk (state=3):\n>>># cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n<<<\n 5169 1726879814.73486: stdout chunk (state=3):\n>>># cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six<<<\n 5169 1726879814.73508: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n<<<\n 5169 1726879814.73526: stdout chunk (state=3):\n>>># cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n<<<\n 5169 1726879814.73542: stdout chunk (state=3):\n>>># destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n<<<\n 5169 1726879814.73566: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n<<<\n 5169 1726879814.73600: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq<<<\n 5169 1726879814.73606: stdout chunk (state=3):\n>>>\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n<<<\n 5169 1726879814.73678: stdout chunk (state=3):\n>>># cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n<<<\n 5169 1726879814.73683: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n<<<\n 5169 1726879814.74007: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879814.74015: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879814.74061: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879814.74067: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 5169 1726879814.74082: stdout chunk (state=3):\n>>># destroy zipfile._path\r\n<<<\n 5169 1726879814.74091: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879814.74127: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879814.74148: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879814.74171: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879814.74182: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n<<<\n 5169 1726879814.74210: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy select\r\n<<<\n 5169 1726879814.74216: stdout chunk (state=3):\n>>># destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879814.74268: stdout chunk (state=3):\n>>># destroy _hashlib\r\n<<<\n 5169 1726879814.74283: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879814.74293: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n<<<\n 5169 1726879814.74338: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector<<<\n 5169 1726879814.74362: stdout chunk (state=3):\n>>>\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n<<<\n 5169 1726879814.74383: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy queue\r\n<<<\n 5169 1726879814.74388: stdout chunk (state=3):\n>>># destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n<<<\n 5169 1726879814.74418: stdout chunk (state=3):\n>>># destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n<<<\n 5169 1726879814.74426: stdout chunk (state=3):\n>>># destroy subprocess\r\n<<<\n 5169 1726879814.74433: stdout chunk (state=3):\n>>># destroy base64\r\n<<<\n 5169 1726879814.74456: stdout chunk (state=3):\n>>># destroy _ssl\r\n<<<\n 5169 1726879814.74482: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n<<<\n 5169 1726879814.74492: stdout chunk (state=3):\n>>># destroy json\r\n<<<\n 5169 1726879814.74519: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n<<<\n 5169 1726879814.74538: stdout chunk (state=3):\n>>># destroy glob\r\n<<<\n 5169 1726879814.74555: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n<<<\n 5169 1726879814.74562: stdout chunk (state=3):\n>>># destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n<<<\n 5169 1726879814.74615: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879814.74643: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 5169 1726879814.74668: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879814.74672: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n<<<\n 5169 1726879814.74698: stdout chunk (state=3):\n>>># cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 5169 1726879814.74731: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n<<<\n 5169 1726879814.74740: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879814.74748: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n<<<\n 5169 1726879814.74755: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n<<<\n 5169 1726879814.74776: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n<<<\n 5169 1726879814.74818: stdout chunk (state=3):\n>>># cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879814.74826: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 5169 1726879814.74829: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128<<<\n 5169 1726879814.74831: stdout chunk (state=3):\n>>>\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879814.74972: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879814.74981: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879814.74992: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879814.75028: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 5169 1726879814.75036: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879814.75067: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879814.75097: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879814.75101: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879814.75130: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879814.75157: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879814.75254: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8<<<\n 5169 1726879814.75259: stdout chunk (state=3):\n>>>\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n<<<\n 5169 1726879814.75270: stdout chunk (state=3):\n>>># destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879814.75292: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879814.75320: stdout chunk (state=3):\n>>># destroy _operator\r\n<<<\n 5169 1726879814.75339: stdout chunk (state=3):\n>>># destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879814.75361: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _abc<<<\n 5169 1726879814.75372: stdout chunk (state=3):\n>>>\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879814.75379: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879814.75830: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879814.75894: stderr chunk (state=3):\n>>><<<\n 5169 1726879814.75897: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860>\\r\\n# zipimport: found 103 names in \\'/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0>\\r\\nimport \\'stringprep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10>\\r\\nimport \\'encodings.idna\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.queues\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.synchronize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990>\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.dummy.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0>\\r\\nimport \\'multiprocessing.dummy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0>\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\nPyThreadState_Clear: warning: thread still has a frame\\r\\n\\r\\n{\"ansible_facts\": {\"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_local\": {}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_loadavg\": {\"1m\": 0.48681640625, \"5m\": 0.48974609375, \"15m\": 0.23388671875}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"14\", \"epoch\": \"1726879814\", \"epoch_int\": \"1726879814\", \"date\": \"2024-09-20\", \"time\": \"20:50:14\", \"iso8601_micro\": \"2024-09-21T00:50:14.356019Z\", \"iso8601\": \"2024-09-21T00:50:14Z\", \"iso8601_basic\": \"20240920T205014356019\", \"iso8601_basic_short\": \"20240920T205014\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_is_chroot\": false, \"ansible_pkg_mgr\": \"dnf\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_fibre_channel_wwn\": [], \"ansible_lsb\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fips\": false, \"ansible_iscsi_iqn\": \"\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"10.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3105, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 611, \"free\": 3105}, \"nocache\": {\"free\": 3488, \"used\": 228}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\": \"NA\", \"ansible_chassis_serial\": \"NA\", \"ansible_chassis_vendor\": \"Xen\", \"ansible_chassis_version\": \"NA\", \"ansible_form_factor\": \"Other\", \"ansible_product_name\": \"HVM domU\", \"ansible_product_serial\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 260, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388579840, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374165, \"block_used\": 3109239, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing stringprep\\r\\n# cleanup[2] removing encodings.idna\\r\\n# cleanup[2] removing multiprocessing.queues\\r\\n# cleanup[2] removing multiprocessing.synchronize\\r\\n# cleanup[2] removing multiprocessing.dummy.connection\\r\\n# cleanup[2] removing multiprocessing.dummy\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.queues\\r\\n# destroy multiprocessing.synchronize\\r\\n# destroy multiprocessing.dummy\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy pickle\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy shlex\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy subprocess\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy glob\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy unicodedata\\r\\n# destroy errno\\r\\n# destroy multiprocessing.connection\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.context\\r\\n# destroy multiprocessing.process\\r\\n# destroy multiprocessing.util\\r\\n# destroy _multiprocessing\\r\\n# destroy array\\r\\n# destroy multiprocessing.dummy.connection\\r\\n# cleanup[3] wiping encodings.idna\\r\\n# destroy stringprep\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy encodings.idna\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _sre\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879814.76272: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860>\r\n# zipimport: found 103 names in '/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0>\r\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10>\r\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\r\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\r\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'\r\nimport 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0>\r\nimport 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{\"ansible_facts\": {\"ansible_system\": \"Linux\", \"ansible_kernel\": \"6.10.9-200.fc40.x86_64\", \"ansible_kernel_version\": \"#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024\", \"ansible_machine\": \"x86_64\", \"ansible_python_version\": \"3.12.6\", \"ansible_fqdn\": \"ip-10-31-47-113.us-east-1.aws.redhat.com\", \"ansible_hostname\": \"ip-10-31-47-113\", \"ansible_nodename\": \"ip-10-31-47-113.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\": \"ec20d99595e7347b298587c267bec107\", \"ansible_distribution\": \"Fedora\", \"ansible_distribution_release\": \"\", \"ansible_distribution_version\": \"40\", \"ansible_distribution_major_version\": \"40\", \"ansible_distribution_file_path\": \"/etc/redhat-release\", \"ansible_distribution_file_variety\": \"RedHat\", \"ansible_distribution_file_parsed\": true, \"ansible_os_family\": \"RedHat\", \"ansible_virtualization_type\": \"xen\", \"ansible_virtualization_role\": \"guest\", \"ansible_virtualization_tech_guest\": [\"xen\"], \"ansible_virtualization_tech_host\": [], \"ansible_system_capabilities_enforced\": \"False\", \"ansible_system_capabilities\": [], \"ansible_local\": {}, \"ansible_dns\": {\"nameservers\": [\"127.0.0.53\"], \"options\": {\"edns0\": true, \"trust-ad\": true}, \"search\": [\"us-east-1.aws.redhat.com\"]}, \"ansible_apparmor\": {\"status\": \"disabled\"}, \"ansible_user_id\": \"root\", \"ansible_user_uid\": 0, \"ansible_user_gid\": 0, \"ansible_user_gecos\": \"Super User\", \"ansible_user_dir\": \"/root\", \"ansible_user_shell\": \"/bin/bash\", \"ansible_real_user_id\": 0, \"ansible_effective_user_id\": 0, \"ansible_real_group_id\": 0, \"ansible_effective_group_id\": 0, \"ansible_selinux_python_present\": true, \"ansible_selinux\": {\"status\": \"enabled\", \"policyvers\": 33, \"config_mode\": \"enforcing\", \"mode\": \"enforcing\", \"type\": \"targeted\"}, \"ansible_ssh_host_key_rsa_public\": \"AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=\", \"ansible_ssh_host_key_rsa_public_keytype\": \"ssh-rsa\", \"ansible_ssh_host_key_ecdsa_public\": \"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=\", \"ansible_ssh_host_key_ecdsa_public_keytype\": \"ecdsa-sha2-nistp256\", \"ansible_ssh_host_key_ed25519_public\": \"AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU\", \"ansible_ssh_host_key_ed25519_public_keytype\": \"ssh-ed25519\", \"ansible_loadavg\": {\"1m\": 0.48681640625, \"5m\": 0.48974609375, \"15m\": 0.23388671875}, \"ansible_date_time\": {\"year\": \"2024\", \"month\": \"09\", \"weekday\": \"Friday\", \"weekday_number\": \"5\", \"weeknumber\": \"38\", \"day\": \"20\", \"hour\": \"20\", \"minute\": \"50\", \"second\": \"14\", \"epoch\": \"1726879814\", \"epoch_int\": \"1726879814\", \"date\": \"2024-09-20\", \"time\": \"20:50:14\", \"iso8601_micro\": \"2024-09-21T00:50:14.356019Z\", \"iso8601\": \"2024-09-21T00:50:14Z\", \"iso8601_basic\": \"20240920T205014356019\", \"iso8601_basic_short\": \"20240920T205014\", \"tz\": \"EDT\", \"tz_dst\": \"EDT\", \"tz_offset\": \"-0400\"}, \"ansible_is_chroot\": false, \"ansible_pkg_mgr\": \"dnf\", \"ansible_hostnqn\": \"nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77\", \"ansible_fibre_channel_wwn\": [], \"ansible_lsb\": {}, \"ansible_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": \"ttyS0,115200n8\"}, \"ansible_proc_cmdline\": {\"BOOT_IMAGE\": \"(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64\", \"root\": \"UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"ro\": true, \"crashkernel\": \"auto\", \"net.ifnames\": \"0\", \"rhgb\": true, \"console\": [\"tty0\", \"ttyS0,115200n8\"]}, \"ansible_fips\": false, \"ansible_iscsi_iqn\": \"\", \"ansible_python\": {\"version\": {\"major\": 3, \"minor\": 12, \"micro\": 6, \"releaselevel\": \"final\", \"serial\": 0}, \"version_info\": [3, 12, 6, \"final\", 0], \"executable\": \"/usr/bin/python3.12\", \"has_sslcontext\": true, \"type\": \"cpython\"}, \"ansible_env\": {\"PYTHONVERBOSE\": \"1\", \"SHELL\": \"/bin/bash\", \"EDITOR\": \"/usr/bin/nano\", \"PWD\": \"/root\", \"LOGNAME\": \"root\", \"XDG_SESSION_TYPE\": \"tty\", \"_\": \"/usr/bin/python3.12\", \"MOTD_SHOWN\": \"pam\", \"HOME\": \"/root\", \"LANG\": \"en_US.UTF-8\", \"LS_COLORS\": \"\", \"SSH_CONNECTION\": \"10.31.44.116 40506 10.31.47.113 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.44.116 40506 22\", \"DEBUGINFOD_URLS\": \"https://debuginfod.fedoraproject.org/ \", \"PATH\": \"/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin\", \"SELINUX_LEVEL_REQUESTED\": \"\", \"DBUS_SESSION_BUS_ADDRESS\": \"unix:path=/run/user/0/bus\", \"SSH_TTY\": \"/dev/pts/0\"}, \"ansible_interfaces\": [\"eth0\", \"lo\"], \"ansible_lo\": {\"device\": \"lo\", \"mtu\": 65536, \"active\": true, \"type\": \"loopback\", \"promisc\": false, \"ipv4\": {\"address\": \"127.0.0.1\", \"broadcast\": \"\", \"netmask\": \"255.0.0.0\", \"network\": \"127.0.0.0\", \"prefix\": \"8\"}, \"ipv6\": [{\"address\": \"::1\", \"prefix\": \"128\", \"scope\": \"host\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"off [fixed]\", \"tx_checksum_ip_generic\": \"on [fixed]\", \"tx_checksum_ipv6\": \"off [fixed]\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"on [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on [fixed]\", \"tx_scatter_gather_fraglist\": \"on [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"on\", \"tx_tcp_mangleid_segmentation\": \"on\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"on [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"on [fixed]\", \"tx_lockless\": \"on [fixed]\", \"netns_local\": \"on [fixed]\", \"tx_gso_robust\": \"off [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"on\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"on\", \"tx_gso_list\": \"on\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off [fixed]\", \"loopback\": \"on [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_eth0\": {\"device\": \"eth0\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"active\": true, \"module\": \"xen_netfront\", \"type\": \"ether\", \"pciid\": \"vif-0\", \"promisc\": false, \"ipv4\": {\"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\"}, \"ipv6\": [{\"address\": \"fe80::d3:d3ff:fe0f:537d\", \"prefix\": \"64\", \"scope\": \"link\"}], \"features\": {\"rx_checksumming\": \"on [fixed]\", \"tx_checksumming\": \"on\", \"tx_checksum_ipv4\": \"on [fixed]\", \"tx_checksum_ip_generic\": \"off [fixed]\", \"tx_checksum_ipv6\": \"on\", \"tx_checksum_fcoe_crc\": \"off [fixed]\", \"tx_checksum_sctp\": \"off [fixed]\", \"scatter_gather\": \"on\", \"tx_scatter_gather\": \"on\", \"tx_scatter_gather_fraglist\": \"off [fixed]\", \"tcp_segmentation_offload\": \"on\", \"tx_tcp_segmentation\": \"on\", \"tx_tcp_ecn_segmentation\": \"off [fixed]\", \"tx_tcp_mangleid_segmentation\": \"off\", \"tx_tcp6_segmentation\": \"on\", \"generic_segmentation_offload\": \"on\", \"generic_receive_offload\": \"on\", \"large_receive_offload\": \"off [fixed]\", \"rx_vlan_offload\": \"off [fixed]\", \"tx_vlan_offload\": \"off [fixed]\", \"ntuple_filters\": \"off [fixed]\", \"receive_hashing\": \"off [fixed]\", \"highdma\": \"off [fixed]\", \"rx_vlan_filter\": \"off [fixed]\", \"vlan_challenged\": \"off [fixed]\", \"tx_lockless\": \"off [fixed]\", \"netns_local\": \"off [fixed]\", \"tx_gso_robust\": \"on [fixed]\", \"tx_fcoe_segmentation\": \"off [fixed]\", \"tx_gre_segmentation\": \"off [fixed]\", \"tx_gre_csum_segmentation\": \"off [fixed]\", \"tx_ipxip4_segmentation\": \"off [fixed]\", \"tx_ipxip6_segmentation\": \"off [fixed]\", \"tx_udp_tnl_segmentation\": \"off [fixed]\", \"tx_udp_tnl_csum_segmentation\": \"off [fixed]\", \"tx_gso_partial\": \"off [fixed]\", \"tx_tunnel_remcsum_segmentation\": \"off [fixed]\", \"tx_sctp_segmentation\": \"off [fixed]\", \"tx_esp_segmentation\": \"off [fixed]\", \"tx_udp_segmentation\": \"off [fixed]\", \"tx_gso_list\": \"off [fixed]\", \"fcoe_mtu\": \"off [fixed]\", \"tx_nocache_copy\": \"off\", \"loopback\": \"off [fixed]\", \"rx_fcs\": \"off [fixed]\", \"rx_all\": \"off [fixed]\", \"tx_vlan_stag_hw_insert\": \"off [fixed]\", \"rx_vlan_stag_hw_parse\": \"off [fixed]\", \"rx_vlan_stag_filter\": \"off [fixed]\", \"l2_fwd_offload\": \"off [fixed]\", \"hw_tc_offload\": \"off [fixed]\", \"esp_hw_offload\": \"off [fixed]\", \"esp_tx_csum_hw_offload\": \"off [fixed]\", \"rx_udp_tunnel_port_offload\": \"off [fixed]\", \"tls_hw_tx_offload\": \"off [fixed]\", \"tls_hw_rx_offload\": \"off [fixed]\", \"rx_gro_hw\": \"off [fixed]\", \"tls_hw_record\": \"off [fixed]\", \"rx_gro_list\": \"off\", \"macsec_hw_offload\": \"off [fixed]\", \"rx_udp_gro_forwarding\": \"off\", \"hsr_tag_ins_offload\": \"off [fixed]\", \"hsr_tag_rm_offload\": \"off [fixed]\", \"hsr_fwd_offload\": \"off [fixed]\", \"hsr_dup_offload\": \"off [fixed]\"}, \"timestamping\": [], \"hw_timestamp_filters\": []}, \"ansible_default_ipv4\": {\"gateway\": \"10.31.44.1\", \"interface\": \"eth0\", \"address\": \"10.31.47.113\", \"broadcast\": \"10.31.47.255\", \"netmask\": \"255.255.252.0\", \"network\": \"10.31.44.0\", \"prefix\": \"22\", \"macaddress\": \"02:d3:d3:0f:53:7d\", \"mtu\": 9001, \"type\": \"ether\", \"alias\": \"eth0\"}, \"ansible_default_ipv6\": {}, \"ansible_all_ipv4_addresses\": [\"10.31.47.113\"], \"ansible_all_ipv6_addresses\": [\"fe80::d3:d3ff:fe0f:537d\"], \"ansible_locally_reachable_ips\": {\"ipv4\": [\"10.31.47.113\", \"127.0.0.0/8\", \"127.0.0.1\"], \"ipv6\": [\"::1\", \"fe80::d3:d3ff:fe0f:537d\"]}, \"ansible_service_mgr\": \"systemd\", \"ansible_processor\": [\"0\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\", \"1\", \"GenuineIntel\", \"Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz\"], \"ansible_processor_count\": 1, \"ansible_processor_cores\": 1, \"ansible_processor_threads_per_core\": 2, \"ansible_processor_vcpus\": 2, \"ansible_processor_nproc\": 2, \"ansible_memtotal_mb\": 3716, \"ansible_memfree_mb\": 3105, \"ansible_swaptotal_mb\": 3715, \"ansible_swapfree_mb\": 3715, \"ansible_memory_mb\": {\"real\": {\"total\": 3716, \"used\": 611, \"free\": 3105}, \"nocache\": {\"free\": 3488, \"used\": 228}, \"swap\": {\"total\": 3715, \"free\": 3715, \"used\": 0, \"cached\": 0}}, \"ansible_bios_date\": \"08/24/2006\", \"ansible_bios_vendor\": \"Xen\", \"ansible_bios_version\": \"4.11.amazon\", \"ansible_board_asset_tag\": \"NA\", \"ansible_board_name\": \"NA\", \"ansible_board_serial\": \"NA\", \"ansible_board_vendor\": \"NA\", \"ansible_board_version\": \"NA\", \"ansible_chassis_asset_tag\": \"NA\", \"ansible_chassis_serial\": \"NA\", \"ansible_chassis_vendor\": \"Xen\", \"ansible_chassis_version\": \"NA\", \"ansible_form_factor\": \"Other\", \"ansible_product_name\": \"HVM domU\", \"ansible_product_serial\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_uuid\": \"ec20d995-95e7-347b-2985-87c267bec107\", \"ansible_product_version\": \"4.11.amazon\", \"ansible_system_vendor\": \"Xen\", \"ansible_devices\": {\"xvda\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"512\", \"partitions\": {\"xvda2\": {\"links\": {\"ids\": [], \"uuids\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"], \"labels\": [], \"masters\": []}, \"start\": \"4096\", \"sectors\": \"524283871\", \"sectorsize\": 512, \"size\": \"250.00 GB\", \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\", \"holders\": []}, \"xvda1\": {\"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"start\": \"2048\", \"sectors\": \"2048\", \"sectorsize\": 512, \"size\": \"1.00 MB\", \"uuid\": null, \"holders\": []}}, \"rotational\": \"0\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": \"524288000\", \"sectorsize\": \"512\", \"size\": \"250.00 GB\", \"host\": \"\", \"holders\": []}, \"zram0\": {\"virtual\": 1, \"links\": {\"ids\": [], \"uuids\": [], \"labels\": [], \"masters\": []}, \"vendor\": null, \"model\": null, \"sas_address\": null, \"sas_device_handle\": null, \"removable\": \"0\", \"support_discard\": \"4096\", \"partitions\": {}, \"rotational\": \"0\", \"scheduler_mode\": \"\", \"sectors\": \"7610368\", \"sectorsize\": \"4096\", \"size\": \"3.63 GB\", \"host\": \"\", \"holders\": []}}, \"ansible_device_links\": {\"ids\": {}, \"uuids\": {\"xvda2\": [\"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"]}, \"labels\": {}, \"masters\": {}}, \"ansible_uptime_seconds\": 260, \"ansible_lvm\": {\"lvs\": {}, \"vgs\": {}, \"pvs\": {}}, \"ansible_mounts\": [{\"mount\": \"/\", \"device\": \"/dev/xvda2\", \"fstype\": \"ext4\", \"options\": \"rw,seclabel,relatime\", \"dump\": 0, \"passno\": 0, \"size_total\": 264124022784, \"size_available\": 251388579840, \"block_size\": 4096, \"block_total\": 64483404, \"block_available\": 61374165, \"block_used\": 3109239, \"inode_total\": 16384000, \"inode_available\": 16302969, \"inode_used\": 81031, \"uuid\": \"6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5\"}], \"gather_subset\": [\"all\"], \"module_setup\": true}, \"invocation\": {\"module_args\": {\"gather_subset\": [\"all\"], \"gather_timeout\": 10, \"filter\": [], \"fact_path\": \"/etc/ansible/facts.d\"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879814.78105: done with _execute_module (setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726879812.516984-5252-18958638165033/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879814.78110: _low_level_execute_command(): starting\n 5169 1726879814.78113: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879814.78439: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879814.78468: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879814.78487: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879814.78509: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879814.78539: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879814.78560: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879814.78601: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879814.80527: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879814.80578: stderr chunk (state=3):\n>>><<<\n 5169 1726879814.80581: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879814.80607: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879814.80612: handler run complete\n 5169 1726879814.80772: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879814.80836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.81046: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879814.81110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.81200: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879814.81203: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879814.81208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879814.81211: variable 'ansible_port' from source: unknown\n 5169 1726879814.81213: variable 'ansible_user' from source: unknown\n 5169 1726879814.81218: attempt loop complete, returning result\n 5169 1726879814.81222: _execute() done\n 5169 1726879814.81225: dumping result to json\n 5169 1726879814.81248: done dumping result, returning\n 5169 1726879814.81255: done running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node2 [0229e9c9-8e59-8f9b-2ddb-000000000006]\n 5169 1726879814.81344: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879814.81590: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006\n 5169 1726879814.81593: WORKER PROCESS EXITING\nok: [managed_node3]\n 5169 1726879814.81840: no more pending results, returning what we have\n 5169 1726879814.81842: results queue empty\n 5169 1726879814.81843: checking for any_errors_fatal\n 5169 1726879814.81844: done checking for any_errors_fatal\n 5169 1726879814.81845: checking for max_fail_percentage\n 5169 1726879814.81846: done checking for max_fail_percentage\n 5169 1726879814.81847: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879814.81847: done checking to see if all hosts have failed\n 5169 1726879814.81848: getting the remaining hosts for this loop\n 5169 1726879814.81849: done getting the remaining hosts for this loop\n 5169 1726879814.81852: getting the next task for host managed_node2\n 5169 1726879814.81856: done getting next task for host managed_node2\n 5169 1726879814.81858: ^ task is: TASK: Print message that this test is skipped on EL 6\n 5169 1726879814.81859: ^ 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\n 5169 1726879814.81860: getting the next task for host managed_node3\n 5169 1726879814.81861: done getting next task for host managed_node3\n 5169 1726879814.81863: ^ task is: TASK: Print message that this test is skipped on EL 6\n 5169 1726879814.81863: ^ 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\n 5169 1726879814.81871: getting variables\n 5169 1726879814.81872: in VariableManager get_vars()\n 5169 1726879814.81893: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.81895: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.81897: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.81906: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.81908: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.81910: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.82031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.82164: done with get_vars()\n 5169 1726879814.82175: done getting variables\n 5169 1726879814.82263: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [Print message that this test is skipped on EL 6] *************************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:63\nFriday 20 September 2024 20:50:14 -0400 (0:00:02.372) 0:00:12.459 ****** \n 5169 1726879814.82288: entering _queue_task() for managed_node2/debug\n 5169 1726879814.82289: Creating lock for debug\n 5169 1726879814.82559: worker is 3 (out of 3 available)\n 5169 1726879814.82574: exiting _queue_task() for managed_node2/debug\n 5169 1726879814.82590: getting variables\n 5169 1726879814.82594: in VariableManager get_vars()\n 5169 1726879814.82667: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.82672: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.82680: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.82701: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.82705: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.82708: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.82984: running TaskExecutor() for managed_node2/TASK: Print message that this test is skipped on EL 6\n 5169 1726879814.82991: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.82995: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.82997: calling self._execute()\n 5169 1726879814.83000: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879814.83002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879814.83005: variable 'omit' from source: magic vars\n 5169 1726879814.83037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.83283: done with get_vars()\n 5169 1726879814.83298: done getting variables\n 5169 1726879814.83393: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879814.83404: entering _queue_task() for managed_node3/debug\n 5169 1726879814.83426: variable 'ansible_distribution' from source: facts\n 5169 1726879814.83487: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False\n 5169 1726879814.83491: when evaluation is False, skipping this task\n 5169 1726879814.83494: _execute() done\n 5169 1726879814.83497: dumping result to json\n 5169 1726879814.83499: done dumping result, returning\n 5169 1726879814.83502: done running TaskExecutor() for managed_node2/TASK: Print message that this test is skipped on EL 6 [0229e9c9-8e59-8f9b-2ddb-000000000007]\n 5169 1726879814.83504: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.83569: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.83573: WORKER PROCESS EXITING\n 5169 1726879814.83817: worker is 1 (out of 3 available)\n 5169 1726879814.83832: exiting _queue_task() for managed_node3/debug\nskipping: [managed_node2] => {\n \"false_condition\": \"ansible_distribution in ['CentOS','RedHat']\"\n}\n 5169 1726879814.83952: done queuing things up, now waiting for results queue to drain\n 5169 1726879814.83954: waiting for pending results...\n 5169 1726879814.84090: running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6\n 5169 1726879814.84146: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.84158: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.84195: calling self._execute()\n 5169 1726879814.84253: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879814.84257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879814.84267: variable 'omit' from source: magic vars\n 5169 1726879814.84557: variable 'ansible_distribution' from source: facts\n 5169 1726879814.84575: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False\n 5169 1726879814.84578: when evaluation is False, skipping this task\n 5169 1726879814.84581: _execute() done\n 5169 1726879814.84584: dumping result to json\n 5169 1726879814.84587: done dumping result, returning\n 5169 1726879814.84596: done running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6 [0229e9c9-8e59-8f9b-2ddb-000000000007]\n 5169 1726879814.84711: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.84804: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007\n 5169 1726879814.84807: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"false_condition\": \"ansible_distribution in ['CentOS','RedHat']\"\n}\n 5169 1726879814.84851: no more pending results, returning what we have\n 5169 1726879814.84854: results queue empty\n 5169 1726879814.84855: checking for any_errors_fatal\n 5169 1726879814.84870: done checking for any_errors_fatal\n 5169 1726879814.84871: checking for max_fail_percentage\n 5169 1726879814.84873: done checking for max_fail_percentage\n 5169 1726879814.84874: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879814.84875: done checking to see if all hosts have failed\n 5169 1726879814.84875: getting the remaining hosts for this loop\n 5169 1726879814.84877: done getting the remaining hosts for this loop\n 5169 1726879814.84880: getting the next task for host managed_node2\n 5169 1726879814.84885: done getting next task for host managed_node2\n 5169 1726879814.84887: ^ task is: TASK: meta (end_host)\n 5169 1726879814.84889: ^ 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\n 5169 1726879814.84890: getting the next task for host managed_node3\n 5169 1726879814.84892: done getting next task for host managed_node3\n 5169 1726879814.84893: ^ task is: TASK: meta (end_host)\n 5169 1726879814.84895: ^ 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\n 5169 1726879814.84900: getting variables\n 5169 1726879814.84901: in VariableManager get_vars()\n 5169 1726879814.84924: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.84926: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.84928: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.84935: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.84937: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.84939: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.85054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.85189: done with get_vars()\n 5169 1726879814.85197: done getting variables\n\nTASK [Skip the test on EL 6 when control node == managed node] *****************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:73\nFriday 20 September 2024 20:50:14 -0400 (0:00:00.029) 0:00:12.488 ****** \n 5169 1726879814.85261: in VariableManager get_vars()\n 5169 1726879814.85270: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.85272: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.85273: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.85277: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.85278: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.85280: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.85376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.85610: done with get_vars()\n 5169 1726879814.85743: variable 'ansible_distribution' from source: facts\n 5169 1726879814.85753: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False\nMETA: end_host conditional evaluated to False, continuing execution for managed_node2\nskipping: [managed_node2] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed_node2\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed_node2\n 5169 1726879814.85771: getting variables\n 5169 1726879814.85772: in VariableManager get_vars()\n 5169 1726879814.85777: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.85779: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.85780: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.85784: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.85785: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.85788: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.85882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.86009: done with get_vars()\n 5169 1726879814.86015: done getting variables\n\nTASK [Skip the test on EL 6 when control node == managed node] *****************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:73\nFriday 20 September 2024 20:50:14 -0400 (0:00:00.007) 0:00:12.496 ****** \n 5169 1726879814.86059: in VariableManager get_vars()\n 5169 1726879814.86067: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.86069: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.86071: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.86074: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.86075: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.86077: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.86189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.86316: done with get_vars()\n 5169 1726879814.86412: variable 'ansible_distribution' from source: facts\n 5169 1726879814.86416: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False\nMETA: end_host conditional evaluated to False, continuing execution for managed_node3\nskipping: [managed_node3] => {\n \"skip_reason\": \"end_host conditional evaluated to False, continuing execution for managed_node3\"\n}\n\nMSG:\n\nend_host conditional evaluated to false, continuing execution for managed_node3\n 5169 1726879814.86431: done queuing things up, now waiting for results queue to drain\n 5169 1726879814.86435: results queue empty\n 5169 1726879814.86436: checking for any_errors_fatal\n 5169 1726879814.86438: done checking for any_errors_fatal\n 5169 1726879814.86439: checking for max_fail_percentage\n 5169 1726879814.86440: done checking for max_fail_percentage\n 5169 1726879814.86441: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879814.86442: done checking to see if all hosts have failed\n 5169 1726879814.86443: getting the remaining hosts for this loop\n 5169 1726879814.86444: done getting the remaining hosts for this loop\n 5169 1726879814.86447: getting the next task for host managed_node2\n 5169 1726879814.86452: done getting next task for host managed_node2\n 5169 1726879814.86455: ^ task is: TASK: Run the role. If reboot is not required - the play succeeds.\n 5169 1726879814.86456: ^ 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\n 5169 1726879814.86458: getting the next task for host managed_node3\n 5169 1726879814.86460: done getting next task for host managed_node3\n 5169 1726879814.86462: ^ task is: TASK: Run the role. If reboot is not required - the play succeeds.\n 5169 1726879814.86463: ^ 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\n 5169 1726879814.86468: getting variables\n 5169 1726879814.86469: in VariableManager get_vars()\n 5169 1726879814.86478: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.86480: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.86483: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.86488: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.86491: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.86494: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.86637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.86766: done with get_vars()\n 5169 1726879814.86772: done getting variables\n\nTASK [Run the role. If reboot is not required - the play succeeds.] ************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:84\nFriday 20 September 2024 20:50:14 -0400 (0:00:00.007) 0:00:12.504 ****** \n 5169 1726879814.86820: entering _queue_task() for managed_node2/include_role\n 5169 1726879814.86822: Creating lock for include_role\n 5169 1726879814.87094: worker is 2 (out of 3 available)\n 5169 1726879814.87106: exiting _queue_task() for managed_node2/include_role\n 5169 1726879814.87119: getting variables\n 5169 1726879814.87122: in VariableManager get_vars()\n 5169 1726879814.87195: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.87199: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.87206: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.87223: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.87227: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.87231: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.87521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.87776: done with get_vars()\n 5169 1726879814.87789: done getting variables\n 5169 1726879814.87837: running TaskExecutor() for managed_node2/TASK: Run the role. If reboot is not required - the play succeeds.\n 5169 1726879814.87841: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.87844: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.87847: calling self._execute()\n 5169 1726879814.87850: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879814.87852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879814.87854: variable 'omit' from source: magic vars\n 5169 1726879814.87857: _execute() done\n 5169 1726879814.87860: dumping result to json\n 5169 1726879814.87862: done dumping result, returning\n 5169 1726879814.87866: done running TaskExecutor() for managed_node2/TASK: Run the role. If reboot is not required - the play succeeds. [0229e9c9-8e59-8f9b-2ddb-00000000000a]\n 5169 1726879814.87869: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.87912: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.87916: WORKER PROCESS EXITING\n 5169 1726879814.87949: entering _queue_task() for managed_node3/include_role\n 5169 1726879814.88214: worker is 3 (out of 3 available)\n 5169 1726879814.88225: exiting _queue_task() for managed_node3/include_role\n 5169 1726879814.88281: done queuing things up, now waiting for results queue to drain\n 5169 1726879814.88283: waiting for pending results...\n 5169 1726879814.88381: running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds.\n 5169 1726879814.88446: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.88459: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.88490: calling self._execute()\n 5169 1726879814.88546: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879814.88551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879814.88561: variable 'omit' from source: magic vars\n 5169 1726879814.88641: _execute() done\n 5169 1726879814.88645: dumping result to json\n 5169 1726879814.88648: done dumping result, returning\n 5169 1726879814.88653: done running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds. [0229e9c9-8e59-8f9b-2ddb-00000000000a]\n 5169 1726879814.88832: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.88924: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a\n 5169 1726879814.88927: WORKER PROCESS EXITING\n 5169 1726879814.88959: no more pending results, returning what we have\n 5169 1726879814.88966: in VariableManager get_vars()\n 5169 1726879814.88993: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.88996: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.88999: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.89009: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.89011: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.89015: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.89141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.89275: done with get_vars()\n 5169 1726879814.89282: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.89331: variable 'omit' from source: magic vars\n 5169 1726879814.89348: variable 'omit' from source: magic vars\n 5169 1726879814.89358: variable 'omit' from source: magic vars\n 5169 1726879814.89361: in VariableManager get_vars()\n 5169 1726879814.89371: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.89372: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.89374: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.89379: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.89381: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.89383: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.89529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.89655: done with get_vars()\n 5169 1726879814.89660: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.89710: variable 'omit' from source: magic vars\n 5169 1726879814.89722: variable 'omit' from source: magic vars\n 5169 1726879814.89731: variable 'omit' from source: magic vars\n 5169 1726879814.89734: we have included files to process\n 5169 1726879814.89734: generating all_blocks data\n 5169 1726879814.89735: done generating all_blocks data\n 5169 1726879814.89736: processing included file: fedora.linux_system_roles.kdump\n 5169 1726879814.89750: in VariableManager get_vars()\n 5169 1726879814.89757: done with get_vars()\n 5169 1726879814.89822: in VariableManager get_vars()\n 5169 1726879814.89831: done with get_vars()\n 5169 1726879814.89862: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/vars/main.yml\n 5169 1726879814.89934: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/defaults/main.yml\n 5169 1726879814.89979: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/meta/main.yml\n 5169 1726879814.90085: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml\n 5169 1726879814.90333: in VariableManager get_vars()\n 5169 1726879814.90347: done with get_vars()\n 5169 1726879814.90518: in VariableManager get_vars()\n 5169 1726879814.90531: done with get_vars()\n 5169 1726879814.91237: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml\n 5169 1726879814.91542: iterating over new_blocks loaded from include file\n 5169 1726879814.91544: in VariableManager get_vars()\n 5169 1726879814.91554: done with get_vars()\n 5169 1726879814.91555: filtering new block on tags\n 5169 1726879814.91577: done filtering new block on tags\n 5169 1726879814.91580: in VariableManager get_vars()\n 5169 1726879814.91589: done with get_vars()\n 5169 1726879814.91590: filtering new block on tags\n 5169 1726879814.91601: done filtering new block on tags\n 5169 1726879814.91603: in VariableManager get_vars()\n 5169 1726879814.91610: done with get_vars()\n 5169 1726879814.91611: filtering new block on tags\n 5169 1726879814.91622: done filtering new block on tags\n 5169 1726879814.91623: in VariableManager get_vars()\n 5169 1726879814.91630: done with get_vars()\n 5169 1726879814.91631: filtering new block on tags\n 5169 1726879814.91641: done filtering new block on tags\n 5169 1726879814.91642: done iterating over new_blocks loaded from include file\nincluded: fedora.linux_system_roles.kdump for managed_node2, managed_node3\n 5169 1726879814.91647: extending task lists for all hosts with included blocks\n 5169 1726879814.91715: done extending task lists\n 5169 1726879814.91716: done processing included files\n 5169 1726879814.91716: results queue empty\n 5169 1726879814.91717: checking for any_errors_fatal\n 5169 1726879814.91718: done checking for any_errors_fatal\n 5169 1726879814.91719: checking for max_fail_percentage\n 5169 1726879814.91719: done checking for max_fail_percentage\n 5169 1726879814.91720: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879814.91720: done checking to see if all hosts have failed\n 5169 1726879814.91721: getting the remaining hosts for this loop\n 5169 1726879814.91722: done getting the remaining hosts for this loop\n 5169 1726879814.91723: getting the next task for host managed_node2\n 5169 1726879814.91726: done getting next task for host managed_node2\n 5169 1726879814.91728: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.91730: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879814.91730: getting the next task for host managed_node3\n 5169 1726879814.91732: done getting next task for host managed_node3\n 5169 1726879814.91733: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.91734: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879814.91747: getting variables\n 5169 1726879814.91748: in VariableManager get_vars()\n 5169 1726879814.91786: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.91789: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.91792: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.91798: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.91801: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.91804: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.91952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.92092: done with get_vars()\n 5169 1726879814.92099: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2\nFriday 20 September 2024 20:50:14 -0400 (0:00:00.053) 0:00:12.557 ****** \n 5169 1726879814.92150: entering _queue_task() for managed_node2/include_tasks\n 5169 1726879814.92152: Creating lock for include_tasks\n 5169 1726879814.92443: worker is 1 (out of 3 available)\n 5169 1726879814.92457: exiting _queue_task() for managed_node2/include_tasks\n 5169 1726879814.92495: getting variables\n 5169 1726879814.92498: in VariableManager get_vars()\n 5169 1726879814.92584: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.92589: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.92592: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.92610: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.92615: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.92619: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.92868: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.92873: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.92877: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.92879: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.92882: calling self._execute()\n 5169 1726879814.92898: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879814.92908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879814.92926: variable 'omit' from source: magic vars\n 5169 1726879814.92936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.93188: done with get_vars()\n 5169 1726879814.93200: done getting variables\n 5169 1726879814.93240: _execute() done\n 5169 1726879814.93244: dumping result to json\n 5169 1726879814.93246: done dumping result, returning\n 5169 1726879814.93248: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000045]\n 5169 1726879814.93251: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.93305: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.93308: WORKER PROCESS EXITING\n 5169 1726879814.93355: entering _queue_task() for managed_node3/include_tasks\n 5169 1726879814.93602: worker is 2 (out of 3 available)\n 5169 1726879814.93615: exiting _queue_task() for managed_node3/include_tasks\n 5169 1726879814.93703: done queuing things up, now waiting for results queue to drain\n 5169 1726879814.93705: waiting for pending results...\n 5169 1726879814.93837: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.93910: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.93918: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.93921: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.93953: calling self._execute()\n 5169 1726879814.94019: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879814.94027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879814.94034: variable 'omit' from source: magic vars\n 5169 1726879814.94109: _execute() done\n 5169 1726879814.94113: dumping result to json\n 5169 1726879814.94118: done dumping result, returning\n 5169 1726879814.94121: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000045]\n 5169 1726879814.94287: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.94377: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045\n 5169 1726879814.94380: WORKER PROCESS EXITING\n 5169 1726879814.94406: no more pending results, returning what we have\n 5169 1726879814.94411: in VariableManager get_vars()\n 5169 1726879814.94444: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.94447: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.94449: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.94459: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.94461: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.94466: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.94609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.94748: done with get_vars()\n 5169 1726879814.94754: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.94755: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.94780: in VariableManager get_vars()\n 5169 1726879814.94790: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.94791: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.94793: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.94796: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.94797: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.94799: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.94936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.95072: done with get_vars()\n 5169 1726879814.95076: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.95077: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.95097: we have included files to process\n 5169 1726879814.95097: generating all_blocks data\n 5169 1726879814.95099: done generating all_blocks data\n 5169 1726879814.95103: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml\n 5169 1726879814.95104: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml\n 5169 1726879814.95106: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml\n 5169 1726879814.95560: done processing included file\n 5169 1726879814.95562: iterating over new_blocks loaded from include file\n 5169 1726879814.95563: in VariableManager get_vars()\n 5169 1726879814.95578: done with get_vars()\n 5169 1726879814.95579: filtering new block on tags\n 5169 1726879814.95592: done filtering new block on tags\n 5169 1726879814.95594: in VariableManager get_vars()\n 5169 1726879814.95607: done with get_vars()\n 5169 1726879814.95608: filtering new block on tags\n 5169 1726879814.95621: done filtering new block on tags\n 5169 1726879814.95622: in VariableManager get_vars()\n 5169 1726879814.95633: done with get_vars()\n 5169 1726879814.95635: filtering new block on tags\n 5169 1726879814.95642: done filtering new block on tags\n 5169 1726879814.95644: done iterating over new_blocks loaded from include file\nincluded: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed_node2, managed_node3\n 5169 1726879814.95648: extending task lists for all hosts with included blocks\n 5169 1726879814.96080: done extending task lists\n 5169 1726879814.96081: done processing included files\n 5169 1726879814.96082: results queue empty\n 5169 1726879814.96082: checking for any_errors_fatal\n 5169 1726879814.96084: done checking for any_errors_fatal\n 5169 1726879814.96085: checking for max_fail_percentage\n 5169 1726879814.96086: done checking for max_fail_percentage\n 5169 1726879814.96087: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879814.96088: done checking to see if all hosts have failed\n 5169 1726879814.96088: getting the remaining hosts for this loop\n 5169 1726879814.96089: done getting the remaining hosts for this loop\n 5169 1726879814.96091: getting the next task for host managed_node2\n 5169 1726879814.96094: done getting next task for host managed_node2\n 5169 1726879814.96096: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.96098: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879814.96099: getting the next task for host managed_node3\n 5169 1726879814.96100: done getting next task for host managed_node3\n 5169 1726879814.96101: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.96103: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879814.96108: getting variables\n 5169 1726879814.96109: in VariableManager get_vars()\n 5169 1726879814.96117: Calling all_inventory to load vars for managed_node2\n 5169 1726879814.96122: Calling groups_inventory to load vars for managed_node2\n 5169 1726879814.96124: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879814.96129: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879814.96132: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879814.96135: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879814.96304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.96437: done with get_vars()\n 5169 1726879814.96444: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2\nFriday 20 September 2024 20:50:14 -0400 (0:00:00.043) 0:00:12.601 ****** \n 5169 1726879814.96502: entering _queue_task() for managed_node2/setup\n 5169 1726879814.96759: worker is 3 (out of 3 available)\n 5169 1726879814.96773: exiting _queue_task() for managed_node2/setup\n 5169 1726879814.96809: getting variables\n 5169 1726879814.96812: in VariableManager get_vars()\n 5169 1726879814.96902: Calling all_inventory to load vars for managed_node3\n 5169 1726879814.96906: Calling groups_inventory to load vars for managed_node3\n 5169 1726879814.96909: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879814.96928: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879814.96933: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879814.96938: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879814.97222: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.97227: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879814.97230: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.97233: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.97236: calling self._execute()\n 5169 1726879814.97238: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879814.97241: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879814.97258: variable 'omit' from source: magic vars\n 5169 1726879814.97284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879814.97529: done with get_vars()\n 5169 1726879814.97541: done getting variables\n 5169 1726879814.97649: entering _queue_task() for managed_node3/setup\n 5169 1726879814.97721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879814.98162: worker is 1 (out of 3 available)\n 5169 1726879814.98179: exiting _queue_task() for managed_node3/setup\n 5169 1726879814.98193: done queuing things up, now waiting for results queue to drain\n 5169 1726879814.98195: waiting for pending results...\n 5169 1726879814.98478: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role\n 5169 1726879814.98635: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879814.98657: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.98668: variable 'ansible_search_path' from source: unknown\n 5169 1726879814.98720: calling self._execute()\n 5169 1726879814.98817: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879814.98833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879814.98850: variable 'omit' from source: magic vars\n 5169 1726879814.99331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879815.00595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879815.00733: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879815.00773: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879815.00851: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879815.00907: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879815.00999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01161: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.01591: variable '__kdump_required_facts' from source: role '' all vars\n 5169 1726879815.01611: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.01773: Evaluated conditional (__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0): False\n 5169 1726879815.01777: when evaluation is False, skipping this task\n 5169 1726879815.01780: _execute() done\n 5169 1726879815.01784: dumping result to json\n 5169 1726879815.01789: done dumping result, returning\n 5169 1726879815.01792: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000090]\n 5169 1726879815.01795: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879815.01934: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879815.01940: WORKER PROCESS EXITING\nskipping: [managed_node2] => {\n \"changed\": false,\n \"false_condition\": \"__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.02103: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879815.02107: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879815.02147: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879815.02205: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879815.02258: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879815.02326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02420: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.02682: variable '__kdump_required_facts' from source: role '' all vars\n 5169 1726879815.02770: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.02820: Evaluated conditional (__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0): False\n 5169 1726879815.02829: when evaluation is False, skipping this task\n 5169 1726879815.02838: _execute() done\n 5169 1726879815.02846: dumping result to json\n 5169 1726879815.02854: done dumping result, returning\n 5169 1726879815.02869: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000090]\n 5169 1726879815.03020: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879815.03085: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090\n 5169 1726879815.03088: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.03116: no more pending results, returning what we have\n 5169 1726879815.03120: results queue empty\n 5169 1726879815.03121: checking for any_errors_fatal\n 5169 1726879815.03122: done checking for any_errors_fatal\n 5169 1726879815.03123: checking for max_fail_percentage\n 5169 1726879815.03125: done checking for max_fail_percentage\n 5169 1726879815.03126: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879815.03127: done checking to see if all hosts have failed\n 5169 1726879815.03128: getting the remaining hosts for this loop\n 5169 1726879815.03130: done getting the remaining hosts for this loop\n 5169 1726879815.03140: getting the next task for host managed_node2\n 5169 1726879815.03149: done getting next task for host managed_node2\n 5169 1726879815.03153: ^ task is: TASK: fedora.linux_system_roles.kdump : Check if system is ostree\n 5169 1726879815.03158: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.03160: getting the next task for host managed_node3\n 5169 1726879815.03167: done getting next task for host managed_node3\n 5169 1726879815.03169: ^ task is: TASK: fedora.linux_system_roles.kdump : Check if system is ostree\n 5169 1726879815.03172: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.03187: getting variables\n 5169 1726879815.03189: in VariableManager get_vars()\n 5169 1726879815.03223: Calling all_inventory to load vars for managed_node2\n 5169 1726879815.03226: Calling groups_inventory to load vars for managed_node2\n 5169 1726879815.03228: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879815.03237: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879815.03239: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879815.03242: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879815.03408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.03552: done with get_vars()\n 5169 1726879815.03561: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10\nFriday 20 September 2024 20:50:15 -0400 (0:00:00.071) 0:00:12.672 ****** \n 5169 1726879815.03639: entering _queue_task() for managed_node2/stat\n 5169 1726879815.03870: worker is 2 (out of 3 available)\n 5169 1726879815.03885: exiting _queue_task() for managed_node2/stat\n 5169 1726879815.03918: getting variables\n 5169 1726879815.03921: in VariableManager get_vars()\n 5169 1726879815.04020: Calling all_inventory to load vars for managed_node3\n 5169 1726879815.04025: Calling groups_inventory to load vars for managed_node3\n 5169 1726879815.04028: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879815.04048: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879815.04052: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879815.04056: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879815.04358: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Check if system is ostree\n 5169 1726879815.04362: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.04369: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.04372: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.04375: calling self._execute()\n 5169 1726879815.04378: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.04380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.04383: variable 'omit' from source: magic vars\n 5169 1726879815.04414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.04663: done with get_vars()\n 5169 1726879815.04678: done getting variables\n 5169 1726879815.04785: entering _queue_task() for managed_node3/stat\n 5169 1726879815.04807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.05259: worker is 3 (out of 3 available)\n 5169 1726879815.05276: exiting _queue_task() for managed_node3/stat\n 5169 1726879815.05291: done queuing things up, now waiting for results queue to drain\n 5169 1726879815.05293: waiting for pending results...\n 5169 1726879815.05328: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.05336: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879815.05340: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.05394: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.05520: 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)\n 5169 1726879815.05567: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree\n 5169 1726879815.05675: 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)\n 5169 1726879815.05681: 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)\n 5169 1726879815.05684: 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)\n 5169 1726879815.05694: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.05708: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.05712: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.05751: calling self._execute()\n 5169 1726879815.05828: Evaluated conditional (not __kdump_is_ostree is defined): True\n 5169 1726879815.05835: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.05897: variable 'omit' from source: magic vars\n 5169 1726879815.05901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.05904: variable 'omit' from source: magic vars\n 5169 1726879815.05932: variable 'omit' from source: magic vars\n 5169 1726879815.05976: variable 'omit' from source: magic vars\n 5169 1726879815.06071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.06075: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.06089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.06122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.06144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.06225: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879815.06228: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.06231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.06252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.06361: Set connection var ansible_timeout to 10\n 5169 1726879815.06376: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.06385: Set connection var ansible_connection to ssh\n 5169 1726879815.06444: Set connection var ansible_shell_type to sh\n 5169 1726879815.06447: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.06450: Set connection var ansible_pipelining to False\n 5169 1726879815.06454: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.06466: variable 'ansible_connection' from source: unknown\n 5169 1726879815.06549: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.06553: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.06555: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.06558: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.06560: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.06562: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.06567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.06696: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.06699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879815.06702: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.06754: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.06774: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879815.06796: variable 'omit' from source: magic vars\n 5169 1726879815.06822: starting attempt loop\n 5169 1726879815.06830: running the handler\n 5169 1726879815.06851: _low_level_execute_command(): starting\n 5169 1726879815.06866: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n 5169 1726879815.06916: 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)\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879815.06934: 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)\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879815.06970: 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)\n 5169 1726879815.07016: 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)\n 5169 1726879815.07193: Evaluated conditional (not __kdump_is_ostree is defined): True\n 5169 1726879815.07197: variable 'omit' from source: magic vars\n 5169 1726879815.07204: variable 'omit' from source: magic vars\n 5169 1726879815.07242: variable 'omit' from source: magic vars\n 5169 1726879815.07275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.07305: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.07326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.07344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.07355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.07416: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879815.07422: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.07426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.07655: Set connection var ansible_timeout to 10\n 5169 1726879815.07659: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.07662: Set connection var ansible_connection to ssh\n 5169 1726879815.07666: Set connection var ansible_shell_type to sh\n 5169 1726879815.07668: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.07671: Set connection var ansible_pipelining to False\n 5169 1726879815.07674: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.07676: variable 'ansible_connection' from source: unknown\n 5169 1726879815.07678: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.07682: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.07692: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.07696: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.07698: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.07701: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.07703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.07883: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879815.07889: variable 'omit' from source: magic vars\n 5169 1726879815.07893: starting attempt loop\n 5169 1726879815.07895: running the handler\n 5169 1726879815.07898: _low_level_execute_command(): starting\n 5169 1726879815.07900: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.07903: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879815.07983: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879815.08007: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.08083: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.08116: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.08182: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.08228: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.08533: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.08537: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.08540: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.08545: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879815.08550: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.08624: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.08649: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.08653: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.08722: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879815.08726: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.08754: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.09938: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879815.10041: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.10101: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.10107: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.10133: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.10147: _low_level_execute_command(): starting\n 5169 1726879815.10153: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `\" && echo ansible-tmp-1726879815.1013513-5285-67462691332465=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `\" && echo ansible-tmp-1726879815.1013513-5285-67462691332465=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `\" ) && sleep 0'\"'\"''\n 5169 1726879815.10500: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879815.10610: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.10831: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.10834: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.10841: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.10844: _low_level_execute_command(): starting\n 5169 1726879815.10847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `\" && echo ansible-tmp-1726879815.1071777-5286-59704551496913=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `\" && echo ansible-tmp-1726879815.1071777-5286-59704551496913=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `\" ) && sleep 0'\"'\"''\n 5169 1726879815.10876: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.11070: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.11091: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.11136: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.11168: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.11371: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.11375: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879815.11380: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879815.11383: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.11389: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.11437: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.11444: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.11488: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.13095: stdout chunk (state=3):\n>>>ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465\n<<<\n 5169 1726879815.13207: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.13267: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.13270: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.13353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.13358: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.13431: ANSIBALLZ: Using lock for stat\n 5169 1726879815.13435: ANSIBALLZ: Acquiring lock\n 5169 1726879815.13437: ANSIBALLZ: Lock acquired: 140122399811360\n 5169 1726879815.13443: ANSIBALLZ: Creating module\n 5169 1726879815.13495: stdout chunk (state=3):\n>>>ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913\n<<<\n 5169 1726879815.13697: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.13700: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.13703: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.13874: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.13877: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.13898: ANSIBALLZ: Using lock for stat\n 5169 1726879815.13906: ANSIBALLZ: Acquiring lock\n 5169 1726879815.21961: ANSIBALLZ: Writing module into payload\n 5169 1726879815.22035: ANSIBALLZ: Writing module\n 5169 1726879815.22050: ANSIBALLZ: Renaming module\n 5169 1726879815.22075: ANSIBALLZ: Done creating module\n 5169 1726879815.22078: ANSIBALLZ: Lock acquired: 140122399811360\n 5169 1726879815.22081: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.22271: ANSIBALLZ: Reading module after lock\n 5169 1726879815.22275: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879815.22280: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w TO /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879815.22291: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke TO /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\n 5169 1726879815.22419: Sending initial data\n 5169 1726879815.22432: Sent initial data (150 bytes)\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879815.22654: Sending initial data\n 5169 1726879815.22668: Sent initial data (150 bytes)\n 5169 1726879815.23191: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.23244: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.23256: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.23260: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.23280: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.23311: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.23315: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.23352: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.23356: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.23359: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879815.23369: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.23403: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.23407: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.25023: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879815.25035: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879815.25077: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879815.25129: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879815.25179: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879815.25184: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\n<<<\n 5169 1726879815.25189: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879815.25203: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879815.25238: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879815.25242: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879815.25245: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\n<<<\n 5169 1726879815.25284: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879815.25570: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\r\n<<<\n 5169 1726879815.25585: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\r\n<<<\n 5169 1726879815.25840: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118983 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879815.25873: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879815.25942: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118983 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879815.25946: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.25980: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879815.26013: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.26019: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.26068: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 118983 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879815.26081: done transferring module to remote\n 5169 1726879815.26104: _low_level_execute_command(): starting\n 5169 1726879815.26115: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879815.26224: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.26471: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.26476: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 118983 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879815.26483: done transferring module to remote\n 5169 1726879815.26489: _low_level_execute_command(): starting\n 5169 1726879815.26491: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879815.26754: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.26775: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.26794: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.26813: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.26827: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879815.26845: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\n<<<\n 5169 1726879815.26861: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879815.26882: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879815.26896: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879815.26979: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.27003: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.27018: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879815.27036: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879815.27061: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.27087: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.27100: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.27123: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.27186: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.27249: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.27298: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.27331: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.27338: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.27340: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.27381: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.28974: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.29019: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.29023: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.29155: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.29160: _low_level_execute_command(): starting\n 5169 1726879815.29164: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879815.29283: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.29319: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.29331: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.29370: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.29467: _low_level_execute_command(): starting\n 5169 1726879815.29471: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879815.29790: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.29829: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.29846: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879815.29881: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.29925: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.29936: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.30015: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.30040: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879815.30074: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.30078: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.30081: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.30120: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.30124: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.30127: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.30176: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879815.30196: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879815.30200: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879815.30202: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879815.30205: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879815.30207: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879815.30209: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.30212: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879815.30214: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.30229: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.30278: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.30285: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.30289: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.30331: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.32428: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879815.32466: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879815.32494: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879815.32499: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879815.32571: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879815.32577: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879815.32608: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879815.32651: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879815.32655: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879815.32660: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879815.32684: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879815.32689: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879815.32713: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879815.32734: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.32754: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879815.32790: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879815.32793: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879815.32823: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879815.32854: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879815.32860: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879815.32869: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530>\r\n<<<\n 5169 1726879815.32896: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879815.32902: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30>\r\n<<<\n 5169 1726879815.32909: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0>\r\n<<<\n 5169 1726879815.32933: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879815.32938: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879815.32971: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879815.32974: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879815.32976: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\n<<<\n 5169 1726879815.33008: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879815.33011: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879815.33034: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879815.33066: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530>\r\n<<<\n 5169 1726879815.33101: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30>\r\n<<<\n 5169 1726879815.33108: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33111: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879815.33137: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879815.33175: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0>\r\n<<<\n 5169 1726879815.33179: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879815.33185: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879815.33190: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879815.33228: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879815.33233: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879815.33251: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879815.33258: stdout chunk (state=3):\n>>>import 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879815.33261: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879815.33266: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33269: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190>\r\n<<<\n 5169 1726879815.33330: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879815.33334: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879815.33362: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33370: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0>\r\n<<<\n 5169 1726879815.33383: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879815.33428: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879815.33443: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879815.33461: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879815.33467: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879815.33480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33489: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0>\r\n<<<\n 5169 1726879815.33547: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879815.33568: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33576: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0>\r\n<<<\n 5169 1726879815.33598: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879815.33636: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879815.33639: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879815.33661: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33682: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879815.33690: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33705: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879815.33750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33769: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879815.33785: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33807: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90>\r\n<<<\n 5169 1726879815.33825: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879815.33840: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33880: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879815.33893: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50>\r\n<<<\n 5169 1726879815.33901: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879815.33927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33930: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879815.33933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879815.33943: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879815.33994: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.33998: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34022: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879815.34043: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879815.34049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60>\r\n<<<\n 5169 1726879815.34077: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879815.34084: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20>\r\n<<<\n 5169 1726879815.34101: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\n<<<\n 5169 1726879815.34106: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879815.34124: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879815.34145: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30>\r\n<<<\n 5169 1726879815.34157: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879815.34162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34182: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280>\r\n<<<\n 5169 1726879815.34184: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879815.34239: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34281: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879815.34285: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879815.34316: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34349: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879815.34414: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30>\r\n<<<\n 5169 1726879815.34418: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879815.34424: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34439: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800>\r\n<<<\n 5169 1726879815.34453: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420>\r\n<<<\n 5169 1726879815.34481: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250>\r\n<<<\n 5169 1726879815.34491: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879815.34496: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50>\r\n<<<\n 5169 1726879815.34535: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010>\r\n<<<\n 5169 1726879815.34544: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879815.34567: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0>\r\n<<<\n 5169 1726879815.34582: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34611: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34623: stdout chunk (state=3):\n>>>import '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879815.34631: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0>\r\n<<<\n 5169 1726879815.34659: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34663: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.34667: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0>\r\n<<<\n 5169 1726879815.34677: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0>\r\n<<<\n 5169 1726879815.34700: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n<<<\n 5169 1726879815.34724: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879815.34730: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450>\r\n<<<\n 5169 1726879815.34779: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34782: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34787: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0>\r\n<<<\n 5169 1726879815.34792: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879815.34795: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50>\r\n<<<\n 5169 1726879815.34833: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34838: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0>\r\n<<<\n 5169 1726879815.34857: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879815.34900: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879815.34910: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34917: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0>\r\n<<<\n 5169 1726879815.34942: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879815.34976: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0>\r\nimport 'errno' # \r\n<<<\n 5169 1726879815.35000: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0>\r\n<<<\n 5169 1726879815.35011: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879815.35029: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35063: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879815.35070: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50>\r\n<<<\n 5169 1726879815.35074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0>\r\n<<<\n 5169 1726879815.35100: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879815.35116: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35129: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0>\r\n<<<\n 5169 1726879815.35145: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879815.35149: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35190: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879815.35195: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30>\r\n<<<\n 5169 1726879815.35204: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560>\r\n<<<\n 5169 1726879815.35221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35258: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35289: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540>\r\n<<<\n 5169 1726879815.35296: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0>\r\n<<<\n 5169 1726879815.35302: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879815.35305: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879815.35308: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0>\r\n<<<\n 5169 1726879815.35317: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35329: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879815.35360: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35365: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0>\r\n<<<\n 5169 1726879815.35392: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879815.35402: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80>\r\n<<<\n 5169 1726879815.35410: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35464: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0>\r\n<<<\n 5169 1726879815.35477: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560>\r\n<<<\n 5169 1726879815.35487: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.35493: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830>\r\n<<<\n 5169 1726879815.35497: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35499: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.35538: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879815.35582: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560>\r\n<<<\n 5169 1726879815.35631: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0>\r\n<<<\n 5169 1726879815.35638: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35687: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0>\r\n<<<\n 5169 1726879815.35693: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35699: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70>\r\n<<<\n 5169 1726879815.35723: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35729: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879815.35749: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560>\r\n<<<\n 5169 1726879815.35798: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35807: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830>\r\n<<<\n 5169 1726879815.35829: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879815.35834: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10>\r\n<<<\n 5169 1726879815.35845: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50>\r\n<<<\n 5169 1726879815.35857: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35869: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879815.35879: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450>\r\n<<<\n 5169 1726879815.35928: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879815.35945: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35972: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879815.35985: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879815.36007: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879815.36011: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36022: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0>\r\n<<<\n 5169 1726879815.36078: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600>\r\n<<<\n 5169 1726879815.36083: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0>\r\n<<<\n 5169 1726879815.36086: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879815.36106: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36138: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36153: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879815.36168: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879815.36198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0>\r\n<<<\n 5169 1726879815.36202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879815.36205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36234: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480>\r\n<<<\n 5169 1726879815.36236: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36256: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879815.36280: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879815.36303: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36314: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879815.36336: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36391: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80>\r\n<<<\n 5169 1726879815.36399: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570>\r\n<<<\n 5169 1726879815.36411: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879815.36449: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36468: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500>\r\n<<<\n 5169 1726879815.36508: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879815.36529: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290>\r\n<<<\n 5169 1726879815.36546: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560>\r\n<<<\n 5169 1726879815.36550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879815.36569: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0>\r\n<<<\n 5169 1726879815.36593: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36616: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879815.36662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879815.36666: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36683: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00>\r\n<<<\n 5169 1726879815.36758: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip'\r\n<<<\n 5169 1726879815.36762: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90>\r\n<<<\n 5169 1726879815.36764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.36827: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440>\r\n<<<\n 5169 1726879815.36872: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200>\r\n<<<\n 5169 1726879815.36915: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440>\r\n<<<\n 5169 1726879815.36921: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.36942: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020>\r\n<<<\n 5169 1726879815.36944: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879815.36985: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879815.37028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879815.37058: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970>\r\n<<<\n 5169 1726879815.37074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879815.37106: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210>\r\nimport '_typing' # \r\n<<<\n 5169 1726879815.37138: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.37300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37324: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290>\r\n<<<\n 5169 1726879815.37330: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879815.37348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.37357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879815.37373: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37396: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879815.37400: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879815.37403: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879815.37488: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180>\r\n<<<\n 5169 1726879815.37497: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879815.37696: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200>\r\n<<<\n 5169 1726879815.37708: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37739: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879815.37745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.37787: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879815.37808: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.38929: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.39358: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.40178: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879815.40195: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620>\r\n<<<\n 5169 1726879815.40207: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40235: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879815.40241: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40268: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40296: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0>\r\n<<<\n 5169 1726879815.40335: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940>\r\n<<<\n 5169 1726879815.40369: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280>\r\n<<<\n 5169 1726879815.40389: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879815.40392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40432: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30>\r\n<<<\n 5169 1726879815.40446: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879815.40477: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.40481: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960>\r\n<<<\n 5169 1726879815.40506: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.40516: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0>\r\n<<<\n 5169 1726879815.40526: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879815.40568: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40585: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879815.40627: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879815.40630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0>\r\n<<<\n 5169 1726879815.40633: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0>\r\n<<<\n 5169 1726879815.40661: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40691: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879815.40732: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60>\r\n<<<\n 5169 1726879815.40758: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80>\r\n<<<\n 5169 1726879815.40775: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50>\r\n<<<\n 5169 1726879815.40778: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879815.40795: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40823: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910>\r\n<<<\n 5169 1726879815.40830: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220>\r\n<<<\n 5169 1726879815.40834: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410>\r\n<<<\n 5169 1726879815.40847: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40856: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879815.40894: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40902: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879815.40910: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0>\r\n<<<\n 5169 1726879815.40912: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879815.40950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879815.40955: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930>\r\n<<<\n 5169 1726879815.40973: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70>\r\n<<<\n 5169 1726879815.40982: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879815.40991: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41023: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080>\r\n<<<\n 5169 1726879815.41030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41043: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879815.41059: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0>\r\n<<<\n 5169 1726879815.41092: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340>\r\n<<<\n 5169 1726879815.41096: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879815.41129: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879815.41136: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41139: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879815.41142: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41162: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41185: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879815.41188: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0>\r\n<<<\n 5169 1726879815.41228: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41235: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41244: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879815.41255: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879815.41258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41308: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320>\r\n<<<\n 5169 1726879815.41321: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0>\r\n<<<\n 5169 1726879815.41390: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879815.41399: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41405: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879815.41449: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41486: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850>\r\n<<<\n 5169 1726879815.41507: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0>\r\n<<<\n 5169 1726879815.41516: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110>\r\n<<<\n 5169 1726879815.41539: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60>\r\n<<<\n 5169 1726879815.41543: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080>\r\n<<<\n 5169 1726879815.41551: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41584: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220>\r\n<<<\n 5169 1726879815.41591: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879815.41625: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41630: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30>\r\n<<<\n 5169 1726879815.41645: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41651: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879815.41659: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879815.41689: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41724: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20>\r\n<<<\n 5169 1726879815.41740: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41747: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879815.41774: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230>\r\n<<<\n 5169 1726879815.41782: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0>\r\n<<<\n 5169 1726879815.41809: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879815.41816: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550>\r\n<<<\n 5169 1726879815.41851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879815.41877: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41880: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879815.41888: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879815.41922: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20>\r\n<<<\n 5169 1726879815.41925: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950>\r\n<<<\n 5169 1726879815.41958: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730>\r\n<<<\n 5169 1726879815.42028: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70>\r\n<<<\n 5169 1726879815.42038: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0>\r\n<<<\n 5169 1726879815.42046: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879815.42050: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0>\r\n<<<\n 5169 1726879815.42063: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42092: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n<<<\n 5169 1726879815.42098: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42135: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.42146: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0>\r\n<<<\n 5169 1726879815.42151: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710>\r\n<<<\n 5169 1726879815.42167: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40>\r\n<<<\n 5169 1726879815.42169: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879815.42208: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879815.42212: stdout chunk (state=3):\n>>>\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440>\r\n<<<\n 5169 1726879815.42240: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42272: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879815.42279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42289: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42327: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.42331: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.42342: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310>\r\n<<<\n 5169 1726879815.42362: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879815.42365: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0>\r\n<<<\n 5169 1726879815.42397: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42422: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879815.42430: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42440: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879815.42495: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0>\r\n<<<\n 5169 1726879815.42500: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960>\r\n<<<\n 5169 1726879815.42511: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50>\r\n<<<\n 5169 1726879815.42538: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00><<<\n 5169 1726879815.42545: stdout chunk (state=3):\n>>>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0>\r\n<<<\n 5169 1726879815.42571: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.42578: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879815.42598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.42617: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0>\r\n<<<\n 5169 1726879815.42696: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.42703: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0>\r\n<<<\n 5169 1726879815.42744: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620>\r\n<<<\n 5169 1726879815.42838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.42842: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0>\r\n<<<\n 5169 1726879815.42885: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.42898: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879815.42910: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.42926: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.42930: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0>\r\n<<<\n 5169 1726879815.42973: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43110: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860>\r\n<<<\n 5169 1726879815.43117: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43124: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50>\r\n<<<\n 5169 1726879815.43150: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.43162: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760>\r\n<<<\n 5169 1726879815.43182: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43190: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879815.43213: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43417: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879815.43446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879815.43474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43605: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43684: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.43733: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.44286: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879815.44300: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879815.44313: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879815.44317: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879815.44346: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.44349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.44390: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.44398: stdout chunk (state=3):\n>>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980>\r\n<<<\n 5169 1726879815.44478: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879815.44487: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879815.44505: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0>\r\n<<<\n 5169 1726879815.44510: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230>\r\n<<<\n 5169 1726879815.44558: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879815.44566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.44587: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.44606: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.44774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.44939: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879815.45015: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550>\r\n<<<\n 5169 1726879815.45019: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45029: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.45085: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879815.45091: stdout chunk (state=3):\n>>>\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0>\r\n<<<\n 5169 1726879815.45169: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879815.45173: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879815.45196: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670>\r\n<<<\n 5169 1726879815.45202: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0>\r\n<<<\n 5169 1726879815.45248: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879815.45266: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45301: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879815.45310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45478: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45649: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879815.45655: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370>\r\n<<<\n 5169 1726879815.45677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.45980: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46055: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46136: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879815.46145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46229: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879815.46238: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46412: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879815.46422: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879815.46462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46545: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879815.46551: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46700: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46777: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46812: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46857: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879815.46864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.46944: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879815.46956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47072: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879815.47134: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879815.47152: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879815.47173: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879815.47176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.47220: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47223: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.47262: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879815.47270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47304: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47389: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879815.47395: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879815.47426: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879815.47452: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.47524: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.47547: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47642: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090>\r\n<<<\n 5169 1726879815.47706: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.47709: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0>\r\n<<<\n 5169 1726879815.47730: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47790: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47793: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879815.47820: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879815.47841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47849: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879815.47867: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879815.47883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47944: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0>\r\n<<<\n 5169 1726879815.47954: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.47993: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48027: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48069: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879815.48111: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879815.48116: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48131: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879815.48157: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879815.48162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48194: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700>\r\n<<<\n 5169 1726879815.48242: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0>\r\n<<<\n 5169 1726879815.48247: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879815.48275: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879815.48279: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.48354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48376: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20>\r\n<<<\n 5169 1726879815.48436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48440: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0>\r\n<<<\n 5169 1726879815.48456: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00>\r\n<<<\n 5169 1726879815.48462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48510: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879815.48515: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48518: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48521: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879815.48556: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48560: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879815.48569: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48581: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879815.48642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48645: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48674: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48722: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48725: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0>\r\n<<<\n 5169 1726879815.48782: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40>\r\n<<<\n 5169 1726879815.48792: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879815.48842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.48853: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879815.48869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48900: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.48936: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0>\r\n<<<\n 5169 1726879815.48938: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879815.48990: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0>\r\n<<<\n 5169 1726879815.49016: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879815.49020: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879815.49044: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879815.49047: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879815.49049: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879815.49093: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49156: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49193: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49232: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879815.49257: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879815.49283: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879815.49303: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879815.49368: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879815.49405: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879815.49408: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49410: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879815.49466: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40>\r\n<<<\n 5169 1726879815.49517: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0>\r\n<<<\n 5169 1726879815.49535: stdout chunk (state=3):\n>>>\r\n{\"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\"}}}\r\n# destroy __main__\r\n<<<\n 5169 1726879815.49604: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960>\r\n<<<\n 5169 1726879815.49607: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879815.49618: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49649: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49678: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\n<<<\n 5169 1726879815.49684: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879815.49733: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879815.49762: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49785: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879815.49794: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.49817: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879815.49823: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n<<<\n 5169 1726879815.50053: stdout chunk (state=3):\n>>># cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n<<<\n 5169 1726879815.50057: stdout chunk (state=3):\n>>># cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n<<<\n 5169 1726879815.50061: stdout chunk (state=3):\n>>># cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n<<<\n 5169 1726879815.50066: stdout chunk (state=3):\n>>># destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n<<<\n 5169 1726879815.50070: stdout chunk (state=3):\n>>># cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n<<<\n 5169 1726879815.50074: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 5169 1726879815.50077: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879815.50090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.50145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879815.50281: stdout chunk (state=3):\n>>>\r\n{\"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\"}}}\r\n# destroy __main__\r\n<<<\n 5169 1726879815.50293: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879815.50324: stdout chunk (state=3):\n>>># destroy _bz2\r\n<<<\n 5169 1726879815.50328: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib<<<\n 5169 1726879815.50346: stdout chunk (state=3):\n>>>\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 5169 1726879815.50350: stdout chunk (state=3):\n>>># destroy zipfile._path\r\n<<<\n 5169 1726879815.50357: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879815.50402: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879815.50405: stdout chunk (state=3):\n>>># destroy importlib\r\n<<<\n 5169 1726879815.50449: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n<<<\n 5169 1726879815.50453: stdout chunk (state=3):\n>>># destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd<<<\n 5169 1726879815.50456: stdout chunk (state=3):\n>>>\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n<<<\n 5169 1726879815.50463: stdout chunk (state=3):\n>>># destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879815.50478: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879815.50488: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n<<<\n 5169 1726879815.50508: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879815.50527: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879815.50530: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro<<<\n 5169 1726879815.50533: stdout chunk (state=3):\n>>>\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879815.50618: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879815.50633: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n<<<\n 5169 1726879815.50722: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n<<<\n 5169 1726879815.50739: stdout chunk (state=3):\n>>># cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n<<<\n 5169 1726879815.50755: stdout chunk (state=3):\n>>># cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437<<<\n 5169 1726879815.50767: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n<<<\n 5169 1726879815.50773: stdout chunk (state=3):\n>>># cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n<<<\n 5169 1726879815.50803: stdout chunk (state=3):\n>>># destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n<<<\n 5169 1726879815.50807: stdout chunk (state=3):\n>>># cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879815.50821: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879815.50916: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879815.50942: stdout chunk (state=3):\n>>># destroy _socket\r\n# destroy _collections\r\n<<<\n 5169 1726879815.50968: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879815.50983: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879815.51035: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 5169 1726879815.51044: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879815.51067: stdout chunk (state=3):\n>>># destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879815.51099: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879815.51112: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879815.51120: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879815.51129: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879815.51160: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879815.51188: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n<<<\n 5169 1726879815.51193: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879815.51214: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879815.51235: stdout chunk (state=3):\n>>># destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879815.51240: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879815.51272: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879815.51275: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879815.51328: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n<<<\n 5169 1726879815.51370: stdout chunk (state=3):\n>>># cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879815.51374: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n<<<\n 5169 1726879815.51410: stdout chunk (state=3):\n>>># cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n<<<\n 5169 1726879815.51417: stdout chunk (state=3):\n>>># cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n<<<\n 5169 1726879815.51446: stdout chunk (state=3):\n>>># cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n<<<\n 5169 1726879815.51468: stdout chunk (state=3):\n>>># cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n<<<\n 5169 1726879815.51495: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n<<<\n 5169 1726879815.51513: stdout chunk (state=3):\n>>># cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879815.51526: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n<<<\n 5169 1726879815.51533: stdout chunk (state=3):\n>>># destroy _datetime\r\n<<<\n 5169 1726879815.51756: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879815.51760: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879815.51763: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879815.51806: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879815.51809: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879815.51812: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.51815: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.51817: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879815.51820: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"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\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879815.52052: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n<<<\n 5169 1726879815.52060: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"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\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879815.52870: stdout chunk (state=3):\n>>># destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879815.52873: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879815.52877: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.1013513-5285-67462691332465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879815.52880: _low_level_execute_command(): starting\n 5169 1726879815.52882: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879815.52892: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879815.52895: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.52897: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"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\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879815.53075: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"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\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879815.54190: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.1071777-5286-59704551496913/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879815.54194: _low_level_execute_command(): starting\n 5169 1726879815.54197: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879815.54212: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.54215: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.54218: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.54220: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.54247: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.54251: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879815.54254: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.54257: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.54269: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.54320: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.54341: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.54391: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.55527: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.55599: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.55610: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.55659: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.55676: handler run complete\n 5169 1726879815.55706: attempt loop complete, returning result\n 5169 1726879815.55715: _execute() done\n 5169 1726879815.55722: dumping result to json\n 5169 1726879815.55729: done dumping result, returning\n 5169 1726879815.55742: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Check if system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000092]\n 5169 1726879815.55759: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.55848: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.55851: WORKER PROCESS EXITING\nok: [managed_node2] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/run/ostree-booted\"\n }\n },\n \"stat\": {\n \"exists\": false\n }\n}\n 5169 1726879815.56306: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.56353: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.56357: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.56383: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.56392: handler run complete\n 5169 1726879815.56429: attempt loop complete, returning result\n 5169 1726879815.56438: _execute() done\n 5169 1726879815.56445: dumping result to json\n 5169 1726879815.56454: done dumping result, returning\n 5169 1726879815.56470: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000092]\n 5169 1726879815.56674: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.56752: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092\n 5169 1726879815.56755: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/run/ostree-booted\"\n }\n },\n \"stat\": {\n \"exists\": false\n }\n}\n 5169 1726879815.56832: no more pending results, returning what we have\n 5169 1726879815.56836: results queue empty\n 5169 1726879815.56837: checking for any_errors_fatal\n 5169 1726879815.56842: done checking for any_errors_fatal\n 5169 1726879815.56843: checking for max_fail_percentage\n 5169 1726879815.56845: done checking for max_fail_percentage\n 5169 1726879815.56846: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879815.56847: done checking to see if all hosts have failed\n 5169 1726879815.56848: getting the remaining hosts for this loop\n 5169 1726879815.56850: done getting the remaining hosts for this loop\n 5169 1726879815.56854: getting the next task for host managed_node2\n 5169 1726879815.56859: done getting next task for host managed_node2\n 5169 1726879815.56863: ^ task is: TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree\n 5169 1726879815.56868: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879815.56870: getting the next task for host managed_node3\n 5169 1726879815.56873: done getting next task for host managed_node3\n 5169 1726879815.56875: ^ task is: TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree\n 5169 1726879815.56877: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879815.56889: getting variables\n 5169 1726879815.56890: in VariableManager get_vars()\n 5169 1726879815.56921: Calling all_inventory to load vars for managed_node2\n 5169 1726879815.56924: Calling groups_inventory to load vars for managed_node2\n 5169 1726879815.56926: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879815.56936: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879815.56938: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879815.56941: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879815.57088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.57238: done with get_vars()\n 5169 1726879815.57247: done getting variables\n 5169 1726879815.57337: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15\nFriday 20 September 2024 20:50:15 -0400 (0:00:00.537) 0:00:13.210 ****** \n 5169 1726879815.57380: entering _queue_task() for managed_node2/set_fact\n 5169 1726879815.57383: Creating lock for set_fact\n 5169 1726879815.57708: worker is 1 (out of 3 available)\n 5169 1726879815.57722: exiting _queue_task() for managed_node2/set_fact\n 5169 1726879815.57767: getting variables\n 5169 1726879815.57770: in VariableManager get_vars()\n 5169 1726879815.57867: Calling all_inventory to load vars for managed_node3\n 5169 1726879815.57872: Calling groups_inventory to load vars for managed_node3\n 5169 1726879815.57875: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879815.57894: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879815.57897: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879815.57901: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879815.58181: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree\n 5169 1726879815.58185: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000093\n 5169 1726879815.58189: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.58192: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.58203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.58511: done with get_vars()\n 5169 1726879815.58522: done getting variables\n 5169 1726879815.58572: calling self._execute()\n 5169 1726879815.58576: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.58579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.58582: variable 'omit' from source: magic vars\n 5169 1726879815.58632: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879815.58644: entering _queue_task() for managed_node3/set_fact\n 5169 1726879815.58724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.59130: worker is 2 (out of 3 available)\n 5169 1726879815.59139: exiting _queue_task() for managed_node3/set_fact\n 5169 1726879815.59152: done queuing things up, now waiting for results queue to drain\n 5169 1726879815.59153: waiting for pending results...\n 5169 1726879815.59105: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.59373: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879815.59378: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.59382: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.59397: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree\n 5169 1726879815.59424: 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)\n 5169 1726879815.59458: 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)\n 5169 1726879815.59489: 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)\n 5169 1726879815.59522: 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)\n 5169 1726879815.59582: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000093\n 5169 1726879815.59608: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.59618: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.59663: calling self._execute()\n 5169 1726879815.59718: Evaluated conditional (not __kdump_is_ostree is defined): True\n 5169 1726879815.59722: variable 'omit' from source: magic vars\n 5169 1726879815.59749: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.59756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.59768: variable 'omit' from source: magic vars\n 5169 1726879815.59776: variable 'omit' from source: magic vars\n 5169 1726879815.59909: variable '__ostree_booted_stat' from source: set_fact\n 5169 1726879815.59976: variable 'omit' from source: magic vars\n 5169 1726879815.60047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.60051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.60073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.60098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.60117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.60159: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879815.60171: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.60266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.60272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.60314: Set connection var ansible_timeout to 10\n 5169 1726879815.60329: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.60338: Set connection var ansible_connection to ssh\n 5169 1726879815.60351: Set connection var ansible_shell_type to sh\n 5169 1726879815.60363: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.60381: Set connection var ansible_pipelining to False\n 5169 1726879815.60410: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.60419: variable 'ansible_connection' from source: unknown\n 5169 1726879815.60426: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.60436: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.60444: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.60451: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.60460: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.60469: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.60483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.60570: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.60699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879815.60703: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879815.60706: variable 'omit' from source: magic vars\n 5169 1726879815.60710: starting attempt loop\n 5169 1726879815.60712: running the handler\n 5169 1726879815.60714: handler run complete\n 5169 1726879815.60718: attempt loop complete, returning result\n 5169 1726879815.60720: _execute() done\n 5169 1726879815.60722: dumping result to json\n 5169 1726879815.60725: done dumping result, returning\n 5169 1726879815.60727: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.60738: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000093]\n 5169 1726879815.60748: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.60765: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093\nok: [managed_node2] => {\n \"ansible_facts\": {\n \"__kdump_is_ostree\": false\n },\n \"changed\": false\n}\n 5169 1726879815.60937: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093\n 5169 1726879815.60940: 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)\n 5169 1726879815.60942: WORKER PROCESS EXITING\n 5169 1726879815.61045: 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)\n 5169 1726879815.61048: 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)\n 5169 1726879815.61051: 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)\n 5169 1726879815.61157: Evaluated conditional (not __kdump_is_ostree is defined): True\n 5169 1726879815.61167: variable 'omit' from source: magic vars\n 5169 1726879815.61217: variable 'omit' from source: magic vars\n 5169 1726879815.61303: variable '__ostree_booted_stat' from source: set_fact\n 5169 1726879815.61343: variable 'omit' from source: magic vars\n 5169 1726879815.61363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.61387: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.61571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.61575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.61578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.61580: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879815.61583: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.61586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.61615: Set connection var ansible_timeout to 10\n 5169 1726879815.61621: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.61624: Set connection var ansible_connection to ssh\n 5169 1726879815.61631: Set connection var ansible_shell_type to sh\n 5169 1726879815.61636: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.61642: Set connection var ansible_pipelining to False\n 5169 1726879815.61666: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.61669: variable 'ansible_connection' from source: unknown\n 5169 1726879815.61672: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.61675: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.61677: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.61680: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.61682: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.61687: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.61693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.61785: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879815.61796: variable 'omit' from source: magic vars\n 5169 1726879815.61800: starting attempt loop\n 5169 1726879815.61803: running the handler\n 5169 1726879815.61817: handler run complete\n 5169 1726879815.61825: attempt loop complete, returning result\n 5169 1726879815.61828: _execute() done\n 5169 1726879815.61830: dumping result to json\n 5169 1726879815.61833: done dumping result, returning\n 5169 1726879815.61840: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000093]\n 5169 1726879815.62001: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093\n 5169 1726879815.62068: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093\n 5169 1726879815.62071: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"ansible_facts\": {\n \"__kdump_is_ostree\": false\n },\n \"changed\": false\n}\n 5169 1726879815.62104: no more pending results, returning what we have\n 5169 1726879815.62107: results queue empty\n 5169 1726879815.62108: checking for any_errors_fatal\n 5169 1726879815.62115: done checking for any_errors_fatal\n 5169 1726879815.62116: checking for max_fail_percentage\n 5169 1726879815.62118: done checking for max_fail_percentage\n 5169 1726879815.62119: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879815.62120: done checking to see if all hosts have failed\n 5169 1726879815.62121: getting the remaining hosts for this loop\n 5169 1726879815.62123: done getting the remaining hosts for this loop\n 5169 1726879815.62127: getting the next task for host managed_node2\n 5169 1726879815.62143: done getting next task for host managed_node2\n 5169 1726879815.62147: ^ task is: TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables\n 5169 1726879815.62151: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.62153: getting the next task for host managed_node3\n 5169 1726879815.62158: done getting next task for host managed_node3\n 5169 1726879815.62160: ^ task is: TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables\n 5169 1726879815.62162: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.62175: getting variables\n 5169 1726879815.62177: in VariableManager get_vars()\n 5169 1726879815.62205: Calling all_inventory to load vars for managed_node2\n 5169 1726879815.62207: Calling groups_inventory to load vars for managed_node2\n 5169 1726879815.62210: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879815.62219: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879815.62221: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879815.62225: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879815.62362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.62509: done with get_vars()\n 5169 1726879815.62517: done getting variables\n 5169 1726879815.62616: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19\nFriday 20 September 2024 20:50:15 -0400 (0:00:00.052) 0:00:13.262 ****** \n 5169 1726879815.62640: entering _queue_task() for managed_node2/include_vars\n 5169 1726879815.62642: Creating lock for include_vars\n 5169 1726879815.62922: worker is 3 (out of 3 available)\n 5169 1726879815.62935: exiting _queue_task() for managed_node2/include_vars\n 5169 1726879815.62975: getting variables\n 5169 1726879815.62979: in VariableManager get_vars()\n 5169 1726879815.63077: Calling all_inventory to load vars for managed_node3\n 5169 1726879815.63083: Calling groups_inventory to load vars for managed_node3\n 5169 1726879815.63089: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879815.63109: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879815.63113: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879815.63116: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879815.63402: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables\n 5169 1726879815.63407: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.63410: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.63413: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.63432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.63709: done with get_vars()\n 5169 1726879815.63731: done getting variables\n 5169 1726879815.63780: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.63838: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879815.63853: entering _queue_task() for managed_node3/include_vars\n 5169 1726879815.63876: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.64232: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.64277: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.64263: worker is 1 (out of 3 available)\n 5169 1726879815.64284: exiting _queue_task() for managed_node3/include_vars\n 5169 1726879815.64297: done queuing things up, now waiting for results queue to drain\n 5169 1726879815.64298: waiting for pending results...\n 5169 1726879815.64374: variable 'omit' from source: magic vars\n 5169 1726879815.64487: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.64492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.64496: variable 'omit' from source: magic vars\n 5169 1726879815.64614: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables\n 5169 1726879815.64704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.64783: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.64809: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.64828: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.65029: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.65128: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879815.65369: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.65374: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.65376: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.65380: variable '__vars_file' from source: task vars\n 5169 1726879815.65394: variable 'role_path' from source: magic vars\n 5169 1726879815.65397: variable 'item' from source: unknown\n 5169 1726879815.65411: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.65414: when evaluation is False, skipping this task\n 5169 1726879815.65454: variable 'item' from source: unknown\n 5169 1726879815.65502: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.65526: variable 'item' from source: unknown\nskipping: [managed_node2] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.65773: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.65777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.65780: variable 'omit' from source: magic vars\n 5169 1726879815.65826: variable '__vars_file' from source: task vars\n 5169 1726879815.65889: variable 'role_path' from source: magic vars\n 5169 1726879815.65935: variable 'item' from source: unknown\n 5169 1726879815.65939: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.65941: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.65944: when evaluation is False, skipping this task\n 5169 1726879815.65946: variable 'item' from source: unknown\n 5169 1726879815.66010: variable 'item' from source: unknown\nskipping: [managed_node2] => (item=Fedora.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.66261: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.66267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.66271: variable 'omit' from source: magic vars\n 5169 1726879815.66274: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.66276: variable '__vars_file' from source: task vars\n 5169 1726879815.66371: variable 'omit' from source: magic vars\n 5169 1726879815.66375: variable 'role_path' from source: magic vars\n 5169 1726879815.66378: variable 'item' from source: unknown\n 5169 1726879815.66381: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.66383: when evaluation is False, skipping this task\n 5169 1726879815.66463: variable 'item' from source: unknown\n 5169 1726879815.66469: variable 'item' from source: unknown\n 5169 1726879815.66474: variable 'ansible_host' from source: host vars for 'managed_node3'\nskipping: [managed_node2] => (item=Fedora_40.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora_40.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.66775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.66778: variable 'omit' from source: magic vars\n 5169 1726879815.66781: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.66784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.66787: variable 'omit' from source: magic vars\n 5169 1726879815.66790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879815.67130: variable '__vars_file' from source: task vars\n 5169 1726879815.67134: variable 'role_path' from source: magic vars\n 5169 1726879815.67137: variable 'item' from source: unknown\n 5169 1726879815.67139: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.67143: when evaluation is False, skipping this task\n 5169 1726879815.67146: variable 'item' from source: unknown\n 5169 1726879815.67148: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879815.67175: variable 'item' from source: unknown\n 5169 1726879815.67215: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\nskipping: [managed_node2] => (item=Fedora_40.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora_40.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.67336: dumping result to json\n 5169 1726879815.67339: done dumping result, returning\n 5169 1726879815.67342: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables [0229e9c9-8e59-8f9b-2ddb-000000000095]\n 5169 1726879815.67470: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.67515: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.67518: WORKER PROCESS EXITING\n 5169 1726879815.67521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879815.67523: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879815.67525: variable '__vars_file' from source: task vars\nskipping: [managed_node2] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n 5169 1726879815.67617: variable 'role_path' from source: magic vars\n 5169 1726879815.67621: variable 'item' from source: unknown\n 5169 1726879815.67623: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.67626: when evaluation is False, skipping this task\n 5169 1726879815.67651: variable 'item' from source: unknown\n 5169 1726879815.67709: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=RedHat.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"RedHat.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.67794: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.67798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.67976: variable 'omit' from source: magic vars\n 5169 1726879815.68025: variable '__vars_file' from source: task vars\n 5169 1726879815.68083: variable 'role_path' from source: magic vars\n 5169 1726879815.68089: variable 'item' from source: unknown\n 5169 1726879815.68105: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.68108: when evaluation is False, skipping this task\n 5169 1726879815.68133: variable 'item' from source: unknown\n 5169 1726879815.68179: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=Fedora.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.68261: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.68268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.68271: variable 'omit' from source: magic vars\n 5169 1726879815.68384: variable '__vars_file' from source: task vars\n 5169 1726879815.68449: variable 'role_path' from source: magic vars\n 5169 1726879815.68453: variable 'item' from source: unknown\n 5169 1726879815.68462: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.68467: when evaluation is False, skipping this task\n 5169 1726879815.68494: variable 'item' from source: unknown\n 5169 1726879815.68542: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=Fedora_40.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora_40.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.68614: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.68618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.68628: variable 'omit' from source: magic vars\n 5169 1726879815.69002: variable '__vars_file' from source: task vars\n 5169 1726879815.69059: variable 'role_path' from source: magic vars\n 5169 1726879815.69062: variable 'item' from source: unknown\n 5169 1726879815.69077: Evaluated conditional (__vars_file is file): False\n 5169 1726879815.69081: when evaluation is False, skipping this task\n 5169 1726879815.69105: variable 'item' from source: unknown\n 5169 1726879815.69148: variable 'item' from source: unknown\nskipping: [managed_node3] => (item=Fedora_40.yml) => {\n \"ansible_loop_var\": \"item\",\n \"changed\": false,\n \"false_condition\": \"__vars_file is file\",\n \"item\": \"Fedora_40.yml\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879815.69234: dumping result to json\n 5169 1726879815.69237: done dumping result, returning\n 5169 1726879815.69240: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables [0229e9c9-8e59-8f9b-2ddb-000000000095]\n 5169 1726879815.69361: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.69421: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095\n 5169 1726879815.69424: WORKER PROCESS EXITING\nskipping: [managed_node3] => {\n \"changed\": false\n}\n\nMSG:\n\nAll items skipped\n 5169 1726879815.69500: no more pending results, returning what we have\n 5169 1726879815.69503: results queue empty\n 5169 1726879815.69504: checking for any_errors_fatal\n 5169 1726879815.69508: done checking for any_errors_fatal\n 5169 1726879815.69509: checking for max_fail_percentage\n 5169 1726879815.69510: done checking for max_fail_percentage\n 5169 1726879815.69511: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879815.69512: done checking to see if all hosts have failed\n 5169 1726879815.69513: getting the remaining hosts for this loop\n 5169 1726879815.69515: done getting the remaining hosts for this loop\n 5169 1726879815.69519: getting the next task for host managed_node2\n 5169 1726879815.69526: done getting next task for host managed_node2\n 5169 1726879815.69530: ^ task is: TASK: fedora.linux_system_roles.kdump : Install required packages\n 5169 1726879815.69535: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.69536: getting the next task for host managed_node3\n 5169 1726879815.69540: done getting next task for host managed_node3\n 5169 1726879815.69542: ^ task is: TASK: fedora.linux_system_roles.kdump : Install required packages\n 5169 1726879815.69543: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879815.69557: getting variables\n 5169 1726879815.69559: in VariableManager get_vars()\n 5169 1726879815.69587: Calling all_inventory to load vars for managed_node2\n 5169 1726879815.69590: Calling groups_inventory to load vars for managed_node2\n 5169 1726879815.69592: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879815.69601: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879815.69604: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879815.69607: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879815.69737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.69883: done with get_vars()\n 5169 1726879815.69893: done getting variables\n 5169 1726879815.69983: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Install required packages] *************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5\nFriday 20 September 2024 20:50:15 -0400 (0:00:00.073) 0:00:13.336 ****** \n 5169 1726879815.70006: entering _queue_task() for managed_node2/package\n 5169 1726879815.70007: Creating lock for package\n 5169 1726879815.70261: worker is 2 (out of 3 available)\n 5169 1726879815.70278: exiting _queue_task() for managed_node2/package\n 5169 1726879815.70316: getting variables\n 5169 1726879815.70319: in VariableManager get_vars()\n 5169 1726879815.70420: Calling all_inventory to load vars for managed_node3\n 5169 1726879815.70424: Calling groups_inventory to load vars for managed_node3\n 5169 1726879815.70427: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879815.70446: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879815.70450: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879815.70454: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879815.70710: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Install required packages\n 5169 1726879815.70714: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879815.70718: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.70720: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.70723: calling self._execute()\n 5169 1726879815.70753: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.70758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.70763: variable 'omit' from source: magic vars\n 5169 1726879815.70774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879815.71344: done with get_vars()\n 5169 1726879815.71355: done getting variables\n 5169 1726879815.71387: variable 'omit' from source: magic vars\n 5169 1726879815.71391: variable 'omit' from source: magic vars\n 5169 1726879815.71394: variable '__kdump_packages' from source: role '' all vars\n 5169 1726879815.71396: variable '__kdump_packages' from source: role '' all vars\n 5169 1726879815.71436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879815.71474: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879815.71486: entering _queue_task() for managed_node3/package\n 5169 1726879815.71789: worker is 3 (out of 3 available)\n 5169 1726879815.71804: exiting _queue_task() for managed_node3/package\n 5169 1726879815.71819: done queuing things up, now waiting for results queue to drain\n 5169 1726879815.71821: waiting for pending results...\n 5169 1726879815.72120: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages\n 5169 1726879815.72263: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879815.72288: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.72301: variable 'ansible_search_path' from source: unknown\n 5169 1726879815.72470: calling self._execute()\n 5169 1726879815.72475: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.72478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.72481: variable 'omit' from source: magic vars\n 5169 1726879815.72584: variable 'omit' from source: magic vars\n 5169 1726879815.72647: variable 'omit' from source: magic vars\n 5169 1726879815.72688: variable '__kdump_packages' from source: role '' all vars\n 5169 1726879815.72908: variable '__kdump_packages' from source: role '' all vars\n 5169 1726879815.73176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879815.74733: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879815.74810: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879815.74901: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879815.74905: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879815.74952: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879815.75072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75333: variable '__kdump_is_ostree' from source: set_fact\n 5169 1726879815.75337: variable 'omit' from source: magic vars\n 5169 1726879815.75367: variable 'omit' from source: magic vars\n 5169 1726879815.75400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.75427: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.75548: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.75555: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879815.75559: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.75562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.75657: Set connection var ansible_timeout to 10\n 5169 1726879815.75666: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.75669: Set connection var ansible_connection to ssh\n 5169 1726879815.75676: Set connection var ansible_shell_type to sh\n 5169 1726879815.75691: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.75714: Set connection var ansible_pipelining to False\n 5169 1726879815.75745: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.75755: variable 'ansible_connection' from source: unknown\n 5169 1726879815.75813: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.75821: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.75825: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.75828: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879815.75831: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.75833: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.75836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879815.75985: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879815.76009: variable 'omit' from source: magic vars\n 5169 1726879815.76041: starting attempt loop\n 5169 1726879815.76046: running the handler\n 5169 1726879815.76049: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879815.76052: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.76140: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.76145: _low_level_execute_command(): starting\n 5169 1726879815.76149: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879815.76156: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879815.76250: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879815.76254: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879815.76294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879815.76416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76535: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76759: variable '__kdump_is_ostree' from source: set_fact\n 5169 1726879815.76762: variable 'omit' from source: magic vars\n 5169 1726879815.76794: variable 'omit' from source: magic vars\n 5169 1726879815.76821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879815.76849: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879815.76901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879815.76954: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879815.76968: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.76980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.77102: Set connection var ansible_timeout to 10\n 5169 1726879815.77115: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879815.77171: Set connection var ansible_connection to ssh\n 5169 1726879815.77177: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.77180: Set connection var ansible_shell_type to sh\n 5169 1726879815.77183: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879815.77185: Set connection var ansible_pipelining to False\n 5169 1726879815.77193: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.77202: variable 'ansible_connection' from source: unknown\n 5169 1726879815.77209: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.77216: variable 'ansible_shell_type' from source: unknown\n 5169 1726879815.77225: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879815.77299: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879815.77303: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.77306: variable 'ansible_pipelining' from source: unknown\n 5169 1726879815.77308: variable 'ansible_timeout' from source: unknown\n 5169 1726879815.77311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879815.77314: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879815.77317: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879815.77319: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879815.77322: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.77324: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.77327: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.77330: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.77342: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879815.77384: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.77429: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.77449: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879815.77461: variable 'omit' from source: magic vars\n 5169 1726879815.77465: starting attempt loop\n 5169 1726879815.77470: running the handler\n 5169 1726879815.77475: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.77477: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879815.77526: _low_level_execute_command(): starting\n 5169 1726879815.77532: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879815.78087: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.78092: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879815.78101: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.78105: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879815.78111: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.78204: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.78232: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.79116: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879815.79309: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.79330: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.79348: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.79408: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.79438: _low_level_execute_command(): starting\n 5169 1726879815.79453: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `\" && echo ansible-tmp-1726879815.7942295-5305-17810817927687=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `\" && echo ansible-tmp-1726879815.7942295-5305-17810817927687=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `\" ) && sleep 0'\"'\"''\n 5169 1726879815.80166: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879815.80209: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.80213: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.80215: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.80218: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.80221: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.80229: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.80262: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.80272: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.80451: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879815.80455: _low_level_execute_command(): starting\n 5169 1726879815.80458: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `\" && echo ansible-tmp-1726879815.802676-5306-157718430906241=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `\" && echo ansible-tmp-1726879815.802676-5306-157718430906241=\"` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `\" ) && sleep 0'\"'\"''\n 5169 1726879815.80485: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879815.80586: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.80632: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.80663: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.80933: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.80952: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.80968: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.81013: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.81028: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879815.81043: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.81078: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.82585: stdout chunk (state=3):\n>>>ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687\n<<<\n 5169 1726879815.82694: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879815.82707: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.82768: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.82773: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.82789: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.82871: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.82915: ANSIBALLZ: Using generic lock for ansible.legacy.dnf\n 5169 1726879815.82919: ANSIBALLZ: Acquiring lock\n 5169 1726879815.82922: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879815.82924: ANSIBALLZ: Creating module\n 5169 1726879815.83062: stdout chunk (state=3):\n>>>ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241\n<<<\n 5169 1726879815.83371: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.83375: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.83378: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879815.83386: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879815.83390: variable 'ansible_module_compression' from source: unknown\n 5169 1726879815.83530: ANSIBALLZ: Using generic lock for ansible.legacy.dnf\n 5169 1726879815.83628: ANSIBALLZ: Acquiring lock\n 5169 1726879815.94168: ANSIBALLZ: Writing module into payload\n 5169 1726879815.94313: ANSIBALLZ: Writing module\n 5169 1726879815.94337: ANSIBALLZ: Renaming module\n 5169 1726879815.94421: ANSIBALLZ: Done creating module\n 5169 1726879815.94425: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879815.94428: ANSIBALLZ: Reading module after lock\n 5169 1726879815.94633: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879815.94636: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 5169 1726879815.94641: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b TO /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py\n 5169 1726879815.94650: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui TO /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879815.94813: Sending initial data\n 5169 1726879815.94824: Sent initial data (149 bytes)\n 5169 1726879815.94924: Sending initial data\n 5169 1726879815.94935: Sent initial data (149 bytes)\n 5169 1726879815.95433: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879815.95451: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.95469: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.95477: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.95485: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879815.95491: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.95507: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879815.95539: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.95620: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.95624: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.95627: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.95671: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879815.95709: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.95717: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.95783: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.97262: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879815.97271: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879815.97297: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879815.97342: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879815.97346: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879815.97349: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\n<<<\n 5169 1726879815.97407: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\r\n<<<\n 5169 1726879815.97411: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 5169 1726879815.97442: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\n<<<\n 5169 1726879815.97456: stderr chunk (state=3):\n>>>debug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879815.97480: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\r\n<<<\n 5169 1726879815.97541: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\n<<<\n 5169 1726879815.97570: stderr chunk (state=3):\n>>>debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879815.97637: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879815.97641: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\n<<<\n 5169 1726879815.97680: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py M:0x001a\r\n<<<\n 5169 1726879815.97897: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\r\n<<<\n 5169 1726879815.98234: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161313 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879815.98296: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879815.98384: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879815.98403: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879815.98483: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.98497: stdout chunk (state=3):\n>>><<<\n 5169 1726879815.98514: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879815.98518: stderr chunk (state=3):\n>>>debug3: In write loop, ack for 6 161313 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161313 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879815.98763: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879815.98769: done transferring module to remote\n 5169 1726879815.98772: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879815.98775: _low_level_execute_command(): starting\n 5169 1726879815.98777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'\n 5169 1726879815.98780: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879815.98795: stderr chunk (state=3):\n>>><<<\n 5169 1726879815.98883: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 161313 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 5169 1726879815.98895: done transferring module to remote\n 5169 1726879815.98897: _low_level_execute_command(): starting\n 5169 1726879815.98900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 5169 1726879815.99454: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.99469: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.99478: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.99496: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.99506: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879815.99558: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879815.99577: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879815.99595: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.99613: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.99672: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879815.99676: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879815.99685: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879815.99698: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879815.99705: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879815.99758: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879815.99780: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879815.99784: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879815.99798: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.99819: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879815.99851: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879815.99853: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879815.99855: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879815.99890: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879816.01614: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879816.01659: stderr chunk (state=3):\n>>><<<\n 5169 1726879816.01752: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879816.01763: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879816.01768: _low_level_execute_command(): starting\n 5169 1726879816.01771: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 5169 1726879816.01941: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879816.01944: stdout chunk (state=3):\n>>><<<\n 5169 1726879816.01947: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879816.01953: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879816.01958: _low_level_execute_command(): starting\n 5169 1726879816.01961: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'\"'\"''\n 5169 1726879816.02494: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879816.02515: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879816.02532: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879816.02550: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879816.02563: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879816.02589: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\n<<<\n 5169 1726879816.02604: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879816.02619: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879816.02682: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879816.02740: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879816.02757: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879816.02781: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879816.02784: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879816.02803: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879816.02807: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879816.02836: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879816.02855: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879816.02862: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879816.02879: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879816.02911: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879816.02945: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879816.02966: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879816.03004: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879816.05214: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879816.05240: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879816.05282: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879816.05290: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879816.05294: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879816.05309: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879816.05349: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879816.05360: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879816.05401: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879816.05488: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\n<<<\n 5169 1726879816.05501: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879816.05542: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\n<<<\n 5169 1726879816.05607: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879816.05616: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.05621: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879816.05625: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879816.05658: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30>\r\n<<<\n 5169 1726879816.05662: stdout chunk (state=3):\n>>>import '_codecs' # \r\nimport 'codecs' # \r\n<<<\n 5169 1726879816.05697: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879816.05705: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879816.05744: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0>\r\n<<<\n 5169 1726879816.05748: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530>\r\n<<<\n 5169 1726879816.05750: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879816.05753: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879816.05756: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\n<<<\n 5169 1726879816.05786: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0>\r\nimport '_signal' # \r\n<<<\n 5169 1726879816.05791: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879816.05807: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879816.05830: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879816.05872: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879816.05875: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879816.05904: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879816.05935: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879816.05976: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879816.05980: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879816.05989: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879816.06012: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879816.06016: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879816.06051: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879816.06055: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06058: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879816.06079: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190>\r\n<<<\n 5169 1726879816.06083: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879816.06114: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879816.06131: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06135: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06154: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0>\r\n<<<\n 5169 1726879816.06195: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190>\r\n<<<\n 5169 1726879816.06202: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879816.06245: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879816.06249: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0>\r\n<<<\n 5169 1726879816.06279: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879816.06300: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879816.06470: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879816.06488: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06508: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879816.06514: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06535: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879816.06582: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06630: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879816.06635: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879816.06638: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06643: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06685: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879816.06693: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879816.06698: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06727: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879816.06731: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879816.06735: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06751: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0>\r\n<<<\n 5169 1726879816.06776: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879816.06780: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879816.06787: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06822: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0>\r\n<<<\n 5169 1726879816.06826: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06854: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879816.06859: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879816.06867: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0>\r\n<<<\n 5169 1726879816.06891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879816.06908: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30>\r\n<<<\n 5169 1726879816.06916: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879816.06933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.06959: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879816.06978: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0>\r\n<<<\n 5169 1726879816.06996: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879816.07001: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0>\r\n<<<\n 5169 1726879816.07018: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0>\r\n<<<\n 5169 1726879816.07025: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30>\r\n<<<\n 5169 1726879816.07037: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879816.07107: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0>\r\n<<<\n 5169 1726879816.07116: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879816.07134: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80>\r\n<<<\n 5169 1726879816.07171: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07186: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879816.07216: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0>\r\n<<<\n 5169 1726879816.07342: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80>\r\n<<<\n 5169 1726879816.07373: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07377: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879816.07380: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07382: stdout chunk (state=3):\n>>>import '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879816.07385: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07392: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90>\r\n<<<\n 5169 1726879816.07396: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07424: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740>\r\n<<<\n 5169 1726879816.07453: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800>\r\n<<<\n 5169 1726879816.07457: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360>\r\n<<<\n 5169 1726879816.07459: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.07466: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90>\r\n<<<\n 5169 1726879816.07511: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60>\r\n<<<\n 5169 1726879816.07515: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.07520: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20>\r\n<<<\n 5169 1726879816.07526: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879816.07557: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200>\r\n<<<\n 5169 1726879816.07561: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07570: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879816.07574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610>\r\n<<<\n 5169 1726879816.07602: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60>\r\n<<<\n 5169 1726879816.07625: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879816.07654: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20>\r\n<<<\n 5169 1726879816.07659: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510>\r\n<<<\n 5169 1726879816.07685: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879816.07721: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07725: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879816.07792: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879816.07862: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510>\r\n<<<\n 5169 1726879816.07874: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879816.07930: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879816.07940: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0>\r\n<<<\n 5169 1726879816.07948: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350>\r\n<<<\n 5169 1726879816.08005: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08012: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710>\r\nimport 'errno' # \r\n<<<\n 5169 1726879816.08037: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879816.08043: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0>\r\n<<<\n 5169 1726879816.08071: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879816.08078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08081: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540>\r\n<<<\n 5169 1726879816.08111: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879816.08117: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0>\r\n<<<\n 5169 1726879816.08127: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240>\r\n<<<\n 5169 1726879816.08146: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879816.08153: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879816.08165: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08180: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08227: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.08233: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20>\r\n<<<\n 5169 1726879816.08237: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.08249: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0>\r\n<<<\n 5169 1726879816.08259: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470>\r\n<<<\n 5169 1726879816.08301: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879816.08334: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0>\r\n<<<\n 5169 1726879816.08340: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879816.08371: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879816.08377: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08388: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20>\r\n<<<\n 5169 1726879816.08451: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08515: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879816.08519: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0>\r\n<<<\n 5169 1726879816.08552: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60>\r\n<<<\n 5169 1726879816.08567: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879816.08570: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879816.08596: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08616: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879816.08652: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08677: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879816.08683: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08697: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000>\r\n<<<\n 5169 1726879816.08708: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240>\r\n<<<\n 5169 1726879816.08733: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80>\r\n<<<\n 5169 1726879816.08737: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30>\r\n<<<\n 5169 1726879816.08747: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879816.08769: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08781: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879816.08792: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879816.08807: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08813: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08839: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879816.08841: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0>\r\n<<<\n 5169 1726879816.08874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879816.08891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08909: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390>\r\n<<<\n 5169 1726879816.08912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.08974: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879816.08979: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879816.09144: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170>\r\n<<<\n 5169 1726879816.09148: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879816.09151: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879816.09154: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879816.09160: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540>\r\n<<<\n 5169 1726879816.09163: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879816.09167: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09170: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09202: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879816.09222: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0>\r\n<<<\n 5169 1726879816.09240: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910>\r\n<<<\n 5169 1726879816.09243: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879816.09287: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290>\r\n<<<\n 5169 1726879816.09296: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09306: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879816.09323: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080>\r\n<<<\n 5169 1726879816.09359: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879816.09372: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09380: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430>\r\n<<<\n 5169 1726879816.09392: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0>\r\n<<<\n 5169 1726879816.09444: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60>\r\n<<<\n 5169 1726879816.09496: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879816.09523: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0>\r\n<<<\n 5169 1726879816.09527: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0>\r\n<<<\n 5169 1726879816.09567: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0>\r\n<<<\n 5169 1726879816.09615: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip'\r\n<<<\n 5169 1726879816.09619: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440>\r\n<<<\n 5169 1726879816.09622: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30>\r\n<<<\n 5169 1726879816.09625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.09737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879816.09763: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.09769: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0>\r\n<<<\n 5169 1726879816.09786: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09833: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879816.09846: stdout chunk (state=3):\n>>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.09905: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879816.09929: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n<<<\n 5169 1726879816.09943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40>\r\n<<<\n 5169 1726879816.09949: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879816.09995: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.10026: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879816.10029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879816.10082: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879816.10139: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30>\r\n<<<\n 5169 1726879816.10145: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.10174: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879816.10201: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879816.10204: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.10234: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0>\r\nimport '_typing' # \r\n<<<\n 5169 1726879816.10238: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879816.10259: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.10423: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170>\r\n<<<\n 5169 1726879816.10442: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.10452: stdout chunk (state=3):\n>>>import 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.10472: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.10481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.10500: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879816.10503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.11774: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.12052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.13012: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13016: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0>\r\n<<<\n 5169 1726879816.13040: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13073: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879816.13078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13105: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13125: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0>\r\n<<<\n 5169 1726879816.13169: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760>\r\n<<<\n 5169 1726879816.13194: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070>\r\n<<<\n 5169 1726879816.13222: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13279: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960>\r\n<<<\n 5169 1726879816.13301: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879816.13307: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50>\r\n<<<\n 5169 1726879816.13342: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13348: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750>\r\n<<<\n 5169 1726879816.13380: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990>\r\n<<<\n 5169 1726879816.13394: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13400: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879816.13421: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13426: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13429: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879816.13439: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0>\r\n<<<\n 5169 1726879816.13469: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879816.13476: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880>\r\n<<<\n 5169 1726879816.13505: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190>\r\n<<<\n 5169 1726879816.13512: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879816.13522: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13533: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13580: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20>\r\n<<<\n 5169 1726879816.13595: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840>\r\n<<<\n 5169 1726879816.13629: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13666: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879816.13670: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0>\r\n<<<\n 5169 1726879816.13714: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879816.13732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80>\r\n<<<\n 5169 1726879816.13761: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879816.13879: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879816.13886: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13890: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13905: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10>\r\n<<<\n 5169 1726879816.13913: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0>\r\n<<<\n 5169 1726879816.13930: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0>\r\n<<<\n 5169 1726879816.13950: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879816.13957: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879816.13997: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14004: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0>\r\n<<<\n 5169 1726879816.14008: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879816.14010: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879816.14043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879816.14050: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14053: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14073: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470>\r\n<<<\n 5169 1726879816.14081: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0>\r\n<<<\n 5169 1726879816.14098: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879816.14103: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879816.14116: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14155: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790>\r\n<<<\n 5169 1726879816.14164: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0>\r\n<<<\n 5169 1726879816.14181: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879816.14185: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30>\r\n<<<\n 5169 1726879816.14192: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14215: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050>\r\n<<<\n 5169 1726879816.14272: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0>\r\n<<<\n 5169 1726879816.14474: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0>\r\n<<<\n 5169 1726879816.14478: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879816.14481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14485: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0>\r\n<<<\n 5169 1726879816.14488: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879816.14490: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60>\r\n<<<\n 5169 1726879816.14493: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60>\r\n<<<\n 5169 1726879816.14499: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879816.14502: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879816.14523: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14560: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14612: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0>\r\n<<<\n 5169 1726879816.14632: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250>\r\n<<<\n 5169 1726879816.14648: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700>\r\n<<<\n 5169 1726879816.14657: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879816.14666: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0>\r\n<<<\n 5169 1726879816.14709: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14713: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0>\r\n<<<\n 5169 1726879816.14721: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879816.14733: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879816.14768: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14771: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n<<<\n 5169 1726879816.14773: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0>\r\n<<<\n 5169 1726879816.14775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14803: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.14812: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90>\r\n<<<\n 5169 1726879816.14822: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879816.14888: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260>\r\n<<<\n 5169 1726879816.14932: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879816.14969: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0>\r\n<<<\n 5169 1726879816.15000: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0>\r\n<<<\n 5169 1726879816.15035: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0>\r\n<<<\n 5169 1726879816.15087: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.15091: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879816.15114: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879816.15154: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10>\r\n<<<\n 5169 1726879816.15184: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879816.15191: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170>\r\n<<<\n 5169 1726879816.15285: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0>\r\n<<<\n 5169 1726879816.15329: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.15340: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0>\r\n<<<\n 5169 1726879816.15369: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910>\r\n<<<\n 5169 1726879816.15378: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.15402: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30>\r\n<<<\n 5169 1726879816.15409: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.15438: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60>\r\n<<<\n 5169 1726879816.15442: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.15457: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0>\r\n<<<\n 5169 1726879816.15462: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0>\r\n<<<\n 5169 1726879816.15484: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879816.15506: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879816.15533: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15537: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879816.15554: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.15583: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680>\r\n<<<\n 5169 1726879816.15624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15634: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15647: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.15670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879816.15686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15744: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.15765: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830>\r\n<<<\n 5169 1726879816.15771: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0>\r\n<<<\n 5169 1726879816.15806: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170>\r\n<<<\n 5169 1726879816.15831: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.15869: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.15889: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.15971: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16071: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16074: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879816.16099: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.16107: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879816.16119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16248: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.16991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17135: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879816.17153: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879816.17160: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879816.17191: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879816.17206: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.17257: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0>\r\n<<<\n 5169 1726879816.17343: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879816.17377: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190>\r\n<<<\n 5169 1726879816.17380: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00>\r\n<<<\n 5169 1726879816.17434: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879816.17440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17472: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17478: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879816.17499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17593: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879816.17600: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879816.17615: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879816.17640: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879816.17658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.17705: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980>\r\n<<<\n 5169 1726879816.17801: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879816.17806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879816.17843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879816.17848: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90>\r\n<<<\n 5169 1726879816.17851: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.17883: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879816.17894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.17951: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879816.17955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18295: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879816.18299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879816.18314: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850>\r\n<<<\n 5169 1726879816.18324: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18832: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.18951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19035: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879816.19042: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19121: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879816.19128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19302: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879816.19343: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879816.19349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19357: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19401: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19410: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19435: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879816.19448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19499: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879816.19502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19586: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879816.19597: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19668: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19702: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19763: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879816.19780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879816.19814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19899: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879816.19902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.19965: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879816.20022: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879816.20039: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879816.20109: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860>\r\n<<<\n 5169 1726879816.20120: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20160: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20283: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879816.20291: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879816.20300: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879816.20323: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.20414: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.20417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879816.20486: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879816.20492: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879816.20538: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00><<<\n 5169 1726879816.20544: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879816.20585: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0>\r\n<<<\n 5169 1726879816.20612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20646: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.20679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20700: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20757: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.20822: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879816.20825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20842: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879816.20846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20885: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.20888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.20957: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879816.21004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21007: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450>\r\n<<<\n 5169 1726879816.21071: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.21078: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0>\r\n<<<\n 5169 1726879816.21082: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0>\r\n<<<\n 5169 1726879816.21102: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21104: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370>\r\n<<<\n 5169 1726879816.21139: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810>\r\n<<<\n 5169 1726879816.21144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21180: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879816.21183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21186: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.21243: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21245: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21304: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21342: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21389: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21415: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879816.21421: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879816.21440: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21466: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879816.21470: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21534: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879816.21552: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00>\r\n<<<\n 5169 1726879816.21558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21598: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70>\r\n<<<\n 5169 1726879816.21624: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10>\r\n<<<\n 5169 1726879816.21630: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879816.21641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21662: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860>\r\n<<<\n 5169 1726879816.21719: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21755: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879816.21792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.21823: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879816.21892: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879816.21930: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.21932: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879816.21934: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879816.21992: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879816.22002: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879816.22020: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879816.22081: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0>\r\n<<<\n 5169 1726879816.22123: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30>\r\n<<<\n 5169 1726879816.22214: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879816.22225: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.22258: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.22284: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879816.22343: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879816.22347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.22373: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879816.22397: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.22558: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.23032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.23153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.23626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.23901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.24390: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.24647: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n<<<\n 5169 1726879816.24654: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740>\r\n<<<\n 5169 1726879816.24685: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0>\r\n<<<\n 5169 1726879816.24704: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n<<<\n 5169 1726879816.24711: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc'\r\n<<<\n 5169 1726879816.24729: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n<<<\n 5169 1726879816.24739: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\r\n<<<\n 5169 1726879816.24751: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n<<<\n 5169 1726879816.24775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0>\r\n<<<\n 5169 1726879816.24794: stdout chunk (state=3):\n>>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80>\r\n<<<\n 5169 1726879816.24804: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\r\n<<<\n 5169 1726879816.24825: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n<<<\n 5169 1726879816.24831: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\r\n<<<\n 5169 1726879816.24908: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0>\r\n<<<\n 5169 1726879816.24941: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\r\n<<<\n 5169 1726879816.24976: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n<<<\n 5169 1726879816.25015: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n<<<\n 5169 1726879816.25039: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25063: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960>\r\n<<<\n 5169 1726879816.25109: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840>\r\n<<<\n 5169 1726879816.25113: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25140: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290>\r\n<<<\n 5169 1726879816.25142: stdout chunk (state=3):\n>>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780>\r\n<<<\n 5169 1726879816.25192: stdout chunk (state=3):\n>>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0>\r\n<<<\n 5169 1726879816.25198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560>\r\n<<<\n 5169 1726879816.25229: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n<<<\n 5169 1726879816.25253: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n<<<\n 5169 1726879816.25257: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25267: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25283: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830>\r\n<<<\n 5169 1726879816.25298: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n<<<\n 5169 1726879816.25313: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n<<<\n 5169 1726879816.25325: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25327: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25362: stdout chunk (state=3):\n>>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0>\r\n<<<\n 5169 1726879816.25406: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0>\r\n<<<\n 5169 1726879816.25413: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25423: stdout chunk (state=3):\n>>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60>\r\n<<<\n 5169 1726879816.25427: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25495: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n<<<\n 5169 1726879816.25503: stdout chunk (state=3):\n>>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200>\r\n<<<\n 5169 1726879816.25507: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25513: stdout chunk (state=3):\n>>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970>\r\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n<<<\n 5169 1726879816.25516: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25519: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25528: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25548: stdout chunk (state=3):\n>>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0>\r\n<<<\n 5169 1726879816.25570: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n<<<\n 5169 1726879816.25608: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80>\r\n<<<\n 5169 1726879816.25612: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0>\r\n<<<\n 5169 1726879816.25708: stdout chunk (state=3):\n>>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010>\r\n<<<\n 5169 1726879816.25712: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25720: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n<<<\n 5169 1726879816.25782: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0>\r\n<<<\n 5169 1726879816.25785: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25805: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n<<<\n 5169 1726879816.25812: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25838: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430>\r\n<<<\n 5169 1726879816.25897: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350>\r\n<<<\n 5169 1726879816.25905: stdout chunk (state=3):\n>>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060>\r\n<<<\n 5169 1726879816.25926: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n<<<\n 5169 1726879816.25932: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\r\n<<<\n 5169 1726879816.25949: stdout chunk (state=3):\n>>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40>\r\n<<<\n 5169 1726879816.25956: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n<<<\n 5169 1726879816.25994: stdout chunk (state=3):\n>>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0>\r\n<<<\n 5169 1726879816.26000: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n<<<\n 5169 1726879816.26003: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26005: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26026: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50>\r\n<<<\n 5169 1726879816.26029: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n<<<\n 5169 1726879816.26066: stdout chunk (state=3):\n>>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40>\r\n<<<\n 5169 1726879816.26076: stdout chunk (state=3):\n>>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70>\r\n<<<\n 5169 1726879816.26080: stdout chunk (state=3):\n>>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0>\r\n<<<\n 5169 1726879816.26113: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20>\r\n<<<\n 5169 1726879816.26148: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n<<<\n 5169 1726879816.26153: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26175: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26194: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26201: stdout chunk (state=3):\n>>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880>\r\n<<<\n 5169 1726879816.26227: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460>\r\n<<<\n 5169 1726879816.26235: stdout chunk (state=3):\n>>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070>\r\n<<<\n 5169 1726879816.26258: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n<<<\n 5169 1726879816.26275: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26344: stdout chunk (state=3):\n>>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0>\r\n<<<\n 5169 1726879816.26350: stdout chunk (state=3):\n>>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0>\r\n<<<\n 5169 1726879816.26374: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n<<<\n 5169 1726879816.26386: stdout chunk (state=3):\n>>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470>\r\n<<<\n 5169 1726879816.26420: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26467: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879816.26486: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26524: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0>\r\n<<<\n 5169 1726879816.26528: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26535: stdout chunk (state=3):\n>>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0>\r\n<<<\n 5169 1726879816.26574: stdout chunk (state=3):\n>>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640>\r\n<<<\n 5169 1726879816.26611: stdout chunk (state=3):\n>>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0>\r\n<<<\n 5169 1726879816.26625: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670>\r\n<<<\n 5169 1726879816.26662: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26679: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26713: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830>\r\n<<<\n 5169 1726879816.26717: stdout chunk (state=3):\n>>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10>\r\n<<<\n 5169 1726879816.26737: stdout chunk (state=3):\n>>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0>\r\n<<<\n 5169 1726879816.26753: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n<<<\n 5169 1726879816.26757: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26827: stdout chunk (state=3):\n>>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330>\r\n<<<\n 5169 1726879816.26856: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0>\r\n<<<\n 5169 1726879816.26859: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n<<<\n 5169 1726879816.26892: stdout chunk (state=3):\n>>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30>\r\n<<<\n 5169 1726879816.26895: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26918: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n<<<\n 5169 1726879816.26923: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\r\n<<<\n 5169 1726879816.26951: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879816.26956: stdout chunk (state=3):\n>>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0>\r\n<<<\n 5169 1726879816.26994: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n<<<\n 5169 1726879816.26998: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27004: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27013: stdout chunk (state=3):\n>>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690>\r\n<<<\n 5169 1726879816.27030: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n<<<\n 5169 1726879816.27035: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27073: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n<<<\n 5169 1726879816.27077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27079: stdout chunk (state=3):\n>>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350>\r\n<<<\n 5169 1726879816.27090: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.27102: stdout chunk (state=3):\n>>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n<<<\n 5169 1726879816.27142: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0>\r\n<<<\n 5169 1726879816.27184: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27262: stdout chunk (state=3):\n>>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830>\r\n<<<\n 5169 1726879816.27286: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n<<<\n 5169 1726879816.27321: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27345: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0>\r\n<<<\n 5169 1726879816.27392: stdout chunk (state=3):\n>>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90>\r\n<<<\n 5169 1726879816.27414: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n<<<\n 5169 1726879816.27427: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27455: stdout chunk (state=3):\n>>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0>\r\n<<<\n 5169 1726879816.27483: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n<<<\n 5169 1726879816.27507: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780>\r\n<<<\n 5169 1726879816.27534: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27594: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40>\r\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n<<<\n 5169 1726879816.27611: stdout chunk (state=3):\n>>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n<<<\n 5169 1726879816.27637: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0>\r\n<<<\n 5169 1726879816.27677: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.27743: stdout chunk (state=3):\n>>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920>\r\n<<<\n 5169 1726879816.27782: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n<<<\n 5169 1726879816.27797: stdout chunk (state=3):\n>>>import 'ansible.module_utils.urls' # \r\n<<<\n 5169 1726879816.27800: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.27810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\r\n<<<\n 5169 1726879816.27929: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28037: stdout chunk (state=3):\n>>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00>\r\n<<<\n 5169 1726879816.28058: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n<<<\n 5169 1726879816.28088: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\n<<<\n 5169 1726879816.28091: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\r\n<<<\n 5169 1726879816.28109: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28112: stdout chunk (state=3):\n>>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0>\r\n<<<\n 5169 1726879816.28156: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28208: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.respawn' # \r\n<<<\n 5169 1726879816.28210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28257: stdout chunk (state=3):\n>>>import 'ansible.module_utils.urls' # \r\n<<<\n 5169 1726879816.28277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28404: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28475: stdout chunk (state=3):\n>>>import 'ansible.module_utils.yumdnf' # \r\n<<<\n 5169 1726879816.28567: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\n<<<\n 5169 1726879816.28570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28592: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28685: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.respawn' # \r\n<<<\n 5169 1726879816.28691: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.28948: stdout chunk (state=3):\n>>>import 'ansible.module_utils.yumdnf' # \r\n<<<\n 5169 1726879816.29045: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879816.29078: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29108: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n<<<\n 5169 1726879816.29115: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29140: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29147: stdout chunk (state=3):\n>>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200>\r\n<<<\n 5169 1726879816.29170: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879816.29210: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29342: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320>\r\n<<<\n 5169 1726879816.29382: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879816.29415: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29421: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29470: stdout chunk (state=3):\n>>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20>\r\n<<<\n 5169 1726879816.29500: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.29506: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0>\r\n<<<\n 5169 1726879816.29538: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450>\r\n<<<\n 5169 1726879816.29593: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00>\r\n<<<\n 5169 1726879816.29614: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29620: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n<<<\n 5169 1726879816.29625: stdout chunk (state=3):\n>>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0>\r\n<<<\n 5169 1726879816.29639: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879816.29682: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29706: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29733: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n<<<\n 5169 1726879816.29740: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29809: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200>\r\n<<<\n 5169 1726879816.29835: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879816.29842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n<<<\n 5169 1726879816.29877: stdout chunk (state=3):\n>>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0>\r\n<<<\n 5169 1726879816.29917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380>\r\n<<<\n 5169 1726879816.29920: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n<<<\n 5169 1726879816.29922: stdout chunk (state=3):\n>>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00>\r\n<<<\n 5169 1726879816.29951: stdout chunk (state=3):\n>>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.29954: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80>\r\n<<<\n 5169 1726879816.29955: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.29982: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740>\r\n<<<\n 5169 1726879816.29990: stdout chunk (state=3):\n>>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720>\r\n<<<\n 5169 1726879816.30022: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0>\r\n<<<\n 5169 1726879816.30026: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20>\r\n<<<\n 5169 1726879816.30051: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30>\r\n<<<\n 5169 1726879816.30054: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n<<<\n 5169 1726879816.30075: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n<<<\n 5169 1726879816.30132: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\r\n<<<\n 5169 1726879816.30189: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.30202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\r\n<<<\n 5169 1726879816.30227: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\r\n<<<\n 5169 1726879816.30315: stdout chunk (state=3):\n>>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\n<<<\n 5169 1726879816.30322: stdout chunk (state=3):\n>>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350>\r\n<<<\n 5169 1726879816.30350: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n<<<\n 5169 1726879816.30399: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.30457: stdout chunk (state=3):\n>>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50>\r\n<<<\n 5169 1726879816.30496: stdout chunk (state=3):\n>>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0>\r\n<<<\n 5169 1726879816.30516: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n<<<\n 5169 1726879816.30607: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\r\n<<<\n 5169 1726879816.31143: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\n<<<\n 5169 1726879816.31149: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410>\r\n<<<\n 5169 1726879816.31217: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470>\r\n<<<\n 5169 1726879816.31244: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n<<<\n 5169 1726879816.31441: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\r\n<<<\n 5169 1726879816.31543: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0>\r\n<<<\n 5169 1726879816.31590: stdout chunk (state=3):\n>>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110>\r\n<<<\n 5169 1726879816.31597: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890>\r\n<<<\n 5169 1726879816.31618: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n<<<\n 5169 1726879816.31667: stdout chunk (state=3):\n>>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0>\r\n<<<\n 5169 1726879816.31676: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\r\n<<<\n 5169 1726879816.31682: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n<<<\n 5169 1726879816.31747: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\n<<<\n 5169 1726879816.31753: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50>\r\n<<<\n 5169 1726879816.31793: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130>\r\n<<<\n 5169 1726879816.31817: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n<<<\n 5169 1726879816.31879: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\r\n<<<\n 5169 1726879816.31881: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\r\n<<<\n 5169 1726879816.31975: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110>\r\n<<<\n 5169 1726879816.31984: stdout chunk (state=3):\n>>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30>\r\n<<<\n 5169 1726879816.32014: stdout chunk (state=3):\n>>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320>\r\n<<<\n 5169 1726879816.32045: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n<<<\n 5169 1726879816.32049: stdout chunk (state=3):\n>>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710>\r\n<<<\n 5169 1726879816.32051: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32065: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n<<<\n 5169 1726879816.32102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32117: stdout chunk (state=3):\n>>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370>\r\n<<<\n 5169 1726879816.32174: stdout chunk (state=3):\n>>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770>\r\n<<<\n 5169 1726879816.32180: stdout chunk (state=3):\n>>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140>\r\n<<<\n 5169 1726879816.32185: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n<<<\n 5169 1726879816.32200: stdout chunk (state=3):\n>>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00>\r\n<<<\n 5169 1726879816.32220: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32334: stdout chunk (state=3):\n>>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n<<<\n 5169 1726879816.32339: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n<<<\n 5169 1726879816.32342: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32345: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890>\r\n<<<\n 5169 1726879816.32393: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32408: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n<<<\n 5169 1726879816.32469: stdout chunk (state=3):\n>>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0>\r\n<<<\n 5169 1726879816.32472: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0>\r\n<<<\n 5169 1726879816.32475: stdout chunk (state=3):\n>>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32500: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32524: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n<<<\n 5169 1726879816.32541: stdout chunk (state=3):\n>>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190>\r\n<<<\n 5169 1726879816.32544: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0>\r\n<<<\n 5169 1726879816.32579: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32582: stdout chunk (state=3):\n>>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n<<<\n 5169 1726879816.32624: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32650: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n<<<\n 5169 1726879816.32654: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32686: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n<<<\n 5169 1726879816.32696: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32722: stdout chunk (state=3):\n>>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.32728: stdout chunk (state=3):\n>>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0>\r\n<<<\n 5169 1726879816.32760: stdout chunk (state=3):\n>>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00>\r\n<<<\n 5169 1726879816.32785: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n<<<\n 5169 1726879816.32811: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32835: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n<<<\n 5169 1726879816.32841: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32869: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0>\r\n<<<\n 5169 1726879816.32910: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n<<<\n 5169 1726879816.32948: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\r\n<<<\n 5169 1726879816.32984: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0>\r\n<<<\n 5169 1726879816.33019: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33047: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0>\r\n<<<\n 5169 1726879816.33087: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33109: stdout chunk (state=3):\n>>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140>\r\n<<<\n 5169 1726879816.33131: stdout chunk (state=3):\n>>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810>\r\n<<<\n 5169 1726879816.33158: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n<<<\n 5169 1726879816.33179: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33285: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\n<<<\n 5169 1726879816.33291: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860>\r\n<<<\n 5169 1726879816.33310: stdout chunk (state=3):\n>>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0>\r\n<<<\n 5169 1726879816.33381: stdout chunk (state=3):\n>>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0>\r\n<<<\n 5169 1726879816.33432: stdout chunk (state=3):\n>>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0>\r\n<<<\n 5169 1726879816.33445: stdout chunk (state=3):\n>>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590>\r\n<<<\n 5169 1726879816.33458: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n<<<\n 5169 1726879816.33496: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0>\r\n<<<\n 5169 1726879816.33521: stdout chunk (state=3):\n>>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90>\r\n<<<\n 5169 1726879816.33536: stdout chunk (state=3):\n>>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630>\r\n<<<\n 5169 1726879816.33578: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n<<<\n 5169 1726879816.33596: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770>\r\n<<<\n 5169 1726879816.33603: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33629: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0>\r\n<<<\n 5169 1726879816.33656: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n<<<\n 5169 1726879816.33662: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20>\r\n<<<\n 5169 1726879816.33697: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n<<<\n 5169 1726879816.33706: stdout chunk (state=3):\n>>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0>\r\n<<<\n 5169 1726879816.33720: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33733: stdout chunk (state=3):\n>>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200>\r\n<<<\n 5169 1726879816.33737: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n<<<\n 5169 1726879816.33757: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33772: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n<<<\n 5169 1726879816.33801: stdout chunk (state=3):\n>>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10>\r\n<<<\n 5169 1726879816.33808: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33825: stdout chunk (state=3):\n>>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440>\r\n<<<\n 5169 1726879816.33855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33859: stdout chunk (state=3):\n>>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110>\r\n<<<\n 5169 1726879816.33920: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n<<<\n 5169 1726879816.33924: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33961: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\r\n<<<\n 5169 1726879816.33998: stdout chunk (state=3):\n>>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0>\r\n<<<\n 5169 1726879816.34067: stdout chunk (state=3):\n>>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590>\r\n<<<\n 5169 1726879816.34077: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34130: stdout chunk (state=3):\n>>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0>\r\n<<<\n 5169 1726879816.34136: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n<<<\n 5169 1726879816.34139: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34142: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250>\r\n<<<\n 5169 1726879816.34145: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n<<<\n 5169 1726879816.34176: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n<<<\n 5169 1726879816.34182: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n<<<\n 5169 1726879816.34204: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34215: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170>\r\n<<<\n 5169 1726879816.34240: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n<<<\n 5169 1726879816.34277: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879816.34281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34284: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950>\r\n<<<\n 5169 1726879816.34286: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34319: stdout chunk (state=3):\n>>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n<<<\n 5169 1726879816.34325: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34330: stdout chunk (state=3):\n>>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80>\r\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n<<<\n 5169 1726879816.34335: stdout chunk (state=3):\n>>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0>\r\n<<<\n 5169 1726879816.34363: stdout chunk (state=3):\n>>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0>\r\n<<<\n 5169 1726879816.34382: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34394: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34414: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n<<<\n 5169 1726879816.34417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879816.34454: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34462: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34469: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34551: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0>\r\n<<<\n 5169 1726879816.34555: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350>\r\n<<<\n 5169 1726879816.34587: stdout chunk (state=3):\n>>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n<<<\n 5169 1726879816.34642: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34649: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400>\r\n<<<\n 5169 1726879816.34721: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0>\r\n<<<\n 5169 1726879816.34725: stdout chunk (state=3):\n>>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0>\r\n<<<\n 5169 1726879816.34728: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n<<<\n 5169 1726879816.34773: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34809: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34813: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34816: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879816.34818: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n<<<\n 5169 1726879816.34825: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34834: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80>\r\n<<<\n 5169 1726879816.34875: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879816.34879: stdout chunk (state=3):\n>>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00>\r\n<<<\n 5169 1726879816.34917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34921: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n<<<\n 5169 1726879816.34943: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20>\r\n<<<\n 5169 1726879816.34947: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\r\n<<<\n 5169 1726879816.34950: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080>\r\n<<<\n 5169 1726879816.34952: stdout chunk (state=3):\n>>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0>\r\n<<<\n 5169 1726879816.34983: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0>\r\n<<<\n 5169 1726879816.34988: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0>\r\n<<<\n 5169 1726879816.35020: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0>\r\n<<<\n 5169 1726879816.35030: stdout chunk (state=3):\n>>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160>\r\n<<<\n 5169 1726879816.35038: stdout chunk (state=3):\n>>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0>\r\n<<<\n 5169 1726879816.35045: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n<<<\n 5169 1726879816.35120: stdout chunk (state=3):\n>>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120>\r\n<<<\n 5169 1726879816.35149: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35230: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20>\r\n<<<\n 5169 1726879816.35234: stdout chunk (state=3):\n>>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40>\r\n<<<\n 5169 1726879816.35301: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n<<<\n 5169 1726879816.35306: stdout chunk (state=3):\n>>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35310: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35315: stdout chunk (state=3):\n>>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280>\r\n<<<\n 5169 1726879816.35348: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640>\r\n<<<\n 5169 1726879816.35358: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700>\r\n<<<\n 5169 1726879816.35397: stdout chunk (state=3):\n>>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830>\r\n<<<\n 5169 1726879816.35415: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820>\r\n<<<\n 5169 1726879816.35419: stdout chunk (state=3):\n>>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820>\r\n<<<\n 5169 1726879816.35454: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35457: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n<<<\n 5169 1726879816.35466: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35498: stdout chunk (state=3):\n>>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920>\r\n<<<\n 5169 1726879816.35500: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n<<<\n 5169 1726879816.35502: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35503: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n<<<\n 5169 1726879816.35505: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35578: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35582: stdout chunk (state=3):\n>>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410>\r\n<<<\n 5169 1726879816.35603: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n<<<\n 5169 1726879816.35622: stdout chunk (state=3):\n>>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540>\r\n<<<\n 5169 1726879816.35645: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35652: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n<<<\n 5169 1726879816.35656: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500>\r\n<<<\n 5169 1726879816.35669: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35692: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35762: stdout chunk (state=3):\n>>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0>\r\n<<<\n 5169 1726879816.35769: stdout chunk (state=3):\n>>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0>\r\n<<<\n 5169 1726879816.35780: stdout chunk (state=3):\n>>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35811: stdout chunk (state=3):\n>>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0>\r\n<<<\n 5169 1726879816.35832: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n<<<\n 5169 1726879816.35859: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35880: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n<<<\n 5169 1726879816.35908: stdout chunk (state=3):\n>>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0>\r\n<<<\n 5169 1726879816.35933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\r\n<<<\n 5169 1726879816.35961: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n<<<\n 5169 1726879816.35987: stdout chunk (state=3):\n>>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120>\r\n<<<\n 5169 1726879816.36014: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n<<<\n 5169 1726879816.36038: stdout chunk (state=3):\n>>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580>\r\n<<<\n 5169 1726879816.36044: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n<<<\n 5169 1726879816.36092: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0>\r\n<<<\n 5169 1726879816.36098: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090>\r\n<<<\n 5169 1726879816.36106: stdout chunk (state=3):\n>>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0>\r\n<<<\n 5169 1726879816.36112: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0>\r\n<<<\n 5169 1726879816.36118: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\r\n<<<\n 5169 1726879816.36135: stdout chunk (state=3):\n>>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50>\r\n<<<\n 5169 1726879816.36158: stdout chunk (state=3):\n>>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0>\r\n<<<\n 5169 1726879816.36160: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\r\n<<<\n 5169 1726879816.36191: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n<<<\n 5169 1726879816.36201: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\r\n<<<\n 5169 1726879816.36219: stdout chunk (state=3):\n>>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0>\r\n<<<\n 5169 1726879816.36228: stdout chunk (state=3):\n>>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340>\r\n<<<\n 5169 1726879816.36252: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n<<<\n 5169 1726879816.36258: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0>\r\n<<<\n 5169 1726879816.36290: stdout chunk (state=3):\n>>>import 'gc' # \r\n<<<\n 5169 1726879816.36296: stdout chunk (state=3):\n>>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530>\r\n<<<\n 5169 1726879816.36318: stdout chunk (state=3):\n>>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10>\r\n<<<\n 5169 1726879816.36331: stdout chunk (state=3):\n>>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270>\r\n<<<\n 5169 1726879816.36351: stdout chunk (state=3):\n>>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370>\r\n<<<\n 5169 1726879816.36355: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0>\r\n<<<\n 5169 1726879816.36383: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n<<<\n 5169 1726879816.36395: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\r\n<<<\n 5169 1726879816.36414: stdout chunk (state=3):\n>>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290>\r\n<<<\n 5169 1726879816.36433: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30>\r\n<<<\n 5169 1726879816.36486: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0>\r\n<<<\n 5169 1726879816.36540: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n<<<\n 5169 1726879816.36584: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190>\r\n<<<\n 5169 1726879816.36638: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600>\r\nimport 'gc' # \r\n<<<\n 5169 1726879816.36656: stdout chunk (state=3):\n>>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170>\r\n<<<\n 5169 1726879816.36956: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n<<<\n 5169 1726879816.36969: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37000: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n<<<\n 5169 1726879816.37003: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0>\r\n<<<\n 5169 1726879816.37034: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37069: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n<<<\n 5169 1726879816.37104: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37134: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n<<<\n 5169 1726879816.37193: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37212: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30>\r\n<<<\n 5169 1726879816.37252: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n<<<\n 5169 1726879816.37258: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37297: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n<<<\n 5169 1726879816.37308: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37321: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n<<<\n 5169 1726879816.37325: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37332: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37352: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37362: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n<<<\n 5169 1726879816.37401: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37433: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n<<<\n 5169 1726879816.37447: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.37465: stdout chunk (state=3):\n>>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700>\r\n<<<\n 5169 1726879816.37493: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37530: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.37535: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0>\r\n<<<\n 5169 1726879816.37537: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n<<<\n 5169 1726879816.37547: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30>\r\n<<<\n 5169 1726879816.37594: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n<<<\n 5169 1726879816.37601: stdout chunk (state=3):\n>>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n<<<\n 5169 1726879816.37629: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\r\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37668: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37704: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37758: stdout chunk (state=3):\n>>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610>\r\n<<<\n 5169 1726879816.37762: stdout chunk (state=3):\n>>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230>\r\n<<<\n 5169 1726879816.37803: stdout chunk (state=3):\n>>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60>\r\n<<<\n 5169 1726879816.37843: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70>\r\n<<<\n 5169 1726879816.37886: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n<<<\n 5169 1726879816.37901: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n<<<\n 5169 1726879816.37936: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n<<<\n 5169 1726879816.37940: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37943: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37967: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0>\r\n<<<\n 5169 1726879816.37983: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.37994: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38006: stdout chunk (state=3):\n>>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0>\r\n<<<\n 5169 1726879816.38024: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n<<<\n 5169 1726879816.38035: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38047: stdout chunk (state=3):\n>>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20>\r\n<<<\n 5169 1726879816.38074: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730>\r\n<<<\n 5169 1726879816.38085: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38137: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140>\r\n<<<\n 5169 1726879816.38143: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0>\r\n<<<\n 5169 1726879816.38148: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n<<<\n 5169 1726879816.38151: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0>\r\n<<<\n 5169 1726879816.38177: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40>\r\n<<<\n 5169 1726879816.38183: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n<<<\n 5169 1726879816.38253: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n<<<\n 5169 1726879816.38308: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38313: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38317: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n<<<\n 5169 1726879816.38378: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0>\r\n<<<\n 5169 1726879816.38384: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040>\r\n<<<\n 5169 1726879816.38387: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0>\r\n<<<\n 5169 1726879816.38470: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n<<<\n 5169 1726879816.38491: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n<<<\n 5169 1726879816.38495: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38522: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910>\r\n<<<\n 5169 1726879816.38538: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n<<<\n 5169 1726879816.38604: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810>\r\n<<<\n 5169 1726879816.38607: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38693: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90>\r\n<<<\n 5169 1726879816.38698: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38833: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760>\r\n<<<\n 5169 1726879816.38842: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n<<<\n 5169 1726879816.38846: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0>\r\n<<<\n 5169 1726879816.38940: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38949: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\r\n<<<\n 5169 1726879816.38959: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0>\r\n<<<\n 5169 1726879816.39028: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0>\r\n<<<\n 5169 1726879816.39038: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n<<<\n 5169 1726879816.39044: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840>\r\n<<<\n 5169 1726879816.39051: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39056: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0>\r\n<<<\n 5169 1726879816.39062: stdout chunk (state=3):\n>>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0>\r\n<<<\n 5169 1726879816.39070: stdout chunk (state=3):\n>>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560>\r\n<<<\n 5169 1726879816.39074: stdout chunk (state=3):\n>>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0>\r\n<<<\n 5169 1726879816.39109: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n<<<\n 5169 1726879816.39123: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39137: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0>\r\n<<<\n 5169 1726879816.39155: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n<<<\n 5169 1726879816.39178: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39205: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60>\r\n<<<\n 5169 1726879816.39250: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0>\r\n<<<\n 5169 1726879816.39271: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n<<<\n 5169 1726879816.39281: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py<<<\n 5169 1726879816.39302: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260>\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40>\r\n<<<\n 5169 1726879816.39340: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020>\r\n<<<\n 5169 1726879816.39351: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n<<<\n 5169 1726879816.39371: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39402: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39415: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0>\r\n<<<\n 5169 1726879816.39442: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650>\r\n<<<\n 5169 1726879816.39465: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150>\r\n<<<\n 5169 1726879816.39502: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n<<<\n 5169 1726879816.39508: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0>\r\n<<<\n 5169 1726879816.39544: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39574: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39659: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39696: stdout chunk (state=3):\n>>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0>\r\n<<<\n 5169 1726879816.39703: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39742: stdout chunk (state=3):\n>>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39791: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39855: stdout chunk (state=3):\n>>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660>\r\n<<<\n 5169 1726879816.39912: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39976: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\r\n<<<\n 5169 1726879816.39993: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330>\r\n<<<\n 5169 1726879816.40001: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.40044: stdout chunk (state=3):\n>>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n<<<\n 5169 1726879816.40048: stdout chunk (state=3):\n>>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80>\r\n<<<\n 5169 1726879816.40055: stdout chunk (state=3):\n>>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010>\r\n<<<\n 5169 1726879816.40080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000>\r\n<<<\n 5169 1726879816.40084: stdout chunk (state=3):\n>>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830>\r\n<<<\n 5169 1726879816.40123: stdout chunk (state=3):\n>>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190>\r\n<<<\n 5169 1726879816.40127: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.40274: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n<<<\n 5169 1726879816.40278: stdout chunk (state=3):\n>>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210><<<\n 5169 1726879816.40281: stdout chunk (state=3):\n>>>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740>\r\n<<<\n 5169 1726879816.40291: stdout chunk (state=3):\n>>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010>\r\n<<<\n 5169 1726879816.40355: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n<<<\n 5169 1726879816.40360: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n<<<\n 5169 1726879816.40399: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n<<<\n 5169 1726879816.40404: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40409: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40413: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0>\r\n<<<\n 5169 1726879816.40425: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0>\r\n<<<\n 5169 1726879816.40438: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n<<<\n 5169 1726879816.40453: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40478: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n<<<\n 5169 1726879816.40521: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40538: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40542: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n<<<\n 5169 1726879816.40545: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40586: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440>\r\n<<<\n 5169 1726879816.40596: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40600: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40608: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n<<<\n 5169 1726879816.40657: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40681: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n<<<\n 5169 1726879816.40717: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40772: stdout chunk (state=3):\n>>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40805: stdout chunk (state=3):\n>>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40841: stdout chunk (state=3):\n>>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290>\r\n<<<\n 5169 1726879816.40881: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n<<<\n 5169 1726879816.40904: stdout chunk (state=3):\n>>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879816.40911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40922: stdout chunk (state=3):\n>>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020>\r\n<<<\n 5169 1726879816.40936: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n<<<\n 5169 1726879816.40959: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\r\n<<<\n 5169 1726879816.40983: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41011: stdout chunk (state=3):\n>>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0>\r\n<<<\n 5169 1726879816.41028: stdout chunk (state=3):\n>>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0>\r\n<<<\n 5169 1726879816.41050: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41054: stdout chunk (state=3):\n>>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0>\r\n<<<\n 5169 1726879816.41072: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n<<<\n 5169 1726879816.41083: stdout chunk (state=3):\n>>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050>\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n<<<\n 5169 1726879816.41117: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41131: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0>\r\n<<<\n 5169 1726879816.41137: stdout chunk (state=3):\n>>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00>\r\n<<<\n 5169 1726879816.41160: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00>\r\n<<<\n 5169 1726879816.41183: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41187: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n<<<\n 5169 1726879816.41208: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n<<<\n 5169 1726879816.41219: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41237: stdout chunk (state=3):\n>>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41260: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\r\nimport 'six.moves' # \r\n<<<\n 5169 1726879816.41266: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41277: stdout chunk (state=3):\n>>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500>\r\n<<<\n 5169 1726879816.41291: stdout chunk (state=3):\n>>># destroy dateutil.tz.win\r\n<<<\n 5169 1726879816.41313: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41333: stdout chunk (state=3):\n>>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160>\r\n<<<\n 5169 1726879816.41366: stdout chunk (state=3):\n>>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0>\r\n<<<\n 5169 1726879816.41370: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n<<<\n 5169 1726879816.41373: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41391: stdout chunk (state=3):\n>>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n<<<\n 5169 1726879816.41424: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0>\r\n<<<\n 5169 1726879816.41451: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0>\r\n<<<\n 5169 1726879816.41483: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n<<<\n 5169 1726879816.41510: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41534: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560>\r\n<<<\n 5169 1726879816.41572: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n<<<\n 5169 1726879816.41604: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850>\r\n<<<\n 5169 1726879816.41608: stdout chunk (state=3):\n>>># destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41701: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0>\r\n<<<\n 5169 1726879816.41706: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330>\r\n<<<\n 5169 1726879816.41710: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580>\r\n<<<\n 5169 1726879816.41724: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41737: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n<<<\n 5169 1726879816.41746: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41774: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41788: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41852: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41856: stdout chunk (state=3):\n>>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0>\r\n<<<\n 5169 1726879816.41871: stdout chunk (state=3):\n>>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140>\r\n<<<\n 5169 1726879816.41886: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\r\n<<<\n 5169 1726879816.41965: stdout chunk (state=3):\n>>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0>\r\n<<<\n 5169 1726879816.42013: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\r\n<<<\n 5169 1726879816.42017: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920>\r\n<<<\n 5169 1726879816.42036: stdout chunk (state=3):\n>>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860>\r\n<<<\n 5169 1726879817.18355: stdout chunk (state=3):\n>>>\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\r\n<<<\n 5169 1726879817.19692: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 5169 1726879817.19718: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879817.20213: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879817.20254: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n<<<\n 5169 1726879817.20258: stdout chunk (state=3):\n>>>\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\r\n<<<\n 5169 1726879817.20264: stdout chunk (state=3):\n>>># clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n<<<\n 5169 1726879817.20283: stdout chunk (state=3):\n>>># cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n<<<\n 5169 1726879817.20312: stdout chunk (state=3):\n>>># cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n<<<\n 5169 1726879817.20341: stdout chunk (state=3):\n>>># cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n<<<\n 5169 1726879817.20574: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 5169 1726879817.20578: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n<<<\n 5169 1726879817.20582: stdout chunk (state=3):\n>>># cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n<<<\n 5169 1726879817.20585: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n<<<\n 5169 1726879817.20590: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n<<<\n 5169 1726879817.21099: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879817.21106: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _lzma\r\n<<<\n 5169 1726879817.21110: stdout chunk (state=3):\n>>># destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879817.21140: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n<<<\n 5169 1726879817.21146: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879817.21162: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879817.21171: stdout chunk (state=3):\n>>># destroy grp\r\n# destroy syslog\r\n<<<\n 5169 1726879817.21200: stdout chunk (state=3):\n>>># destroy selinux\r\n<<<\n 5169 1726879817.21219: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n<<<\n 5169 1726879817.21233: stdout chunk (state=3):\n>>># destroy mimetypes\r\n# destroy netrc\r\n<<<\n 5169 1726879817.21274: stdout chunk (state=3):\n>>># destroy dbus\r\n<<<\n 5169 1726879817.21282: stdout chunk (state=3):\n>>># destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n<<<\n 5169 1726879817.21321: stdout chunk (state=3):\n>>># destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n<<<\n 5169 1726879817.21325: stdout chunk (state=3):\n>>># destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n<<<\n 5169 1726879817.21347: stdout chunk (state=3):\n>>># destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n<<<\n 5169 1726879817.21389: stdout chunk (state=3):\n>>># destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n<<<\n 5169 1726879817.21393: stdout chunk (state=3):\n>>># destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n<<<\n 5169 1726879817.21435: stdout chunk (state=3):\n>>># destroy dnf.plugin.dynamic\r\n<<<\n 5169 1726879817.21445: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879817.21454: stdout chunk (state=3):\n>>># cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n<<<\n 5169 1726879817.21462: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n<<<\n 5169 1726879817.21469: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n<<<\n 5169 1726879817.21518: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n<<<\n 5169 1726879817.21536: stdout chunk (state=3):\n>>># destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n<<<\n 5169 1726879817.21545: stdout chunk (state=3):\n>>># destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n<<<\n 5169 1726879817.21549: stdout chunk (state=3):\n>>># destroy ast\r\n# destroy dis\r\n# destroy token\r\n<<<\n 5169 1726879817.21557: stdout chunk (state=3):\n>>># cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n<<<\n 5169 1726879817.21596: stdout chunk (state=3):\n>>># cleanup[3] wiping glob\r\n<<<\n 5169 1726879817.21601: stdout chunk (state=3):\n>>># cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n<<<\n 5169 1726879817.21632: stdout chunk (state=3):\n>>># cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n<<<\n 5169 1726879817.21636: stdout chunk (state=3):\n>>># cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n<<<\n 5169 1726879817.21681: stdout chunk (state=3):\n>>># cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n# cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n# cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n<<<\n 5169 1726879817.21720: stdout chunk (state=3):\n>>># destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n<<<\n 5169 1726879817.21764: stdout chunk (state=3):\n>>># cleanup[3] wiping email._header_value_parser\r\n<<<\n 5169 1726879817.21769: stdout chunk (state=3):\n>>># cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n<<<\n 5169 1726879817.21772: stdout chunk (state=3):\n>>># cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n<<<\n 5169 1726879817.21817: stdout chunk (state=3):\n>>># cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879817.21848: stdout chunk (state=3):\n>>># cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n<<<\n 5169 1726879817.21853: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n<<<\n 5169 1726879817.21874: stdout chunk (state=3):\n>>># cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n<<<\n 5169 1726879817.21898: stdout chunk (state=3):\n>>># cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879817.21935: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879817.21978: stdout chunk (state=3):\n>>># cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n<<<\n 5169 1726879817.21998: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n<<<\n 5169 1726879817.22053: stdout chunk (state=3):\n>>># cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n<<<\n 5169 1726879817.22102: stdout chunk (state=3):\n>>># cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n<<<\n 5169 1726879817.22190: stdout chunk (state=3):\n>>># cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n<<<\n 5169 1726879817.22196: stdout chunk (state=3):\n>>># cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879817.22200: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 5169 1726879817.22204: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n<<<\n 5169 1726879817.22208: stdout chunk (state=3):\n>>># cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n<<<\n 5169 1726879817.22211: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n<<<\n 5169 1726879817.22248: stdout chunk (state=3):\n>>># cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n<<<\n 5169 1726879817.22252: stdout chunk (state=3):\n>>># destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879817.22645: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879817.22647: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879817.22692: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 5169 1726879817.22700: stdout chunk (state=3):\n>>># destroy _thread\r\n<<<\n 5169 1726879817.22795: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879817.22804: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _lzma\r\n<<<\n 5169 1726879817.22818: stdout chunk (state=3):\n>>># destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879817.22828: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n<<<\n 5169 1726879817.22842: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 5169 1726879817.22852: stdout chunk (state=3):\n>>># destroy _queue\r\n<<<\n 5169 1726879817.22856: stdout chunk (state=3):\n>>># destroy array\r\n# destroy copyreg\r\n<<<\n 5169 1726879817.22862: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy syslog\r\n# destroy selinux\r\n<<<\n 5169 1726879817.22925: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n<<<\n 5169 1726879817.22933: stdout chunk (state=3):\n>>># destroy mimetypes\r\n# destroy netrc\r\n<<<\n 5169 1726879817.22939: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves\r\n# destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n<<<\n 5169 1726879817.22946: stdout chunk (state=3):\n>>># destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n<<<\n 5169 1726879817.22949: stdout chunk (state=3):\n>>># destroy dbus\r\n# destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n<<<\n 5169 1726879817.23014: stdout chunk (state=3):\n>>># destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n<<<\n 5169 1726879817.23031: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n# destroy fnmatch\r\n<<<\n 5169 1726879817.23035: stdout chunk (state=3):\n>>># destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n<<<\n 5169 1726879817.23042: stdout chunk (state=3):\n>>># destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n<<<\n 5169 1726879817.23049: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n<<<\n 5169 1726879817.23052: stdout chunk (state=3):\n>>># destroy rpm\r\n<<<\n 5169 1726879817.23130: stdout chunk (state=3):\n>>># cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n<<<\n 5169 1726879817.23135: stdout chunk (state=3):\n>>># cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n<<<\n 5169 1726879817.23138: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n<<<\n 5169 1726879817.23194: stdout chunk (state=3):\n>>># destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n<<<\n 5169 1726879817.23249: stdout chunk (state=3):\n>>># destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n<<<\n 5169 1726879817.23256: stdout chunk (state=3):\n>>># destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n<<<\n 5169 1726879817.23261: stdout chunk (state=3):\n>>># cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n<<<\n 5169 1726879817.23292: stdout chunk (state=3):\n>>># destroy _ssl\r\n<<<\n 5169 1726879817.23360: stdout chunk (state=3):\n>>># cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n<<<\n 5169 1726879817.23368: stdout chunk (state=3):\n>>># cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n<<<\n 5169 1726879817.23376: stdout chunk (state=3):\n>>># destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n<<<\n 5169 1726879817.23408: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879817.23527: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n<<<\n 5169 1726879817.23533: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879817.23537: stdout chunk (state=3):\n>>># destroy _sre\r\n<<<\n 5169 1726879817.23541: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879817.23671: stdout chunk (state=3):\n>>># destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch<<<\n 5169 1726879817.23676: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n<<<\n 5169 1726879817.23679: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n<<<\n 5169 1726879817.23682: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n<<<\n 5169 1726879817.23685: stdout chunk (state=3):\n>>># destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879817.23687: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879817.23692: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 5169 1726879817.23722: stdout chunk (state=3):\n>>># destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879817.24120: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879817.24129: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879817.24162: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 5169 1726879817.24176: stdout chunk (state=3):\n>>># destroy _thread\r\n<<<\n 5169 1726879817.24201: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879817.24210: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 5169 1726879817.24234: stdout chunk (state=3):\n>>># destroy _compat_pickle\r\n<<<\n 5169 1726879817.24261: stdout chunk (state=3):\n>>># destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n<<<\n 5169 1726879817.24289: stdout chunk (state=3):\n>>># destroy _queue\r\n# destroy array\r\n# destroy copyreg\r\n<<<\n 5169 1726879817.24400: stdout chunk (state=3):\n>>># destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879817.24406: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879817.24409: stdout chunk (state=3):\n>>># destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n<<<\n 5169 1726879817.24426: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n<<<\n 5169 1726879817.24457: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879817.24462: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n# destroy fnmatch\r\n<<<\n 5169 1726879817.24467: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.24470: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n<<<\n 5169 1726879817.24475: stdout chunk (state=3):\n>>># destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n<<<\n 5169 1726879817.24497: stdout chunk (state=3):\n>>><<<\n 5169 1726879817.24694: stdout chunk (state=3):\n>>># destroy rpm\r\n# destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n<<<\n 5169 1726879817.24709: stdout chunk (state=3):\n>>># destroy _ssl\r\n<<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0>\\r\\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80>\\r\\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010>\\r\\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0>\\r\\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470>\\r\\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670>\\r\\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0>\\r\\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330>\\r\\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90>\\r\\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0>\\r\\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920>\\r\\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00>\\r\\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.urls\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.respawn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.yumdnf\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200>\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0>\\r\\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590>\\r\\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630>\\r\\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110>\\r\\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc\\'\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170>\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290>\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30>\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600>\\r\\nimport \\'gc\\' # \\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610>\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260>\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.expired-pgp-keys\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000>\\r\\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270>\\r\\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40>\\r\\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860>\\r\\n\\r\\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# destroy configparser\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\\r\\n# destroy dnf.plugin.dynamic.expired-pgp-keys\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# destroy _sitebuiltins\\r\\n# destroy _bz2\\r\\n# destroy _lzma\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ntpath\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy grp\\r\\n# destroy syslog\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy mimetypes\\r\\n# destroy netrc\\r\\n# destroy dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus._dbus\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy pyexpat\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy uuid\\r\\n# destroy systemd.journal\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy _sqlite3\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _heapq\\r\\n# destroy _heapq\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gzip\\r\\n# destroy _compression\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# destroy copy\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy bisect\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# destroy http\\r\\n# destroy ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# destroy _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# destroy ipaddress\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# destroy _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib._abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# destroy _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy decimal\\r\\n# destroy _dbus_bindings\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _weakref\\r\\n# destroy _thread\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sha2\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy libdnf._error\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy _queue\\r\\n# destroy array\\r\\n# destroy copyreg\\r\\n# destroy _pickle\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy gzip\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# destroy unicodedata\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy email\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy urllib\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy hashlib\\r\\n# destroy json\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy shutil\\r\\n# destroy zlib\\r\\n# destroy urllib.parse\\r\\n# destroy fnmatch\\r\\n# destroy tempfile\\r\\n# destroy traceback\\r\\n# destroy calendar\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy struct\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy datetime\\r\\n# destroy logging\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy rpm\\r\\n# destroy itertools\\r\\n# destroy functools\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy threading\\r\\n# destroy contextlib\\r\\n# destroy time\\r\\n# destroy fcntl\\r\\n# destroy _posixsubprocess\\r\\n# destroy select\\r\\n# destroy selectors\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy collections\\r\\n# destroy io\\r\\n# destroy _opcode\\r\\n# destroy _warnings\\r\\n# destroy posix\\r\\n# destroy binascii\\r\\n# destroy http.client\\r\\n# destroy http.cookiejar\\r\\n# destroy socket\\r\\n# destroy base64\\r\\n# destroy errno\\r\\n# destroy warnings\\r\\n# destroy string\\r\\n# destroy _ssl\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy re\\r\\n# destroy _random\\r\\n# destroy _sre\\r\\n# destroy _operator\\r\\n# destroy _functools\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879817.25236: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879817.25495: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0>\r\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80>\r\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010>\r\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0>\r\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470>\r\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670>\r\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0>\r\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330>\r\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90>\r\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0>\r\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780>\r\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\r\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920>\r\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00>\r\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0>\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.urls' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.respawn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.yumdnf' # \r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200>\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0>\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630>\r\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110>\r\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170>\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0>\r\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600>\r\nimport 'gc' # \r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\r\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610>\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260>\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050>\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860>\r\n\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# destroy _sitebuiltins\r\n# destroy _bz2\r\n# destroy _lzma\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ntpath\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy syslog\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy mimetypes\r\n# destroy netrc\r\n# destroy dbus\r\n# destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n# cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n# cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _weakref\r\n# destroy _thread\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy _queue\r\n# destroy array\r\n# destroy copyreg\r\n# destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves\r\n# destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n# destroy urllib.parse\r\n# destroy fnmatch\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy rpm\r\n# destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n# destroy _ssl\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n# destroy _sre\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879817.26302: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n<<<\n 5169 1726879817.26305: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879817.27500: done with _execute_module (ansible.legacy.dnf, {'name': ['grubby', 'iproute', 'kexec-tools', 'openssh-clients'], 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.802676-5306-157718430906241/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879817.27505: _low_level_execute_command(): starting\n 5169 1726879817.27509: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879817.27518: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879817.27520: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.27523: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0>\\r\\n# zipimport: found 34 names in \\'/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'email\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'email.mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc\\'\\r\\nimport \\'quopri\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0>\\r\\nimport \\'email.encoders\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc\\'\\r\\nimport \\'email.errors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc\\'\\r\\nimport \\'email.quoprimime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960>\\r\\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc\\'\\r\\nimport \\'email.base64mime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840>\\r\\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc\\'\\r\\nimport \\'email.charset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780>\\r\\nimport \\'email.header\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0>\\r\\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0>\\r\\nimport \\'email._parseaddr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60>\\r\\nimport \\'email.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200>\\r\\nimport \\'email._policybase\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970>\\r\\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc\\'\\r\\nimport \\'email._encoded_words\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0>\\r\\nimport \\'email._header_value_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430>\\r\\nimport \\'email.headerregistry\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060>\\r\\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc\\'\\r\\nimport \\'email.iterators\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0>\\r\\nimport \\'email.message\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0>\\r\\nimport \\'email.contentmanager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50>\\r\\nimport \\'email.policy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310>\\r\\nimport \\'email.mime.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40>\\r\\nimport \\'email.mime.nonmultipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70>\\r\\nimport \\'email.mime.application\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0>\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc\\'\\r\\nimport \\'email.mime.multipart\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20>\\r\\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc\\'\\r\\nimport \\'email.feedparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460>\\r\\nimport \\'email.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070>\\r\\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'http\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0>\\r\\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0>\\r\\nimport \\'http.client\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30>\\r\\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc\\'\\r\\nimport \\'mimetypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0>\\r\\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc\\'\\r\\nimport \\'netrc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc\\'\\r\\nimport \\'urllib.response\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350>\\r\\nimport \\'urllib.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc\\'\\r\\nimport \\'urllib.request\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830>\\r\\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\\r\\n# code object from \\'/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc\\'\\r\\nimport \\'http.cookiejar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40>\\r\\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc\\'\\r\\nimport \\'gzip\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.urls\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.respawn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.yumdnf\\' # \\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\\r\\n# code object from \\'/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc\\'\\r\\nimport \\'email.mime.text\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320>\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830>\\r\\nimport \\'dnf.pycomp\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc\\'\\r\\nimport \\'dnf.const\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._error\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_error.so\\'\\r\\n# extension module \\'libdnf._error\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_error.so\\'\\r\\nimport \\'libdnf._error\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0>\\r\\nimport \\'libdnf.error\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._common_types\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\\'\\r\\n# extension module \\'libdnf._common_types\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\\'\\r\\nimport \\'libdnf._common_types\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0>\\r\\nimport \\'libdnf.common_types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._conf\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\\'\\r\\n# extension module \\'libdnf._conf\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\\'\\r\\nimport \\'libdnf._conf\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410>\\r\\nimport \\'libdnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._module\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_module.so\\'\\r\\n# extension module \\'libdnf._module\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_module.so\\'\\r\\nimport \\'libdnf._module\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0>\\r\\nimport \\'libdnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._repo\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\\'\\r\\n# extension module \\'libdnf._repo\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\\'\\r\\nimport \\'libdnf._repo\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50>\\r\\nimport \\'libdnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._transaction\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\\'\\r\\n# extension module \\'libdnf._transaction\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\\'\\r\\nimport \\'libdnf._transaction\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110>\\r\\nimport \\'libdnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320>\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._utils\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\\'\\r\\n# extension module \\'libdnf._utils\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\\'\\r\\nimport \\'libdnf._utils\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370>\\r\\nimport \\'libdnf.utils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770>\\r\\nimport \\'libdnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc\\'\\r\\n# extension module \\'unicodedata\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'unicodedata\\' executed from \\'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'unicodedata\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890>\\r\\nimport \\'dnf.i18n\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.yum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'dnf.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0>\\r\\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'rpm._rpm\\' loaded from \\'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\\'\\r\\n# extension module \\'rpm._rpm\\' executed from \\'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\\'\\r\\nimport \\'rpm._rpm\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0>\\r\\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40>\\r\\nimport \\'rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140>\\r\\nimport \\'dnf.yum.rpmtrans\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70>\\r\\nimport \\'dnf.callback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810>\\r\\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'hawkey._hawkey\\' loaded from \\'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\\'\\r\\n# extension module \\'hawkey._hawkey\\' executed from \\'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\\'\\r\\nimport \\'hawkey._hawkey\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860>\\r\\nimport \\'hawkey\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0>\\r\\nimport \\'dnf.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0>\\r\\nimport \\'dnf.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0>\\r\\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'libcomps._libpycomps\\' loaded from \\'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\\'\\r\\n# extension module \\'libcomps._libpycomps\\' executed from \\'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\\'\\r\\nimport \\'libcomps._libpycomps\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10>\\r\\nimport \\'libcomps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770>\\r\\nimport \\'dnf.comps\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.db\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc\\'\\r\\nimport \\'dnf.crypto\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440>\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0>\\r\\nimport \\'dnf.yum.misc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750>\\r\\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc\\'\\r\\nimport \\'dnf.db.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440>\\r\\nimport \\'dnf.db.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc\\'\\r\\nimport \\'dnf.conf.substitutions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0>\\r\\nimport \\'dnf.conf.config\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430>\\r\\nimport \\'dnf.conf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250>\\r\\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc\\'\\r\\nimport \\'dnf.lock\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260>\\r\\nimport \\'logging.handlers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400>\\r\\nimport \\'dnf.logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470>\\r\\nimport \\'dnf.repo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0>\\r\\nimport \\'dnf.conf.read\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.transaction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60>\\r\\nimport \\'dnf.rpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80>\\r\\nimport \\'dnf.dnssec\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc\\'\\r\\nimport \\'dnf.drpm\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc\\'\\r\\nimport \\'dnf.goal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc\\'\\r\\nimport \\'dnf.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnf.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc\\'\\r\\n# extension module \\'libdnf._smartcols\\' loaded from \\'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\\'\\r\\n# extension module \\'libdnf._smartcols\\' executed from \\'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\\'\\r\\nimport \\'libdnf._smartcols\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0>\\r\\nimport \\'libdnf.smartcols\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc\\'\\r\\nimport \\'dnf.selector\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770>\\r\\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc\\'\\r\\nimport \\'dnf.module.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830>\\r\\nimport \\'dnf.module.module_base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc\\'\\r\\nimport \\'dnf.persistor\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc\\'\\r\\n# extension module \\'_opcode\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_opcode\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_opcode\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0>\\r\\nimport \\'opcode\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0>\\r\\nimport \\'dis\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0>\\r\\nimport \\'inspect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120>\\r\\nimport \\'dnf.plugin\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc\\'\\r\\nimport \\'dnf.query\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc\\'\\r\\nimport \\'dnf.repodict\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090>\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc\\'\\r\\nimport \\'dnf.rpm.miscutils\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc\\'\\r\\nimport \\'dnf.package\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0>\\r\\nimport \\'dnf.sack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340>\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc\\'\\r\\nimport \\'dnf.subject\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0>\\r\\nimport \\'gc\\' # \\r\\nimport \\'dnf.base\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530>\\r\\nimport \\'dnf\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'dnfpluginscore\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.format\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_curses\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_curses\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_curses\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50>\\r\\nimport \\'curses\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700>\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0>\\r\\nimport \\'dnf.cli.term\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0>\\r\\nimport \\'dnf.cli.progress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30>\\r\\nimport \\'dnf.cli.output\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.option_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230>\\r\\nimport \\'dnf.cli.commands\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.alias\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.autoremove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.check\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.clean\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.repoquery\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0>\\r\\nimport \\'dnf.cli.commands.deplist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.distrosync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.downgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.group\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc\\'\\r\\nimport \\'dnf.transaction_sr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0>\\r\\nimport \\'dnf.cli.commands.history\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.makecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.mark\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.module\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.reinstall\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.remove\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.repolist\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc\\'\\r\\nimport \\'dnf.match_counter\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860>\\r\\nimport \\'dnf.cli.commands.search\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc\\'\\r\\nimport \\'cmd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710>\\r\\nimport \\'dnf.cli.commands.shell\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.swap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.updateinfo\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.commands.upgrademinimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840>\\r\\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc\\'\\r\\nimport \\'dnf.cli.demand\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0>\\r\\nimport \\'dnf.cli.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620>\\r\\nimport \\'dnf.cli\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0>\\r\\nimport \\'dnf.plugin.dynamic.config_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.expired-pgp-keys\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repomanage\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.reposync\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.groups_manager\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debuginfo-install\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\\'\\r\\nimport \\'dbus._compat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\\'\\r\\nimport \\'dbus.exceptions\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\\'\\r\\n# extension module \\'_dbus_bindings\\' loaded from \\'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\\'\\r\\n# extension module \\'_dbus_bindings\\' executed from \\'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\\'\\r\\nimport \\'_dbus_bindings\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930>\\r\\nimport \\'dbus.types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\\'\\r\\nimport \\'dbus.lowlevel\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90>\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'xml\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0>\\r\\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'xml.parsers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330>\\r\\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\\r\\n# code object from \\'/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc\\'\\r\\n# extension module \\'pyexpat\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'pyexpat\\' executed from \\'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'pyexpat\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480>\\r\\nimport \\'xml.parsers.expat\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0>\\r\\nimport \\'dbus._expat_introspect_parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80>\\r\\nimport \\'dbus.proxies\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010>\\r\\nimport \\'dbus.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0>\\r\\nimport \\'dbus.bus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830>\\r\\nimport \\'dbus._dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0>\\r\\nimport \\'dbus\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40>\\r\\nimport \\'dnf.plugin.dynamic.needs_restarting\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.copr\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.builddep\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc\\'\\r\\nimport \\'dateutil._version\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770>\\r\\nimport \\'dateutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc\\'\\r\\nimport \\'six\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0>\\r\\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc\\'\\r\\nimport \\'numbers\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290>\\r\\n# extension module \\'_decimal\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_decimal\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_decimal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500>\\r\\nimport \\'decimal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc\\'\\r\\nimport \\'dateutil._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80>\\r\\nimport \\'dateutil.relativedelta\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc\\'\\r\\nimport \\'six.moves\\' # \\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc\\'\\r\\nimport \\'dateutil.tz._common\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc\\'\\r\\nimport \\'dateutil.tz._factories\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc\\'\\r\\n# destroy dateutil.tz.win\\r\\nimport \\'dateutil.tz.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210>\\r\\nimport \\'dateutil.tz\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0>\\r\\nimport \\'dateutil.parser._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40>\\r\\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc\\'\\r\\nimport \\'dateutil.parser.isoparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720>\\r\\nimport \\'dateutil.parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0>\\r\\nimport \\'dnf.plugin.dynamic.changelog\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.system_upgrade\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.debug\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.download\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repograph\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\\r\\n# code object from \\'/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc\\'\\r\\n# extension module \\'_sqlite3\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sqlite3\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sqlite3\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0>\\r\\nimport \\'sqlite3.dbapi2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0>\\r\\nimport \\'sqlite3\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0>\\r\\nimport \\'dnf.plugin.dynamic.generate_completion_cache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repoclosure\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0>\\r\\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc\\'\\r\\nimport \\'dnf.plugin.dynamic.repodiff\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920>\\r\\n\\r\\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\\r\\n# destroy dnf.plugin.dynamic\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing email\\r\\n# cleanup[2] removing email.mime\\r\\n# cleanup[2] removing quopri\\r\\n# cleanup[2] removing email.encoders\\r\\n# cleanup[2] removing email.errors\\r\\n# cleanup[2] removing email.quoprimime\\r\\n# cleanup[2] removing email.base64mime\\r\\n# cleanup[2] removing email.charset\\r\\n# cleanup[2] removing email.header\\r\\n# cleanup[2] removing calendar\\r\\n# cleanup[2] removing email._parseaddr\\r\\n# cleanup[2] removing email.utils\\r\\n# cleanup[2] removing email._policybase\\r\\n# cleanup[2] removing email._encoded_words\\r\\n# cleanup[2] removing email._header_value_parser\\r\\n# cleanup[2] removing email.headerregistry\\r\\n# cleanup[2] removing email.iterators\\r\\n# cleanup[2] removing email.message\\r\\n# cleanup[2] removing email.contentmanager\\r\\n# cleanup[2] removing email.policy\\r\\n# cleanup[2] removing email.mime.base\\r\\n# cleanup[2] removing email.mime.nonmultipart\\r\\n# cleanup[2] removing email.mime.application\\r\\n# cleanup[2] removing email.mime.multipart\\r\\n# cleanup[2] removing email.feedparser\\r\\n# cleanup[2] removing email.parser\\r\\n# cleanup[2] removing http\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# cleanup[2] removing http.client\\r\\n# cleanup[2] removing mimetypes\\r\\n# cleanup[2] removing netrc\\r\\n# cleanup[2] removing urllib.response\\r\\n# cleanup[2] removing urllib.error\\r\\n# cleanup[2] removing urllib.request\\r\\n# cleanup[2] removing http.cookiejar\\r\\n# cleanup[2] removing gzip\\r\\n# cleanup[2] removing ansible.module_utils.urls\\r\\n# destroy ansible.module_utils.urls\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.common.respawn\\r\\n# destroy ansible.module_utils.common.respawn\\r\\n# cleanup[2] removing ansible.module_utils.yumdnf\\r\\n# destroy ansible.module_utils.yumdnf\\r\\n# cleanup[2] removing email.mime.text\\r\\n# cleanup[2] removing configparser\\r\\n# destroy configparser\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing dnf.pycomp\\r\\n# cleanup[2] removing dnf.const\\r\\n# cleanup[2] removing libdnf._error\\r\\n# cleanup[2] removing libdnf.error\\r\\n# cleanup[2] removing libdnf._common_types\\r\\n# cleanup[2] removing libdnf.common_types\\r\\n# cleanup[2] removing libdnf._conf\\r\\n# cleanup[2] removing libdnf.conf\\r\\n# cleanup[2] removing libdnf._module\\r\\n# cleanup[2] removing libdnf.module\\r\\n# cleanup[2] removing libdnf._repo\\r\\n# cleanup[2] removing libdnf.repo\\r\\n# cleanup[2] removing libdnf._transaction\\r\\n# cleanup[2] removing libdnf.transaction\\r\\n# cleanup[2] removing libdnf._utils\\r\\n# cleanup[2] removing libdnf.utils\\r\\n# cleanup[2] removing libdnf\\r\\n# cleanup[2] removing unicodedata\\r\\n# cleanup[2] removing dnf.i18n\\r\\n# cleanup[2] removing dnf.yum\\r\\n# cleanup[2] removing dnf.transaction\\r\\n# cleanup[2] removing rpm._rpm\\r\\n# cleanup[2] removing rpm.transaction\\r\\n# cleanup[2] removing rpm\\r\\n# cleanup[2] removing dnf.yum.rpmtrans\\r\\n# cleanup[2] removing dnf.callback\\r\\n# cleanup[2] removing hawkey._hawkey\\r\\n# cleanup[2] removing hawkey\\r\\n# cleanup[2] removing dnf.util\\r\\n# cleanup[2] removing dnf.exceptions\\r\\n# cleanup[2] removing libcomps._libpycomps\\r\\n# cleanup[2] removing libcomps\\r\\n# cleanup[2] removing dnf.comps\\r\\n# cleanup[2] removing dnf.db\\r\\n# cleanup[2] removing dnf.crypto\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing dnf.yum.misc\\r\\n# cleanup[2] removing dnf.db.group\\r\\n# cleanup[2] removing dnf.db.history\\r\\n# cleanup[2] removing dnf.conf.substitutions\\r\\n# cleanup[2] removing dnf.conf.config\\r\\n# cleanup[2] removing dnf.conf\\r\\n# cleanup[2] removing dnf.lock\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing logging.handlers\\r\\n# cleanup[2] removing dnf.logging\\r\\n# cleanup[2] removing dnf.repo\\r\\n# cleanup[2] removing dnf.conf.read\\r\\n# cleanup[2] removing dnf.rpm.transaction\\r\\n# cleanup[2] removing dnf.rpm\\r\\n# cleanup[2] removing dnf.dnssec\\r\\n# cleanup[2] removing dnf.drpm\\r\\n# cleanup[2] removing dnf.goal\\r\\n# cleanup[2] removing dnf.history\\r\\n# cleanup[2] removing dnf.module\\r\\n# cleanup[2] removing libdnf._smartcols\\r\\n# cleanup[2] removing libdnf.smartcols\\r\\n# cleanup[2] removing dnf.selector\\r\\n# cleanup[2] removing dnf.module.exceptions\\r\\n# cleanup[2] removing dnf.module.module_base\\r\\n# cleanup[2] removing dnf.persistor\\r\\n# cleanup[2] removing _opcode\\r\\n# cleanup[2] removing opcode\\r\\n# destroy opcode\\r\\n# cleanup[2] removing dis\\r\\n# cleanup[2] removing inspect\\r\\n# cleanup[2] removing dnf.plugin\\r\\n# cleanup[2] removing dnf.query\\r\\n# cleanup[2] removing dnf.repodict\\r\\n# cleanup[2] removing dnf.rpm.connection\\r\\n# cleanup[2] removing dnf.rpm.miscutils\\r\\n# cleanup[2] removing dnf.package\\r\\n# cleanup[2] removing dnf.sack\\r\\n# cleanup[2] removing dnf.subject\\r\\n# cleanup[2] removing gc\\r\\n# cleanup[2] removing dnf.base\\r\\n# cleanup[2] removing dnf\\r\\n# cleanup[2] removing dnfpluginscore\\r\\n# destroy dnfpluginscore\\r\\n# cleanup[2] removing dnf.cli.format\\r\\n# cleanup[2] removing _curses\\r\\n# cleanup[2] removing curses\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing dnf.cli.term\\r\\n# cleanup[2] removing dnf.cli.progress\\r\\n# cleanup[2] removing dnf.cli.output\\r\\n# cleanup[2] removing dnf.cli.aliases\\r\\n# cleanup[2] removing dnf.cli.option_parser\\r\\n# cleanup[2] removing dnf.cli.commands\\r\\n# cleanup[2] removing dnf.cli.commands.alias\\r\\n# cleanup[2] removing dnf.cli.commands.autoremove\\r\\n# cleanup[2] removing dnf.cli.commands.check\\r\\n# cleanup[2] removing dnf.cli.commands.clean\\r\\n# cleanup[2] removing dnf.cli.commands.repoquery\\r\\n# cleanup[2] removing dnf.cli.commands.deplist\\r\\n# cleanup[2] removing dnf.cli.commands.distrosync\\r\\n# cleanup[2] removing dnf.cli.commands.downgrade\\r\\n# cleanup[2] removing dnf.cli.commands.group\\r\\n# cleanup[2] removing dnf.transaction_sr\\r\\n# cleanup[2] removing dnf.cli.commands.history\\r\\n# cleanup[2] removing dnf.cli.commands.install\\r\\n# cleanup[2] removing dnf.cli.commands.makecache\\r\\n# cleanup[2] removing dnf.cli.commands.mark\\r\\n# cleanup[2] removing dnf.cli.commands.module\\r\\n# cleanup[2] removing dnf.cli.commands.reinstall\\r\\n# cleanup[2] removing dnf.cli.commands.remove\\r\\n# cleanup[2] removing dnf.cli.commands.repolist\\r\\n# cleanup[2] removing dnf.match_counter\\r\\n# cleanup[2] removing dnf.cli.commands.search\\r\\n# cleanup[2] removing cmd\\r\\n# cleanup[2] removing dnf.cli.commands.shell\\r\\n# cleanup[2] removing dnf.cli.commands.swap\\r\\n# cleanup[2] removing dnf.cli.commands.updateinfo\\r\\n# cleanup[2] removing dnf.cli.commands.upgrade\\r\\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\\r\\n# cleanup[2] removing dnf.cli.demand\\r\\n# cleanup[2] removing dnf.cli.cli\\r\\n# cleanup[2] removing dnf.cli\\r\\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\\r\\n# destroy dnf.plugin.dynamic.config_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\\r\\n# destroy dnf.plugin.dynamic.expired-pgp-keys\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\\r\\n# destroy dnf.plugin.dynamic.repomanage\\r\\n# cleanup[2] removing dnf.plugin.dynamic.reposync\\r\\n# destroy dnf.plugin.dynamic.reposync\\r\\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\\r\\n# destroy dnf.plugin.dynamic.groups_manager\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\\r\\n# destroy dnf.plugin.dynamic.debuginfo-install\\r\\n# cleanup[2] removing dbus._compat\\r\\n# cleanup[2] removing dbus.exceptions\\r\\n# cleanup[2] removing _dbus_bindings\\r\\n# cleanup[2] removing dbus.types\\r\\n# cleanup[2] removing dbus.lowlevel\\r\\n# cleanup[2] removing xml\\r\\n# destroy xml\\r\\n# cleanup[2] removing xml.parsers\\r\\n# destroy xml.parsers\\r\\n# cleanup[2] removing pyexpat.errors\\r\\n# cleanup[2] removing pyexpat.model\\r\\n# cleanup[2] removing pyexpat\\r\\n# cleanup[2] removing xml.parsers.expat.model\\r\\n# cleanup[2] removing xml.parsers.expat.errors\\r\\n# cleanup[2] removing xml.parsers.expat\\r\\n# destroy xml.parsers.expat\\r\\n# cleanup[2] removing dbus._expat_introspect_parser\\r\\n# cleanup[2] removing dbus.proxies\\r\\n# cleanup[2] removing dbus.connection\\r\\n# cleanup[2] removing dbus.bus\\r\\n# cleanup[2] removing dbus._dbus\\r\\n# cleanup[2] removing dbus\\r\\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\\r\\n# destroy dnf.plugin.dynamic.needs_restarting\\r\\n# cleanup[2] removing dnf.plugin.dynamic.copr\\r\\n# destroy dnf.plugin.dynamic.copr\\r\\n# cleanup[2] removing dnf.plugin.dynamic.builddep\\r\\n# destroy dnf.plugin.dynamic.builddep\\r\\n# cleanup[2] removing dateutil._version\\r\\n# cleanup[2] removing dateutil\\r\\n# cleanup[2] removing six\\r\\n# cleanup[2] removing numbers\\r\\n# destroy numbers\\r\\n# cleanup[2] removing _decimal\\r\\n# cleanup[2] removing decimal\\r\\n# destroy decimal\\r\\n# cleanup[2] removing dateutil._common\\r\\n# cleanup[2] removing dateutil.relativedelta\\r\\n# cleanup[2] removing six.moves\\r\\n# cleanup[2] removing dateutil.tz._common\\r\\n# cleanup[2] removing dateutil.tz._factories\\r\\n# cleanup[2] removing dateutil.tz.tz\\r\\n# cleanup[2] removing dateutil.tz\\r\\n# cleanup[2] removing dateutil.parser._parser\\r\\n# cleanup[2] removing dateutil.parser.isoparser\\r\\n# destroy dateutil.parser.isoparser\\r\\n# cleanup[2] removing dateutil.parser\\r\\n# cleanup[2] removing dnf.plugin.dynamic.changelog\\r\\n# destroy dnf.plugin.dynamic.changelog\\r\\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\\r\\n# destroy dnf.plugin.dynamic.system_upgrade\\r\\n# cleanup[2] removing dnf.plugin.dynamic.debug\\r\\n# destroy dnf.plugin.dynamic.debug\\r\\n# cleanup[2] removing dnf.plugin.dynamic.download\\r\\n# destroy dnf.plugin.dynamic.download\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repograph\\r\\n# destroy dnf.plugin.dynamic.repograph\\r\\n# cleanup[2] removing _sqlite3\\r\\n# cleanup[2] removing sqlite3.dbapi2\\r\\n# cleanup[2] removing sqlite3\\r\\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\\r\\n# destroy dnf.plugin.dynamic.generate_completion_cache\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\\r\\n# destroy dnf.plugin.dynamic.repoclosure\\r\\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\\r\\n# destroy dnf.plugin.dynamic.repodiff\\r\\n# destroy _sitebuiltins\\r\\n# destroy _bz2\\r\\n# destroy _lzma\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ntpath\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy grp\\r\\n# destroy syslog\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy mimetypes\\r\\n# destroy netrc\\r\\n# destroy dbus\\r\\n# destroy dbus._compat\\r\\n# destroy dbus.exceptions\\r\\n# destroy dbus.types\\r\\n# destroy dbus.lowlevel\\r\\n# destroy dbus._expat_introspect_parser\\r\\n# destroy dbus.proxies\\r\\n# destroy dbus.connection\\r\\n# destroy dbus.bus\\r\\n# destroy dbus._dbus\\r\\n# destroy pyexpat.errors\\r\\n# destroy pyexpat.model\\r\\n# destroy pyexpat\\r\\n# destroy dateutil\\r\\n# destroy dateutil._version\\r\\n# destroy dateutil._common\\r\\n# destroy dateutil.parser\\r\\n# destroy dateutil.parser._parser\\r\\n# destroy dateutil.relativedelta\\r\\n# destroy six.moves.urllib\\r\\n# destroy six.moves\\r\\n# destroy six.moves.urllib_parse\\r\\n# destroy six.moves.urllib.error\\r\\n# destroy six.moves.urllib.request\\r\\n# destroy six.moves.urllib.response\\r\\n# destroy six.moves.urllib.robotparser\\r\\n# destroy dateutil.tz._common\\r\\n# destroy dateutil.tz._factories\\r\\n# destroy dateutil.tz.tz\\r\\n# destroy dateutil.tz\\r\\n# destroy six\\r\\n# destroy uuid\\r\\n# destroy systemd.journal\\r\\n# destroy sqlite3\\r\\n# destroy sqlite3.dbapi2\\r\\n# destroy _sqlite3\\r\\n# cleanup[3] wiping _decimal\\r\\n# cleanup[3] wiping _dbus_bindings\\r\\n# cleanup[3] wiping dnf.cli\\r\\n# destroy dnf.cli.format\\r\\n# destroy dnf.cli.term\\r\\n# destroy dnf.cli.progress\\r\\n# destroy dnf.cli.aliases\\r\\n# destroy dnf.cli.option_parser\\r\\n# destroy dnf.cli.demand\\r\\n# destroy dnf.cli.cli\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\\r\\n# cleanup[3] wiping dnf.cli.commands.upgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.updateinfo\\r\\n# cleanup[3] wiping dnf.cli.commands.swap\\r\\n# cleanup[3] wiping dnf.cli.commands.shell\\r\\n# destroy cmd\\r\\n# cleanup[3] wiping dnf.cli.commands.search\\r\\n# cleanup[3] wiping dnf.match_counter\\r\\n# cleanup[3] wiping dnf.cli.commands.repolist\\r\\n# cleanup[3] wiping dnf.cli.commands.remove\\r\\n# cleanup[3] wiping dnf.cli.commands.reinstall\\r\\n# cleanup[3] wiping dnf.cli.commands.module\\r\\n# cleanup[3] wiping dnf.cli.commands.mark\\r\\n# cleanup[3] wiping dnf.cli.commands.makecache\\r\\n# cleanup[3] wiping dnf.cli.commands.install\\r\\n# cleanup[3] wiping dnf.cli.commands.history\\r\\n# cleanup[3] wiping dnf.transaction_sr\\r\\n# cleanup[3] wiping dnf.cli.commands.group\\r\\n# cleanup[3] wiping dnf.cli.commands.downgrade\\r\\n# cleanup[3] wiping dnf.cli.commands.distrosync\\r\\n# cleanup[3] wiping dnf.cli.commands.deplist\\r\\n# cleanup[3] wiping dnf.cli.commands.repoquery\\r\\n# cleanup[3] wiping dnf.cli.commands.clean\\r\\n# cleanup[3] wiping dnf.cli.commands.check\\r\\n# cleanup[3] wiping dnf.cli.commands.autoremove\\r\\n# cleanup[3] wiping dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands\\r\\n# cleanup[3] wiping dnf.cli.output\\r\\n# cleanup[3] wiping termios\\r\\n# cleanup[3] wiping curses\\r\\n# cleanup[3] wiping _curses\\r\\n# cleanup[3] wiping dnf\\r\\n# destroy dnf.pycomp\\r\\n# destroy dnf.const\\r\\n# destroy dnf.i18n\\r\\n# destroy dnf.yum\\r\\n# destroy dnf.yum.rpmtrans\\r\\n# destroy dnf.transaction\\r\\n# destroy dnf.callback\\r\\n# destroy dnf.util\\r\\n# destroy dnf.exceptions\\r\\n# destroy dnf.comps\\r\\n# destroy dnf.db\\r\\n# destroy dnf.db.group\\r\\n# destroy dnf.db.history\\r\\n# destroy dnf.crypto\\r\\n# destroy dnf.conf\\r\\n# destroy dnf.conf.substitutions\\r\\n# destroy dnf.conf.config\\r\\n# destroy dnf.conf.read\\r\\n# destroy dnf.lock\\r\\n# destroy dnf.logging\\r\\n# destroy dnf.repo\\r\\n# destroy dnf.rpm\\r\\n# destroy dnf.dnssec\\r\\n# destroy dnf.drpm\\r\\n# destroy dnf.goal\\r\\n# destroy dnf.history\\r\\n# destroy dnf.module\\r\\n# destroy dnf.module.exceptions\\r\\n# destroy dnf.module.module_base\\r\\n# destroy dnf.selector\\r\\n# destroy dnf.persistor\\r\\n# destroy dnf.plugin\\r\\n# destroy dnf.query\\r\\n# destroy dnf.repodict\\r\\n# destroy dnf.package\\r\\n# destroy dnf.sack\\r\\n# destroy dnf.subject\\r\\n# destroy dnf.base\\r\\n# destroy dnf.transaction_sr\\r\\n# destroy dnf.match_counter\\r\\n# destroy dnf.cli\\r\\n# cleanup[3] wiping gc\\r\\n# cleanup[3] wiping dnf.rpm.miscutils\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping dnf.rpm.connection\\r\\n# cleanup[3] wiping inspect\\r\\n# destroy ast\\r\\n# destroy dis\\r\\n# destroy token\\r\\n# cleanup[3] wiping _opcode\\r\\n# cleanup[3] wiping libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._smartcols\\r\\n# cleanup[3] wiping dnf.rpm.transaction\\r\\n# cleanup[3] wiping logging.handlers\\r\\n# destroy pickle\\r\\n# cleanup[3] wiping _pickle\\r\\n# cleanup[3] wiping _compat_pickle\\r\\n# cleanup[3] wiping dnf.yum.misc\\r\\n# cleanup[3] wiping glob\\r\\n# cleanup[3] wiping libcomps\\r\\n# cleanup[3] wiping libcomps._libpycomps\\r\\n# cleanup[3] wiping hawkey\\r\\n# cleanup[3] wiping hawkey._hawkey\\r\\n# cleanup[3] wiping rpm\\r\\n# destroy rpm.transaction\\r\\n# cleanup[3] wiping rpm._rpm\\r\\n# cleanup[3] wiping unicodedata\\r\\n# cleanup[3] wiping libdnf\\r\\n# destroy libdnf.error\\r\\n# destroy libdnf.common_types\\r\\n# destroy libdnf.conf\\r\\n# destroy libdnf.module\\r\\n# destroy libdnf.repo\\r\\n# destroy libdnf.transaction\\r\\n# destroy libdnf.utils\\r\\n# destroy libdnf.smartcols\\r\\n# cleanup[3] wiping libdnf._utils\\r\\n# cleanup[3] wiping libdnf._transaction\\r\\n# cleanup[3] wiping libdnf._repo\\r\\n# cleanup[3] wiping libdnf._module\\r\\n# cleanup[3] wiping libdnf._conf\\r\\n# cleanup[3] wiping libdnf._common_types\\r\\n# cleanup[3] wiping libdnf._error\\r\\n# cleanup[3] wiping queue\\r\\n# cleanup[3] wiping _queue\\r\\n# cleanup[3] wiping _heapq\\r\\n# destroy _heapq\\r\\n# cleanup[3] wiping email.mime.text\\r\\n# cleanup[3] wiping gzip\\r\\n# destroy _compression\\r\\n# cleanup[3] wiping http.cookiejar\\r\\n# destroy copy\\r\\n# cleanup[3] wiping urllib.request\\r\\n# destroy bisect\\r\\n# cleanup[3] wiping urllib.error\\r\\n# cleanup[3] wiping urllib.response\\r\\n# cleanup[3] wiping http.client\\r\\n# destroy http\\r\\n# destroy ssl\\r\\n# cleanup[3] wiping _ssl\\r\\n# cleanup[3] wiping email.parser\\r\\n# cleanup[3] wiping email.feedparser\\r\\n# cleanup[3] wiping email.mime.multipart\\r\\n# cleanup[3] wiping email.mime.application\\r\\n# cleanup[3] wiping email.mime.nonmultipart\\r\\n# cleanup[3] wiping email.mime.base\\r\\n# cleanup[3] wiping email.policy\\r\\n# cleanup[3] wiping email.contentmanager\\r\\n# cleanup[3] wiping email.message\\r\\n# destroy quopri\\r\\n# cleanup[3] wiping email.iterators\\r\\n# cleanup[3] wiping email.headerregistry\\r\\n# cleanup[3] wiping email._header_value_parser\\r\\n# cleanup[3] wiping email._encoded_words\\r\\n# cleanup[3] wiping email._policybase\\r\\n# cleanup[3] wiping email.utils\\r\\n# cleanup[3] wiping email._parseaddr\\r\\n# cleanup[3] wiping calendar\\r\\n# cleanup[3] wiping email.header\\r\\n# cleanup[3] wiping email.charset\\r\\n# cleanup[3] wiping email.base64mime\\r\\n# cleanup[3] wiping email.quoprimime\\r\\n# cleanup[3] wiping email.errors\\r\\n# cleanup[3] wiping email.encoders\\r\\n# cleanup[3] wiping email.mime\\r\\n# destroy email.mime.base\\r\\n# destroy email.mime.nonmultipart\\r\\n# destroy email.mime.application\\r\\n# destroy email.mime.multipart\\r\\n# destroy email.mime.text\\r\\n# cleanup[3] wiping email\\r\\n# destroy email._parseaddr\\r\\n# destroy email._policybase\\r\\n# destroy email._encoded_words\\r\\n# destroy email._header_value_parser\\r\\n# destroy email.mime\\r\\n# destroy email.encoders\\r\\n# destroy email.errors\\r\\n# destroy email.quoprimime\\r\\n# destroy email.base64mime\\r\\n# destroy email.charset\\r\\n# destroy email.header\\r\\n# destroy email.utils\\r\\n# destroy email.headerregistry\\r\\n# destroy email.iterators\\r\\n# destroy email.message\\r\\n# destroy email.contentmanager\\r\\n# destroy email.policy\\r\\n# destroy email.feedparser\\r\\n# destroy email.parser\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping gettext\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping socket\\r\\n# cleanup[3] wiping array\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# destroy logging.handlers\\r\\n# cleanup[3] wiping string\\r\\n# cleanup[3] wiping _string\\r\\n# destroy _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# destroy atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping urllib.parse\\r\\n# destroy ipaddress\\r\\n# cleanup[3] wiping urllib\\r\\n# destroy urllib.response\\r\\n# destroy urllib.error\\r\\n# destroy urllib.request\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping tempfile\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping random\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# destroy _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# cleanup[3] wiping zlib\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping fnmatch\\r\\n# cleanup[3] wiping importlib.util\\r\\n# cleanup[3] wiping importlib._abc\\r\\n# cleanup[3] wiping importlib.machinery\\r\\n# cleanup[3] wiping importlib\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib.util\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping base64\\r\\n# cleanup[3] wiping binascii\\r\\n# cleanup[3] wiping struct\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# destroy _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy decimal\\r\\n# destroy _dbus_bindings\\r\\n# destroy _curses\\r\\n# destroy libcomps._libpycomps\\r\\n# destroy hawkey._hawkey\\r\\n# destroy rpm._rpm\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _weakref\\r\\n# destroy _thread\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy _sha2\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy _compat_pickle\\r\\n# destroy libdnf._error\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy _queue\\r\\n# destroy array\\r\\n# destroy copyreg\\r\\n# destroy _pickle\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy gzip\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# destroy unicodedata\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy email\\r\\n# destroy queue\\r\\n# destroy shlex\\r\\n# destroy pwd\\r\\n# destroy gettext\\r\\n# destroy libcomps\\r\\n# destroy urllib\\r\\n# destroy dnf.rpm.transaction\\r\\n# destroy dnf.rpm.connection\\r\\n# destroy dnf.rpm.miscutils\\r\\n# destroy hashlib\\r\\n# destroy json\\r\\n# destroy importlib\\r\\n# destroy inspect\\r\\n# destroy gc\\r\\n# destroy math\\r\\n# destroy shutil\\r\\n# destroy zlib\\r\\n# destroy urllib.parse\\r\\n# destroy fnmatch\\r\\n# destroy tempfile\\r\\n# destroy traceback\\r\\n# destroy calendar\\r\\n# destroy dnf.yum.misc\\r\\n# destroy glob\\r\\n# destroy curses\\r\\n# destroy struct\\r\\n# destroy termios\\r\\n# destroy argparse\\r\\n# destroy dnf.cli.commands.alias\\r\\n# destroy dnf.cli.commands.autoremove\\r\\n# destroy dnf.cli.commands.check\\r\\n# destroy dnf.cli.commands.clean\\r\\n# destroy dnf.cli.commands.repoquery\\r\\n# destroy dnf.cli.commands.deplist\\r\\n# destroy dnf.cli.commands.distrosync\\r\\n# destroy dnf.cli.commands.downgrade\\r\\n# destroy dnf.cli.commands.group\\r\\n# destroy dnf.cli.commands.history\\r\\n# destroy dnf.cli.commands.install\\r\\n# destroy dnf.cli.commands.makecache\\r\\n# destroy dnf.cli.commands.mark\\r\\n# destroy dnf.cli.commands.module\\r\\n# destroy dnf.cli.commands.reinstall\\r\\n# destroy dnf.cli.commands.remove\\r\\n# destroy dnf.cli.commands.repolist\\r\\n# destroy dnf.cli.commands.search\\r\\n# destroy dnf.cli.commands.shell\\r\\n# destroy dnf.cli.commands.swap\\r\\n# destroy dnf.cli.commands.updateinfo\\r\\n# destroy dnf.cli.commands.upgrade\\r\\n# destroy dnf.cli.commands.upgrademinimal\\r\\n# destroy datetime\\r\\n# destroy logging\\r\\n# destroy operator\\r\\n# destroy random\\r\\n# destroy hawkey\\r\\n# destroy dnf.cli.output\\r\\n# destroy dnf\\r\\n# destroy rpm\\r\\n# destroy itertools\\r\\n# destroy functools\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy threading\\r\\n# destroy contextlib\\r\\n# destroy time\\r\\n# destroy fcntl\\r\\n# destroy _posixsubprocess\\r\\n# destroy select\\r\\n# destroy selectors\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy collections\\r\\n# destroy io\\r\\n# destroy _opcode\\r\\n# destroy _warnings\\r\\n# destroy posix\\r\\n# destroy binascii\\r\\n# destroy http.client\\r\\n# destroy http.cookiejar\\r\\n# destroy socket\\r\\n# destroy base64\\r\\n# destroy errno\\r\\n# destroy warnings\\r\\n# destroy string\\r\\n# destroy _ssl\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy re\\r\\n# destroy _random\\r\\n# destroy _sre\\r\\n# destroy _operator\\r\\n# destroy _functools\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879817.27912: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.27916: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.28176: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0>\r\n# zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\r\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\r\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0>\r\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\r\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\r\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960>\r\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\r\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840>\r\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\r\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780>\r\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0>\r\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0>\r\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60>\r\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200>\r\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970>\r\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\r\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0>\r\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430>\r\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060>\r\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\r\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0>\r\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0>\r\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50>\r\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310>\r\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40>\r\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70>\r\nimport 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc'\r\nimport 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20>\r\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\r\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460>\r\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070>\r\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\r\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0>\r\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0>\r\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30>\r\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\r\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0>\r\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc'\r\nimport 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690>\r\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\r\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\r\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350>\r\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\r\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830>\r\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\r\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40>\r\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\r\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0>\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.urls' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.respawn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.yumdnf' # \r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\r\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\r\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320>\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830>\r\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\r\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\r\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\r\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0>\r\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\r\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\r\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0>\r\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\r\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\r\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410>\r\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\r\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\r\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0>\r\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\r\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\r\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50>\r\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\r\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\r\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110>\r\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\r\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\r\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370>\r\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770>\r\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\r\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\r\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890>\r\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0>\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\r\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40>\r\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140>\r\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70>\r\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810>\r\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\r\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860>\r\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0>\r\nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0>\r\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0>\r\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\r\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10>\r\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770>\r\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\r\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440>\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0>\r\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440>\r\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\r\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0>\r\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430>\r\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\r\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80>\r\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260>\r\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400>\r\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470>\r\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0>\r\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\r\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60>\r\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80>\r\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\r\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\r\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\r\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\r\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\r\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0>\r\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\r\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\r\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830>\r\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\r\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\r\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\r\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0>\r\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0>\r\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0>\r\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120>\r\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\r\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\r\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\r\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\r\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\r\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0>\r\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\r\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0>\r\nimport 'gc' # \r\nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530>\r\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\r\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\r\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\r\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\r\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50>\r\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700>\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0>\r\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0>\r\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30>\r\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\r\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\r\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230>\r\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\r\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\r\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\r\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0>\r\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\r\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\r\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\r\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0>\r\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\r\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\r\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\r\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\r\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\r\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\r\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\r\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\r\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860>\r\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\r\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710>\r\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\r\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\r\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\r\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\r\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0>\r\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620>\r\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0>\r\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\r\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\r\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\r\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\r\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930>\r\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\r\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\r\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\r\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\r\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480>\r\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0>\r\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80>\r\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010>\r\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0>\r\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830>\r\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0>\r\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40>\r\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\r\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770>\r\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\r\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\r\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290>\r\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\r\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500>\r\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020>\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80>\r\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\r\nimport 'six.moves' # \r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\r\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\r\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\r\n# destroy dateutil.tz.win\r\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210>\r\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0>\r\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\r\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720>\r\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0>\r\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\r\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0>\r\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0>\r\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0>\r\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\r\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920>\r\n\r\n{\"msg\": \"Nothing to do\", \"changed\": false, \"results\": [], \"rc\": 0, \"invocation\": {\"module_args\": {\"name\": [\"grubby\", \"iproute\", \"kexec-tools\", \"openssh-clients\"], \"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}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# destroy _sitebuiltins\r\n# destroy _bz2\r\n# destroy _lzma\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ntpath\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy syslog\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy mimetypes\r\n# destroy netrc\r\n# destroy dbus\r\n# destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n# cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n# cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _weakref\r\n# destroy _thread\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy _queue\r\n# destroy array\r\n# destroy copyreg\r\n# destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves\r\n# destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n# destroy urllib.parse\r\n# destroy fnmatch\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy rpm\r\n# destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n# destroy _ssl\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n# destroy _sre\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879817.30491: done with _execute_module (ansible.legacy.dnf, {'name': ['grubby', 'iproute', 'kexec-tools', 'openssh-clients'], 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.7942295-5305-17810817927687/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879817.30495: _low_level_execute_command(): starting\n 5169 1726879817.30498: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879817.30507: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879817.30510: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.30513: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.30516: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.30522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.30530: handler run complete\n 5169 1726879817.30533: attempt loop complete, returning result\n 5169 1726879817.30536: _execute() done\n 5169 1726879817.30539: dumping result to json\n 5169 1726879817.30541: done dumping result, returning\n 5169 1726879817.30544: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages [0229e9c9-8e59-8f9b-2ddb-000000000046]\n 5169 1726879817.30547: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.30550: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879817.30639: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879817.30643: WORKER PROCESS EXITING\n 5169 1726879817.30646: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879817.30649: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879817.30652: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879817.30654: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.30657: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.30660: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"grubby\",\n \"iproute\",\n \"kexec-tools\",\n \"openssh-clients\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": \"present\",\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n 5169 1726879817.31716: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.31769: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.31773: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.31794: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.31798: handler run complete\n 5169 1726879817.31971: attempt loop complete, returning result\n 5169 1726879817.31976: _execute() done\n 5169 1726879817.31979: dumping result to json\n 5169 1726879817.31982: done dumping result, returning\n 5169 1726879817.31986: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Install required packages [0229e9c9-8e59-8f9b-2ddb-000000000046]\n 5169 1726879817.31989: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879817.32045: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046\n 5169 1726879817.32049: WORKER PROCESS EXITING\nok: [managed_node2] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"allow_downgrade\": false,\n \"allowerasing\": false,\n \"autoremove\": false,\n \"best\": null,\n \"bugfix\": false,\n \"cacheonly\": false,\n \"conf_file\": null,\n \"disable_excludes\": null,\n \"disable_gpg_check\": false,\n \"disable_plugin\": [],\n \"disablerepo\": [],\n \"download_dir\": null,\n \"download_only\": false,\n \"enable_plugin\": [],\n \"enablerepo\": [],\n \"exclude\": [],\n \"install_repoquery\": true,\n \"install_weak_deps\": true,\n \"installroot\": \"/\",\n \"list\": null,\n \"lock_timeout\": 30,\n \"name\": [\n \"grubby\",\n \"iproute\",\n \"kexec-tools\",\n \"openssh-clients\"\n ],\n \"nobest\": null,\n \"releasever\": null,\n \"security\": false,\n \"skip_broken\": false,\n \"sslverify\": true,\n \"state\": \"present\",\n \"update_cache\": false,\n \"update_only\": false,\n \"use_backend\": \"auto\",\n \"validate_certs\": true\n }\n },\n \"rc\": 0,\n \"results\": []\n}\n\nMSG:\n\nNothing to do\n 5169 1726879817.32125: no more pending results, returning what we have\n 5169 1726879817.32129: results queue empty\n 5169 1726879817.32130: checking for any_errors_fatal\n 5169 1726879817.32136: done checking for any_errors_fatal\n 5169 1726879817.32137: checking for max_fail_percentage\n 5169 1726879817.32139: done checking for max_fail_percentage\n 5169 1726879817.32140: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879817.32141: done checking to see if all hosts have failed\n 5169 1726879817.32142: getting the remaining hosts for this loop\n 5169 1726879817.32143: done getting the remaining hosts for this loop\n 5169 1726879817.32147: getting the next task for host managed_node2\n 5169 1726879817.32153: done getting next task for host managed_node2\n 5169 1726879817.32156: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled\n 5169 1726879817.32159: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879817.32161: getting the next task for host managed_node3\n 5169 1726879817.32163: done getting next task for host managed_node3\n 5169 1726879817.32167: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled\n 5169 1726879817.32168: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879817.32193: getting variables\n 5169 1726879817.32194: in VariableManager get_vars()\n 5169 1726879817.32225: Calling all_inventory to load vars for managed_node2\n 5169 1726879817.32228: Calling groups_inventory to load vars for managed_node2\n 5169 1726879817.32230: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879817.32240: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879817.32242: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879817.32245: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879817.32422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879817.32690: done with get_vars()\n 5169 1726879817.32705: done getting variables\n 5169 1726879817.32808: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11\nFriday 20 September 2024 20:50:17 -0400 (0:00:01.628) 0:00:14.964 ****** \n 5169 1726879817.32832: entering _queue_task() for managed_node2/service\n 5169 1726879817.32834: Creating lock for service\n 5169 1726879817.33116: worker is 1 (out of 3 available)\n 5169 1726879817.33129: exiting _queue_task() for managed_node2/service\n 5169 1726879817.33170: getting variables\n 5169 1726879817.33172: in VariableManager get_vars()\n 5169 1726879817.33259: Calling all_inventory to load vars for managed_node3\n 5169 1726879817.33266: Calling groups_inventory to load vars for managed_node3\n 5169 1726879817.33268: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879817.33287: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879817.33295: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879817.33300: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879817.33569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879817.33828: done with get_vars()\n 5169 1726879817.33840: done getting variables\n 5169 1726879817.33940: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled\n 5169 1726879817.33945: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000047\n 5169 1726879817.33948: variable 'ansible_search_path' from source: unknown\n 5169 1726879817.33950: variable 'ansible_search_path' from source: unknown\n 5169 1726879817.33953: calling self._execute()\n 5169 1726879817.33956: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879817.33958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879817.33962: variable 'omit' from source: magic vars\n 5169 1726879817.33967: variable 'omit' from source: magic vars\n 5169 1726879817.33969: variable 'omit' from source: magic vars\n 5169 1726879817.33972: variable 'omit' from source: magic vars\n 5169 1726879817.33974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879817.33990: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879817.34001: entering _queue_task() for managed_node3/service\n 5169 1726879817.34584: worker is 2 (out of 3 available)\n 5169 1726879817.34270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.34634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879817.34640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.34644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.34647: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879817.34650: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879817.34653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879817.34656: Set connection var ansible_timeout to 10\n 5169 1726879817.34661: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879817.34666: Set connection var ansible_connection to ssh\n 5169 1726879817.34668: Set connection var ansible_shell_type to sh\n 5169 1726879817.34671: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879817.34673: Set connection var ansible_pipelining to False\n 5169 1726879817.34676: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879817.34679: variable 'ansible_connection' from source: unknown\n 5169 1726879817.34681: variable 'ansible_module_compression' from source: unknown\n 5169 1726879817.34684: variable 'ansible_shell_type' from source: unknown\n 5169 1726879817.34687: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879817.34689: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879817.34693: variable 'ansible_pipelining' from source: unknown\n 5169 1726879817.34695: variable 'ansible_timeout' from source: unknown\n 5169 1726879817.34698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879817.34702: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879817.34705: variable 'omit' from source: magic vars\n 5169 1726879817.34597: exiting _queue_task() for managed_node3/service\n 5169 1726879817.34729: done queuing things up, now waiting for results queue to drain\n 5169 1726879817.34731: waiting for pending results...\n 5169 1726879817.34716: starting attempt loop\n 5169 1726879817.34739: running the handler\n 5169 1726879817.34742: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879817.34867: _low_level_execute_command(): starting\n 5169 1726879817.34937: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879817.35011: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled\n 5169 1726879817.35136: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000047\n 5169 1726879817.35168: variable 'ansible_search_path' from source: unknown\n 5169 1726879817.35180: variable 'ansible_search_path' from source: unknown\n 5169 1726879817.35222: calling self._execute()\n 5169 1726879817.35375: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879817.35379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879817.35382: variable 'omit' from source: magic vars\n 5169 1726879817.35546: variable 'omit' from source: magic vars\n 5169 1726879817.35617: variable 'omit' from source: magic vars\n 5169 1726879817.35626: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.35638: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879817.35650: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.35668: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879817.35702: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879817.35706: variable 'omit' from source: magic vars\n 5169 1726879817.35709: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\n<<<\n 5169 1726879817.35712: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879817.35715: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879817.35718: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879817.35737: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879817.35740: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879817.35812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879817.35818: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.35833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.35843: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879817.35850: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879817.35922: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.35930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879817.35933: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.35941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.35944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879817.35946: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.36032: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879817.36036: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879817.36038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879817.36100: Set connection var ansible_timeout to 10\n 5169 1726879817.36106: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879817.36109: Set connection var ansible_connection to ssh\n 5169 1726879817.36115: Set connection var ansible_shell_type to sh\n 5169 1726879817.36122: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879817.36128: Set connection var ansible_pipelining to False\n 5169 1726879817.36151: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879817.36154: variable 'ansible_connection' from source: unknown\n 5169 1726879817.36157: variable 'ansible_module_compression' from source: unknown\n 5169 1726879817.36160: variable 'ansible_shell_type' from source: unknown\n 5169 1726879817.36162: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879817.36166: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879817.36249: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.36258: variable 'ansible_pipelining' from source: unknown\n 5169 1726879817.36261: variable 'ansible_timeout' from source: unknown\n 5169 1726879817.36265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879817.36387: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879817.36406: variable 'omit' from source: magic vars\n 5169 1726879817.36409: starting attempt loop\n 5169 1726879817.36412: running the handler\n 5169 1726879817.36571: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879817.36670: _low_level_execute_command(): starting\n 5169 1726879817.36684: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879817.37215: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.37220: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879817.37226: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879817.37230: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.37269: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879817.37280: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.37295: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.37314: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.37343: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.37590: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879817.37682: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.37737: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.37739: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.37779: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.37783: _low_level_execute_command(): starting\n 5169 1726879817.37786: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `\" && echo ansible-tmp-1726879817.377576-5327-244306817397423=\"` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `\" && echo ansible-tmp-1726879817.377576-5327-244306817397423=\"` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `\" ) && sleep 0'\"'\"''\n 5169 1726879817.38355: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.38407: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879817.38419: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879817.38422: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.38425: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.38428: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.38478: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879817.38483: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.38485: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.38529: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.39061: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879817.39174: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.39229: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.39232: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.39382: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.39386: _low_level_execute_command(): starting\n 5169 1726879817.39389: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `\" && echo ansible-tmp-1726879817.3926616-5328-252203282957806=\"` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `\" && echo ansible-tmp-1726879817.3926616-5328-252203282957806=\"` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `\" ) && sleep 0'\"'\"''\n 5169 1726879817.39861: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.39878: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879817.39891: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879817.39905: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.39916: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.39993: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879817.39998: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.40001: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879817.40003: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.40029: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.40435: stdout chunk (state=3):\n>>>ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423\n<<<\n 5169 1726879817.40551: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.40607: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.40610: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.40775: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.40780: variable 'ansible_module_compression' from source: unknown\n 5169 1726879817.40784: ANSIBALLZ: Using generic lock for ansible.legacy.systemd\n 5169 1726879817.40787: ANSIBALLZ: Acquiring lock\n 5169 1726879817.40792: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879817.40795: ANSIBALLZ: Creating module\n 5169 1726879817.41946: stdout chunk (state=3):\n>>>ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806\n<<<\n 5169 1726879817.42159: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.42163: stdout chunk (state=3):\n>>><<<\n 5169 1726879817.42168: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.42315: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.42319: variable 'ansible_module_compression' from source: unknown\n 5169 1726879817.42322: ANSIBALLZ: Using generic lock for ansible.legacy.systemd\n 5169 1726879817.42325: ANSIBALLZ: Acquiring lock\n 5169 1726879817.61521: ANSIBALLZ: Writing module into payload\n 5169 1726879817.61639: ANSIBALLZ: Writing module\n 5169 1726879817.61662: ANSIBALLZ: Renaming module\n 5169 1726879817.61670: ANSIBALLZ: Done creating module\n 5169 1726879817.61692: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879817.61697: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879817.61872: ANSIBALLZ: Reading module after lock\n 5169 1726879817.61876: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py\n 5169 1726879817.61882: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 TO /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py\n 5169 1726879817.62031: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 TO /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\n 5169 1726879817.62145: Sending initial data\n 5169 1726879817.62148: Sent initial data (153 bytes)\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879817.62422: Sending initial data\n 5169 1726879817.62426: Sent initial data (154 bytes)\n 5169 1726879817.62762: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.62871: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.63002: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879817.63006: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879817.63009: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879817.63012: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.63014: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879817.63017: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.63019: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.63138: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.63163: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879817.63186: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.63227: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.63276: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.64673: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879817.64706: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879817.64746: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879817.64749: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879817.64751: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\n<<<\n 5169 1726879817.64787: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\r\n<<<\n 5169 1726879817.64791: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py M:0x001a\r\n<<<\n 5169 1726879817.64936: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\n<<<\n 5169 1726879817.64950: stderr chunk (state=3):\n>>>debug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\n<<<\n 5169 1726879817.64968: stderr chunk (state=3):\n>>>debug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\n<<<\n 5169 1726879817.64983: stderr chunk (state=3):\n>>>debug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\n<<<\n 5169 1726879817.65001: stderr chunk (state=3):\n>>>debug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879817.65061: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879817.65127: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879817.65156: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\n<<<\n 5169 1726879817.65407: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py M:0x001a\r\n<<<\n 5169 1726879817.65780: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879817.66023: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 5169 1726879817.66031: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30646\r\n<<<\n 5169 1726879817.66193: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 30646 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879817.66267: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879817.66327: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.66370: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\n<<<\n 5169 1726879817.66449: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.66475: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30646\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 30646 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879817.66582: done transferring module to remote\n 5169 1726879817.66586: _low_level_execute_command(): starting\n 5169 1726879817.66588: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'\"'\"''\n 5169 1726879817.66889: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\n<<<\n 5169 1726879817.66898: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30647\r\n<<<\n 5169 1726879817.67199: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 30647 bytes at 261120\r\n<<<\n 5169 1726879817.67203: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879817.67240: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879817.67381: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.67396: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.67419: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.67423: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 261120 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30647\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 7 30647 bytes at 261120\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879817.67463: done transferring module to remote\n 5169 1726879817.67482: _low_level_execute_command(): starting\n 5169 1726879817.67488: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879817.67526: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.67552: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.67568: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.67624: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'\"'\"''\n 5169 1726879817.68161: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.68215: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879817.68218: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879817.68221: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879817.68224: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.68227: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879817.68229: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.68282: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879817.68291: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.68295: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.68329: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.69398: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.69443: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.69446: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.69472: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.69476: _low_level_execute_command(): starting\n 5169 1726879817.69579: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'\"'\"''\n 5169 1726879817.70074: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.70078: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879817.70081: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.70084: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879817.70086: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879817.70092: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.70173: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879817.70177: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879817.70222: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.70226: stderr chunk (state=3):\n>>><<<\n 5169 1726879817.70248: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879817.70257: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879817.70261: _low_level_execute_command(): starting\n 5169 1726879817.70263: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'\"'\"''\n 5169 1726879817.70496: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.70818: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879817.70875: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879817.70879: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.70881: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879817.70884: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.70887: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879817.70889: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879817.70892: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879817.70941: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879817.70946: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879817.70949: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879817.70991: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879817.72717: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879817.72751: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879817.72785: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879817.72793: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879817.72858: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879817.72863: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879817.72914: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879817.72940: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879817.72967: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879817.72992: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879817.73033: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.73072: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879817.73075: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879817.73111: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879817.73141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30>\r\n<<<\n 5169 1726879817.73194: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879817.73197: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0>\r\n<<<\n 5169 1726879817.73243: stdout chunk (state=3):\n>>>import '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879817.73264: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879817.73274: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879817.73294: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879817.73298: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879817.73302: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879817.73380: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879817.73382: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879817.73408: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879817.73433: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879817.73474: stdout chunk (state=3):\n>>>import 'os' # \r\nimport '_sitebuiltins' # \r\n<<<\n 5169 1726879817.73482: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879817.73502: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879817.73509: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879817.73554: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879817.73558: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879817.73562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879817.73567: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.73582: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879817.73601: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190>\r\n<<<\n 5169 1726879817.73605: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879817.73640: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.73645: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879817.73648: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0>\r\n<<<\n 5169 1726879817.73668: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879817.73671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30>\r\n<<<\n 5169 1726879817.73703: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879817.73708: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0>\r\n<<<\n 5169 1726879817.73732: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879817.73758: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879817.73766: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879817.73780: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879817.73816: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879817.73909: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879817.73939: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879817.73954: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879817.73991: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879817.74008: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\n<<<\n 5169 1726879817.74040: stdout chunk (state=3):\n>>>Processing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879817.74076: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879817.74080: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879817.74137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190>\r\n<<<\n 5169 1726879817.74182: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879817.74191: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74227: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0>\r\nimport 'site' # \r\n<<<\n 5169 1726879817.74231: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879817.74249: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879817.74285: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879817.74321: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0>\r\n<<<\n 5169 1726879817.74343: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879817.74361: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74387: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879817.74429: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74452: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879817.74481: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879817.74500: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0>\r\n<<<\n 5169 1726879817.74513: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30>\r\n<<<\n 5169 1726879817.74527: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879817.74583: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0>\r\n<<<\n 5169 1726879817.74591: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879817.74626: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0>\r\n<<<\n 5169 1726879817.74642: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879817.74655: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74682: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879817.74685: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74711: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879817.74722: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80>\r\n<<<\n 5169 1726879817.74746: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879817.74774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74781: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879817.74785: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879817.74810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74827: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879817.74845: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0>\r\n<<<\n 5169 1726879817.74849: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74875: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879817.74905: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0>\r\n<<<\n 5169 1726879817.74913: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360>\r\n<<<\n 5169 1726879817.74922: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879817.74925: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060>\r\n<<<\n 5169 1726879817.74971: stdout chunk (state=3):\n>>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90>\r\n<<<\n 5169 1726879817.74980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879817.75173: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75180: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75187: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.75195: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20>\r\n<<<\n 5169 1726879817.75199: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879817.75208: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75230: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879817.75237: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0>\r\n<<<\n 5169 1726879817.75332: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75336: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0>\r\n<<<\n 5169 1726879817.75339: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879817.75437: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0>\r\n<<<\n 5169 1726879817.75441: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.75490: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75498: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879817.75506: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360>\r\n<<<\n 5169 1726879817.75523: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90>\r\n<<<\n 5169 1726879817.75538: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90>\r\n<<<\n 5169 1726879817.75542: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.75586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200>\r\n<<<\n 5169 1726879817.75618: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75630: stdout chunk (state=3):\n>>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75650: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0>\r\n<<<\n 5169 1726879817.75682: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.75725: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75750: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879817.75797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879817.75847: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879817.75882: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879817.75926: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740>\r\n<<<\n 5169 1726879817.75935: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920>\r\n<<<\n 5169 1726879817.75958: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879817.75979: stdout chunk (state=3):\n>>>import 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0>\r\nimport 'errno' # \r\n<<<\n 5169 1726879817.76006: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.76027: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20>\r\n<<<\n 5169 1726879817.76106: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76114: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76119: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40>\r\n<<<\n 5169 1726879817.76122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90>\r\n<<<\n 5169 1726879817.76166: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0>\r\n<<<\n 5169 1726879817.76194: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879817.76198: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210>\r\n<<<\n 5169 1726879817.76201: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76246: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879817.76252: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0>\r\n<<<\n 5169 1726879817.76285: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76316: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879817.76320: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0>\r\n<<<\n 5169 1726879817.76385: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76394: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879817.76397: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879817.76400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76402: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20>\r\n<<<\n 5169 1726879817.76498: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879817.76518: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740>\r\n<<<\n 5169 1726879817.76538: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0>\r\n<<<\n 5169 1726879817.76545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76585: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879817.76611: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879817.76703: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76708: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879817.76756: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76760: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00>\r\n<<<\n 5169 1726879817.76786: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879817.76810: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0>\r\n<<<\n 5169 1726879817.76816: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76838: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879817.76880: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320>\r\n<<<\n 5169 1726879817.76887: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879817.76958: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0>\r\n<<<\n 5169 1726879817.76968: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0>\r\n<<<\n 5169 1726879817.76993: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0>\r\n<<<\n 5169 1726879817.76997: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879817.77017: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40>\r\n<<<\n 5169 1726879817.77043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77094: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450>\r\n<<<\n 5169 1726879817.77143: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879817.77146: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850>\r\n<<<\n 5169 1726879817.77229: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879817.77233: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200>\r\n<<<\n 5169 1726879817.77250: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879817.77283: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77293: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879817.77326: stdout chunk (state=3):\n>>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip'\r\n<<<\n 5169 1726879817.77341: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77349: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77430: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0>\r\n<<<\n 5169 1726879817.77477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77512: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77514: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320>\r\n<<<\n 5169 1726879817.77553: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0>\r\n<<<\n 5169 1726879817.77566: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879817.77592: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0>\r\n<<<\n 5169 1726879817.77607: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40>\r\n<<<\n 5169 1726879817.77620: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879817.77651: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0>\r\n<<<\n 5169 1726879817.77671: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879817.77775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879817.77796: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850>\r\n<<<\n 5169 1726879817.77860: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50>\r\n<<<\n 5169 1726879817.77877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77893: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879817.77902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77922: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77946: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879817.77970: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.77982: stdout chunk (state=3):\n>>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip'\r\n<<<\n 5169 1726879817.77991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.78128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.78161: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879817.78168: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879817.78206: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879817.78279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879817.78313: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0>\r\n<<<\n 5169 1726879817.78319: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879817.78523: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50>\r\n<<<\n 5169 1726879817.78563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible' # \r\n<<<\n 5169 1726879817.78570: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.78585: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.78612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879817.78626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.79483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.80148: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.80715: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879817.80723: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30>\r\n<<<\n 5169 1726879817.80745: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.80776: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879817.80803: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879817.80831: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910>\r\n<<<\n 5169 1726879817.80873: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0>\r\n<<<\n 5169 1726879817.80896: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0>\r\n<<<\n 5169 1726879817.80921: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879817.80925: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879817.80969: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60>\r\n<<<\n 5169 1726879817.80984: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879817.81008: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.81017: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660>\r\n<<<\n 5169 1726879817.81037: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0>\r\n<<<\n 5169 1726879817.81057: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879817.81100: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879817.81113: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879817.81158: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0>\r\n<<<\n 5169 1726879817.81167: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879817.81186: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879817.81215: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879817.81252: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30>\r\n<<<\n 5169 1726879817.81299: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750>\r\n<<<\n 5169 1726879817.81313: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879817.81445: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20>\r\n<<<\n 5169 1726879817.81482: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879817.81523: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879817.81590: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879817.81608: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879817.81796: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879817.81801: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879817.81804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879817.82072: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0>\r\n<<<\n 5169 1726879817.82080: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879817.82087: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82093: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879817.82098: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80>\r\n<<<\n 5169 1726879817.82103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82108: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82111: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82137: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0>\r\n<<<\n 5169 1726879817.82146: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830>\r\n<<<\n 5169 1726879817.82259: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0>\r\n<<<\n 5169 1726879817.82271: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82325: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879817.82374: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879817.82387: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82462: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879817.82471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720>\r\n<<<\n 5169 1726879817.82583: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30>\r\n<<<\n 5169 1726879817.82602: stdout chunk (state=3):\n>>>import '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82675: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0>\r\n<<<\n 5169 1726879817.82679: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500>\r\n<<<\n 5169 1726879817.82682: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0><<<\n 5169 1726879817.82710: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30>\r\n<<<\n 5169 1726879817.82743: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879817.82770: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80>\r\n<<<\n 5169 1726879817.82788: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82897: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.82901: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82904: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879817.82913: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60>\r\n<<<\n 5169 1726879817.82933: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879817.83018: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879817.83074: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.83115: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879817.83122: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879817.83271: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.83275: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720>\r\n<<<\n 5169 1726879817.83280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.83332: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879817.83375: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0>\r\n<<<\n 5169 1726879817.83432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.83470: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500>\r\n<<<\n 5169 1726879817.83488: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.83554: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890>\r\n<<<\n 5169 1726879817.83559: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110>\r\n<<<\n 5169 1726879817.83687: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.83697: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60>\r\n<<<\n 5169 1726879817.83837: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530>\r\n<<<\n 5169 1726879817.83857: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730>\r\n<<<\n 5169 1726879817.83937: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.83940: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879817.83943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84124: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84136: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879817.84172: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84201: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.84206: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84455: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.84798: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879817.84811: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879817.84821: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879817.84838: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879817.84851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.84902: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.84907: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530>\r\n<<<\n 5169 1726879817.84988: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879817.84996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879817.85030: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310>\r\n<<<\n 5169 1726879817.85034: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920>\r\n<<<\n 5169 1726879817.85115: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879817.85119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.85122: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.85145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.85283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.85447: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879817.85466: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340>\r\n<<<\n 5169 1726879817.85473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.85681: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879817.85685: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879817.85688: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879817.85707: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879817.85713: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879817.85735: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.85791: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530>\r\n<<<\n 5169 1726879817.85880: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879817.85907: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310>\r\n<<<\n 5169 1726879817.85913: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920>\r\n<<<\n 5169 1726879817.85964: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879817.85996: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.85999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86006: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86019: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.86185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86354: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879817.86363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879817.86377: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340>\r\n<<<\n 5169 1726879817.86383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86628: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879817.86643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86679: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86715: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879817.86723: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86800: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86896: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879817.86904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86922: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879817.86935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.86980: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87012: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879817.87028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87276: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87537: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879817.87557: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879817.87565: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87604: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879817.87618: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87625: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879817.87645: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879817.87677: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87695: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860>\r\n<<<\n 5169 1726879817.87728: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87757: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87772: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87835: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879817.87874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.87908: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879817.87939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.87957: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879817.88003: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88006: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.88098: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80>\r\n<<<\n 5169 1726879817.88146: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.88158: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.88174: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.88217: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88233: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88269: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879817.88276: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88368: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88422: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88473: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879817.88495: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879817.88537: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.88547: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879817.88555: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879817.88621: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860>\r\n<<<\n 5169 1726879817.88633: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490>\r\n<<<\n 5169 1726879817.88636: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88668: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0>\r\n<<<\n 5169 1726879817.88708: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879817.88710: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.88712: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88798: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879817.88802: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879817.88804: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88813: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879817.88842: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879817.88844: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88846: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879817.88882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.88935: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.88981: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879817.88985: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89023: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879817.89062: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89082: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50>\r\n<<<\n 5169 1726879817.89107: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0>\r\n<<<\n 5169 1726879817.89111: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89140: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0>\r\n<<<\n 5169 1726879817.89152: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.89189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89209: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10>\r\n<<<\n 5169 1726879817.89238: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.89292: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879817.89297: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89337: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89340: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879817.89390: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89409: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879817.89427: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89445: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89461: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879817.89466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89476: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879817.89502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89598: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490>\r\n<<<\n 5169 1726879817.89638: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840>\r\n<<<\n 5169 1726879817.89680: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879817.89684: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879817.89686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89699: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89755: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89821: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89897: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89912: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89943: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89946: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.89949: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879817.89959: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879817.89968: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879817.89984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879817.90033: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90057: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879817.90073: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90076: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879817.90123: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # \r\n<<<\n 5169 1726879817.90139: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90189: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0>\r\n<<<\n 5169 1726879817.90215: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90219: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830>\r\n<<<\n 5169 1726879817.90274: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879817.90347: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.90351: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.90388: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.90441: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879817.90444: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879817.90454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.90544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90654: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90734: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90782: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90833: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.90861: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n<<<\n 5169 1726879817.90887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90893: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n<<<\n 5169 1726879817.90924: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90926: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\n<<<\n 5169 1726879817.90933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90955: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0>\r\n<<<\n 5169 1726879817.90974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.90977: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n<<<\n 5169 1726879817.91008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91011: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879817.91014: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91054: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91060: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879817.91102: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.namespace' # \r\n<<<\n 5169 1726879817.91105: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10>\r\n<<<\n 5169 1726879817.91112: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91132: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.91163: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.91169: stdout chunk (state=3):\n>>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410>\r\n<<<\n 5169 1726879817.91191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91215: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340>\r\n<<<\n 5169 1726879817.91228: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710>\r\n<<<\n 5169 1726879817.91261: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440>\r\n<<<\n 5169 1726879817.91283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91286: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350>\r\n<<<\n 5169 1726879817.91306: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91311: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n<<<\n 5169 1726879817.91322: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n<<<\n 5169 1726879817.91334: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91385: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n<<<\n 5169 1726879817.91415: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91457: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.91502: stdout chunk (state=3):\n>>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530>\r\n<<<\n 5169 1726879817.91518: stdout chunk (state=3):\n>>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0>\r\n<<<\n 5169 1726879817.91543: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91622: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n<<<\n 5169 1726879817.91651: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60>\r\n<<<\n 5169 1726879817.91684: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n<<<\n 5169 1726879817.91701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91733: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690>\r\n<<<\n 5169 1726879817.91751: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91776: stdout chunk (state=3):\n>>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680>\r\n<<<\n 5169 1726879817.91793: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830>\r\nimport 'ansible.module_utils.facts.timeout' # \r\n<<<\n 5169 1726879817.91829: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.collector' # \r\n<<<\n 5169 1726879817.91834: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91872: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n<<<\n 5169 1726879817.91877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91884: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n<<<\n 5169 1726879817.91889: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n<<<\n 5169 1726879817.91902: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91924: stdout chunk (state=3):\n>>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850>\r\n<<<\n 5169 1726879817.91945: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n<<<\n 5169 1726879817.91948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.91968: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n<<<\n 5169 1726879817.91995: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n<<<\n 5169 1726879817.92005: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879817.92010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92025: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879817.92046: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n<<<\n 5169 1726879817.92057: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\n<<<\n 5169 1726879817.92072: stdout chunk (state=3):\n>>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0>\r\n<<<\n 5169 1726879817.92083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92102: stdout chunk (state=3):\n>>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.92132: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879817.92135: stdout chunk (state=3):\n>>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380>\r\n<<<\n 5169 1726879817.92147: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n<<<\n 5169 1726879817.92174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92177: stdout chunk (state=3):\n>>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0>\r\n<<<\n 5169 1726879817.92209: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92219: stdout chunk (state=3):\n>>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590>\r\n<<<\n 5169 1726879817.92260: stdout chunk (state=3):\n>>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0>\r\n<<<\n 5169 1726879817.92263: stdout chunk (state=3):\n>>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860>\r\n<<<\n 5169 1726879817.92269: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n<<<\n 5169 1726879817.92295: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.92323: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92353: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n<<<\n 5169 1726879817.92394: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.92422: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92447: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.92478: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n<<<\n 5169 1726879817.92481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92484: stdout chunk (state=3):\n>>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720>\r\n<<<\n 5169 1726879817.92532: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92584: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n<<<\n 5169 1726879817.92626: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92630: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00>\r\n<<<\n 5169 1726879817.92684: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n<<<\n 5169 1726879817.92692: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n<<<\n 5169 1726879817.92704: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92742: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n<<<\n 5169 1726879817.92746: stdout chunk (state=3):\n>>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0>\r\n<<<\n 5169 1726879817.92752: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92755: stdout chunk (state=3):\n>>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0>\r\nimport 'ansible.module_utils.facts.timeout' # \r\n<<<\n 5169 1726879817.92775: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.collector' # \r\n<<<\n 5169 1726879817.92798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.92802: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.92877: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.92937: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.facter' # \r\n<<<\n 5169 1726879817.92944: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93000: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93048: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.other.ohai' # \r\n<<<\n 5169 1726879817.93075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93081: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n<<<\n 5169 1726879817.93101: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93134: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93173: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.apparmor' # \r\n<<<\n 5169 1726879817.93179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93280: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.caps' # \r\n<<<\n 5169 1726879817.93293: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93343: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93398: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.chroot' # \r\n<<<\n 5169 1726879817.93402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93471: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93523: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93593: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93637: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n<<<\n 5169 1726879817.93659: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93750: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n<<<\n 5169 1726879817.93764: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93819: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93883: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93917: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.93953: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n<<<\n 5169 1726879817.93986: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94010: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94047: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # \r\n<<<\n 5169 1726879817.94053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94193: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879817.94196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94251: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # \r\n<<<\n 5169 1726879817.94263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94336: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.loadavg' # \r\n<<<\n 5169 1726879817.94348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94425: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94519: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879817.94553: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00>\r\n<<<\n 5169 1726879817.94575: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879817.94606: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879817.94674: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.distribution' # \r\n<<<\n 5169 1726879817.94680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94742: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800>\r\n<<<\n 5169 1726879817.94745: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94748: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.local' # \r\n<<<\n 5169 1726879817.94751: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94794: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94868: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.datetime' # \r\n<<<\n 5169 1726879817.94891: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.date_time' # \r\n<<<\n 5169 1726879817.94906: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.94909: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94924: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.94956: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.env' # \r\n<<<\n 5169 1726879817.94963: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95000: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95099: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.dns' # \r\n<<<\n 5169 1726879817.95103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95110: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.95138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95175: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.fips' # \r\n<<<\n 5169 1726879817.95180: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95209: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95244: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.95280: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.95333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95350: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95380: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879817.95450: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879817.95455: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879817.95460: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879817.95463: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80>\r\n<<<\n 5169 1726879817.95488: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n<<<\n 5169 1726879817.95512: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.95528: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\n<<<\n 5169 1726879817.95562: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80>\r\n<<<\n 5169 1726879817.95619: stdout chunk (state=3):\n>>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n<<<\n 5169 1726879817.95641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95768: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879817.95795: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95802: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.95845: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95900: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95908: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n<<<\n 5169 1726879817.95920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.95986: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.pkg_mgr' # \r\n<<<\n 5169 1726879817.96004: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96013: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96068: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96098: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96148: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.platform' # \r\n<<<\n 5169 1726879817.96154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96200: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96227: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96249: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n<<<\n 5169 1726879817.96299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n<<<\n 5169 1726879817.96383: stdout chunk (state=3):\n>>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.96390: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n<<<\n 5169 1726879817.96400: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96445: stdout chunk (state=3):\n>>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60>\r\n<<<\n 5169 1726879817.96448: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96485: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n<<<\n 5169 1726879817.96502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96594: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879817.96643: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.96675: stdout chunk (state=3):\n>>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n<<<\n 5169 1726879817.96684: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n<<<\n 5169 1726879817.96713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.96717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.96768: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.96818: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.96834: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.96895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97001: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97004: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97099: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97149: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # \r\n<<<\n 5169 1726879817.97165: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97250: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.version' # \r\n<<<\n 5169 1726879817.97261: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.service_mgr' # \r\n<<<\n 5169 1726879817.97277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97284: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97311: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97360: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n<<<\n 5169 1726879817.97377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97426: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97469: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n<<<\n 5169 1726879817.97482: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n<<<\n 5169 1726879817.97513: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97517: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879817.97539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97564: stdout chunk (state=3):\n>>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.97573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97577: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n<<<\n 5169 1726879817.97584: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97655: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.base' # \r\n<<<\n 5169 1726879817.97668: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97698: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97835: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.97858: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n<<<\n 5169 1726879817.97868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98014: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.aix' # \r\n<<<\n 5169 1726879817.98018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98143: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # \r\n<<<\n 5169 1726879817.98149: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98187: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98338: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.sysctl' # \r\n<<<\n 5169 1726879817.98341: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.darwin' # \r\n<<<\n 5169 1726879817.98394: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879817.98398: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98703: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.freebsd' # \r\n<<<\n 5169 1726879817.98707: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.dragonfly' # \r\n<<<\n 5169 1726879817.98709: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98846: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.98980: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.hpux' # \r\n<<<\n 5169 1726879817.98986: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99022: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99398: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n<<<\n 5169 1726879817.99417: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99529: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99647: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n<<<\n 5169 1726879817.99657: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99673: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99765: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879817.99880: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.openbsd' # \r\n<<<\n 5169 1726879817.99886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00248: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n<<<\n 5169 1726879818.00252: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.00270: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n<<<\n 5169 1726879818.00278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00281: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00379: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n<<<\n 5169 1726879818.00383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00385: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00491: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.netbsd' # \r\n<<<\n 5169 1726879818.00493: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00495: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00598: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00600: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00701: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.openbsd' # \r\n<<<\n 5169 1726879818.00707: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00816: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.00876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01055: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n<<<\n 5169 1726879818.01060: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.hardware.sunos' # \r\n<<<\n 5169 1726879818.01075: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01100: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01104: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01106: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01148: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879818.01156: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01205: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01232: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01253: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01402: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01469: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01581: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.01630: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01714: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n<<<\n 5169 1726879818.01724: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01851: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n<<<\n 5169 1726879818.01873: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01907: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01952: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.darwin' # \r\n<<<\n 5169 1726879818.01955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.01983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02023: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.dragonfly' # \r\n<<<\n 5169 1726879818.02027: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02095: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02175: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.fc_wwn' # \r\n<<<\n 5169 1726879818.02179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02206: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02236: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.freebsd' # \r\n<<<\n 5169 1726879818.02244: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02314: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n<<<\n 5169 1726879818.02316: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02383: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hpux' # \r\n<<<\n 5169 1726879818.02387: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02391: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02442: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02446: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879818.02466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02503: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.hurd' # \r\n<<<\n 5169 1726879818.02514: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02517: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02536: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.02581: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02612: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879818.02631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02662: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02702: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879818.02707: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02804: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.02886: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879818.02945: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.02948: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.02992: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03042: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.03103: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03148: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.03154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.03191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03219: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03231: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.iscsi' # \r\n<<<\n 5169 1726879818.03237: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03279: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03311: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.nvme' # \r\n<<<\n 5169 1726879818.03318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03361: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\n<<<\n 5169 1726879818.03370: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n<<<\n 5169 1726879818.03374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03399: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03403: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.netbsd' # \r\n<<<\n 5169 1726879818.03406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03437: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03490: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.openbsd' # \r\n<<<\n 5169 1726879818.03493: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.03497: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03648: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.network.sunos' # \r\n<<<\n 5169 1726879818.03675: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03682: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n<<<\n 5169 1726879818.03710: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03743: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03794: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.base' # \r\n<<<\n 5169 1726879818.03802: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03826: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03847: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03898: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03934: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n<<<\n 5169 1726879818.03947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03957: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.03992: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04044: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n<<<\n 5169 1726879818.04051: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04118: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\n<<<\n 5169 1726879818.04121: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.dragonfly' # \r\n<<<\n 5169 1726879818.04137: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04149: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n<<<\n 5169 1726879818.04178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04252: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.hpux' # \r\n<<<\n 5169 1726879818.04274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04298: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04388: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.04470: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04484: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04545: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879818.04569: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04679: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.linux' # \r\n<<<\n 5169 1726879818.04686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04732: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04787: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.netbsd' # \r\n<<<\n 5169 1726879818.04793: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04876: stdout chunk (state=3):\n>>>import 'ansible.module_utils.service' # \r\n<<<\n 5169 1726879818.04894: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.openbsd' # \r\n<<<\n 5169 1726879818.04910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04968: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.04994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.05091: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n<<<\n 5169 1726879818.05100: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.05194: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.05294: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.ansible_collector' # \r\n<<<\n 5169 1726879818.05299: stdout chunk (state=3):\n>>>import 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n<<<\n 5169 1726879818.05310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.05466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.05609: stdout chunk (state=3):\n>>>import 'ansible.module_utils.service' # \r\n<<<\n 5169 1726879818.05703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.07491: stdout chunk (state=3):\n>>>\r\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"0\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ExecMainStartTimestampMonotonic\": \"51278083\", \"ExecMainExitTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ExecMainExitTimestampMonotonic\": \"52148397\", \"ExecMainPID\": \"9481\", \"ExecMainCode\": \"1\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl st<<<\n 5169 1726879818.07509: stdout chunk (state=3):\n>>>op ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"4773\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3303104512\", \"CPUUsageNSec\": \"968156000\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4185\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": \"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"13953\", \"LimitNPROCSoft\": \"13953\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"13953\", \"LimitSIGPENDINGSoft\": \"13953\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf c<<<\n 5169 1726879818.07548: stdout chunk (state=3):\n>>>ap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"active\", \"FreezerState\": \"running\", \"SubState\": \"exited\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"StateChangeTimestampMonotonic\": \"52148554\", \"InactiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveExitTimestampMonotonic\": \"51278272\", \"ActiveEnterTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ActiveEnterTimestampMonotonic\": \"52148554\", \"ActiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ActiveExitTimestampMonotonic\": \"51247276\", \"InactiveEnterTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveEnterTimestampMonotonic\": \"51271711\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"yes\", \"AssertResult\": \"yes\", \"ConditionTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ConditionTimestampMonotonic\": \"51274032\", \"AssertTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"AssertTimestampMonotonic\": \"51274059\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"InvocationID\": \"93107b4f209945be8a13a680fad32470\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\r\n<<<\n 5169 1726879818.08152: stdout chunk (state=3):\n>>>\r\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"infinity\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestampMonotonic\": \"0\", \"ExecMainExitTimestampMonotonic\": \"0\", \"ExecMainPID\": \"0\", \"ExecMainCode\": \"0\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"0\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3526541312\", \"CPUUsageNSec\": \"[not set]\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4416\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": <<<\n 5169 1726879818.08222: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n<<<\n 5169 1726879818.08229: stdout chunk (state=3):\n>>># clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n<<<\n 5169 1726879818.08352: stdout chunk (state=3):\n>>># cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n<<<\n 5169 1726879818.08361: stdout chunk (state=3):\n>>># cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n<<<\n 5169 1726879818.08411: stdout chunk (state=3):\n>>>\"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"14721\", \"LimitNPROCSoft\": \"14721\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"14721\", \"LimitSIGPENDINGSoft\": \"14721\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"inactive\", \"FreezerState\": \"running\", \"SubState\": \"dead\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestampMonotonic\": \"0\", \"InactiveExitTimestampMonotonic\": \"0\", \"ActiveEnterTimestampMonotonic\": \"0\", \"ActiveExitTimestampMonotonic\": \"0\", \"InactiveEnterTimestampMonotonic\": \"0\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"no\", \"AssertResult\": \"no\", \"ConditionTimestampMonotonic\": \"0\", \"AssertTimestampMonotonic\": \"0\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\r\n<<<\n 5169 1726879818.08419: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n<<<\n 5169 1726879818.08470: stdout chunk (state=3):\n>>># cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python<<<\n 5169 1726879818.08478: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n<<<\n 5169 1726879818.08522: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n<<<\n 5169 1726879818.08771: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879818.08775: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n<<<\n 5169 1726879818.08807: stdout chunk (state=3):\n>>># clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n<<<\n 5169 1726879818.08843: stdout chunk (state=3):\n>>># cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n<<<\n 5169 1726879818.08878: stdout chunk (state=3):\n>>># cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n<<<\n 5169 1726879818.08883: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879818.08912: stdout chunk (state=3):\n>>># cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n<<<\n 5169 1726879818.08934: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879818.08947: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 5169 1726879818.08953: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n<<<\n 5169 1726879818.08989: stdout chunk (state=3):\n>>># cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n<<<\n 5169 1726879818.09021: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879818.09067: stdout chunk (state=3):\n>>># cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n<<<\n 5169 1726879818.09075: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n<<<\n 5169 1726879818.09103: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n<<<\n 5169 1726879818.09136: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n<<<\n 5169 1726879818.09182: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n<<<\n 5169 1726879818.09227: stdout chunk (state=3):\n>>># destroy signal\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n<<<\n 5169 1726879818.09270: stdout chunk (state=3):\n>>># destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n# destroy fcntl\r\n<<<\n 5169 1726879818.09351: stdout chunk (state=3):\n>>># destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n<<<\n 5169 1726879818.09355: stdout chunk (state=3):\n>>># destroy ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879818.09358: stdout chunk (state=3):\n>>># destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n<<<\n 5169 1726879818.09360: stdout chunk (state=3):\n>>># destroy errno\r\n# destroy json\r\n<<<\n 5169 1726879818.09403: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879818.09470: stdout chunk (state=3):\n>>># cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879818.09547: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879818.09555: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879818.09563: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n<<<\n 5169 1726879818.09575: stdout chunk (state=3):\n>>># destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n<<<\n 5169 1726879818.09696: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n<<<\n 5169 1726879818.09703: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879818.09706: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879818.09709: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n<<<\n 5169 1726879818.09775: stdout chunk (state=3):\n>>># destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n<<<\n 5169 1726879818.09859: stdout chunk (state=3):\n>>># destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n<<<\n 5169 1726879818.09914: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879818.09975: stdout chunk (state=3):\n>>># destroy fcntl\r\n# destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy errno\r\n# destroy json\r\n<<<\n 5169 1726879818.10020: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879818.10133: stdout chunk (state=3):\n>>># destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n<<<\n 5169 1726879818.10140: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879818.10233: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n<<<\n 5169 1726879818.10240: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879818.10279: stdout chunk (state=3):\n>>># destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n<<<\n 5169 1726879818.10304: stdout chunk (state=3):\n>>># cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879818.10431: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879818.10443: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879818.10454: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879818.10491: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879818.10495: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 5169 1726879818.10523: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879818.10556: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879818.10592: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879818.10623: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879818.10628: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879818.10783: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879818.10794: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.10800: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.10807: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879818.10940: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850>\\r\\n# zipimport: found 104 names in \\'/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.service\\' # \\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"0\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ExecMainStartTimestampMonotonic\": \"51278083\", \"ExecMainExitTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ExecMainExitTimestampMonotonic\": \"52148397\", \"ExecMainPID\": \"9481\", \"ExecMainCode\": \"1\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"4773\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3303104512\", \"CPUUsageNSec\": \"968156000\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4185\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": \"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"13953\", \"LimitNPROCSoft\": \"13953\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"13953\", \"LimitSIGPENDINGSoft\": \"13953\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"active\", \"FreezerState\": \"running\", \"SubState\": \"exited\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"StateChangeTimestampMonotonic\": \"52148554\", \"InactiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveExitTimestampMonotonic\": \"51278272\", \"ActiveEnterTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ActiveEnterTimestampMonotonic\": \"52148554\", \"ActiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ActiveExitTimestampMonotonic\": \"51247276\", \"InactiveEnterTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveEnterTimestampMonotonic\": \"51271711\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"yes\", \"AssertResult\": \"yes\", \"ConditionTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ConditionTimestampMonotonic\": \"51274032\", \"AssertTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"AssertTimestampMonotonic\": \"51274059\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"InvocationID\": \"93107b4f209945be8a13a680fad32470\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.service\\r\\n# destroy ansible.module_utils.service\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy _multiprocessing\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy errno\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy glob\\r\\n# destroy pickle\\r\\n# destroy select\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879818.11515: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850>\r\n# zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.service' # \r\n# zipimport: zlib available\r\n\r\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"0\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ExecMainStartTimestampMonotonic\": \"51278083\", \"ExecMainExitTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ExecMainExitTimestampMonotonic\": \"52148397\", \"ExecMainPID\": \"9481\", \"ExecMainCode\": \"1\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"4773\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3303104512\", \"CPUUsageNSec\": \"968156000\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4185\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": \"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"13953\", \"LimitNPROCSoft\": \"13953\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"13953\", \"LimitSIGPENDINGSoft\": \"13953\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"active\", \"FreezerState\": \"running\", \"SubState\": \"exited\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"StateChangeTimestampMonotonic\": \"52148554\", \"InactiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveExitTimestampMonotonic\": \"51278272\", \"ActiveEnterTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\", \"ActiveEnterTimestampMonotonic\": \"52148554\", \"ActiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ActiveExitTimestampMonotonic\": \"51247276\", \"InactiveEnterTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"InactiveEnterTimestampMonotonic\": \"51271711\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"yes\", \"AssertResult\": \"yes\", \"ConditionTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"ConditionTimestampMonotonic\": \"51274032\", \"AssertTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\", \"AssertTimestampMonotonic\": \"51274059\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"InvocationID\": \"93107b4f209945be8a13a680fad32470\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy errno\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879818.12071: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879818.12087: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879818.12091: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.12095: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850>\\r\\n# zipimport: found 104 names in \\'/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.namespace\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.process\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\\'\\r\\nimport \\'_compat_pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0>\\r\\n# extension module \\'_pickle\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_pickle\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_pickle\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380>\\r\\nimport \\'pickle\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0>\\r\\nimport \\'multiprocessing.reduction\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590>\\r\\nimport \\'multiprocessing.context\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0>\\r\\nimport \\'multiprocessing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\\'\\r\\n# extension module \\'_heapq\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_heapq\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_heapq\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40>\\r\\nimport \\'heapq\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0>\\r\\n# extension module \\'_queue\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_queue\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_queue\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0>\\r\\nimport \\'queue\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'multiprocessing.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00>\\r\\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\\r\\n# code object from \\'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\\'\\r\\n# extension module \\'_multiprocessing\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_multiprocessing\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_multiprocessing\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600>\\r\\nimport \\'multiprocessing.connection\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0>\\r\\nimport \\'multiprocessing.pool\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0>\\r\\nimport \\'ansible.module_utils.facts.timeout\\' # \\r\\nimport \\'ansible.module_utils.facts.collector\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.facter\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.other.ohai\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.apparmor\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.caps\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.chroot\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.utils\\' # \\r\\nimport \\'ansible.module_utils.facts.system.cmdline\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.distribution\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.datetime\\' # \\r\\nimport \\'ansible.module_utils.facts.system.date_time\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.env\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.dns\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.fips\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.loadavg\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80>\\r\\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\\'\\r\\nimport \\'configparser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740>\\r\\nimport \\'ansible.module_utils.facts.system.local\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.lsb\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.pkg_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.platform\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\\'\\r\\n# extension module \\'_ssl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ssl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ssl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60>\\r\\nimport \\'ssl\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920>\\r\\nimport \\'ansible.module_utils.facts.system.python\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.version\\' # \\r\\nimport \\'ansible.module_utils.facts.system.service_mgr\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.system.ssh_pub_keys\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600>\\r\\nimport \\'getpass\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0>\\r\\nimport \\'ansible.module_utils.facts.system.user\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.linux\\' # \\r\\nimport \\'ansible.module_utils.facts.hardware.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.hardware.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.generic_bsd\\' # \\r\\nimport \\'ansible.module_utils.facts.network.aix\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.darwin\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.fc_wwn\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.freebsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.hurd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.iscsi\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.nvme\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.network.sunos\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.base\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sysctl\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.freebsd\\' # \\r\\nimport \\'ansible.module_utils.facts.virtual.dragonfly\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.hpux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.linux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.netbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.openbsd\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.virtual.sunos\\' # \\r\\nimport \\'ansible.module_utils.facts.default_collectors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.facts.ansible_collector\\' # \\r\\nimport \\'ansible.module_utils.facts.compat\\' # \\r\\nimport \\'ansible.module_utils.facts\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.service\\' # \\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"infinity\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestampMonotonic\": \"0\", \"ExecMainExitTimestampMonotonic\": \"0\", \"ExecMainPID\": \"0\", \"ExecMainCode\": \"0\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"0\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3526541312\", \"CPUUsageNSec\": \"[not set]\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4416\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": \"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"14721\", \"LimitNPROCSoft\": \"14721\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"14721\", \"LimitSIGPENDINGSoft\": \"14721\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"inactive\", \"FreezerState\": \"running\", \"SubState\": \"dead\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestampMonotonic\": \"0\", \"InactiveExitTimestampMonotonic\": \"0\", \"ActiveEnterTimestampMonotonic\": \"0\", \"ActiveExitTimestampMonotonic\": \"0\", \"InactiveEnterTimestampMonotonic\": \"0\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"no\", \"AssertResult\": \"no\", \"ConditionTimestampMonotonic\": \"0\", \"AssertTimestampMonotonic\": \"0\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ansible.module_utils.facts.namespace\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# cleanup[2] removing multiprocessing.process\\r\\n# cleanup[2] removing _compat_pickle\\r\\n# cleanup[2] removing _pickle\\r\\n# cleanup[2] removing pickle\\r\\n# cleanup[2] removing multiprocessing.reduction\\r\\n# cleanup[2] removing multiprocessing.context\\r\\n# cleanup[2] removing __mp_main__\\r\\n# destroy __main__\\r\\n# cleanup[2] removing multiprocessing\\r\\n# cleanup[2] removing _heapq\\r\\n# cleanup[2] removing heapq\\r\\n# destroy heapq\\r\\n# cleanup[2] removing _queue\\r\\n# cleanup[2] removing queue\\r\\n# cleanup[2] removing multiprocessing.util\\r\\n# cleanup[2] removing _multiprocessing\\r\\n# cleanup[2] removing multiprocessing.connection\\r\\n# cleanup[2] removing multiprocessing.pool\\r\\n# cleanup[2] removing ansible.module_utils.facts.timeout\\r\\n# cleanup[2] removing ansible.module_utils.facts.collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.other\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.facter\\r\\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\\r\\n# cleanup[2] removing ansible.module_utils.facts.system\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.caps\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\\r\\n# cleanup[2] removing ansible.module_utils.facts.utils\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\\r\\n# cleanup[2] removing ansible.module_utils.compat.datetime\\r\\n# destroy ansible.module_utils.compat.datetime\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.env\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.dns\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.fips\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\\r\\n# cleanup[2] removing glob\\r\\n# cleanup[2] removing configparser\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.local\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.platform\\r\\n# cleanup[2] removing _ssl\\r\\n# cleanup[2] removing ssl\\r\\n# destroy ssl\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.python\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\\r\\n# cleanup[2] removing ansible.module_utils.compat.version\\r\\n# destroy ansible.module_utils.compat.version\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing getpass\\r\\n# cleanup[2] removing ansible.module_utils.facts.system.user\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.network\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.aix\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\\r\\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\\r\\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\\r\\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\\r\\n# cleanup[2] removing ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts\\r\\n# destroy ansible.module_utils.facts.namespace\\r\\n# destroy ansible.module_utils.facts.other\\r\\n# destroy ansible.module_utils.facts.other.facter\\r\\n# destroy ansible.module_utils.facts.other.ohai\\r\\n# destroy ansible.module_utils.facts.system\\r\\n# destroy ansible.module_utils.facts.system.apparmor\\r\\n# destroy ansible.module_utils.facts.system.caps\\r\\n# destroy ansible.module_utils.facts.system.chroot\\r\\n# destroy ansible.module_utils.facts.system.cmdline\\r\\n# destroy ansible.module_utils.facts.system.distribution\\r\\n# destroy ansible.module_utils.facts.system.date_time\\r\\n# destroy ansible.module_utils.facts.system.env\\r\\n# destroy ansible.module_utils.facts.system.dns\\r\\n# destroy ansible.module_utils.facts.system.fips\\r\\n# destroy ansible.module_utils.facts.system.loadavg\\r\\n# destroy ansible.module_utils.facts.system.local\\r\\n# destroy ansible.module_utils.facts.system.lsb\\r\\n# destroy ansible.module_utils.facts.system.pkg_mgr\\r\\n# destroy ansible.module_utils.facts.system.platform\\r\\n# destroy ansible.module_utils.facts.system.python\\r\\n# destroy ansible.module_utils.facts.system.selinux\\r\\n# destroy ansible.module_utils.facts.system.service_mgr\\r\\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\\r\\n# destroy ansible.module_utils.facts.system.user\\r\\n# destroy ansible.module_utils.facts.utils\\r\\n# destroy ansible.module_utils.facts.hardware\\r\\n# destroy ansible.module_utils.facts.hardware.base\\r\\n# destroy ansible.module_utils.facts.hardware.aix\\r\\n# destroy ansible.module_utils.facts.hardware.darwin\\r\\n# destroy ansible.module_utils.facts.hardware.freebsd\\r\\n# destroy ansible.module_utils.facts.hardware.dragonfly\\r\\n# destroy ansible.module_utils.facts.hardware.hpux\\r\\n# destroy ansible.module_utils.facts.hardware.linux\\r\\n# destroy ansible.module_utils.facts.hardware.hurd\\r\\n# destroy ansible.module_utils.facts.hardware.netbsd\\r\\n# destroy ansible.module_utils.facts.hardware.openbsd\\r\\n# destroy ansible.module_utils.facts.hardware.sunos\\r\\n# destroy ansible.module_utils.facts.sysctl\\r\\n# destroy ansible.module_utils.facts.network\\r\\n# destroy ansible.module_utils.facts.network.base\\r\\n# destroy ansible.module_utils.facts.network.generic_bsd\\r\\n# destroy ansible.module_utils.facts.network.aix\\r\\n# destroy ansible.module_utils.facts.network.darwin\\r\\n# destroy ansible.module_utils.facts.network.dragonfly\\r\\n# destroy ansible.module_utils.facts.network.fc_wwn\\r\\n# destroy ansible.module_utils.facts.network.freebsd\\r\\n# destroy ansible.module_utils.facts.network.hpux\\r\\n# destroy ansible.module_utils.facts.network.hurd\\r\\n# destroy ansible.module_utils.facts.network.linux\\r\\n# destroy ansible.module_utils.facts.network.iscsi\\r\\n# destroy ansible.module_utils.facts.network.nvme\\r\\n# destroy ansible.module_utils.facts.network.netbsd\\r\\n# destroy ansible.module_utils.facts.network.openbsd\\r\\n# destroy ansible.module_utils.facts.network.sunos\\r\\n# destroy ansible.module_utils.facts.virtual\\r\\n# destroy ansible.module_utils.facts.virtual.base\\r\\n# destroy ansible.module_utils.facts.virtual.sysctl\\r\\n# destroy ansible.module_utils.facts.virtual.freebsd\\r\\n# destroy ansible.module_utils.facts.virtual.dragonfly\\r\\n# destroy ansible.module_utils.facts.virtual.hpux\\r\\n# destroy ansible.module_utils.facts.virtual.linux\\r\\n# destroy ansible.module_utils.facts.virtual.netbsd\\r\\n# destroy ansible.module_utils.facts.virtual.openbsd\\r\\n# destroy ansible.module_utils.facts.virtual.sunos\\r\\n# destroy ansible.module_utils.facts.compat\\r\\n# cleanup[2] removing ansible.module_utils.service\\r\\n# destroy ansible.module_utils.service\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy locale\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy logging\\r\\n# destroy ansible.module_utils.facts.default_collectors\\r\\n# destroy ansible.module_utils.facts.ansible_collector\\r\\n# destroy multiprocessing\\r\\n# destroy multiprocessing.connection\\r\\n# destroy multiprocessing.pool\\r\\n# destroy signal\\r\\n# destroy multiprocessing.context\\r\\n# destroy array\\r\\n# destroy _compat_pickle\\r\\n# destroy _pickle\\r\\n# destroy queue\\r\\n# destroy _heapq\\r\\n# destroy _queue\\r\\n# destroy multiprocessing.process\\r\\n# destroy tempfile\\r\\n# destroy multiprocessing.util\\r\\n# destroy multiprocessing.reduction\\r\\n# destroy selectors\\r\\n# destroy _multiprocessing\\r\\n# destroy fcntl\\r\\n# destroy datetime\\r\\n# destroy base64\\r\\n# destroy _ssl\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy getpass\\r\\n# destroy pwd\\r\\n# destroy termios\\r\\n# destroy errno\\r\\n# destroy json\\r\\n# destroy socket\\r\\n# destroy struct\\r\\n# destroy fnmatch\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.facts.timeout\\r\\n# destroy ansible.module_utils.facts.collector\\r\\n# destroy glob\\r\\n# destroy pickle\\r\\n# destroy select\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping configparser\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# destroy configparser\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879818.12986: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850>\r\n# zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.namespace' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\r\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\r\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0>\r\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\r\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380>\r\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0>\r\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590>\r\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0>\r\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\r\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\r\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40>\r\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0>\r\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\r\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0>\r\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\r\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\r\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\r\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600>\r\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0>\r\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0>\r\nimport 'ansible.module_utils.facts.timeout' # \r\nimport 'ansible.module_utils.facts.collector' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.facter' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.other.ohai' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.apparmor' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.caps' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.chroot' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.utils' # \r\nimport 'ansible.module_utils.facts.system.cmdline' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.distribution' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.datetime' # \r\nimport 'ansible.module_utils.facts.system.date_time' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.env' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.dns' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.fips' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.loadavg' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\r\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740>\r\nimport 'ansible.module_utils.facts.system.local' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.lsb' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.pkg_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.platform' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\r\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60>\r\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920>\r\nimport 'ansible.module_utils.facts.system.python' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.version' # \r\nimport 'ansible.module_utils.facts.system.service_mgr' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600>\r\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0>\r\nimport 'ansible.module_utils.facts.system.user' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.sysctl' # \r\nimport 'ansible.module_utils.facts.hardware.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.freebsd' # \r\nimport 'ansible.module_utils.facts.hardware.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.linux' # \r\nimport 'ansible.module_utils.facts.hardware.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.hardware.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.generic_bsd' # \r\nimport 'ansible.module_utils.facts.network.aix' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.darwin' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.fc_wwn' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.freebsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.hurd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.iscsi' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.nvme' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.network.sunos' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.base' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sysctl' # \r\nimport 'ansible.module_utils.facts.virtual.freebsd' # \r\nimport 'ansible.module_utils.facts.virtual.dragonfly' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.hpux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.linux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.netbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.openbsd' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.virtual.sunos' # \r\nimport 'ansible.module_utils.facts.default_collectors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.facts.ansible_collector' # \r\nimport 'ansible.module_utils.facts.compat' # \r\nimport 'ansible.module_utils.facts' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.service' # \r\n# zipimport: zlib available\r\n\r\n{\"name\": \"kdump\", \"changed\": false, \"status\": {\"Type\": \"oneshot\", \"ExitType\": \"main\", \"Restart\": \"no\", \"RestartMode\": \"normal\", \"NotifyAccess\": \"none\", \"RestartUSec\": \"100ms\", \"RestartSteps\": \"0\", \"RestartMaxDelayUSec\": \"infinity\", \"RestartUSecNext\": \"100ms\", \"TimeoutStartUSec\": \"infinity\", \"TimeoutStopUSec\": \"45s\", \"TimeoutAbortUSec\": \"45s\", \"TimeoutStartFailureMode\": \"terminate\", \"TimeoutStopFailureMode\": \"abort\", \"RuntimeMaxUSec\": \"infinity\", \"RuntimeRandomizedExtraUSec\": \"0\", \"WatchdogUSec\": \"infinity\", \"WatchdogTimestampMonotonic\": \"0\", \"RootDirectoryStartOnly\": \"no\", \"RemainAfterExit\": \"yes\", \"GuessMainPID\": \"yes\", \"MainPID\": \"0\", \"ControlPID\": \"0\", \"FileDescriptorStoreMax\": \"0\", \"NFileDescriptorStore\": \"0\", \"FileDescriptorStorePreserve\": \"restart\", \"StatusErrno\": \"0\", \"Result\": \"success\", \"ReloadResult\": \"success\", \"CleanResult\": \"success\", \"UID\": \"[not set]\", \"GID\": \"[not set]\", \"NRestarts\": \"0\", \"OOMPolicy\": \"stop\", \"ReloadSignal\": \"1\", \"ExecMainStartTimestampMonotonic\": \"0\", \"ExecMainExitTimestampMonotonic\": \"0\", \"ExecMainPID\": \"0\", \"ExecMainCode\": \"0\", \"ExecMainStatus\": \"0\", \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\", \"Slice\": \"system.slice\", \"ControlGroupId\": \"0\", \"MemoryCurrent\": \"[not set]\", \"MemoryPeak\": \"[not set]\", \"MemorySwapCurrent\": \"[not set]\", \"MemorySwapPeak\": \"[not set]\", \"MemoryZSwapCurrent\": \"[not set]\", \"MemoryAvailable\": \"3526541312\", \"CPUUsageNSec\": \"[not set]\", \"TasksCurrent\": \"[not set]\", \"IPIngressBytes\": \"[no data]\", \"IPIngressPackets\": \"[no data]\", \"IPEgressBytes\": \"[no data]\", \"IPEgressPackets\": \"[no data]\", \"IOReadBytes\": \"[not set]\", \"IOReadOperations\": \"[not set]\", \"IOWriteBytes\": \"[not set]\", \"IOWriteOperations\": \"[not set]\", \"Delegate\": \"no\", \"CPUAccounting\": \"yes\", \"CPUWeight\": \"[not set]\", \"StartupCPUWeight\": \"[not set]\", \"CPUShares\": \"[not set]\", \"StartupCPUShares\": \"[not set]\", \"CPUQuotaPerSecUSec\": \"infinity\", \"CPUQuotaPeriodUSec\": \"infinity\", \"IOAccounting\": \"no\", \"IOWeight\": \"[not set]\", \"StartupIOWeight\": \"[not set]\", \"BlockIOAccounting\": \"no\", \"BlockIOWeight\": \"[not set]\", \"StartupBlockIOWeight\": \"[not set]\", \"MemoryAccounting\": \"yes\", \"DefaultMemoryLow\": \"0\", \"DefaultStartupMemoryLow\": \"0\", \"DefaultMemoryMin\": \"0\", \"MemoryMin\": \"0\", \"MemoryLow\": \"0\", \"StartupMemoryLow\": \"0\", \"MemoryHigh\": \"infinity\", \"StartupMemoryHigh\": \"infinity\", \"MemoryMax\": \"infinity\", \"StartupMemoryMax\": \"infinity\", \"MemorySwapMax\": \"infinity\", \"StartupMemorySwapMax\": \"infinity\", \"MemoryZSwapMax\": \"infinity\", \"StartupMemoryZSwapMax\": \"infinity\", \"MemoryLimit\": \"infinity\", \"DevicePolicy\": \"auto\", \"TasksAccounting\": \"yes\", \"TasksMax\": \"4416\", \"IPAccounting\": \"no\", \"ManagedOOMSwap\": \"auto\", \"ManagedOOMMemoryPressure\": \"auto\", \"ManagedOOMMemoryPressureLimit\": \"0\", \"ManagedOOMPreference\": \"none\", \"MemoryPressureWatch\": \"auto\", \"MemoryPressureThresholdUSec\": \"200ms\", \"CoredumpReceive\": \"no\", \"UMask\": \"0022\", \"LimitCPU\": \"infinity\", \"LimitCPUSoft\": \"infinity\", \"LimitFSIZE\": \"infinity\", \"LimitFSIZESoft\": \"infinity\", \"LimitDATA\": \"infinity\", \"LimitDATASoft\": \"infinity\", \"LimitSTACK\": \"infinity\", \"LimitSTACKSoft\": \"8388608\", \"LimitCORE\": \"infinity\", \"LimitCORESoft\": \"infinity\", \"LimitRSS\": \"infinity\", \"LimitRSSSoft\": \"infinity\", \"LimitNOFILE\": \"524288\", \"LimitNOFILESoft\": \"1024\", \"LimitAS\": \"infinity\", \"LimitASSoft\": \"infinity\", \"LimitNPROC\": \"14721\", \"LimitNPROCSoft\": \"14721\", \"LimitMEMLOCK\": \"8388608\", \"LimitMEMLOCKSoft\": \"8388608\", \"LimitLOCKS\": \"infinity\", \"LimitLOCKSSoft\": \"infinity\", \"LimitSIGPENDING\": \"14721\", \"LimitSIGPENDINGSoft\": \"14721\", \"LimitMSGQUEUE\": \"819200\", \"LimitMSGQUEUESoft\": \"819200\", \"LimitNICE\": \"0\", \"LimitNICESoft\": \"0\", \"LimitRTPRIO\": \"0\", \"LimitRTPRIOSoft\": \"0\", \"LimitRTTIME\": \"infinity\", \"LimitRTTIMESoft\": \"infinity\", \"RootEphemeral\": \"no\", \"OOMScoreAdjust\": \"0\", \"CoredumpFilter\": \"0x33\", \"Nice\": \"0\", \"IOSchedulingClass\": \"2\", \"IOSchedulingPriority\": \"4\", \"CPUSchedulingPolicy\": \"0\", \"CPUSchedulingPriority\": \"0\", \"CPUAffinityFromNUMA\": \"no\", \"NUMAPolicy\": \"n/a\", \"TimerSlackNSec\": \"50000\", \"CPUSchedulingResetOnFork\": \"no\", \"NonBlocking\": \"no\", \"StandardInput\": \"null\", \"StandardOutput\": \"journal\", \"StandardError\": \"inherit\", \"TTYReset\": \"no\", \"TTYVHangup\": \"no\", \"TTYVTDisallocate\": \"no\", \"SyslogPriority\": \"30\", \"SyslogLevelPrefix\": \"yes\", \"SyslogLevel\": \"6\", \"SyslogFacility\": \"3\", \"LogLevelMax\": \"-1\", \"LogRateLimitIntervalUSec\": \"0\", \"LogRateLimitBurst\": \"0\", \"SecureBits\": \"0\", \"CapabilityBoundingSet\": \"cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore\", \"DynamicUser\": \"no\", \"SetLoginEnvironment\": \"no\", \"RemoveIPC\": \"no\", \"PrivateTmp\": \"yes\", \"PrivateDevices\": \"no\", \"ProtectClock\": \"no\", \"ProtectKernelTunables\": \"no\", \"ProtectKernelModules\": \"no\", \"ProtectKernelLogs\": \"no\", \"ProtectControlGroups\": \"no\", \"PrivateNetwork\": \"no\", \"PrivateUsers\": \"no\", \"PrivateMounts\": \"no\", \"PrivateIPC\": \"no\", \"ProtectHome\": \"no\", \"ProtectSystem\": \"no\", \"SameProcessGroup\": \"no\", \"UtmpMode\": \"init\", \"IgnoreSIGPIPE\": \"yes\", \"NoNewPrivileges\": \"no\", \"SystemCallErrorNumber\": \"2147483646\", \"LockPersonality\": \"no\", \"RuntimeDirectoryPreserve\": \"no\", \"RuntimeDirectoryMode\": \"0755\", \"StateDirectoryMode\": \"0755\", \"CacheDirectoryMode\": \"0755\", \"LogsDirectoryMode\": \"0755\", \"ConfigurationDirectoryMode\": \"0755\", \"TimeoutCleanUSec\": \"infinity\", \"MemoryDenyWriteExecute\": \"no\", \"RestrictRealtime\": \"no\", \"RestrictSUIDSGID\": \"no\", \"RestrictNamespaces\": \"no\", \"MountAPIVFS\": \"no\", \"KeyringMode\": \"private\", \"ProtectProc\": \"default\", \"ProcSubset\": \"all\", \"ProtectHostname\": \"no\", \"MemoryKSM\": \"no\", \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\", \"KillMode\": \"control-group\", \"KillSignal\": \"15\", \"RestartKillSignal\": \"15\", \"FinalKillSignal\": \"9\", \"SendSIGKILL\": \"yes\", \"SendSIGHUP\": \"no\", \"WatchdogSignal\": \"6\", \"Id\": \"kdump.service\", \"Names\": \"kdump.service\", \"Requires\": \"system.slice -.mount\", \"Wants\": \"tmp.mount\", \"WantedBy\": \"multi-user.target\", \"After\": \"-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount\", \"RequiresMountsFor\": \"/var/tmp\", \"Description\": \"Crash recovery kernel arming\", \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\", \"LoadState\": \"loaded\", \"ActiveState\": \"inactive\", \"FreezerState\": \"running\", \"SubState\": \"dead\", \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\", \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\", \"UnitFileState\": \"enabled\", \"UnitFilePreset\": \"disabled\", \"StateChangeTimestampMonotonic\": \"0\", \"InactiveExitTimestampMonotonic\": \"0\", \"ActiveEnterTimestampMonotonic\": \"0\", \"ActiveExitTimestampMonotonic\": \"0\", \"InactiveEnterTimestampMonotonic\": \"0\", \"CanStart\": \"yes\", \"CanStop\": \"yes\", \"CanReload\": \"yes\", \"CanIsolate\": \"no\", \"CanFreeze\": \"yes\", \"StopWhenUnneeded\": \"no\", \"RefuseManualStart\": \"no\", \"RefuseManualStop\": \"no\", \"AllowIsolate\": \"no\", \"DefaultDependencies\": \"no\", \"SurviveFinalKillSignal\": \"no\", \"OnSuccessJobMode\": \"fail\", \"OnFailureJobMode\": \"replace\", \"IgnoreOnIsolate\": \"no\", \"NeedDaemonReload\": \"no\", \"JobTimeoutUSec\": \"infinity\", \"JobRunningTimeoutUSec\": \"infinity\", \"JobTimeoutAction\": \"none\", \"ConditionResult\": \"no\", \"AssertResult\": \"no\", \"ConditionTimestampMonotonic\": \"0\", \"AssertTimestampMonotonic\": \"0\", \"Transient\": \"no\", \"Perpetual\": \"no\", \"StartLimitIntervalUSec\": \"0\", \"StartLimitBurst\": \"5\", \"StartLimitAction\": \"none\", \"FailureAction\": \"none\", \"SuccessAction\": \"none\", \"CollectMode\": \"inactive\"}, \"enabled\": true, \"invocation\": {\"module_args\": {\"name\": \"kdump\", \"enabled\": true, \"daemon_reload\": false, \"daemon_reexec\": false, \"scope\": \"system\", \"no_block\": false, \"state\": null, \"force\": null, \"masked\": null}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy errno\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879818.16916: done with _execute_module (ansible.legacy.systemd, {'name': 'kdump', 'enabled': True, '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879817.377576-5327-244306817397423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879818.16919: _low_level_execute_command(): starting\n 5169 1726879818.16921: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879818.16925: done with _execute_module (ansible.legacy.systemd, {'name': 'kdump', 'enabled': True, '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879817.3926616-5328-252203282957806/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879818.16927: _low_level_execute_command(): starting\n 5169 1726879818.16928: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ > /dev/null 2>&1 && sleep 0'\"'\"''\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879818.16935: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.16936: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.16937: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.16939: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879818.16940: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879818.16941: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\n<<<\n 5169 1726879818.16943: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879818.16944: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879818.16945: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879818.16947: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.16948: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.16949: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.16951: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.16952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.16956: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.16958: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.16961: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879818.16963: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.16967: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.17490: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.17573: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.17576: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.17585: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.17590: handler run complete\n 5169 1726879818.17770: attempt loop complete, returning result\n 5169 1726879818.17773: _execute() done\n 5169 1726879818.17776: dumping result to json\n 5169 1726879818.17778: done dumping result, returning\n 5169 1726879818.17781: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.17783: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.17786: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled [0229e9c9-8e59-8f9b-2ddb-000000000047]\n 5169 1726879818.17788: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047\n 5169 1726879818.17790: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.17799: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.17801: handler run complete\n 5169 1726879818.17808: attempt loop complete, returning result\n 5169 1726879818.17827: _execute() done\n 5169 1726879818.17835: dumping result to json\n 5169 1726879818.17859: done dumping result, returning\n 5169 1726879818.17877: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled [0229e9c9-8e59-8f9b-2ddb-000000000047]\n 5169 1726879818.18262: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047\n 5169 1726879818.18485: WORKER PROCESS EXITING\n 5169 1726879818.18490: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047\nok: [managed_node2] => {\n \"changed\": false,\n \"enabled\": true,\n \"invocation\": {\n \"module_args\": {\n \"daemon_reexec\": false,\n \"daemon_reload\": false,\n \"enabled\": true,\n \"force\": null,\n \"masked\": null,\n \"name\": \"kdump\",\n \"no_block\": false,\n \"scope\": \"system\",\n \"state\": null\n }\n },\n \"name\": \"kdump\",\n \"status\": {\n \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\",\n \"ActiveEnterTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\",\n \"ActiveEnterTimestampMonotonic\": \"52148554\",\n \"ActiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"ActiveExitTimestampMonotonic\": \"51247276\",\n \"ActiveState\": \"active\",\n \"After\": \"basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount\",\n \"AllowIsolate\": \"no\",\n \"AssertResult\": \"yes\",\n \"AssertTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"AssertTimestampMonotonic\": \"51274059\",\n \"BlockIOAccounting\": \"no\",\n \"BlockIOWeight\": \"[not set]\",\n \"CPUAccounting\": \"yes\",\n \"CPUAffinityFromNUMA\": \"no\",\n \"CPUQuotaPerSecUSec\": \"infinity\",\n \"CPUQuotaPeriodUSec\": \"infinity\",\n \"CPUSchedulingPolicy\": \"0\",\n \"CPUSchedulingPriority\": \"0\",\n \"CPUSchedulingResetOnFork\": \"no\",\n \"CPUShares\": \"[not set]\",\n \"CPUUsageNSec\": \"968156000\",\n \"CPUWeight\": \"[not set]\",\n \"CacheDirectoryMode\": \"0755\",\n \"CanFreeze\": \"yes\",\n \"CanIsolate\": \"no\",\n \"CanReload\": \"yes\",\n \"CanStart\": \"yes\",\n \"CanStop\": \"yes\",\n \"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\",\n \"CleanResult\": \"success\",\n \"CollectMode\": \"inactive\",\n \"ConditionResult\": \"yes\",\n \"ConditionTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"ConditionTimestampMonotonic\": \"51274032\",\n \"ConfigurationDirectoryMode\": \"0755\",\n \"ControlGroupId\": \"4773\",\n \"ControlPID\": \"0\",\n \"CoredumpFilter\": \"0x33\",\n \"CoredumpReceive\": \"no\",\n \"DefaultDependencies\": \"no\",\n \"DefaultMemoryLow\": \"0\",\n \"DefaultMemoryMin\": \"0\",\n \"DefaultStartupMemoryLow\": \"0\",\n \"Delegate\": \"no\",\n \"Description\": \"Crash recovery kernel arming\",\n \"DevicePolicy\": \"auto\",\n \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\",\n \"DynamicUser\": \"no\",\n \"ExecMainCode\": \"1\",\n \"ExecMainExitTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\",\n \"ExecMainExitTimestampMonotonic\": \"52148397\",\n \"ExecMainPID\": \"9481\",\n \"ExecMainStartTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"ExecMainStartTimestampMonotonic\": \"51278083\",\n \"ExecMainStatus\": \"0\",\n \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\",\n \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }\",\n \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExitType\": \"main\",\n \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"FailureAction\": \"none\",\n \"FileDescriptorStoreMax\": \"0\",\n \"FileDescriptorStorePreserve\": \"restart\",\n \"FinalKillSignal\": \"9\",\n \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\",\n \"FreezerState\": \"running\",\n \"GID\": \"[not set]\",\n \"GuessMainPID\": \"yes\",\n \"IOAccounting\": \"no\",\n \"IOReadBytes\": \"[not set]\",\n \"IOReadOperations\": \"[not set]\",\n \"IOSchedulingClass\": \"2\",\n \"IOSchedulingPriority\": \"4\",\n \"IOWeight\": \"[not set]\",\n \"IOWriteBytes\": \"[not set]\",\n \"IOWriteOperations\": \"[not set]\",\n \"IPAccounting\": \"no\",\n \"IPEgressBytes\": \"[no data]\",\n \"IPEgressPackets\": \"[no data]\",\n \"IPIngressBytes\": \"[no data]\",\n \"IPIngressPackets\": \"[no data]\",\n \"Id\": \"kdump.service\",\n \"IgnoreOnIsolate\": \"no\",\n \"IgnoreSIGPIPE\": \"yes\",\n \"InactiveEnterTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"InactiveEnterTimestampMonotonic\": \"51271711\",\n \"InactiveExitTimestamp\": \"Fri 2024-09-20 20:49:56 EDT\",\n \"InactiveExitTimestampMonotonic\": \"51278272\",\n \"InvocationID\": \"93107b4f209945be8a13a680fad32470\",\n \"JobRunningTimeoutUSec\": \"infinity\",\n \"JobTimeoutAction\": \"none\",\n \"JobTimeoutUSec\": \"infinity\",\n \"KeyringMode\": \"private\",\n \"KillMode\": \"control-group\",\n \"KillSignal\": \"15\",\n \"LimitAS\": \"infinity\",\n \"LimitASSoft\": \"infinity\",\n \"LimitCORE\": \"infinity\",\n \"LimitCORESoft\": \"infinity\",\n \"LimitCPU\": \"infinity\",\n \"LimitCPUSoft\": \"infinity\",\n \"LimitDATA\": \"infinity\",\n \"LimitDATASoft\": \"infinity\",\n \"LimitFSIZE\": \"infinity\",\n \"LimitFSIZESoft\": \"infinity\",\n \"LimitLOCKS\": \"infinity\",\n \"LimitLOCKSSoft\": \"infinity\",\n \"LimitMEMLOCK\": \"8388608\",\n \"LimitMEMLOCKSoft\": \"8388608\",\n \"LimitMSGQUEUE\": \"819200\",\n \"LimitMSGQUEUESoft\": \"819200\",\n \"LimitNICE\": \"0\",\n \"LimitNICESoft\": \"0\",\n \"LimitNOFILE\": \"524288\",\n \"LimitNOFILESoft\": \"1024\",\n \"LimitNPROC\": \"13953\",\n \"LimitNPROCSoft\": \"13953\",\n \"LimitRSS\": \"infinity\",\n \"LimitRSSSoft\": \"infinity\",\n \"LimitRTPRIO\": \"0\",\n \"LimitRTPRIOSoft\": \"0\",\n \"LimitRTTIME\": \"infinity\",\n \"LimitRTTIMESoft\": \"infinity\",\n \"LimitSIGPENDING\": \"13953\",\n \"LimitSIGPENDINGSoft\": \"13953\",\n \"LimitSTACK\": \"infinity\",\n \"LimitSTACKSoft\": \"8388608\",\n \"LoadState\": \"loaded\",\n \"LockPersonality\": \"no\",\n \"LogLevelMax\": \"-1\",\n \"LogRateLimitBurst\": \"0\",\n \"LogRateLimitIntervalUSec\": \"0\",\n \"LogsDirectoryMode\": \"0755\",\n \"MainPID\": \"0\",\n \"ManagedOOMMemoryPressure\": \"auto\",\n \"ManagedOOMMemoryPressureLimit\": \"0\",\n \"ManagedOOMPreference\": \"none\",\n \"ManagedOOMSwap\": \"auto\",\n \"MemoryAccounting\": \"yes\",\n \"MemoryAvailable\": \"3303104512\",\n \"MemoryCurrent\": \"[not set]\",\n \"MemoryDenyWriteExecute\": \"no\",\n \"MemoryHigh\": \"infinity\",\n \"MemoryKSM\": \"no\",\n \"MemoryLimit\": \"infinity\",\n \"MemoryLow\": \"0\",\n \"MemoryMax\": \"infinity\",\n \"MemoryMin\": \"0\",\n \"MemoryPeak\": \"[not set]\",\n \"MemoryPressureThresholdUSec\": \"200ms\",\n \"MemoryPressureWatch\": \"auto\",\n \"MemorySwapCurrent\": \"[not set]\",\n \"MemorySwapMax\": \"infinity\",\n \"MemorySwapPeak\": \"[not set]\",\n \"MemoryZSwapCurrent\": \"[not set]\",\n \"MemoryZSwapMax\": \"infinity\",\n \"MountAPIVFS\": \"no\",\n \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"NFileDescriptorStore\": \"0\",\n \"NRestarts\": \"0\",\n \"NUMAPolicy\": \"n/a\",\n \"Names\": \"kdump.service\",\n \"NeedDaemonReload\": \"no\",\n \"Nice\": \"0\",\n \"NoNewPrivileges\": \"no\",\n \"NonBlocking\": \"no\",\n \"NotifyAccess\": \"none\",\n \"OOMPolicy\": \"stop\",\n \"OOMScoreAdjust\": \"0\",\n \"OnFailureJobMode\": \"replace\",\n \"OnSuccessJobMode\": \"fail\",\n \"Perpetual\": \"no\",\n \"PrivateDevices\": \"no\",\n \"PrivateIPC\": \"no\",\n \"PrivateMounts\": \"no\",\n \"PrivateNetwork\": \"no\",\n \"PrivateTmp\": \"yes\",\n \"PrivateUsers\": \"no\",\n \"ProcSubset\": \"all\",\n \"ProtectClock\": \"no\",\n \"ProtectControlGroups\": \"no\",\n \"ProtectHome\": \"no\",\n \"ProtectHostname\": \"no\",\n \"ProtectKernelLogs\": \"no\",\n \"ProtectKernelModules\": \"no\",\n \"ProtectKernelTunables\": \"no\",\n \"ProtectProc\": \"default\",\n \"ProtectSystem\": \"no\",\n \"RefuseManualStart\": \"no\",\n \"RefuseManualStop\": \"no\",\n \"ReloadResult\": \"success\",\n \"ReloadSignal\": \"1\",\n \"RemainAfterExit\": \"yes\",\n \"RemoveIPC\": \"no\",\n \"Requires\": \"system.slice -.mount\",\n \"RequiresMountsFor\": \"/var/tmp\",\n \"Restart\": \"no\",\n \"RestartKillSignal\": \"15\",\n \"RestartMaxDelayUSec\": \"infinity\",\n \"RestartMode\": \"normal\",\n \"RestartSteps\": \"0\",\n \"RestartUSec\": \"100ms\",\n \"RestartUSecNext\": \"100ms\",\n \"RestrictNamespaces\": \"no\",\n \"RestrictRealtime\": \"no\",\n \"RestrictSUIDSGID\": \"no\",\n \"Result\": \"success\",\n \"RootDirectoryStartOnly\": \"no\",\n \"RootEphemeral\": \"no\",\n \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"RuntimeDirectoryMode\": \"0755\",\n \"RuntimeDirectoryPreserve\": \"no\",\n \"RuntimeMaxUSec\": \"infinity\",\n \"RuntimeRandomizedExtraUSec\": \"0\",\n \"SameProcessGroup\": \"no\",\n \"SecureBits\": \"0\",\n \"SendSIGHUP\": \"no\",\n \"SendSIGKILL\": \"yes\",\n \"SetLoginEnvironment\": \"no\",\n \"Slice\": \"system.slice\",\n \"StandardError\": \"inherit\",\n \"StandardInput\": \"null\",\n \"StandardOutput\": \"journal\",\n \"StartLimitAction\": \"none\",\n \"StartLimitBurst\": \"5\",\n \"StartLimitIntervalUSec\": \"0\",\n \"StartupBlockIOWeight\": \"[not set]\",\n \"StartupCPUShares\": \"[not set]\",\n \"StartupCPUWeight\": \"[not set]\",\n \"StartupIOWeight\": \"[not set]\",\n \"StartupMemoryHigh\": \"infinity\",\n \"StartupMemoryLow\": \"0\",\n \"StartupMemoryMax\": \"infinity\",\n \"StartupMemorySwapMax\": \"infinity\",\n \"StartupMemoryZSwapMax\": \"infinity\",\n \"StateChangeTimestamp\": \"Fri 2024-09-20 20:49:57 EDT\",\n \"StateChangeTimestampMonotonic\": \"52148554\",\n \"StateDirectoryMode\": \"0755\",\n \"StatusErrno\": \"0\",\n \"StopWhenUnneeded\": \"no\",\n \"SubState\": \"exited\",\n \"SuccessAction\": \"none\",\n \"SurviveFinalKillSignal\": \"no\",\n \"SyslogFacility\": \"3\",\n \"SyslogLevel\": \"6\",\n \"SyslogLevelPrefix\": \"yes\",\n \"SyslogPriority\": \"30\",\n \"SystemCallErrorNumber\": \"2147483646\",\n \"TTYReset\": \"no\",\n \"TTYVHangup\": \"no\",\n \"TTYVTDisallocate\": \"no\",\n \"TasksAccounting\": \"yes\",\n \"TasksCurrent\": \"[not set]\",\n \"TasksMax\": \"4185\",\n \"TimeoutAbortUSec\": \"45s\",\n \"TimeoutCleanUSec\": \"infinity\",\n \"TimeoutStartFailureMode\": \"terminate\",\n \"TimeoutStartUSec\": \"infinity\",\n \"TimeoutStopFailureMode\": \"abort\",\n \"TimeoutStopUSec\": \"45s\",\n \"TimerSlackNSec\": \"50000\",\n \"Transient\": \"no\",\n \"Type\": \"oneshot\",\n \"UID\": \"[not set]\",\n \"UMask\": \"0022\",\n \"UnitFilePreset\": \"disabled\",\n \"UnitFileState\": \"enabled\",\n \"UtmpMode\": \"init\",\n \"WantedBy\": \"multi-user.target\",\n \"Wants\": \"tmp.mount\",\n \"WatchdogSignal\": \"6\",\n \"WatchdogTimestampMonotonic\": \"0\",\n \"WatchdogUSec\": \"0\"\n }\n}\n 5169 1726879818.18830: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047\n 5169 1726879818.18935: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"enabled\": true,\n \"invocation\": {\n \"module_args\": {\n \"daemon_reexec\": false,\n \"daemon_reload\": false,\n \"enabled\": true,\n \"force\": null,\n \"masked\": null,\n \"name\": \"kdump\",\n \"no_block\": false,\n \"scope\": \"system\",\n \"state\": null\n }\n },\n \"name\": \"kdump\",\n \"status\": {\n \"AccessSELinuxContext\": \"system_u:object_r:kdump_unit_file_t:s0\",\n \"ActiveEnterTimestampMonotonic\": \"0\",\n \"ActiveExitTimestampMonotonic\": \"0\",\n \"ActiveState\": \"inactive\",\n \"After\": \"-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount\",\n \"AllowIsolate\": \"no\",\n \"AssertResult\": \"no\",\n \"AssertTimestampMonotonic\": \"0\",\n \"BlockIOAccounting\": \"no\",\n \"BlockIOWeight\": \"[not set]\",\n \"CPUAccounting\": \"yes\",\n \"CPUAffinityFromNUMA\": \"no\",\n \"CPUQuotaPerSecUSec\": \"infinity\",\n \"CPUQuotaPeriodUSec\": \"infinity\",\n \"CPUSchedulingPolicy\": \"0\",\n \"CPUSchedulingPriority\": \"0\",\n \"CPUSchedulingResetOnFork\": \"no\",\n \"CPUShares\": \"[not set]\",\n \"CPUUsageNSec\": \"[not set]\",\n \"CPUWeight\": \"[not set]\",\n \"CacheDirectoryMode\": \"0755\",\n \"CanFreeze\": \"yes\",\n \"CanIsolate\": \"no\",\n \"CanReload\": \"yes\",\n \"CanStart\": \"yes\",\n \"CanStop\": \"yes\",\n \"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\",\n \"CleanResult\": \"success\",\n \"CollectMode\": \"inactive\",\n \"ConditionResult\": \"no\",\n \"ConditionTimestampMonotonic\": \"0\",\n \"ConfigurationDirectoryMode\": \"0755\",\n \"ControlGroupId\": \"0\",\n \"ControlPID\": \"0\",\n \"CoredumpFilter\": \"0x33\",\n \"CoredumpReceive\": \"no\",\n \"DefaultDependencies\": \"no\",\n \"DefaultMemoryLow\": \"0\",\n \"DefaultMemoryMin\": \"0\",\n \"DefaultStartupMemoryLow\": \"0\",\n \"Delegate\": \"no\",\n \"Description\": \"Crash recovery kernel arming\",\n \"DevicePolicy\": \"auto\",\n \"DropInPaths\": \"/usr/lib/systemd/system/service.d/10-timeout-abort.conf\",\n \"DynamicUser\": \"no\",\n \"ExecMainCode\": \"0\",\n \"ExecMainExitTimestampMonotonic\": \"0\",\n \"ExecMainPID\": \"0\",\n \"ExecMainStartTimestampMonotonic\": \"0\",\n \"ExecMainStatus\": \"0\",\n \"ExecReload\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecReloadEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStart\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStartEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStop\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExecStopEx\": \"{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }\",\n \"ExitType\": \"main\",\n \"ExtensionImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"FailureAction\": \"none\",\n \"FileDescriptorStoreMax\": \"0\",\n \"FileDescriptorStorePreserve\": \"restart\",\n \"FinalKillSignal\": \"9\",\n \"FragmentPath\": \"/usr/lib/systemd/system/kdump.service\",\n \"FreezerState\": \"running\",\n \"GID\": \"[not set]\",\n \"GuessMainPID\": \"yes\",\n \"IOAccounting\": \"no\",\n \"IOReadBytes\": \"[not set]\",\n \"IOReadOperations\": \"[not set]\",\n \"IOSchedulingClass\": \"2\",\n \"IOSchedulingPriority\": \"4\",\n \"IOWeight\": \"[not set]\",\n \"IOWriteBytes\": \"[not set]\",\n \"IOWriteOperations\": \"[not set]\",\n \"IPAccounting\": \"no\",\n \"IPEgressBytes\": \"[no data]\",\n \"IPEgressPackets\": \"[no data]\",\n \"IPIngressBytes\": \"[no data]\",\n \"IPIngressPackets\": \"[no data]\",\n \"Id\": \"kdump.service\",\n \"IgnoreOnIsolate\": \"no\",\n \"IgnoreSIGPIPE\": \"yes\",\n \"InactiveEnterTimestampMonotonic\": \"0\",\n \"InactiveExitTimestampMonotonic\": \"0\",\n \"JobRunningTimeoutUSec\": \"infinity\",\n \"JobTimeoutAction\": \"none\",\n \"JobTimeoutUSec\": \"infinity\",\n \"KeyringMode\": \"private\",\n \"KillMode\": \"control-group\",\n \"KillSignal\": \"15\",\n \"LimitAS\": \"infinity\",\n \"LimitASSoft\": \"infinity\",\n \"LimitCORE\": \"infinity\",\n \"LimitCORESoft\": \"infinity\",\n \"LimitCPU\": \"infinity\",\n \"LimitCPUSoft\": \"infinity\",\n \"LimitDATA\": \"infinity\",\n \"LimitDATASoft\": \"infinity\",\n \"LimitFSIZE\": \"infinity\",\n \"LimitFSIZESoft\": \"infinity\",\n \"LimitLOCKS\": \"infinity\",\n \"LimitLOCKSSoft\": \"infinity\",\n \"LimitMEMLOCK\": \"8388608\",\n \"LimitMEMLOCKSoft\": \"8388608\",\n \"LimitMSGQUEUE\": \"819200\",\n \"LimitMSGQUEUESoft\": \"819200\",\n \"LimitNICE\": \"0\",\n \"LimitNICESoft\": \"0\",\n \"LimitNOFILE\": \"524288\",\n \"LimitNOFILESoft\": \"1024\",\n \"LimitNPROC\": \"14721\",\n \"LimitNPROCSoft\": \"14721\",\n \"LimitRSS\": \"infinity\",\n \"LimitRSSSoft\": \"infinity\",\n \"LimitRTPRIO\": \"0\",\n \"LimitRTPRIOSoft\": \"0\",\n \"LimitRTTIME\": \"infinity\",\n \"LimitRTTIMESoft\": \"infinity\",\n \"LimitSIGPENDING\": \"14721\",\n \"LimitSIGPENDINGSoft\": \"14721\",\n \"LimitSTACK\": \"infinity\",\n \"LimitSTACKSoft\": \"8388608\",\n \"LoadState\": \"loaded\",\n \"LockPersonality\": \"no\",\n \"LogLevelMax\": \"-1\",\n \"LogRateLimitBurst\": \"0\",\n \"LogRateLimitIntervalUSec\": \"0\",\n \"LogsDirectoryMode\": \"0755\",\n \"MainPID\": \"0\",\n \"ManagedOOMMemoryPressure\": \"auto\",\n \"ManagedOOMMemoryPressureLimit\": \"0\",\n \"ManagedOOMPreference\": \"none\",\n \"ManagedOOMSwap\": \"auto\",\n \"MemoryAccounting\": \"yes\",\n \"MemoryAvailable\": \"3526541312\",\n \"MemoryCurrent\": \"[not set]\",\n \"MemoryDenyWriteExecute\": \"no\",\n \"MemoryHigh\": \"infinity\",\n \"MemoryKSM\": \"no\",\n \"MemoryLimit\": \"infinity\",\n \"MemoryLow\": \"0\",\n \"MemoryMax\": \"infinity\",\n \"MemoryMin\": \"0\",\n \"MemoryPeak\": \"[not set]\",\n \"MemoryPressureThresholdUSec\": \"200ms\",\n \"MemoryPressureWatch\": \"auto\",\n \"MemorySwapCurrent\": \"[not set]\",\n \"MemorySwapMax\": \"infinity\",\n \"MemorySwapPeak\": \"[not set]\",\n \"MemoryZSwapCurrent\": \"[not set]\",\n \"MemoryZSwapMax\": \"infinity\",\n \"MountAPIVFS\": \"no\",\n \"MountImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"NFileDescriptorStore\": \"0\",\n \"NRestarts\": \"0\",\n \"NUMAPolicy\": \"n/a\",\n \"Names\": \"kdump.service\",\n \"NeedDaemonReload\": \"no\",\n \"Nice\": \"0\",\n \"NoNewPrivileges\": \"no\",\n \"NonBlocking\": \"no\",\n \"NotifyAccess\": \"none\",\n \"OOMPolicy\": \"stop\",\n \"OOMScoreAdjust\": \"0\",\n \"OnFailureJobMode\": \"replace\",\n \"OnSuccessJobMode\": \"fail\",\n \"Perpetual\": \"no\",\n \"PrivateDevices\": \"no\",\n \"PrivateIPC\": \"no\",\n \"PrivateMounts\": \"no\",\n \"PrivateNetwork\": \"no\",\n \"PrivateTmp\": \"yes\",\n \"PrivateUsers\": \"no\",\n \"ProcSubset\": \"all\",\n \"ProtectClock\": \"no\",\n \"ProtectControlGroups\": \"no\",\n \"ProtectHome\": \"no\",\n \"ProtectHostname\": \"no\",\n \"ProtectKernelLogs\": \"no\",\n \"ProtectKernelModules\": \"no\",\n \"ProtectKernelTunables\": \"no\",\n \"ProtectProc\": \"default\",\n \"ProtectSystem\": \"no\",\n \"RefuseManualStart\": \"no\",\n \"RefuseManualStop\": \"no\",\n \"ReloadResult\": \"success\",\n \"ReloadSignal\": \"1\",\n \"RemainAfterExit\": \"yes\",\n \"RemoveIPC\": \"no\",\n \"Requires\": \"system.slice -.mount\",\n \"RequiresMountsFor\": \"/var/tmp\",\n \"Restart\": \"no\",\n \"RestartKillSignal\": \"15\",\n \"RestartMaxDelayUSec\": \"infinity\",\n \"RestartMode\": \"normal\",\n \"RestartSteps\": \"0\",\n \"RestartUSec\": \"100ms\",\n \"RestartUSecNext\": \"100ms\",\n \"RestrictNamespaces\": \"no\",\n \"RestrictRealtime\": \"no\",\n \"RestrictSUIDSGID\": \"no\",\n \"Result\": \"success\",\n \"RootDirectoryStartOnly\": \"no\",\n \"RootEphemeral\": \"no\",\n \"RootImagePolicy\": \"root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent\",\n \"RuntimeDirectoryMode\": \"0755\",\n \"RuntimeDirectoryPreserve\": \"no\",\n \"RuntimeMaxUSec\": \"infinity\",\n \"RuntimeRandomizedExtraUSec\": \"0\",\n \"SameProcessGroup\": \"no\",\n \"SecureBits\": \"0\",\n \"SendSIGHUP\": \"no\",\n \"SendSIGKILL\": \"yes\",\n \"SetLoginEnvironment\": \"no\",\n \"Slice\": \"system.slice\",\n \"StandardError\": \"inherit\",\n \"StandardInput\": \"null\",\n \"StandardOutput\": \"journal\",\n \"StartLimitAction\": \"none\",\n \"StartLimitBurst\": \"5\",\n \"StartLimitIntervalUSec\": \"0\",\n \"StartupBlockIOWeight\": \"[not set]\",\n \"StartupCPUShares\": \"[not set]\",\n \"StartupCPUWeight\": \"[not set]\",\n \"StartupIOWeight\": \"[not set]\",\n \"StartupMemoryHigh\": \"infinity\",\n \"StartupMemoryLow\": \"0\",\n \"StartupMemoryMax\": \"infinity\",\n \"StartupMemorySwapMax\": \"infinity\",\n \"StartupMemoryZSwapMax\": \"infinity\",\n \"StateChangeTimestampMonotonic\": \"0\",\n \"StateDirectoryMode\": \"0755\",\n \"StatusErrno\": \"0\",\n \"StopWhenUnneeded\": \"no\",\n \"SubState\": \"dead\",\n \"SuccessAction\": \"none\",\n \"SurviveFinalKillSignal\": \"no\",\n \"SyslogFacility\": \"3\",\n \"SyslogLevel\": \"6\",\n \"SyslogLevelPrefix\": \"yes\",\n \"SyslogPriority\": \"30\",\n \"SystemCallErrorNumber\": \"2147483646\",\n \"TTYReset\": \"no\",\n \"TTYVHangup\": \"no\",\n \"TTYVTDisallocate\": \"no\",\n \"TasksAccounting\": \"yes\",\n \"TasksCurrent\": \"[not set]\",\n \"TasksMax\": \"4416\",\n \"TimeoutAbortUSec\": \"45s\",\n \"TimeoutCleanUSec\": \"infinity\",\n \"TimeoutStartFailureMode\": \"terminate\",\n \"TimeoutStartUSec\": \"infinity\",\n \"TimeoutStopFailureMode\": \"abort\",\n \"TimeoutStopUSec\": \"45s\",\n \"TimerSlackNSec\": \"50000\",\n \"Transient\": \"no\",\n \"Type\": \"oneshot\",\n \"UID\": \"[not set]\",\n \"UMask\": \"0022\",\n \"UnitFilePreset\": \"disabled\",\n \"UnitFileState\": \"enabled\",\n \"UtmpMode\": \"init\",\n \"WantedBy\": \"multi-user.target\",\n \"Wants\": \"tmp.mount\",\n \"WatchdogSignal\": \"6\",\n \"WatchdogTimestampMonotonic\": \"0\",\n \"WatchdogUSec\": \"infinity\"\n }\n}\n 5169 1726879818.19220: no more pending results, returning what we have\n 5169 1726879818.19225: results queue empty\n 5169 1726879818.19226: checking for any_errors_fatal\n 5169 1726879818.19231: done checking for any_errors_fatal\n 5169 1726879818.19232: checking for max_fail_percentage\n 5169 1726879818.19234: done checking for max_fail_percentage\n 5169 1726879818.19235: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879818.19237: done checking to see if all hosts have failed\n 5169 1726879818.19238: getting the remaining hosts for this loop\n 5169 1726879818.19239: done getting the remaining hosts for this loop\n 5169 1726879818.19249: getting the next task for host managed_node2\n 5169 1726879818.19254: done getting next task for host managed_node2\n 5169 1726879818.19259: ^ task is: TASK: fedora.linux_system_roles.kdump : Include SSH tasks\n 5169 1726879818.19262: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.19266: getting the next task for host managed_node3\n 5169 1726879818.19268: done getting next task for host managed_node3\n 5169 1726879818.19271: ^ task is: TASK: fedora.linux_system_roles.kdump : Include SSH tasks\n 5169 1726879818.19273: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.19290: getting variables\n 5169 1726879818.19292: in VariableManager get_vars()\n 5169 1726879818.19328: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.19331: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.19334: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.19345: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.19348: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.19357: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.19561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.19705: done with get_vars()\n 5169 1726879818.19713: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16\nFriday 20 September 2024 20:50:18 -0400 (0:00:00.869) 0:00:15.834 ****** \n 5169 1726879818.19789: entering _queue_task() for managed_node2/include_tasks\n 5169 1726879818.20057: worker is 3 (out of 3 available)\n 5169 1726879818.20224: exiting _queue_task() for managed_node2/include_tasks\n 5169 1726879818.20257: getting variables\n 5169 1726879818.20260: in VariableManager get_vars()\n 5169 1726879818.20346: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.20352: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.20356: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.20378: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.20382: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.20387: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.20677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.20957: done with get_vars()\n 5169 1726879818.20979: done getting variables\n 5169 1726879818.21083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Include SSH tasks\n 5169 1726879818.21087: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.21093: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.21096: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.21099: calling self._execute()\n 5169 1726879818.21101: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.21105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.21107: variable 'omit' from source: magic vars\n 5169 1726879818.21110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879818.21146: entering _queue_task() for managed_node3/include_tasks\n 5169 1726879818.21850: worker is 1 (out of 3 available)\n 5169 1726879818.21867: exiting _queue_task() for managed_node3/include_tasks\n 5169 1726879818.21881: done queuing things up, now waiting for results queue to drain\n 5169 1726879818.21882: waiting for pending results...\n 5169 1726879818.22143: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks\n 5169 1726879818.22259: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.22274: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.22278: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.22326: calling self._execute()\n 5169 1726879818.22419: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.22422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.22429: variable 'omit' from source: magic vars\n 5169 1726879818.22886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879818.24231: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879818.24372: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879818.24411: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879818.24492: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879818.24527: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879818.24630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879818.24700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879818.24707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879818.24757: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879818.24779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879818.24921: variable 'kdump_target' from source: play vars\n 5169 1726879818.25030: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879818.25244: variable 'hostvars' from source: magic vars\n 5169 1726879818.25248: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879818.25251: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.25274: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.25295: in VariableManager get_vars()\n 5169 1726879818.25311: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.25330: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.25342: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.25367: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.25463: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.25468: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.25582: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879818.25614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.25669: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879818.25730: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879818.25772: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879818.25830: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879818.25907: done with get_vars()\n 5169 1726879818.25928: variable 'ansible_user_id' from source: facts\n 5169 1726879818.26008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879818.26012: variable 'kdump_test_ssh_server_inside' from source: play vars\n 5169 1726879818.26015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879818.26018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879818.26066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879818.26087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879818.26223: variable 'kdump_target' from source: play vars\n 5169 1726879818.26266: variable 'kdump_test_ssh_source' from source: play vars\n 5169 1726879818.26457: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879818.26461: variable 'hostvars' from source: magic vars\n 5169 1726879818.26466: variable 'ansible_env' from source: facts\n 5169 1726879818.26473: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879818.26547: variable 'hostvars' from source: magic vars\n 5169 1726879818.26551: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.26554: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879818.26556: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.26559: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.26561: in VariableManager get_vars()\n 5169 1726879818.26693: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.26696: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.26699: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.26702: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.26705: in VariableManager get_vars()\n 5169 1726879818.26707: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.26709: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.26712: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.26714: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.26716: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.26718: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.26721: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.26723: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.26725: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.26769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.26927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.27183: done with get_vars()\n 5169 1726879818.27195: done with get_vars()\n 5169 1726879818.27216: variable 'ansible_user_id' from source: facts\n 5169 1726879818.27248: variable 'kdump_test_ssh_server_inside' from source: play vars\n 5169 1726879818.27323: variable 'ansible_all_ipv4_addresses' from source: facts\n 5169 1726879818.27327: in VariableManager get_vars()\n 5169 1726879818.27332: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.27366: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.27375: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.27379: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.27381: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.27384: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.27610: variable 'kdump_test_ssh_source' from source: play vars\n 5169 1726879818.27677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.27871: variable 'ansible_env' from source: facts\n 5169 1726879818.27874: variable 'hostvars' from source: magic vars\n 5169 1726879818.27877: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879818.27879: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.27910: done with get_vars()\n 5169 1726879818.27930: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.27934: in VariableManager get_vars()\n 5169 1726879818.27937: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.27939: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.27942: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.27944: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.27951: variable 'ansible_all_ipv6_addresses' from source: facts\n 5169 1726879818.27953: in VariableManager get_vars()\n 5169 1726879818.27960: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.28072: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.28075: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.28078: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.28080: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.28083: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.28085: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.28087: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.28162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.28186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.28430: done with get_vars()\n 5169 1726879818.28478: done with get_vars()\n 5169 1726879818.28482: variable 'ansible_default_ipv4' from source: facts\n 5169 1726879818.28485: variable 'ansible_all_ipv4_addresses' from source: facts\n 5169 1726879818.28488: in VariableManager get_vars()\n 5169 1726879818.28493: Evaluated conditional (kdump_target.type | d(none) == 'ssh'): True\n 5169 1726879818.28496: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.28498: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.28501: _execute() done\n 5169 1726879818.28503: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.28505: dumping result to json\n 5169 1726879818.28507: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.28510: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.28512: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.28571: done dumping result, returning\n 5169 1726879818.28575: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Include SSH tasks [0229e9c9-8e59-8f9b-2ddb-000000000048]\n 5169 1726879818.28578: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.28810: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.28814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.28817: WORKER PROCESS EXITING\n 5169 1726879818.28873: done with get_vars()\n 5169 1726879818.28888: variable 'ansible_all_ipv6_addresses' from source: facts\n 5169 1726879818.28896: in VariableManager get_vars()\n 5169 1726879818.28905: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.28943: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.28946: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.28948: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.28951: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.28957: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.29096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.29242: done with get_vars()\n 5169 1726879818.29249: variable 'ansible_default_ipv4' from source: facts\n 5169 1726879818.29264: Evaluated conditional (kdump_target.type | d(none) == 'ssh'): True\n 5169 1726879818.29271: _execute() done\n 5169 1726879818.29276: dumping result to json\n 5169 1726879818.29278: done dumping result, returning\n 5169 1726879818.29285: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks [0229e9c9-8e59-8f9b-2ddb-000000000048]\n 5169 1726879818.29431: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.29505: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048\n 5169 1726879818.29510: WORKER PROCESS EXITING\n 5169 1726879818.29535: no more pending results, returning what we have\n 5169 1726879818.29539: in VariableManager get_vars()\n 5169 1726879818.29579: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.29582: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.29584: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.29596: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.29599: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.29603: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.29778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.29920: done with get_vars()\n 5169 1726879818.29927: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.29928: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.29952: in VariableManager get_vars()\n 5169 1726879818.29963: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.29966: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.29968: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.29971: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.29972: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.29974: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.30126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.30268: done with get_vars()\n 5169 1726879818.30272: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.30273: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.30294: we have included files to process\n 5169 1726879818.30297: generating all_blocks data\n 5169 1726879818.30299: done generating all_blocks data\n 5169 1726879818.30305: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml\n 5169 1726879818.30307: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml\n 5169 1726879818.30311: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml\n 5169 1726879818.31446: done processing included file\n 5169 1726879818.31448: iterating over new_blocks loaded from include file\n 5169 1726879818.31449: in VariableManager get_vars()\n 5169 1726879818.31468: done with get_vars()\n 5169 1726879818.31469: filtering new block on tags\n 5169 1726879818.31482: done filtering new block on tags\n 5169 1726879818.31484: in VariableManager get_vars()\n 5169 1726879818.31498: done with get_vars()\n 5169 1726879818.31499: filtering new block on tags\n 5169 1726879818.31515: done filtering new block on tags\n 5169 1726879818.31517: in VariableManager get_vars()\n 5169 1726879818.31528: done with get_vars()\n 5169 1726879818.31529: filtering new block on tags\n 5169 1726879818.31538: done filtering new block on tags\n 5169 1726879818.31539: done iterating over new_blocks loaded from include file\nincluded: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed_node2, managed_node3\n 5169 1726879818.31543: extending task lists for all hosts with included blocks\n 5169 1726879818.32407: done extending task lists\n 5169 1726879818.32409: done processing included files\n 5169 1726879818.32409: results queue empty\n 5169 1726879818.32410: checking for any_errors_fatal\n 5169 1726879818.32416: done checking for any_errors_fatal\n 5169 1726879818.32417: checking for max_fail_percentage\n 5169 1726879818.32418: done checking for max_fail_percentage\n 5169 1726879818.32418: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879818.32419: done checking to see if all hosts have failed\n 5169 1726879818.32419: getting the remaining hosts for this loop\n 5169 1726879818.32420: done getting the remaining hosts for this loop\n 5169 1726879818.32422: getting the next task for host managed_node2\n 5169 1726879818.32426: done getting next task for host managed_node2\n 5169 1726879818.32428: ^ task is: TASK: fedora.linux_system_roles.kdump : Create key if it does not exist\n 5169 1726879818.32431: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.32431: getting the next task for host managed_node3\n 5169 1726879818.32433: done getting next task for host managed_node3\n 5169 1726879818.32434: ^ task is: TASK: fedora.linux_system_roles.kdump : Create key if it does not exist\n 5169 1726879818.32436: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.32443: getting variables\n 5169 1726879818.32444: in VariableManager get_vars()\n 5169 1726879818.32452: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.32454: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.32455: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.32459: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.32461: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.32463: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.32567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.32703: done with get_vars()\n 5169 1726879818.32710: done getting variables\n 5169 1726879818.32777: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Create key if it does not exist] *******\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2\nFriday 20 September 2024 20:50:18 -0400 (0:00:00.130) 0:00:15.964 ****** \n 5169 1726879818.32806: entering _queue_task() for managed_node2/command\n 5169 1726879818.32808: Creating lock for command\n 5169 1726879818.33117: worker is 2 (out of 3 available)\n 5169 1726879818.33133: exiting _queue_task() for managed_node2/command\n 5169 1726879818.33177: getting variables\n 5169 1726879818.33180: in VariableManager get_vars()\n 5169 1726879818.33313: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.33318: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.33322: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.33340: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.33344: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.33348: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.33723: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist\n 5169 1726879818.33728: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000114\n 5169 1726879818.33733: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.33736: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.33740: calling self._execute()\n 5169 1726879818.33759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.34028: done with get_vars()\n 5169 1726879818.34038: done getting variables\n 5169 1726879818.34096: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.34100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.34103: variable 'omit' from source: magic vars\n 5169 1726879818.34105: variable 'omit' from source: magic vars\n 5169 1726879818.34108: variable 'omit' from source: magic vars\n 5169 1726879818.34110: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.34158: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879818.34172: entering _queue_task() for managed_node3/command\n 5169 1726879818.34633: worker is 3 (out of 3 available)\n 5169 1726879818.34644: exiting _queue_task() for managed_node3/command\n 5169 1726879818.34657: done queuing things up, now waiting for results queue to drain\n 5169 1726879818.34659: waiting for pending results...\n 5169 1726879818.34605: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.34776: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.34782: variable 'omit' from source: magic vars\n 5169 1726879818.34785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879818.34792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.34796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879818.34799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.34803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.34806: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.34810: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.34813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.34952: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist\n 5169 1726879818.35100: Set connection var ansible_timeout to 10\n 5169 1726879818.35170: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879818.35174: Set connection var ansible_connection to ssh\n 5169 1726879818.35177: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000114\n 5169 1726879818.35179: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.35182: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.35185: Set connection var ansible_shell_type to sh\n 5169 1726879818.35188: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879818.35193: Set connection var ansible_pipelining to False\n 5169 1726879818.35196: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.35198: variable 'ansible_connection' from source: unknown\n 5169 1726879818.35202: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.35204: variable 'ansible_shell_type' from source: unknown\n 5169 1726879818.35207: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.35212: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.35219: variable 'ansible_pipelining' from source: unknown\n 5169 1726879818.35222: variable 'ansible_timeout' from source: unknown\n 5169 1726879818.35225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.35238: calling self._execute()\n 5169 1726879818.35435: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.35439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.35442: variable 'omit' from source: magic vars\n 5169 1726879818.35447: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879818.35451: variable 'omit' from source: magic vars\n 5169 1726879818.35453: starting attempt loop\n 5169 1726879818.35456: running the handler\n 5169 1726879818.35459: _low_level_execute_command(): starting\n 5169 1726879818.35461: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879818.35515: variable 'omit' from source: magic vars\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879818.35595: variable 'omit' from source: magic vars\n 5169 1726879818.35699: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.35836: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.35930: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.35948: variable 'omit' from source: magic vars\n 5169 1726879818.36003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879818.36038: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.36061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879818.36136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.36139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.36142: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.36145: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.36147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.36268: Set connection var ansible_timeout to 10\n 5169 1726879818.36274: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879818.36277: Set connection var ansible_connection to ssh\n 5169 1726879818.36285: Set connection var ansible_shell_type to sh\n 5169 1726879818.36293: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879818.36297: Set connection var ansible_pipelining to False\n 5169 1726879818.36331: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.36335: variable 'ansible_connection' from source: unknown\n 5169 1726879818.36339: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.36342: variable 'ansible_shell_type' from source: unknown\n 5169 1726879818.36345: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.36456: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.36460: variable 'ansible_pipelining' from source: unknown\n 5169 1726879818.36463: variable 'ansible_timeout' from source: unknown\n 5169 1726879818.36468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.36493: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879818.36527: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.36548: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879818.36561: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879818.36605: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879818.36642: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.36677: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879818.36680: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.36683: variable 'omit' from source: magic vars\n 5169 1726879818.36867: starting attempt loop\n 5169 1726879818.36873: running the handler\n 5169 1726879818.36876: _low_level_execute_command(): starting\n 5169 1726879818.36879: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879818.37375: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.37396: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.37412: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.37450: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879818.37464: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.37483: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.37526: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.38384: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879818.38528: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.38550: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.38552: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.38771: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.38775: _low_level_execute_command(): starting\n 5169 1726879818.38779: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `\" && echo ansible-tmp-1726879818.38582-5350-265070391793400=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `\" && echo ansible-tmp-1726879818.38582-5350-265070391793400=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `\" ) && sleep 0'\"'\"''\n 5169 1726879818.39230: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.39234: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.39259: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879818.39280: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.39419: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.39423: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.39427: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.39430: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.39435: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.39451: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.39567: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.39572: _low_level_execute_command(): starting\n 5169 1726879818.39575: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `\" && echo ansible-tmp-1726879818.3948345-5351-223320211850467=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `\" && echo ansible-tmp-1726879818.3948345-5351-223320211850467=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `\" ) && sleep 0'\"'\"''\n 5169 1726879818.40104: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.40118: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.40157: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879818.40161: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.40164: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.40174: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.40180: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.40240: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.40244: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.40246: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.40284: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.41387: stdout chunk (state=3):\n>>>ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400\n<<<\n 5169 1726879818.41522: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.41553: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.41559: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.41777: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.41781: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.41785: ANSIBALLZ: Using generic lock for ansible.legacy.command\n 5169 1726879818.41788: ANSIBALLZ: Acquiring lock\n 5169 1726879818.41793: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879818.41797: ANSIBALLZ: Creating module\n 5169 1726879818.42255: stdout chunk (state=3):\n>>>ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467\n<<<\n 5169 1726879818.42576: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.42580: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.42583: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.42592: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.42595: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.42597: ANSIBALLZ: Using generic lock for ansible.legacy.command\n 5169 1726879818.42600: ANSIBALLZ: Acquiring lock\n 5169 1726879818.50546: ANSIBALLZ: Writing module into payload\n 5169 1726879818.50613: ANSIBALLZ: Writing module\n 5169 1726879818.50630: ANSIBALLZ: Renaming module\n 5169 1726879818.50637: ANSIBALLZ: Done creating module\n 5169 1726879818.50871: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879818.50876: ANSIBALLZ: Lock acquired: 140122399810688\n 5169 1726879818.50878: ANSIBALLZ: Reading module after lock\n 5169 1726879818.50881: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 5169 1726879818.50886: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva TO /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 5169 1726879818.50897: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji TO /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879818.50976: Sending initial data\n 5169 1726879818.50980: Sent initial data (152 bytes)\n 5169 1726879818.51043: Sending initial data\n 5169 1726879818.51134: Sent initial data (154 bytes)\n 5169 1726879818.51701: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.51705: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.51770: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879818.51774: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879818.51777: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879818.51780: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.51782: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879818.51797: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.51801: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879818.51857: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.51860: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879818.51908: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879818.51948: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.51997: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.52067: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.52071: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.53534: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\n<<<\n 5169 1726879818.53539: stderr chunk (state=3):\n>>>debug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879818.53579: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879818.53640: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879818.53645: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879818.53649: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\n<<<\n 5169 1726879818.53673: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\n<<<\n 5169 1726879818.53692: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879818.53727: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879818.53731: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py M:0x001a\r\n<<<\n 5169 1726879818.53739: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879818.53742: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\n<<<\n 5169 1726879818.53776: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py M:0x001a\r\n<<<\n 5169 1726879818.53970: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119128\r\n<<<\n 5169 1726879818.53987: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119126\r\n<<<\n 5169 1726879818.54379: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119128 bytes at 0\r\n<<<\n 5169 1726879818.54383: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879818.54403: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119126 bytes at 0\r\n<<<\n 5169 1726879818.54409: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879818.54444: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879818.54463: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879818.54572: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.54575: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.54596: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.54604: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119126\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119126 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879818.54658: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.54662: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.54698: done transferring module to remote\n 5169 1726879818.54716: _low_level_execute_command(): starting\n 5169 1726879818.54719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'\"'\"''\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119128\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119128 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879818.55075: done transferring module to remote\n 5169 1726879818.55078: _low_level_execute_command(): starting\n 5169 1726879818.55081: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'\"'\"''\n 5169 1726879818.55508: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.55518: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.55536: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.55544: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879818.55578: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.55584: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879818.55599: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879818.55681: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.55703: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879818.55712: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879818.55729: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879818.55829: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.55833: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.55848: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.55873: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.55896: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.55994: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.56033: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879818.56052: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879818.56069: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879818.56099: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.56132: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879818.56154: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.56189: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.57578: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879818.57581: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.57622: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.57626: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.57650: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.57654: _low_level_execute_command(): starting\n 5169 1726879818.57656: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'\"'\"''\n 5169 1726879818.58229: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.58240: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.58252: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.58317: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.58323: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879818.58325: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879818.58331: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879818.58333: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.58454: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879818.58458: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.58461: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.58464: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.58468: _low_level_execute_command(): starting\n 5169 1726879818.58508: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n 5169 1726879818.58515: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'\"'\"''\n 5169 1726879818.59038: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.59042: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.59045: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.59048: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879818.59051: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.59117: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879818.59122: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.59127: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879818.59148: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.59174: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.60755: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879818.60790: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879818.60822: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879818.60827: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879818.60899: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879818.60905: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879818.60937: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879818.60979: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879818.61007: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n<<<\n 5169 1726879818.61014: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879818.61077: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879818.61084: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.61098: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879818.61116: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879818.61152: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879818.61183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530>\r\n<<<\n 5169 1726879818.61203: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30>\r\n<<<\n 5169 1726879818.61220: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879818.61232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0>\r\n<<<\n 5169 1726879818.61262: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879818.61290: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879818.61302: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879818.61309: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879818.61346: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879818.61395: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879818.61437: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879818.61445: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879818.61476: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879818.61479: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879818.61512: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879818.61533: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879818.61540: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879818.61561: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879818.61576: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879818.61587: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\n<<<\n 5169 1726879818.61620: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879818.61624: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879818.61632: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879818.61646: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190>\r\n<<<\n 5169 1726879818.61648: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879818.61703: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.61707: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.61710: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0>\r\n<<<\n 5169 1726879818.61730: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879818.61743: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879818.61747: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879818.61774: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879818.61784: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879818.61931: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530>\r\n<<<\n 5169 1726879818.61937: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879818.61961: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0>\r\n<<<\n 5169 1726879818.61966: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879818.61969: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879818.61972: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879818.61986: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879818.62032: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879818.62036: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62096: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879818.62103: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879818.62150: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879818.62156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62206: stdout chunk (state=3):\n>>>import 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879818.62210: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0>\r\n<<<\n 5169 1726879818.62238: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0>\r\n<<<\n 5169 1726879818.62282: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0>\r\n<<<\n 5169 1726879818.62286: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879818.62312: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000>\r\n<<<\n 5169 1726879818.62327: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62347: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879818.62377: stdout chunk (state=3):\n>>>import 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879818.62394: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62409: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879818.62424: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879818.62433: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0>\r\n<<<\n 5169 1726879818.62458: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879818.62461: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62478: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30>\r\n<<<\n 5169 1726879818.62480: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879818.62537: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0>\r\nimport '_functools' # \r\n<<<\n 5169 1726879818.62581: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0>\r\n<<<\n 5169 1726879818.62596: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879818.62614: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62637: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879818.62645: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62669: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879818.62675: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80>\r\n<<<\n 5169 1726879818.62709: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879818.62713: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62730: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879818.62737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879818.62829: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30>\r\n<<<\n 5169 1726879818.62833: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879818.62836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879818.62840: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\n<<<\n 5169 1726879818.62898: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879818.62902: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879818.62942: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879818.63001: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63006: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879818.63009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200>\r\n<<<\n 5169 1726879818.63049: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90>\r\nimport '_collections' # \r\n<<<\n 5169 1726879818.63094: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20>\r\n<<<\n 5169 1726879818.63122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63151: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879818.63192: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63195: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220>\r\n<<<\n 5169 1726879818.63215: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63265: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0>\r\n<<<\n 5169 1726879818.63277: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879818.63296: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879818.63299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879818.63355: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879818.63359: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63365: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879818.63369: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0>\r\n<<<\n 5169 1726879818.63373: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63422: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20>\r\n<<<\n 5169 1726879818.63442: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879818.63446: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0>\r\n<<<\n 5169 1726879818.63450: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63454: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60>\r\n<<<\n 5169 1726879818.63528: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63532: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90>\r\n<<<\n 5169 1726879818.63537: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63542: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260>\r\n<<<\n 5169 1726879818.63594: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63605: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.63652: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63716: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879818.63723: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63740: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879818.63797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63801: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879818.63804: stdout chunk (state=3):\n>>>import 'runpy' # \r\n<<<\n 5169 1726879818.63849: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63886: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.63895: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879818.63900: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740>\r\n<<<\n 5169 1726879818.63934: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950>\r\n<<<\n 5169 1726879818.63942: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879818.63994: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64032: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20>\r\n<<<\n 5169 1726879818.64053: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270>\r\n<<<\n 5169 1726879818.64115: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50>\r\n<<<\n 5169 1726879818.64119: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64151: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00>\r\n<<<\n 5169 1726879818.64158: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879818.64177: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0>\r\n<<<\n 5169 1726879818.64200: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570>\r\n<<<\n 5169 1726879818.64239: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879818.64244: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879818.64271: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64309: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360>\r\n<<<\n 5169 1726879818.64332: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64368: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879818.64375: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530>\r\n<<<\n 5169 1726879818.64435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64441: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0>\r\n<<<\n 5169 1726879818.64444: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50>\r\n<<<\n 5169 1726879818.64456: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510>\r\n<<<\n 5169 1726879818.64479: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879818.64498: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879818.64519: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64592: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879818.64641: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10>\r\n<<<\n 5169 1726879818.64645: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879818.64649: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60>\r\n<<<\n 5169 1726879818.64684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64691: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879818.64739: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879818.64745: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64748: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879818.64754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64774: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64794: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420>\r\n<<<\n 5169 1726879818.64811: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00>\r\n<<<\n 5169 1726879818.64849: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879818.64913: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879818.64917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64921: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380>\r\n<<<\n 5169 1726879818.64974: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0>\r\n<<<\n 5169 1726879818.64977: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879818.64983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879818.64986: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0>\r\n<<<\n 5169 1726879818.65022: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.65054: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879818.65081: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00>\r\n<<<\n 5169 1726879818.65136: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879818.65139: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0>\r\n<<<\n 5169 1726879818.65142: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879818.65148: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0>\r\n<<<\n 5169 1726879818.65168: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879818.65194: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip'\r\n<<<\n 5169 1726879818.65198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65204: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879818.65294: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90>\r\n<<<\n 5169 1726879818.65344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65373: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410>\r\n<<<\n 5169 1726879818.65381: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879818.65415: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230>\r\n<<<\n 5169 1726879818.65431: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879818.65446: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879818.65452: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470>\r\n<<<\n 5169 1726879818.65471: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0>\r\n<<<\n 5169 1726879818.65500: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879818.65535: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70>\r\n<<<\n 5169 1726879818.65553: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879818.65559: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879818.65580: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0>\r\n<<<\n 5169 1726879818.65653: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip'\r\n<<<\n 5169 1726879818.65661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65742: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60>\r\n<<<\n 5169 1726879818.65745: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0>\r\n<<<\n 5169 1726879818.65748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65780: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879818.65792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65855: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879818.65858: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.65888: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879818.65983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879818.66013: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180>\r\nimport '_typing' # \r\n<<<\n 5169 1726879818.66202: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0>\r\n<<<\n 5169 1726879818.66226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.66244: stdout chunk (state=3):\n>>>import 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.66268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.66302: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879818.66307: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.67390: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.67821: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.68654: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879818.68657: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00>\r\n<<<\n 5169 1726879818.68682: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.68714: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879818.68726: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879818.68744: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879818.68750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879818.68784: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0>\r\n<<<\n 5169 1726879818.68826: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670>\r\n<<<\n 5169 1726879818.68857: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80>\r\n<<<\n 5169 1726879818.68878: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879818.68884: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879818.68925: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0>\r\n<<<\n 5169 1726879818.68937: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00>\r\n<<<\n 5169 1726879818.68947: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879818.68969: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.68975: stdout chunk (state=3):\n>>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630>\r\n<<<\n 5169 1726879818.69001: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.69011: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870>\r\n<<<\n 5169 1726879818.69022: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879818.69079: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879818.69083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69093: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590>\r\n<<<\n 5169 1726879818.69129: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69136: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879818.69143: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69145: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879818.69162: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879818.69179: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69196: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0>\r\n<<<\n 5169 1726879818.69270: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879818.69279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69283: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940>\r\n<<<\n 5169 1726879818.69288: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250>\r\n<<<\n 5169 1726879818.69304: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879818.69332: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790>\r\n<<<\n 5169 1726879818.69391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879818.69405: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40>\r\n<<<\n 5169 1726879818.69672: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879818.69678: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879818.69685: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879818.69688: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879818.69692: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69698: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879818.69701: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69703: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0>\r\n<<<\n 5169 1726879818.69706: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0>\r\n<<<\n 5169 1726879818.69709: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879818.69715: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69718: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69752: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879818.69763: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560>\r\n<<<\n 5169 1726879818.69795: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69833: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879818.69839: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69861: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460>\r\n<<<\n 5169 1726879818.69887: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020>\r\n<<<\n 5169 1726879818.69895: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879818.69917: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.69926: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140>\r\n<<<\n 5169 1726879818.69966: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0>\r\n<<<\n 5169 1726879818.69971: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879818.70054: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400>\r\n<<<\n 5169 1726879818.70109: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879818.70113: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879818.70158: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70200: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70>\r\n<<<\n 5169 1726879818.70225: stdout chunk (state=3):\n>>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879818.70229: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70300: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00>\r\n<<<\n 5169 1726879818.70382: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70387: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0>\r\n<<<\n 5169 1726879818.70390: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.70430: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879818.70437: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879818.70475: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879818.70479: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30>\r\n<<<\n 5169 1726879818.70482: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879818.70511: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0>\r\n<<<\n 5169 1726879818.70570: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70618: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.70622: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0>\r\n<<<\n 5169 1726879818.70647: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879818.70652: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170>\r\n<<<\n 5169 1726879818.70699: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70752: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879818.70775: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0>\r\n<<<\n 5169 1726879818.70783: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830>\r\n<<<\n 5169 1726879818.70813: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170>\r\n<<<\n 5169 1726879818.70846: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879818.70896: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879818.70932: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350>\r\n<<<\n 5169 1726879818.70967: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200>\r\n<<<\n 5169 1726879818.70996: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0>\r\n<<<\n 5169 1726879818.71020: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10>\r\n<<<\n 5169 1726879818.71052: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30>\r\n<<<\n 5169 1726879818.71110: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470>\r\n<<<\n 5169 1726879818.71115: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879818.71165: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0>\r\n<<<\n 5169 1726879818.71175: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879818.71205: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.71209: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.71211: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290>\r\n<<<\n 5169 1726879818.71226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879818.71237: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71327: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71335: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.71344: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30>\r\n<<<\n 5169 1726879818.71380: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.71384: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.71439: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.71475: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879818.71494: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.71519: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71544: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71644: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71683: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.71748: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71809: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.71928: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.72350: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.72524: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.72966: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879818.72991: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879818.72995: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879818.72998: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879818.73017: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.73076: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.73082: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830>\r\n<<<\n 5169 1726879818.73139: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879818.73144: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879818.73169: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879818.73173: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879818.73198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879818.73202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080>\r\n<<<\n 5169 1726879818.73205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.73251: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879818.73257: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710>\r\n<<<\n 5169 1726879818.73271: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73288: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73297: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879818.73303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73335: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879818.73339: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879818.73357: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0>\r\n<<<\n 5169 1726879818.73379: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20>\r\n<<<\n 5169 1726879818.73417: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879818.73433: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73459: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73477: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73484: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.73644: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879818.73649: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879818.73674: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.73689: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.73828: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879818.73854: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.74186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74694: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74770: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74865: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879818.74868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74870: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.74941: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879818.74954: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75029: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879818.75032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75072: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75115: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879818.75132: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879818.75135: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75153: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879818.75169: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75196: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75242: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879818.75263: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75291: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879818.75309: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879818.75341: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75425: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879818.75432: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75695: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75779: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879818.75838: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879818.75856: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879818.75929: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0>\r\n<<<\n 5169 1726879818.75952: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.75954: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879818.76023: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879818.76026: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76027: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879818.76113: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40>\r\n<<<\n 5169 1726879818.76117: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879818.76120: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879818.76123: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76145: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879818.76149: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.76184: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76238: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.76263: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879818.76293: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879818.76319: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879818.76394: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090>\r\n<<<\n 5169 1726879818.76398: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.76427: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.76456: stdout chunk (state=3):\n>>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0>\r\n<<<\n 5169 1726879818.76485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76512: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76540: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0>\r\n<<<\n 5169 1726879818.76573: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879818.76599: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930>\r\n<<<\n 5169 1726879818.76620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.76659: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.76663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76732: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879818.76735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76791: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879818.76806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.76868: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.76924: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0>\r\n<<<\n 5169 1726879818.76937: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879818.76978: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.76984: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90>\r\n<<<\n 5169 1726879818.77000: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879818.77016: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77057: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879818.77063: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610>\r\n<<<\n 5169 1726879818.77081: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77101: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0>\r\n<<<\n 5169 1726879818.77132: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879818.77157: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77179: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77225: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77228: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77250: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879818.77283: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77296: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879818.77302: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77317: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77366: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77370: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77453: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879818.77456: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879818.77459: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77462: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879818.77496: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40>\r\n<<<\n 5169 1726879818.77517: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77537: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0>\r\n<<<\n 5169 1726879818.77574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879818.77592: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879818.77612: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40>\r\n<<<\n 5169 1726879818.77658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.77662: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0>\r\n<<<\n 5169 1726879818.77681: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879818.77747: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879818.77753: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77773: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.77805: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879818.77839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879818.77862: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879818.77870: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879818.77899: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.77908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.78019: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879818.78028: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.78046: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870>\r\n<<<\n 5169 1726879818.78125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.78145: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879818.78160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879818.78172: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0>\r\n<<<\n 5169 1726879818.78250: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879818.78289: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"skipped, since /root/.ssh/kdump_id_rsa exists\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Would not run command since '/root/.ssh/kdump_id_rsa' exists\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\r\n<<<\n 5169 1726879818.78295: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879818.78402: stdout chunk (state=3):\n>>>\r\n{\"changed\": true, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\r\n<<<\n 5169 1726879818.78408: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879818.78632: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n<<<\n 5169 1726879818.78638: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n<<<\n 5169 1726879818.78661: stdout chunk (state=3):\n>>># cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n<<<\n 5169 1726879818.78721: stdout chunk (state=3):\n>>># cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n<<<\n 5169 1726879818.78728: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n<<<\n 5169 1726879818.78778: stdout chunk (state=3):\n>>># destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n<<<\n 5169 1726879818.78881: stdout chunk (state=3):\n>>># cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 5169 1726879818.78887: stdout chunk (state=3):\n>>># cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n<<<\n 5169 1726879818.78914: stdout chunk (state=3):\n>>># cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 5169 1726879818.79081: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879818.79176: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879818.79181: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879818.79341: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n<<<\n 5169 1726879818.79352: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n<<<\n 5169 1726879818.79457: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n<<<\n 5169 1726879818.79470: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n<<<\n 5169 1726879818.79586: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n<<<\n 5169 1726879818.79597: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879818.79710: stdout chunk (state=3):\n>>># cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n<<<\n 5169 1726879818.79714: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879818.79717: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879818.79720: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879818.79850: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n<<<\n 5169 1726879818.79872: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879818.79945: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879818.79949: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879818.79962: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879818.80026: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879818.80028: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n<<<\n 5169 1726879818.80030: stdout chunk (state=3):\n>>># destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879818.80057: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879818.80088: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879818.80105: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879818.80117: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879818.80139: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879818.80197: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879818.80255: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.80258: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": true, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \\'\\' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy fnmatch\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n 5169 1726879818.80433: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": true, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879818.81661: done with _execute_module (ansible.legacy.command, {'creates': '/root/.ssh/kdump_id_rsa', '_raw_params': \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.38582-5350-265070391793400/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879818.81666: _low_level_execute_command(): starting\n 5169 1726879818.81671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879818.81717: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879818.81722: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.81726: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"skipped, since /root/.ssh/kdump_id_rsa exists\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Would not run command since \\'/root/.ssh/kdump_id_rsa\\' exists\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \\'\\' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy fnmatch\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879818.81888: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.81895: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.81902: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"skipped, since /root/.ssh/kdump_id_rsa exists\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"/usr/bin/ssh-keygen\", \"-t\", \"rsa\", \"-f\", \"/root/.ssh/kdump_id_rsa\", \"-N\", \"\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Would not run command since '/root/.ssh/kdump_id_rsa' exists\", \"invocation\": {\"module_args\": {\"creates\": \"/root/.ssh/kdump_id_rsa\", \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", \"_uses_shell\": false, \"expand_argument_vars\": true, \"stdin_add_newline\": true, \"strip_empty_ends\": true, \"argv\": null, \"chdir\": null, \"executable\": null, \"removes\": null, \"stdin\": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879818.83007: done with _execute_module (ansible.legacy.command, {'creates': '/root/.ssh/kdump_id_rsa', '_raw_params': \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \", '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.3948345-5351-223320211850467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879818.83012: _low_level_execute_command(): starting\n 5169 1726879818.83015: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879818.83027: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879818.83030: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879818.83033: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.83036: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879818.83039: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879818.83043: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.83046: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879818.83049: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.83052: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879818.83056: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879818.83059: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.83062: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.83471: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.83505: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.83509: stderr chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.83678: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.83683: handler run complete\n 5169 1726879818.83686: attempt loop complete, returning result\n 5169 1726879818.83690: _execute() done\n 5169 1726879818.83692: dumping result to json\n 5169 1726879818.83694: done dumping result, returning\n 5169 1726879818.83697: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist [0229e9c9-8e59-8f9b-2ddb-000000000114]\n 5169 1726879818.83699: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114\n 5169 1726879818.83789: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114\n 5169 1726879818.83793: WORKER PROCESS EXITING\nchanged: [managed_node2] => {\n \"changed\": true,\n \"cmd\": [\n \"/usr/bin/ssh-keygen\",\n \"-t\",\n \"rsa\",\n \"-f\",\n \"/root/.ssh/kdump_id_rsa\",\n \"-N\",\n \"\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": \"/root/.ssh/kdump_id_rsa\",\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 5169 1726879818.85006: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.85022: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.85037: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.85130: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.85136: handler run complete\n 5169 1726879818.85139: attempt loop complete, returning result\n 5169 1726879818.85344: _execute() done\n 5169 1726879818.85348: dumping result to json\n 5169 1726879818.85351: done dumping result, returning\n 5169 1726879818.85354: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist [0229e9c9-8e59-8f9b-2ddb-000000000114]\n 5169 1726879818.85696: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114\nok: [managed_node3] => {\n \"changed\": false,\n \"cmd\": [\n \"/usr/bin/ssh-keygen\",\n \"-t\",\n \"rsa\",\n \"-f\",\n \"/root/.ssh/kdump_id_rsa\",\n \"-N\",\n \"\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' \",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": \"/root/.ssh/kdump_id_rsa\",\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nSTDOUT:\n\nskipped, since /root/.ssh/kdump_id_rsa exists\n\n\nMSG:\n\nWould not run command since '/root/.ssh/kdump_id_rsa' exists\n 5169 1726879818.85875: no more pending results, returning what we have\n 5169 1726879818.85879: results queue empty\n 5169 1726879818.85880: checking for any_errors_fatal\n 5169 1726879818.85882: done checking for any_errors_fatal\n 5169 1726879818.85882: checking for max_fail_percentage\n 5169 1726879818.85884: done checking for max_fail_percentage\n 5169 1726879818.85906: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879818.85907: done checking to see if all hosts have failed\n 5169 1726879818.85908: getting the remaining hosts for this loop\n 5169 1726879818.85910: done getting the remaining hosts for this loop\n 5169 1726879818.85916: getting the next task for host managed_node2\n 5169 1726879818.85921: done getting next task for host managed_node2\n 5169 1726879818.85926: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch key\n 5169 1726879818.85930: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.85931: getting the next task for host managed_node3\n 5169 1726879818.85933: done getting next task for host managed_node3\n 5169 1726879818.85935: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch key\n 5169 1726879818.85937: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879818.85949: getting variables\n 5169 1726879818.85951: in VariableManager get_vars()\n 5169 1726879818.85991: Calling all_inventory to load vars for managed_node2\n 5169 1726879818.85994: Calling groups_inventory to load vars for managed_node2\n 5169 1726879818.85997: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879818.86004: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114\n 5169 1726879818.86007: WORKER PROCESS EXITING\n 5169 1726879818.86018: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879818.86021: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879818.86025: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879818.86235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.86401: done with get_vars()\n 5169 1726879818.86410: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Fetch key] *****************************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7\nFriday 20 September 2024 20:50:18 -0400 (0:00:00.536) 0:00:16.501 ****** \n 5169 1726879818.86488: entering _queue_task() for managed_node2/slurp\n 5169 1726879818.86758: worker is 1 (out of 3 available)\n 5169 1726879818.86780: exiting _queue_task() for managed_node2/slurp\n 5169 1726879818.86823: getting variables\n 5169 1726879818.86826: in VariableManager get_vars()\n 5169 1726879818.87070: Calling all_inventory to load vars for managed_node3\n 5169 1726879818.87075: Calling groups_inventory to load vars for managed_node3\n 5169 1726879818.87078: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879818.87103: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879818.87108: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879818.87113: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879818.87464: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Fetch key\n 5169 1726879818.87470: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879818.87473: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.87476: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.87479: calling self._execute()\n 5169 1726879818.87481: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.87484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.87486: variable 'omit' from source: magic vars\n 5169 1726879818.87509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879818.87775: done with get_vars()\n 5169 1726879818.87786: done getting variables\n 5169 1726879818.87836: variable 'omit' from source: magic vars\n 5169 1726879818.87839: variable 'omit' from source: magic vars\n 5169 1726879818.87842: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.87916: entering _queue_task() for managed_node3/slurp\n 5169 1726879818.88397: worker is 2 (out of 3 available)\n 5169 1726879818.88411: exiting _queue_task() for managed_node3/slurp\n 5169 1726879818.88427: done queuing things up, now waiting for results queue to drain\n 5169 1726879818.88428: waiting for pending results...\n 5169 1726879818.88462: variable 'omit' from source: magic vars\n 5169 1726879818.88472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879818.88478: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.88482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879818.88485: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.88492: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.88496: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879818.88499: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.88501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.88504: Set connection var ansible_timeout to 10\n 5169 1726879818.88506: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879818.88508: Set connection var ansible_connection to ssh\n 5169 1726879818.88510: Set connection var ansible_shell_type to sh\n 5169 1726879818.88512: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879818.88514: Set connection var ansible_pipelining to False\n 5169 1726879818.88517: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.88540: variable 'ansible_connection' from source: unknown\n 5169 1726879818.88545: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.88548: variable 'ansible_shell_type' from source: unknown\n 5169 1726879818.88551: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.88553: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879818.88561: variable 'ansible_pipelining' from source: unknown\n 5169 1726879818.88565: variable 'ansible_timeout' from source: unknown\n 5169 1726879818.88568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879818.88696: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key\n 5169 1726879818.88852: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879818.88876: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.88887: variable 'ansible_search_path' from source: unknown\n 5169 1726879818.88941: calling self._execute()\n 5169 1726879818.89041: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.89054: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879818.89068: variable 'omit' from source: magic vars\n 5169 1726879818.89071: starting attempt loop\n 5169 1726879818.89075: running the handler\n 5169 1726879818.89114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.89117: variable 'omit' from source: magic vars\n 5169 1726879818.89120: _low_level_execute_command(): starting\n 5169 1726879818.89123: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879818.89247: variable 'omit' from source: magic vars\n 5169 1726879818.89332: variable 'omit' from source: magic vars\n 5169 1726879818.89771: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879818.89774: variable 'omit' from source: magic vars\n 5169 1726879818.89777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879818.89779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.89782: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879818.89784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.89786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879818.89801: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879818.89811: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.89819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.89922: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.89961: Set connection var ansible_timeout to 10\n 5169 1726879818.89978: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.89983: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879818.89994: Set connection var ansible_connection to ssh\n 5169 1726879818.90006: Set connection var ansible_shell_type to sh\n 5169 1726879818.90025: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879818.90032: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879818.90053: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.90056: Set connection var ansible_pipelining to False\n 5169 1726879818.90130: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.90134: variable 'ansible_connection' from source: unknown\n 5169 1726879818.90136: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.90139: variable 'ansible_shell_type' from source: unknown\n 5169 1726879818.90141: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879818.90144: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879818.90146: variable 'ansible_pipelining' from source: unknown\n 5169 1726879818.90149: variable 'ansible_timeout' from source: unknown\n 5169 1726879818.90151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879818.90208: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.90213: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.90304: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.90487: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879818.90493: variable 'omit' from source: magic vars\n 5169 1726879818.90496: starting attempt loop\n 5169 1726879818.90499: running the handler\n 5169 1726879818.90561: _low_level_execute_command(): starting\n 5169 1726879818.90571: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879818.91102: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.91131: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879818.91136: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.91180: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879818.91184: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.91213: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.91215: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.91256: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.91910: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879818.92050: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.92070: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.92073: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.92271: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.92277: _low_level_execute_command(): starting\n 5169 1726879818.92280: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `\" && echo ansible-tmp-1726879818.9210439-5369-162497642094205=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `\" ) && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `\" && echo ansible-tmp-1726879818.9210439-5369-162497642094205=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `\" ) && sleep 0'\"'\"''\n 5169 1726879818.92741: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.92759: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879818.92777: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879818.92824: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\n<<<\n 5169 1726879818.92838: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.92892: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.92944: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879818.93055: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.93103: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.93107: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.93136: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.93371: _low_level_execute_command(): starting\n 5169 1726879818.93375: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `\" && echo ansible-tmp-1726879818.9313586-5370-75254690229794=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `\" && echo ansible-tmp-1726879818.9313586-5370-75254690229794=\"` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `\" ) && sleep 0'\"'\"''\n 5169 1726879818.93807: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879818.93813: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879818.93831: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879818.93878: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879818.94803: stdout chunk (state=3):\n>>>ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205\n<<<\n 5169 1726879818.94921: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.94961: stderr chunk (state=3):\n>>><<<\n 5169 1726879818.94966: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.94988: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.95171: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.95175: ANSIBALLZ: Using lock for slurp\n 5169 1726879818.95179: ANSIBALLZ: Acquiring lock\n 5169 1726879818.95182: ANSIBALLZ: Lock acquired: 140122399812656\n 5169 1726879818.95185: ANSIBALLZ: Creating module\n 5169 1726879818.95832: stdout chunk (state=3):\n>>>ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794\n<<<\n 5169 1726879818.96018: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879818.96036: stdout chunk (state=3):\n>>><<<\n 5169 1726879818.96049: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879818.96088: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879818.96417: variable 'ansible_module_compression' from source: unknown\n 5169 1726879818.96420: ANSIBALLZ: Using lock for slurp\n 5169 1726879818.96423: ANSIBALLZ: Acquiring lock\n 5169 1726879819.03881: ANSIBALLZ: Writing module into payload\n 5169 1726879819.03927: ANSIBALLZ: Writing module\n 5169 1726879819.03946: ANSIBALLZ: Renaming module\n 5169 1726879819.03955: ANSIBALLZ: Done creating module\n 5169 1726879819.03971: variable 'ansible_facts' from source: host vars for 'managed_node2'\n 5169 1726879819.04063: ANSIBALLZ: Lock acquired: 140122399812656\n 5169 1726879819.04068: ANSIBALLZ: Reading module after lock\n 5169 1726879819.04071: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py\n 5169 1726879819.04076: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\n<10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq TO /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\n<10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' '[10.31.47.62]'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py\n 5169 1726879819.04148: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b TO /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879819.04306: Sending initial data\n 5169 1726879819.04311: Sent initial data (152 bytes)\n 5169 1726879819.04473: Sending initial data\n 5169 1726879819.04476: Sent initial data (151 bytes)\n 5169 1726879819.04842: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.04958: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.04983: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879819.05031: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.05060: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.05123: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.05126: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.05130: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879819.05134: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.05136: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.05139: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.05200: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.05207: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.05224: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.05282: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.06678: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\n<<<\n 5169 1726879819.06687: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879819.06716: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879819.06751: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879819.06755: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879819.06758: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\n<<<\n 5169 1726879819.06796: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\r\n<<<\n 5169 1726879819.06798: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py M:0x001a\r\n<<<\n 5169 1726879819.06854: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114922\r\n<<<\n 5169 1726879819.06959: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879819.07006: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879819.07076: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879819.07081: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\n<<<\n 5169 1726879819.07119: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py M:0x001a\r\n<<<\n 5169 1726879819.07302: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114921\r\n<<<\n 5169 1726879819.07354: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114922 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879819.07427: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879819.07568: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.07722: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.07726: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/93e4e220ce\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114922\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 114922 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879819.07740: done transferring module to remote\n 5169 1726879819.07742: _low_level_execute_command(): starting\n 5169 1726879819.07745: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879819.08000: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114921 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879819.08030: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879819.08175: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.08196: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.08206: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114921\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 114921 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879819.08539: done transferring module to remote\n 5169 1726879819.08542: _low_level_execute_command(): starting\n 5169 1726879819.08545: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879819.08554: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879819.08592: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 4176\r\n<<<\n 5169 1726879819.08613: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.08644: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.09143: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.09157: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879819.09174: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.09224: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.09240: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879819.09253: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.09296: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.10425: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.10477: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.10481: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.10500: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.10505: _low_level_execute_command(): starting\n 5169 1726879819.10670: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' -tt 10.31.47.62 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879819.11120: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.11132: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.11138: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.11150: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.11167: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879819.11177: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.11222: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.11247: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.11257: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.11318: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.11322: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.11327: _low_level_execute_command(): starting\n 5169 1726879819.11330: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.11332: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879819.11428: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.11932: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.11971: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.11974: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.11978: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.11982: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879819.11985: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879819.11988: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.11990: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.12010: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.12061: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.12069: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879819.12071: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.12119: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.13623: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879819.13657: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879819.13691: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879819.13698: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879819.13772: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879819.13777: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879819.13810: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879819.13851: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879819.13880: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879819.13886: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879819.13940: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879819.13947: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.13970: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879819.13995: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879819.14030: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879819.14062: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14071: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530>\r\n<<<\n 5169 1726879819.14094: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30>\r\n<<<\n 5169 1726879819.14107: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14114: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0>\r\n<<<\n 5169 1726879819.14137: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879819.14169: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879819.14189: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879819.14209: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879819.14241: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879819.14335: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879819.14373: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879819.14467: stdout chunk (state=3):\n>>>import 'os' # \r\nimport '_sitebuiltins' # \r\n<<<\n 5169 1726879819.14475: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\nimport _imp # builtin\r\n<<<\n 5169 1726879819.14546: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14550: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879819.14635: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190>\r\n<<<\n 5169 1726879819.14640: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879819.14679: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0>\r\n<<<\n 5169 1726879819.14704: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879819.14710: stdout chunk (state=3):\n>>>import 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879819.14724: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14729: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879819.14754: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879819.14792: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879819.14818: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14832: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530>\r\n<<<\n 5169 1726879819.14838: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30>\r\n<<<\n 5169 1726879819.14870: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879819.14875: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0>\r\n<<<\n 5169 1726879819.14913: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879819.14922: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879819.14953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14959: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879819.14962: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879819.14981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.14984: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879819.14994: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879819.15004: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879819.15022: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15033: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879819.15073: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15087: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879819.15097: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60>\r\n<<<\n 5169 1726879819.15115: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15131: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879819.15162: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879819.15170: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879819.15173: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20>\r\n<<<\n 5169 1726879819.15202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15209: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879819.15233: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879819.15241: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879819.15244: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879819.15253: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15462: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190>\r\n<<<\n 5169 1726879819.15485: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15489: stdout chunk (state=3):\n>>>import 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830>\r\n<<<\n 5169 1726879819.15495: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0>\r\n<<<\n 5169 1726879819.15498: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0>\r\n<<<\n 5169 1726879819.15501: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879819.15503: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879819.15506: stdout chunk (state=3):\n>>>import '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30>\r\n<<<\n 5169 1726879819.15509: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879819.15514: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250>\r\n<<<\n 5169 1726879819.15592: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010>\r\n<<<\n 5169 1726879819.15646: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879819.15697: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879819.15738: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15742: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15745: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879819.15750: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15785: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450>\r\n<<<\n 5169 1726879819.15798: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879819.15827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15831: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60>\r\n<<<\n 5169 1726879819.15834: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0>\r\n<<<\n 5169 1726879819.15850: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879819.15853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15887: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0>\r\n<<<\n 5169 1726879819.15915: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20>\r\n<<<\n 5169 1726879819.15922: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879819.15941: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879819.15951: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.15969: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879819.15971: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0>\r\n<<<\n 5169 1726879819.16013: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.16027: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0>\r\n<<<\n 5169 1726879819.16036: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16039: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879819.16131: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879819.16137: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830>\r\n<<<\n 5169 1726879819.16152: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0>\r\nimport '_collections' # \r\n<<<\n 5169 1726879819.16156: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879819.16194: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16223: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879819.16245: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30>\r\nimport '_functools' # \r\n<<<\n 5169 1726879819.16286: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250>\r\n<<<\n 5169 1726879819.16295: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16353: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0>\r\n<<<\n 5169 1726879819.16369: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879819.16413: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879819.16446: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16460: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80>\r\n<<<\n 5169 1726879819.16495: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0>\r\n<<<\n 5169 1726879819.16528: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0>\r\n<<<\n 5169 1726879819.16543: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16604: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530>\r\n<<<\n 5169 1726879819.16636: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16658: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0>\r\n<<<\n 5169 1726879819.16698: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0>\r\n<<<\n 5169 1726879819.16725: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16731: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879819.16734: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0>\r\n<<<\n 5169 1726879819.16800: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16811: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0>\r\n<<<\n 5169 1726879819.16815: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.16844: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.16873: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879819.16970: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0>\r\n<<<\n 5169 1726879819.16976: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980>\r\n<<<\n 5169 1726879819.16980: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879819.16983: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879819.16986: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879819.16991: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17024: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0>\r\n<<<\n 5169 1726879819.17039: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879819.17077: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17109: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0>\r\n<<<\n 5169 1726879819.17231: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0>\r\n<<<\n 5169 1726879819.17235: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879819.17238: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80>\r\n<<<\n 5169 1726879819.17241: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17245: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879819.17254: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17299: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879819.17307: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17315: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0>\r\n<<<\n 5169 1726879819.17348: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530>\r\n<<<\n 5169 1726879819.17399: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879819.17432: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17450: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17545: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0>\r\n<<<\n 5169 1726879819.17549: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0>\r\n<<<\n 5169 1726879819.17552: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879819.17640: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0>\r\n<<<\n 5169 1726879819.17646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110>\r\n<<<\n 5169 1726879819.17675: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879819.17679: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879819.17720: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17724: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879819.17762: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17813: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17866: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0>\r\n<<<\n 5169 1726879819.17869: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880>\r\n<<<\n 5169 1726879819.17881: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879819.17917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.17931: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879819.17938: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200>\r\n<<<\n 5169 1726879819.17974: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050>\r\n<<<\n 5169 1726879819.17983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18021: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879819.18024: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0>\r\n<<<\n 5169 1726879819.18027: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420>\r\n<<<\n 5169 1726879819.18030: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70>\r\n<<<\n 5169 1726879819.18051: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879819.18072: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18092: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879819.18118: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18121: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879819.18144: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520>\r\n<<<\n 5169 1726879819.18163: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0>\r\n<<<\n 5169 1726879819.18188: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879819.18251: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18255: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.18324: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879819.18329: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260>\r\n<<<\n 5169 1726879819.18351: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879819.18404: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18472: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18476: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18481: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879819.18552: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00>\r\n<<<\n 5169 1726879819.18587: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879819.18590: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0>\r\n<<<\n 5169 1726879819.18612: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879819.18618: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380>\r\n<<<\n 5169 1726879819.18655: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170>\r\n<<<\n 5169 1726879819.18688: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350>\r\n<<<\n 5169 1726879819.18711: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0>\r\n<<<\n 5169 1726879819.18805: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0>\r\n<<<\n 5169 1726879819.18808: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0>\r\n<<<\n 5169 1726879819.18837: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.18841: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879819.18844: stdout chunk (state=3):\n>>>import 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.18866: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640>\r\n<<<\n 5169 1726879819.18875: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.18895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.18903: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879819.18916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.18923: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.19063: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.19092: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879819.19103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879819.19148: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879819.19222: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879819.19261: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030>\r\n<<<\n 5169 1726879819.19270: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879819.19472: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0>\r\n<<<\n 5169 1726879819.19482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.19511: stdout chunk (state=3):\n>>>import 'ansible' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.19541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.19552: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.19558: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879819.19583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.20453: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.21135: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.21706: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.21713: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40>\r\n<<<\n 5169 1726879819.21739: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.21778: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.21805: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879819.21811: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879819.21853: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0>\r\n<<<\n 5169 1726879819.21888: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640>\r\n<<<\n 5169 1726879819.21926: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50>\r\n<<<\n 5169 1726879819.21950: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.21998: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40>\r\n<<<\n 5169 1726879819.22023: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879819.22045: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0>\r\n<<<\n 5169 1726879819.22087: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810>\r\n<<<\n 5169 1726879819.22103: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879819.22131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22149: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879819.22214: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50>\r\n<<<\n 5169 1726879819.22217: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879819.22240: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22282: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0>\r\n<<<\n 5169 1726879819.22315: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.22324: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0>\r\n<<<\n 5169 1726879819.22334: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879819.22354: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22403: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22410: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0>\r\n<<<\n 5169 1726879819.22413: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40>\r\n<<<\n 5169 1726879819.22432: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879819.22440: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22469: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22482: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22488: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879819.22491: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22536: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22541: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940>\r\n<<<\n 5169 1726879819.22559: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879819.22562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22578: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0>\r\n<<<\n 5169 1726879819.22609: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010>\r\n<<<\n 5169 1726879819.22618: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20>\r\n<<<\n 5169 1726879819.22629: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879819.22648: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22652: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40>\r\n<<<\n 5169 1726879819.22696: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0>\r\n<<<\n 5169 1726879819.22702: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0>\r\n<<<\n 5169 1726879819.22707: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879819.22710: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879819.22728: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22784: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22827: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879819.22853: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879819.22895: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879819.22943: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879819.22975: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879819.22979: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23022: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720>\r\n<<<\n 5169 1726879819.23085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879819.23090: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50>\r\n<<<\n 5169 1726879819.23152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879819.23159: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50>\r\n<<<\n 5169 1726879819.23198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879819.23205: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879819.23213: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23242: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23248: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0>\r\n<<<\n 5169 1726879819.23251: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23258: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879819.23293: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80>\r\n<<<\n 5169 1726879819.23336: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0>\r\n<<<\n 5169 1726879819.23359: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23361: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040>\r\n<<<\n 5169 1726879819.23383: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879819.23409: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30>\r\n<<<\n 5169 1726879819.23467: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23513: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070>\r\n<<<\n 5169 1726879819.23520: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879819.23523: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879819.23557: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0>\r\n<<<\n 5169 1726879819.23576: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879819.23634: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0>\r\n<<<\n 5169 1726879819.23638: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879819.23660: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23694: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080>\r\n<<<\n 5169 1726879819.23727: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00>\r\n<<<\n 5169 1726879819.23775: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550>\r\n<<<\n 5169 1726879819.23823: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10>\r\n<<<\n 5169 1726879819.23833: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410>\r\n<<<\n 5169 1726879819.23872: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879819.23892: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0>\r\n<<<\n 5169 1726879819.23901: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23904: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23928: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920>\r\n<<<\n 5169 1726879819.23948: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879819.23951: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879819.23954: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879819.23981: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.23992: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170>\r\n<<<\n 5169 1726879819.24049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879819.24104: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.24110: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220>\r\n<<<\n 5169 1726879819.24131: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879819.24151: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.24214: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200>\r\n<<<\n 5169 1726879819.24220: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.24223: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0>\r\n<<<\n 5169 1726879819.24226: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879819.24234: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879819.24279: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879819.24301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24321: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870>\r\n<<<\n 5169 1726879819.24376: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24401: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200>\r\n<<<\n 5169 1726879819.24511: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24518: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879819.24521: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680>\r\n<<<\n 5169 1726879819.24612: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200>\r\n<<<\n 5169 1726879819.24615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.24618: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879819.24621: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879819.24645: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879819.24674: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24687: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.24700: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0>\r\n<<<\n 5169 1726879819.24796: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24862: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.24886: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0>\r\n<<<\n 5169 1726879819.24889: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20>\r\n<<<\n 5169 1726879819.24923: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0>\r\n<<<\n 5169 1726879819.24928: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700>\r\n<<<\n 5169 1726879819.24947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24968: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.24981: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879819.24987: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25082: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25192: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879819.25236: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25240: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879819.25248: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25388: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.25507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.26005: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879819.26009: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879819.26014: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879819.26051: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879819.26079: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.26118: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440>\r\n<<<\n 5169 1726879819.26144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.26219: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879819.26236: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0>\r\n<<<\n 5169 1726879819.26322: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879819.26330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.26363: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.26505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.26680: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879819.26699: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879819.26703: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0>\r\n<<<\n 5169 1726879819.26727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.26742: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879819.26753: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879819.26761: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879819.26786: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879819.26800: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.26851: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830>\r\n<<<\n 5169 1726879819.26940: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879819.26946: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879819.26973: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730>\r\n<<<\n 5169 1726879819.26977: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0>\r\n<<<\n 5169 1726879819.27033: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879819.27039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27062: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27082: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879819.27088: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27222: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27254: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27425: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879819.27434: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879819.27439: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490>\r\n<<<\n 5169 1726879819.27461: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27723: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27808: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27895: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879819.27904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.27982: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879819.27992: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28154: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879819.28185: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879819.28210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28253: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28292: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879819.28305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28566: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28586: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28648: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.28722: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28727: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879819.28756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28823: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28839: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879819.28900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879819.28912: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.28927: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879819.28939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879819.28955: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28962: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890>\r\n<<<\n 5169 1726879819.28987: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.28990: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29027: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879819.29050: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29132: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879819.29139: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879819.29154: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879819.29180: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.29262: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.29295: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29387: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40>\r\n<<<\n 5169 1726879819.29443: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510>\r\n<<<\n 5169 1726879819.29453: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10>\r\n<<<\n 5169 1726879819.29473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29519: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29562: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879819.29568: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879819.29583: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29619: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879819.29623: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29637: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879819.29670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29712: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0>\r\n<<<\n 5169 1726879819.29723: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29804: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.29807: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879819.29839: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.29882: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879819.29899: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879819.29930: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190>\r\n<<<\n 5169 1726879819.29933: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.29976: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750>\r\n<<<\n 5169 1726879819.30019: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879819.30025: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.30028: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879819.30031: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30102: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30167: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180>\r\n<<<\n 5169 1726879819.30226: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.30271: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.30313: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879819.30377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.30384: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879819.30431: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879819.30434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.30464: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990>\r\n<<<\n 5169 1726879819.30485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30506: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0>\r\n<<<\n 5169 1726879819.30557: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879819.30605: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750>\r\n<<<\n 5169 1726879819.30609: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879819.30612: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.30619: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30691: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\n<<<\n 5169 1726879819.30694: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879819.30696: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0>\r\n<<<\n 5169 1726879819.30743: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879819.30748: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0>\r\n<<<\n 5169 1726879819.30754: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30789: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879819.30794: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30796: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.30836: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30851: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30945: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30948: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.30993: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879819.31001: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.31017: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879819.31045: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879819.31079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.31083: stdout chunk (state=3):\n>>>\r\n{\"failed\": true, \"msg\": \"file not found: /root/.ssh/kdump_id_rsa.pub\", \"exception\": \" File \\\"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\\\", line 101, in main\\n with open(source, 'rb') as source_fh:\\n ^^^^^^^^^^^^^^^^^^\\n\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\r\n<<<\n 5169 1726879819.31088: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879819.31099: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879819.31123: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879819.31156: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879819.31183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879819.31226: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0>\r\n<<<\n 5169 1726879819.31283: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50>\r\n<<<\n 5169 1726879819.31371: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879819.31414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.31453: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n<<<\n 5169 1726879819.31502: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879819.31588: stdout chunk (state=3):\n>>># cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n<<<\n 5169 1726879819.31596: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.31600: stdout chunk (state=3):\n>>># destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879819.31622: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.31706: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.31828: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879819.31832: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879819.31837: stdout chunk (state=3):\n>>># destroy _bz2\r\n<<<\n 5169 1726879819.31840: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 5169 1726879819.31878: stdout chunk (state=3):\n>>>\r\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/root/.ssh/kdump_id_rsa.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\r\n# destroy __main__\r\n<<<\n 5169 1726879819.31919: stdout chunk (state=3):\n>>># destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd<<<\n 5169 1726879819.31923: stdout chunk (state=3):\n>>>\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879819.31970: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879819.31974: stdout chunk (state=3):\n>>># destroy _hashlib\r\n<<<\n 5169 1726879819.32006: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879819.32033: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879819.32051: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879819.32104: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n<<<\n 5169 1726879819.32133: stdout chunk (state=3):\n>>># destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879819.32195: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879819.32200: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n<<<\n 5169 1726879819.32205: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n<<<\n 5169 1726879819.32227: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879819.32236: stdout chunk (state=3):\n>>># cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n<<<\n 5169 1726879819.32259: stdout chunk (state=3):\n>>># cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n<<<\n 5169 1726879819.32330: stdout chunk (state=3):\n>>># cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n<<<\n 5169 1726879819.32371: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879819.32407: stdout chunk (state=3):\n>>># cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n<<<\n 5169 1726879819.32435: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879819.32454: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg<<<\n 5169 1726879819.32458: stdout chunk (state=3):\n>>>\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879819.32544: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879819.32547: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879819.32663: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879819.32676: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879819.32732: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n<<<\n 5169 1726879819.32759: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879819.32824: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879819.32852: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n<<<\n 5169 1726879819.32883: stdout chunk (state=3):\n>>># destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879819.32973: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879819.33032: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 10.31.47.62 closed.\r\n<<<\n 5169 1726879819.33041: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n<<<\n 5169 1726879819.33093: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879819.33097: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879819.33109: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n<<<\n 5169 1726879819.33171: stdout chunk (state=3):\n>>># destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879819.33201: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.33205: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (1, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"failed\": true, \"msg\": \"file not found: /root/.ssh/kdump_id_rsa.pub\", \"exception\": \" File \\\\\"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\\\\\", line 101, in main\\\\n with open(source, \\'rb\\') as source_fh:\\\\n ^^^^^^^^^^^^^^^^^^\\\\n\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 1\\r\\nShared connection to 10.31.47.62 closed.\\r\\n\")\n<10.31.47.62> Failed to connect to the host via ssh: OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 10.31.47.62 closed.\n 5169 1726879819.33461: _low_level_execute_command() done: rc=1, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520>\r\n# zipimport: found 30 names in '/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"failed\": true, \"msg\": \"file not found: /root/.ssh/kdump_id_rsa.pub\", \"exception\": \" File \\\"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\\\", line 101, in main\\n with open(source, 'rb') as source_fh:\\n ^^^^^^^^^^^^^^^^^^\\n\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 10.31.47.62 closed.\r\n 5169 1726879819.34295: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879819.35029: done with _execute_module (slurp, {'src': '/root/.ssh/kdump_id_rsa.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.9210439-5369-162497642094205/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879819.35034: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879819.35037: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879819.35040: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879819.35043: _low_level_execute_command(): starting\n 5169 1726879819.35046: stdout chunk (state=3):\n>>># destroy _operator\r\n<<<\n 5169 1726879819.35049: stdout chunk (state=3):\n>>># destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879819.35051: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879819.35053: stdout chunk (state=3):\n>>># destroy _abc\r\n<<<\n 5169 1726879819.35056: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/93e4e220ce\"' 10.31.47.62 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879819.35067: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879819.35089: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879819.35097: stdout chunk (state=3):\n>>><<<\n 5169 1726879819.35099: stderr chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/root/.ssh/kdump_id_rsa.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879819.35330: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640>\r\n# zipimport: found 30 names in '/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/root/.ssh/kdump_id_rsa.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/root/.ssh/kdump_id_rsa.pub\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879819.35839: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.35843: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.36513: done with _execute_module (slurp, {'src': '/root/.ssh/kdump_id_rsa.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.9313586-5370-75254690229794/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879819.36517: _low_level_execute_command(): starting\n 5169 1726879819.36520: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879819.36530: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.36533: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.36535: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.36538: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.36540: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879819.36543: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.36546: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879819.36548: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.36551: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.36589: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.36763: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.36771: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.36773: stdout chunk (state=3):\n>>><<<\n<10.31.47.62> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 4176\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.36900: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.36904: handler run complete\n 5169 1726879819.36907: attempt loop complete, returning result\n 5169 1726879819.36909: _execute() done\n 5169 1726879819.36912: dumping result to json\n 5169 1726879819.36914: done dumping result, returning\n 5169 1726879819.36917: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Fetch key [0229e9c9-8e59-8f9b-2ddb-000000000115]\n 5169 1726879819.36919: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879819.37099: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879819.37109: WORKER PROCESS EXITING\n 5169 1726879819.37117: marking managed_node2 as failed\n 5169 1726879819.37127: marking host managed_node2 failed, current state: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879819.37138: ^ failed state is now: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879819.37142: getting the next task for host managed_node2\n 5169 1726879819.37150: done getting next task for host managed_node2\n 5169 1726879819.37153: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879819.37154: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\nThe full traceback is:\n File \"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\", line 101, in main\n with open(source, 'rb') as source_fh:\n ^^^^^^^^^^^^^^^^^^\nfatal: [managed_node2]: FAILED! => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"src\": \"/root/.ssh/kdump_id_rsa.pub\"\n }\n }\n}\n\nMSG:\n\nfile not found: /root/.ssh/kdump_id_rsa.pub\n 5169 1726879819.38489: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.38541: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.38548: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.38577: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.38586: handler run complete\n 5169 1726879819.38602: attempt loop complete, returning result\n 5169 1726879819.38605: _execute() done\n 5169 1726879819.38607: dumping result to json\n 5169 1726879819.38610: done dumping result, returning\n 5169 1726879819.38619: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key [0229e9c9-8e59-8f9b-2ddb-000000000115]\n 5169 1726879819.38770: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879819.38844: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115\n 5169 1726879819.38847: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\",\n \"encoding\": \"base64\",\n \"invocation\": {\n \"module_args\": {\n \"src\": \"/root/.ssh/kdump_id_rsa.pub\"\n }\n },\n \"source\": \"/root/.ssh/kdump_id_rsa.pub\"\n}\n 5169 1726879819.38903: no more pending results, returning what we have\n 5169 1726879819.38908: results queue empty\n 5169 1726879819.38909: checking for any_errors_fatal\n 5169 1726879819.38919: done checking for any_errors_fatal\n 5169 1726879819.38920: checking for max_fail_percentage\n 5169 1726879819.38922: done checking for max_fail_percentage\n 5169 1726879819.38923: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879819.38924: done checking to see if all hosts have failed\n 5169 1726879819.38925: getting the remaining hosts for this loop\n 5169 1726879819.38927: done getting the remaining hosts for this loop\n 5169 1726879819.38931: getting the next task for host managed_node2\n 5169 1726879819.38938: done getting next task for host managed_node2\n 5169 1726879819.38940: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879819.38942: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879819.38943: getting the next task for host managed_node3\n 5169 1726879819.38948: done getting next task for host managed_node3\n 5169 1726879819.38952: ^ task is: TASK: fedora.linux_system_roles.kdump : Get userinfo for {{ kdump_ssh_user }}\n 5169 1726879819.38955: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879819.38960: getting variables\n 5169 1726879819.38963: in VariableManager get_vars()\n 5169 1726879819.38997: Calling all_inventory to load vars for managed_node2\n 5169 1726879819.39000: Calling groups_inventory to load vars for managed_node2\n 5169 1726879819.39004: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879819.39015: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879819.39018: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879819.39022: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879819.39246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879819.39533: done with get_vars()\n 5169 1726879819.39542: done getting variables\n 5169 1726879819.39609: getting variables\n 5169 1726879819.39610: in VariableManager get_vars()\n 5169 1726879819.39623: Calling all_inventory to load vars for managed_node3\n 5169 1726879819.39625: Calling groups_inventory to load vars for managed_node3\n 5169 1726879819.39627: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879819.39630: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879819.39632: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879819.39633: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879819.39744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879819.39886: done with get_vars()\n 5169 1726879819.39894: done getting variables\n 5169 1726879819.40022: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879819.40102: variable 'hostvars' from source: magic vars\n 5169 1726879819.40105: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879819.40107: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.40146: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.40151: in VariableManager get_vars()\n 5169 1726879819.40153: Calling all_inventory to load vars for managed_node3\n 5169 1726879819.40155: Calling groups_inventory to load vars for managed_node3\n 5169 1726879819.40156: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879819.40161: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879819.40165: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879819.40168: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879819.40285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879819.40411: done with get_vars()\n 5169 1726879819.40418: variable 'ansible_user_id' from source: facts\n\nTASK [fedora.linux_system_roles.kdump : Get userinfo for root] *****************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19\nFriday 20 September 2024 20:50:19 -0400 (0:00:00.539) 0:00:17.040 ****** \n 5169 1726879819.40450: entering _queue_task() for managed_node3/user\n 5169 1726879819.40451: Creating lock for user\n 5169 1726879819.40771: worker is 3 (out of 3 available)\n 5169 1726879819.40788: exiting _queue_task() for managed_node3/user\n 5169 1726879819.40804: done queuing things up, now waiting for results queue to drain\n 5169 1726879819.40806: waiting for pending results...\n 5169 1726879819.41135: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root\n 5169 1726879819.41234: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000117\n 5169 1726879819.41245: variable 'ansible_search_path' from source: unknown\n 5169 1726879819.41249: variable 'ansible_search_path' from source: unknown\n 5169 1726879819.41282: calling self._execute()\n 5169 1726879819.41302: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879819.41447: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879819.41453: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879819.41510: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879819.41514: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.41562: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.41578: in VariableManager get_vars()\n 5169 1726879819.41618: Calling all_inventory to load vars for managed_node3\n 5169 1726879819.41622: Calling groups_inventory to load vars for managed_node3\n 5169 1726879819.41626: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879819.41648: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879819.41651: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879819.41654: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879819.41833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879819.41990: done with get_vars()\n 5169 1726879819.42000: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.42037: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879819.42047: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.42056: variable 'omit' from source: magic vars\n 5169 1726879819.42123: variable 'omit' from source: magic vars\n 5169 1726879819.42163: variable 'omit' from source: magic vars\n 5169 1726879819.42186: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879819.42240: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879819.42327: variable 'hostvars' from source: magic vars\n 5169 1726879819.42331: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879819.42334: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.42381: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.42389: in VariableManager get_vars()\n 5169 1726879819.42397: Calling all_inventory to load vars for managed_node3\n 5169 1726879819.42400: Calling groups_inventory to load vars for managed_node3\n 5169 1726879819.42406: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879819.42415: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879819.42418: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879819.42425: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879819.42568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879819.42699: done with get_vars()\n 5169 1726879819.42713: variable 'ansible_user_id' from source: facts\n 5169 1726879819.42728: variable 'omit' from source: magic vars\n 5169 1726879819.42741: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879819.42759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879819.42786: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879819.42804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879819.42818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879819.42829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879819.42857: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.42860: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879819.42863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879819.42867: variable 'ansible_port' from source: unknown\n 5169 1726879819.42871: variable 'ansible_user' from source: unknown\n 5169 1726879819.42951: Set connection var ansible_timeout to 10\n 5169 1726879819.42954: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879819.42957: Set connection var ansible_connection to ssh\n 5169 1726879819.42967: Set connection var ansible_shell_type to sh\n 5169 1726879819.42970: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879819.42975: Set connection var ansible_pipelining to False\n 5169 1726879819.42995: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879819.43000: variable 'ansible_user' from source: unknown\n 5169 1726879819.43007: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.43186: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879819.43191: variable 'omit' from source: magic vars\n 5169 1726879819.43199: starting attempt loop\n 5169 1726879819.43202: running the handler\n 5169 1726879819.43214: _low_level_execute_command(): starting\n 5169 1726879819.43221: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879819.43789: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.43797: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879819.43802: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.43812: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879819.43817: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.43928: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.43932: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879819.43936: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.43984: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.45688: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879819.45802: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.45852: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.45856: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.45888: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.46073: _low_level_execute_command(): starting\n 5169 1726879819.46078: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `\" && echo ansible-tmp-1726879819.4588895-5385-6790332458526=\"` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `\" && echo ansible-tmp-1726879819.4588895-5385-6790332458526=\"` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `\" ) && sleep 0'\"'\"''\n 5169 1726879819.46549: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.46566: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.46579: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.46631: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.46649: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.46693: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.48655: stdout chunk (state=3):\n>>>ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526\n<<<\n 5169 1726879819.48778: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.48822: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.48826: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.48844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.49070: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879819.49074: variable 'ansible_module_compression' from source: unknown\n 5169 1726879819.49077: ANSIBALLZ: Using lock for user\n 5169 1726879819.49079: ANSIBALLZ: Acquiring lock\n 5169 1726879819.49082: ANSIBALLZ: Lock acquired: 140122398498672\n 5169 1726879819.49084: ANSIBALLZ: Creating module\n 5169 1726879819.61180: ANSIBALLZ: Writing module into payload\n 5169 1726879819.61405: ANSIBALLZ: Writing module\n 5169 1726879819.61422: ANSIBALLZ: Renaming module\n 5169 1726879819.61432: ANSIBALLZ: Done creating module\n 5169 1726879819.61446: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py\n 5169 1726879819.61500: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n TO /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879819.61633: Sending initial data\n 5169 1726879819.61636: Sent initial data (149 bytes)\n 5169 1726879819.62129: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.62133: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.62136: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879819.62140: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.62178: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.62186: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.62190: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879819.62207: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.62261: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.63986: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\n<<<\n 5169 1726879819.63990: stderr chunk (state=3):\n>>>debug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879819.64024: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879819.64079: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879819.64082: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879819.64083: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\n<<<\n 5169 1726879819.64119: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\r\n<<<\n 5169 1726879819.64125: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py M:0x001a\r\n<<<\n 5169 1726879819.64198: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:141632\r\n<<<\n 5169 1726879819.64643: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 141632 bytes at 0\r\n<<<\n 5169 1726879819.64647: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879819.64684: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879819.64748: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.64809: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.64812: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:141632\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 141632 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879819.65074: done transferring module to remote\n 5169 1726879819.65078: _low_level_execute_command(): starting\n 5169 1726879819.65081: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'\"'\"''\n 5169 1726879819.65480: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.65497: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.65515: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.65556: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.65574: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879819.65593: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.65628: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.67504: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.67550: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.67554: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.67579: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.67585: _low_level_execute_command(): starting\n 5169 1726879819.67588: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'\"'\"''\n 5169 1726879819.68272: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.68276: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.68279: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.68281: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.68284: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879819.68286: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.68343: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.68347: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.68350: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.68393: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.70723: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879819.70756: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879819.70788: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879819.70797: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879819.70871: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879819.70878: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879819.70907: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879819.70945: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879819.70977: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n<<<\n 5169 1726879819.70983: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879819.71034: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879819.71038: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.71058: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879819.71083: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879819.71119: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879819.71143: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879819.71159: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530>\r\n<<<\n 5169 1726879819.71176: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30>\r\n<<<\n 5169 1726879819.71188: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879819.71201: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0>\r\n<<<\n 5169 1726879819.71224: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879819.71249: stdout chunk (state=3):\n>>>import '_abc' # <<<\n 5169 1726879819.71255: stdout chunk (state=3):\n>>>\r\nimport 'abc' # \r\n<<<\n 5169 1726879819.71284: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879819.71316: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879819.71320: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879819.71409: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879819.71439: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879819.71489: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879819.71527: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879819.71542: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879819.71579: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879819.71600: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190>\r\n<<<\n 5169 1726879819.71667: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879819.71694: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0>\r\n<<<\n 5169 1726879819.71720: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879819.71733: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879819.72004: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879819.72015: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72029: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879819.72047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72060: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879819.72108: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879819.72155: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72160: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60>\r\n<<<\n 5169 1726879819.72188: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879819.72198: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72226: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879819.72233: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20>\r\n<<<\n 5169 1726879819.72254: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879819.72279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72302: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879819.72351: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72377: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879819.72393: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879819.72409: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830>\r\n<<<\n 5169 1726879819.72416: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879819.72439: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0>\r\n<<<\n 5169 1726879819.72454: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879819.72511: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30>\r\n<<<\n 5169 1726879819.72514: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879819.72548: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250>\r\n<<<\n 5169 1726879819.72645: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010>\r\n<<<\n 5169 1726879819.72674: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879819.72698: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72701: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879819.72727: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879819.72750: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72779: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72818: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830>\r\n<<<\n 5169 1726879819.72822: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450>\r\n<<<\n 5169 1726879819.72856: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879819.72867: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879819.72880: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0>\r\n<<<\n 5169 1726879819.72931: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879819.72934: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890>\r\n<<<\n 5169 1726879819.72944: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0>\r\n<<<\n 5169 1726879819.73020: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n<<<\n 5169 1726879819.73025: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73034: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.73037: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0>\r\n<<<\n 5169 1726879819.73063: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0>\r\n<<<\n 5169 1726879819.73101: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n<<<\n 5169 1726879819.73104: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73156: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879819.73160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73169: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0>\r\n<<<\n 5169 1726879819.73181: stdout chunk (state=3):\n>>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879819.73210: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73246: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879819.73275: stdout chunk (state=3):\n>>>import 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879819.73312: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73327: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n<<<\n 5169 1726879819.73361: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0>\r\nimport 'errno' # \r\n<<<\n 5169 1726879819.73400: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.73404: stdout chunk (state=3):\n>>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0>\r\n<<<\n 5169 1726879819.73433: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879819.73437: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73478: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73482: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80>\r\n<<<\n 5169 1726879819.73520: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.73525: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0>\r\n<<<\n 5169 1726879819.73567: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879819.73599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73603: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0>\r\n<<<\n 5169 1726879819.73622: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530>\r\n<<<\n 5169 1726879819.73656: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0>\r\n<<<\n 5169 1726879819.73680: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879819.73702: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73722: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879819.73746: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73786: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.73798: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0>\r\n<<<\n 5169 1726879819.73808: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<<\n 5169 1726879819.73817: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879819.73843: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.73852: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0>\r\n<<<\n 5169 1726879819.73878: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770>\r\n<<<\n 5169 1726879819.73911: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950>\r\n<<<\n 5169 1726879819.73932: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50>\r\n<<<\n 5169 1726879819.73947: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879819.74057: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74095: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74123: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20>\r\n<<<\n 5169 1726879819.74135: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750>\r\n<<<\n 5169 1726879819.74180: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879819.74221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74242: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879819.74288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74317: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330>\r\n<<<\n 5169 1726879819.74379: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879819.74392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74399: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879819.74421: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74473: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0>\r\n<<<\n 5169 1726879819.74496: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879819.74532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74590: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879819.74617: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n<<<\n 5169 1726879819.74622: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200>\r\n<<<\n 5169 1726879819.74635: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879819.74677: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74699: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879819.74743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879819.74835: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0>\r\n<<<\n 5169 1726879819.74911: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320>\r\n<<<\n 5169 1726879819.74955: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140>\r\n<<<\n 5169 1726879819.74996: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879819.75010: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0>\r\n<<<\n 5169 1726879819.75016: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0>\r\n<<<\n 5169 1726879819.75120: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879819.75142: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610>\r\n<<<\n 5169 1726879819.75227: stdout chunk (state=3):\n>>># zipimport: found 31 names in '/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip'\r\n<<<\n 5169 1726879819.75234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.75382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.75415: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879819.75421: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879819.75470: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879819.75541: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879819.75579: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000>\r\n<<<\n 5169 1726879819.75589: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879819.75788: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0>\r\n<<<\n 5169 1726879819.75796: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.75823: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879819.75828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.75857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.75873: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.75879: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879819.75894: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.77446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.78698: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879819.78705: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90>\r\n<<<\n 5169 1726879819.78725: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879819.78731: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.78774: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879819.78782: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.78791: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879819.78801: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879819.78826: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.78832: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970>\r\n<<<\n 5169 1726879819.78871: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700>\r\n<<<\n 5169 1726879819.78903: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010>\r\n<<<\n 5169 1726879819.78918: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879819.78933: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879819.78977: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460>\r\n<<<\n 5169 1726879819.78983: stdout chunk (state=3):\n>>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879819.79012: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720>\r\n<<<\n 5169 1726879819.79040: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.79045: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960>\r\n<<<\n 5169 1726879819.79070: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879819.79115: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79128: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879819.79183: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70>\r\n<<<\n 5169 1726879819.79197: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879819.79205: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879819.79232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79271: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30>\r\n<<<\n 5169 1726879819.79301: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750>\r\n<<<\n 5169 1726879819.79330: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879819.79333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79385: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0>\r\n<<<\n 5169 1726879819.79400: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879819.79432: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79442: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20>\r\n<<<\n 5169 1726879819.79472: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879819.79508: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79526: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879819.79532: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79588: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0>\r\n<<<\n 5169 1726879819.79627: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.79640: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10>\r\n<<<\n 5169 1726879819.79643: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0>\r\n<<<\n 5169 1726879819.79670: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879819.79695: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79717: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879819.79724: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79744: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879819.79773: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879819.79831: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50>\r\n<<<\n 5169 1726879819.79835: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879819.79917: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580>\r\n<<<\n 5169 1726879819.79938: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80009: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50>\r\n<<<\n 5169 1726879819.80051: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0>\r\n<<<\n 5169 1726879819.80106: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0>\r\n<<<\n 5169 1726879819.80150: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879819.80169: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80221: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950>\r\n<<<\n 5169 1726879819.80232: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879819.80333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80386: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.80389: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280>\r\n<<<\n 5169 1726879819.80416: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<<\n 5169 1726879819.80422: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879819.80466: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80490: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879819.80495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80507: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879819.80550: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930>\r\n<<<\n 5169 1726879819.80681: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0>\r\n<<<\n 5169 1726879819.80757: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.80763: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0>\r\n<<<\n 5169 1726879819.80792: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.80800: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710>\r\n<<<\n 5169 1726879819.80836: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.80855: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10>\r\n<<<\n 5169 1726879819.80869: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0>\r\n<<<\n 5169 1726879819.80872: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879819.80893: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80896: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879819.80925: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879819.80952: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.80982: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0>\r\n<<<\n 5169 1726879819.81146: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.81151: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0>\r\n<<<\n 5169 1726879819.81172: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30>\r\n<<<\n 5169 1726879819.81201: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.81269: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670>\r\n<<<\n 5169 1726879819.81272: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879819.81275: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.81370: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.81499: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.81505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879819.81535: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.81642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.81775: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.82384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.83017: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879819.83023: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879819.83038: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879819.83056: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879819.83070: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.83125: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800>\r\n<<<\n 5169 1726879819.83219: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879819.83237: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670>\r\n<<<\n 5169 1726879819.83250: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30>\r\n<<<\n 5169 1726879819.83305: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879819.83307: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.83334: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.83338: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879819.83361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.83516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.83702: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879819.83706: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0>\r\n<<<\n 5169 1726879819.83713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84726: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84893: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879819.84897: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84937: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.84978: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879819.84982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85149: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879819.85176: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.85192: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879819.85199: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85239: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85285: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879819.85291: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.85805: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879819.86095: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.86137: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879819.86150: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879819.86159: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879819.86175: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879819.86256: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.86384: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000>\r\n<<<\n 5169 1726879819.86431: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.86488: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00>\r\n<<<\n 5169 1726879819.86573: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.86601: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.86615: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.86658: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.86715: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.86849: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879819.86870: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879819.86923: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640>\r\n<<<\n 5169 1726879819.87006: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10>\r\n<<<\n 5169 1726879819.87010: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879819.87025: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87087: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87146: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87186: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87219: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879819.87246: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879819.87271: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879819.87304: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879819.87349: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879819.87381: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879819.87407: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879819.87451: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80>\r\n<<<\n 5169 1726879819.87501: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0>\r\n<<<\n 5169 1726879819.87593: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.87642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87662: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879819.87711: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879819.87721: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.87746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879819.87756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.89978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.91914: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\r\n<<<\n 5169 1726879819.91918: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\r\n<<<\n 5169 1726879819.91936: stdout chunk (state=3):\n>>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0>\r\n<<<\n 5169 1726879819.91948: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n<<<\n 5169 1726879819.91981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\n<<<\n 5169 1726879819.92048: stdout chunk (state=3):\n>>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50>\r\n<<<\n 5169 1726879819.92077: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\r\n<<<\n 5169 1726879819.92086: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc'\r\n<<<\n 5169 1726879819.92106: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc'\r\n<<<\n 5169 1726879819.92135: stdout chunk (state=3):\n>>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879819.92189: stdout chunk (state=3):\n>>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940>\r\n<<<\n 5169 1726879819.92212: stdout chunk (state=3):\n>>>import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0>\r\nimport 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879819.92247: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.92270: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.typing' # \r\n<<<\n 5169 1726879819.92532: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879819.93270: stdout chunk (state=3):\n>>>\r\n{\"name\": \"root\", \"state\": \"present\", \"append\": false, \"move_home\": false, \"changed\": false, \"uid\": 0, \"group\": 0, \"comment\": \"Super User\", \"home\": \"/root\", \"shell\": \"/bin/bash\", \"invocation\": {\"module_args\": {\"name\": \"root\", \"state\": \"present\", \"non_unique\": false, \"force\": false, \"remove\": false, \"create_home\": true, \"system\": false, \"move_home\": false, \"append\": false, \"ssh_key_bits\": 0, \"ssh_key_type\": \"rsa\", \"ssh_key_comment\": \"ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com\", \"update_password\": \"always\", \"uid\": null, \"group\": null, \"groups\": null, \"comment\": null, \"home\": null, \"shell\": null, \"password\": null, \"login_class\": null, \"password_expire_max\": null, \"password_expire_min\": null, \"password_expire_warn\": null, \"hidden\": null, \"seuser\": null, \"skeleton\": null, \"generate_ssh_key\": null, \"ssh_key_file\": null, \"ssh_key_passphrase\": null, \"expires\": null, \"password_lock\": null, \"local\": null, \"profile\": null, \"authorization\": null, \"role\": null, \"umask\": null}}}\r\n<<<\n 5169 1726879819.93301: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879819.93804: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879819.93809: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n<<<\n 5169 1726879819.93828: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n<<<\n 5169 1726879819.93839: stdout chunk (state=3):\n>>># cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n<<<\n 5169 1726879819.93855: stdout chunk (state=3):\n>>># cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n<<<\n 5169 1726879819.93867: stdout chunk (state=3):\n>>># cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n<<<\n 5169 1726879819.93875: stdout chunk (state=3):\n>>># cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n<<<\n 5169 1726879819.93895: stdout chunk (state=3):\n>>># cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n<<<\n 5169 1726879819.93917: stdout chunk (state=3):\n>>># destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n<<<\n 5169 1726879819.93935: stdout chunk (state=3):\n>>># destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n<<<\n 5169 1726879819.93939: stdout chunk (state=3):\n>>># destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n<<<\n 5169 1726879819.93978: stdout chunk (state=3):\n>>># cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n<<<\n 5169 1726879819.94013: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n<<<\n 5169 1726879819.94027: stdout chunk (state=3):\n>>># cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing calendar\r\n# destroy calendar\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing tty\r\n# cleanup[2] removing pty\r\n# destroy pty\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.compat.typing\r\n<<<\n 5169 1726879819.94319: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879819.94342: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879819.94423: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy pwd\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879819.94434: stdout chunk (state=3):\n>>># destroy array\r\n<<<\n 5169 1726879819.94467: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n<<<\n 5169 1726879819.94494: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n<<<\n 5169 1726879819.94522: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 5169 1726879819.94535: stdout chunk (state=3):\n>>># destroy tty\r\n<<<\n 5169 1726879819.94555: stdout chunk (state=3):\n>>># destroy termios\r\n# cleanup[3] wiping ctypes.util\r\n<<<\n 5169 1726879819.94584: stdout chunk (state=3):\n>>># destroy subprocess\r\n# destroy tempfile\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879819.94608: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n<<<\n 5169 1726879819.94626: stdout chunk (state=3):\n>>># cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879819.94643: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n<<<\n 5169 1726879819.94651: stdout chunk (state=3):\n>>># cleanup[3] wiping platform\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n<<<\n 5169 1726879819.94678: stdout chunk (state=3):\n>>># cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n<<<\n 5169 1726879819.94693: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 5169 1726879819.94722: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping errno\r\n<<<\n 5169 1726879819.94740: stdout chunk (state=3):\n>>># cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n<<<\n 5169 1726879819.94780: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879819.94797: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n<<<\n 5169 1726879819.94807: stdout chunk (state=3):\n>>># cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879819.94813: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n<<<\n 5169 1726879819.94819: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n<<<\n 5169 1726879819.94826: stdout chunk (state=3):\n>>># cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879819.94854: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 5169 1726879819.94881: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879819.95028: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879819.95032: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879819.95060: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879819.95081: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy re._parser\r\n<<<\n 5169 1726879819.95113: stdout chunk (state=3):\n>>># destroy tokenize\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy errno\r\n<<<\n 5169 1726879819.95147: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy posixpath\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879819.95201: stdout chunk (state=3):\n>>># destroy select\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879819.95234: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879819.95249: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879819.95334: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig<<<\n 5169 1726879819.95350: stdout chunk (state=3):\n>>>\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879819.95372: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879819.95395: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879819.95421: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _abc\r\n<<<\n 5169 1726879819.95429: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879819.95447: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879819.95841: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879819.95904: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.95908: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610>\\r\\n# zipimport: found 31 names in \\'/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc\\'\\r\\nimport \\'ctypes.util\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0>\\r\\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\\'\\r\\nimport \\'calendar\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50>\\r\\n# /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc\\'\\r\\n# extension module \\'termios\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'termios\\' executed from \\'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'termios\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940>\\r\\nimport \\'tty\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0>\\r\\nimport \\'pty\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat.typing\\' # \\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"name\": \"root\", \"state\": \"present\", \"append\": false, \"move_home\": false, \"changed\": false, \"uid\": 0, \"group\": 0, \"comment\": \"Super User\", \"home\": \"/root\", \"shell\": \"/bin/bash\", \"invocation\": {\"module_args\": {\"name\": \"root\", \"state\": \"present\", \"non_unique\": false, \"force\": false, \"remove\": false, \"create_home\": true, \"system\": false, \"move_home\": false, \"append\": false, \"ssh_key_bits\": 0, \"ssh_key_type\": \"rsa\", \"ssh_key_comment\": \"ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com\", \"update_password\": \"always\", \"uid\": null, \"group\": null, \"groups\": null, \"comment\": null, \"home\": null, \"shell\": null, \"password\": null, \"login_class\": null, \"password_expire_max\": null, \"password_expire_min\": null, \"password_expire_warn\": null, \"hidden\": null, \"seuser\": null, \"skeleton\": null, \"generate_ssh_key\": null, \"ssh_key_file\": null, \"ssh_key_passphrase\": null, \"expires\": null, \"password_lock\": null, \"local\": null, \"profile\": null, \"authorization\": null, \"role\": null, \"umask\": null}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing ctypes.util\\r\\n# cleanup[2] removing calendar\\r\\n# destroy calendar\\r\\n# cleanup[2] removing termios\\r\\n# cleanup[2] removing tty\\r\\n# cleanup[2] removing pty\\r\\n# destroy pty\\r\\n# cleanup[2] removing ansible.module_utils.compat.typing\\r\\n# destroy ansible.module_utils.compat.typing\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy pwd\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy array\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy datetime\\r\\n# destroy tty\\r\\n# destroy termios\\r\\n# cleanup[3] wiping ctypes.util\\r\\n# destroy subprocess\\r\\n# destroy tempfile\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# cleanup[3] wiping signal\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# destroy _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy _posixsubprocess\\r\\n# destroy selectors\\r\\n# destroy shutil\\r\\n# destroy errno\\r\\n# destroy stat\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy posixpath\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy select\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879819.96011: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610>\r\n# zipimport: found 31 names in '/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\r\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0>\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\r\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50>\r\n# /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc'\r\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\r\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940>\r\nimport 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0>\r\nimport 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat.typing' # \r\n# zipimport: zlib available\r\n\r\n{\"name\": \"root\", \"state\": \"present\", \"append\": false, \"move_home\": false, \"changed\": false, \"uid\": 0, \"group\": 0, \"comment\": \"Super User\", \"home\": \"/root\", \"shell\": \"/bin/bash\", \"invocation\": {\"module_args\": {\"name\": \"root\", \"state\": \"present\", \"non_unique\": false, \"force\": false, \"remove\": false, \"create_home\": true, \"system\": false, \"move_home\": false, \"append\": false, \"ssh_key_bits\": 0, \"ssh_key_type\": \"rsa\", \"ssh_key_comment\": \"ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com\", \"update_password\": \"always\", \"uid\": null, \"group\": null, \"groups\": null, \"comment\": null, \"home\": null, \"shell\": null, \"password\": null, \"login_class\": null, \"password_expire_max\": null, \"password_expire_min\": null, \"password_expire_warn\": null, \"hidden\": null, \"seuser\": null, \"skeleton\": null, \"generate_ssh_key\": null, \"ssh_key_file\": null, \"ssh_key_passphrase\": null, \"expires\": null, \"password_lock\": null, \"local\": null, \"profile\": null, \"authorization\": null, \"role\": null, \"umask\": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing calendar\r\n# destroy calendar\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing tty\r\n# cleanup[2] removing pty\r\n# destroy pty\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy pwd\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy tty\r\n# destroy termios\r\n# cleanup[3] wiping ctypes.util\r\n# destroy subprocess\r\n# destroy tempfile\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy errno\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy posixpath\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy select\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879819.97386: done with _execute_module (user, {'name': 'root', 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'user', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879819.97391: _low_level_execute_command(): starting\n 5169 1726879819.97394: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879819.97404: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879819.97406: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.97409: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.97412: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879819.97414: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.97417: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879819.97419: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879819.97431: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879819.97433: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879819.97436: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879819.97439: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879819.97441: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.97444: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879819.97446: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879819.97449: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879819.97451: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879819.97454: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879819.97456: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879819.97458: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879819.97461: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879819.97463: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879819.97468: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879819.97470: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879819.97473: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879819.97475: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879819.97478: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879819.97480: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879819.97485: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879819.97491: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879819.97493: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879819.97496: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879819.97498: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879819.97501: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879819.97503: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879819.97506: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879819.99280: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879819.99336: stderr chunk (state=3):\n>>><<<\n 5169 1726879819.99339: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879819.99361: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879819.99571: handler run complete\n 5169 1726879819.99576: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879819.99579: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879819.99583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879819.99586: variable 'ansible_port' from source: unknown\n 5169 1726879819.99589: variable 'ansible_user' from source: unknown\n 5169 1726879819.99595: attempt loop complete, returning result\n 5169 1726879819.99599: _execute() done\n 5169 1726879819.99602: dumping result to json\n 5169 1726879819.99605: done dumping result, returning\n 5169 1726879819.99608: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root [0229e9c9-8e59-8f9b-2ddb-000000000117]\n 5169 1726879819.99656: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000117\nok: [managed_node3] => {\n \"append\": false,\n \"changed\": false,\n \"comment\": \"Super User\",\n \"group\": 0,\n \"home\": \"/root\",\n \"invocation\": {\n \"module_args\": {\n \"append\": false,\n \"authorization\": null,\n \"comment\": null,\n \"create_home\": true,\n \"expires\": null,\n \"force\": false,\n \"generate_ssh_key\": null,\n \"group\": null,\n \"groups\": null,\n \"hidden\": null,\n \"home\": null,\n \"local\": null,\n \"login_class\": null,\n \"move_home\": false,\n \"name\": \"root\",\n \"non_unique\": false,\n \"password\": null,\n \"password_expire_max\": null,\n \"password_expire_min\": null,\n \"password_expire_warn\": null,\n \"password_lock\": null,\n \"profile\": null,\n \"remove\": false,\n \"role\": null,\n \"seuser\": null,\n \"shell\": null,\n \"skeleton\": null,\n \"ssh_key_bits\": 0,\n \"ssh_key_comment\": \"ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com\",\n \"ssh_key_file\": null,\n \"ssh_key_passphrase\": null,\n \"ssh_key_type\": \"rsa\",\n \"state\": \"present\",\n \"system\": false,\n \"uid\": null,\n \"umask\": null,\n \"update_password\": \"always\"\n }\n },\n \"move_home\": false,\n \"name\": \"root\",\n \"shell\": \"/bin/bash\",\n \"state\": \"present\",\n \"uid\": 0\n}\n 5169 1726879819.99972: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000117\n 5169 1726879819.99975: WORKER PROCESS EXITING\n 5169 1726879819.99984: no more pending results, returning what we have\n 5169 1726879819.99988: results queue empty\n 5169 1726879819.99988: checking for any_errors_fatal\n 5169 1726879819.99994: done checking for any_errors_fatal\n 5169 1726879819.99995: checking for max_fail_percentage\n 5169 1726879819.99997: done checking for max_fail_percentage\n 5169 1726879819.99998: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879819.99999: done checking to see if all hosts have failed\n 5169 1726879820.00000: getting the remaining hosts for this loop\n 5169 1726879820.00002: done getting the remaining hosts for this loop\n 5169 1726879820.00006: getting the next task for host managed_node2\n 5169 1726879820.00018: done getting next task for host managed_node2\n 5169 1726879820.00021: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879820.00023: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879820.00024: getting the next task for host managed_node3\n 5169 1726879820.00027: done getting next task for host managed_node3\n 5169 1726879820.00029: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user\n 5169 1726879820.00032: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879820.00037: getting variables\n 5169 1726879820.00038: in VariableManager get_vars()\n 5169 1726879820.00082: Calling all_inventory to load vars for managed_node2\n 5169 1726879820.00086: Calling groups_inventory to load vars for managed_node2\n 5169 1726879820.00090: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879820.00101: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879820.00104: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879820.00108: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879820.00334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.00575: done with get_vars()\n 5169 1726879820.00589: done getting variables\n 5169 1726879820.00702: getting variables\n 5169 1726879820.00711: in VariableManager get_vars()\n 5169 1726879820.00725: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.00728: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.00730: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.00735: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.00738: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.00740: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.00882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.01021: done with get_vars()\n 5169 1726879820.01028: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] ****\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25\nFriday 20 September 2024 20:50:20 -0400 (0:00:00.606) 0:00:17.647 ****** \n 5169 1726879820.01087: entering _queue_task() for managed_node3/stat\n 5169 1726879820.01362: worker is 1 (out of 3 available)\n 5169 1726879820.01378: exiting _queue_task() for managed_node3/stat\n 5169 1726879820.01393: done queuing things up, now waiting for results queue to drain\n 5169 1726879820.01395: waiting for pending results...\n 5169 1726879820.01713: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user\n 5169 1726879820.01790: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000118\n 5169 1726879820.01811: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.01815: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.01840: calling self._execute()\n 5169 1726879820.01858: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.02015: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.02029: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.02078: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.02082: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.02139: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.02148: in VariableManager get_vars()\n 5169 1726879820.02185: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.02189: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.02199: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.02214: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.02221: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.02227: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.02408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.02583: done with get_vars()\n 5169 1726879820.02593: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.02630: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.02641: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.02647: variable 'omit' from source: magic vars\n 5169 1726879820.02715: variable 'omit' from source: magic vars\n 5169 1726879820.02758: variable 'omit' from source: magic vars\n 5169 1726879820.02782: variable '__kdump_ssh_path' from source: task vars\n 5169 1726879820.02836: variable '__kdump_ssh_path' from source: task vars\n 5169 1726879820.02917: variable '__kdump_ssh_user_info' from source: set_fact\n 5169 1726879820.02940: variable 'omit' from source: magic vars\n 5169 1726879820.02951: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.02974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879820.03000: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.03018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879820.03033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.03043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.03070: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.03074: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879820.03077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879820.03079: variable 'ansible_port' from source: unknown\n 5169 1726879820.03084: variable 'ansible_user' from source: unknown\n 5169 1726879820.03163: Set connection var ansible_timeout to 10\n 5169 1726879820.03168: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879820.03171: Set connection var ansible_connection to ssh\n 5169 1726879820.03180: Set connection var ansible_shell_type to sh\n 5169 1726879820.03183: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879820.03189: Set connection var ansible_pipelining to False\n 5169 1726879820.03208: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.03211: variable 'ansible_user' from source: unknown\n 5169 1726879820.03219: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.03399: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879820.03409: variable 'omit' from source: magic vars\n 5169 1726879820.03412: starting attempt loop\n 5169 1726879820.03416: running the handler\n 5169 1726879820.03430: _low_level_execute_command(): starting\n 5169 1726879820.03437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879820.04013: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.04019: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.04023: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.04026: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879820.04030: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.04174: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.04178: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.05877: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879820.05981: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.06036: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.06040: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.06069: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.06084: _low_level_execute_command(): starting\n 5169 1726879820.06090: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `\" && echo ansible-tmp-1726879820.0607157-5396-255596307072056=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `\" && echo ansible-tmp-1726879820.0607157-5396-255596307072056=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `\" ) && sleep 0'\"'\"''\n 5169 1726879820.06780: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.06784: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879820.06788: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879820.06791: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.06793: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.06854: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.06859: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.06861: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.06863: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.06900: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.08884: stdout chunk (state=3):\n>>>ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056\n<<<\n 5169 1726879820.09002: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.09046: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.09050: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.09073: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.09270: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.09274: variable 'ansible_module_compression' from source: unknown\n 5169 1726879820.09277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 5169 1726879820.09279: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879820.09375: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po TO /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879820.09648: Sending initial data\n 5169 1726879820.09651: Sent initial data (151 bytes)\n 5169 1726879820.10041: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.10068: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.10081: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.10121: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.10136: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879820.10151: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.10187: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.11806: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879820.11845: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879820.11895: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879820.11899: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879820.11901: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\n<<<\n 5169 1726879820.11933: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\r\n<<<\n 5169 1726879820.11936: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879820.12004: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118976\r\n<<<\n 5169 1726879820.12403: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118976 bytes at 0\r\n<<<\n 5169 1726879820.12409: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879820.12448: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879820.12504: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.12561: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.12566: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118976\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 118976 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879820.12772: done transferring module to remote\n 5169 1726879820.12776: _low_level_execute_command(): starting\n 5169 1726879820.12779: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879820.13245: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.13259: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.13273: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.13313: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.13326: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879820.13355: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.13378: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.15204: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.15247: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.15251: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.15271: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.15278: _low_level_execute_command(): starting\n 5169 1726879820.15281: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879820.15952: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.15955: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879820.15959: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879820.15966: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879820.15969: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.16011: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.16025: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.16078: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.18350: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879820.18382: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879820.18412: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879820.18418: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879820.18494: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879820.18497: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879820.18533: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879820.18583: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879820.18599: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879820.18610: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879820.18670: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879820.18685: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.18690: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879820.18712: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879820.18749: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879820.18789: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879820.18793: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530>\r\n<<<\n 5169 1726879820.18809: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30>\r\n<<<\n 5169 1726879820.18819: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879820.18833: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0>\r\n<<<\n 5169 1726879820.18855: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879820.18883: stdout chunk (state=3):\n>>>import '_abc' # <<<\n 5169 1726879820.18896: stdout chunk (state=3):\n>>>\r\nimport 'abc' # \r\n<<<\n 5169 1726879820.18912: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879820.18941: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879820.18948: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879820.19035: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879820.19070: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879820.19100: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879820.19110: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879820.19159: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879820.19206: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879820.19223: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0>\r\n<<<\n 5169 1726879820.19304: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19339: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0>\r\n<<<\n 5169 1726879820.19347: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879820.19382: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879820.19609: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879820.19616: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19632: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879820.19649: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19668: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879820.19714: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19727: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879820.19757: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19767: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60>\r\n<<<\n 5169 1726879820.19794: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879820.19804: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19830: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20>\r\n<<<\n 5169 1726879820.19855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879820.19885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19912: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879820.19967: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.19985: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879820.20008: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879820.20026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890>\r\n<<<\n 5169 1726879820.20037: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879820.20055: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20059: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20>\r\n<<<\n 5169 1726879820.20066: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879820.20119: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30>\r\n<<<\n 5169 1726879820.20124: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879820.20162: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250>\r\n<<<\n 5169 1726879820.20258: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010>\r\n<<<\n 5169 1726879820.20287: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879820.20305: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20319: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879820.20337: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879820.20372: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20391: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879820.20398: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20424: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830>\r\n<<<\n 5169 1726879820.20441: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450>\r\n<<<\n 5169 1726879820.20477: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879820.20481: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50>\r\n<<<\n 5169 1726879820.20531: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879820.20545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890>\r\n<<<\n 5169 1726879820.20551: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0>\r\n<<<\n 5169 1726879820.20577: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20602: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.20629: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0>\r\n<<<\n 5169 1726879820.20671: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879820.20676: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879820.20679: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.20709: stdout chunk (state=3):\n>>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20747: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879820.20758: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20793: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340>\r\n<<<\n 5169 1726879820.20796: stdout chunk (state=3):\n>>>import 'importlib.machinery' # \r\n<<<\n 5169 1726879820.20840: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20844: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570>\r\n<<<\n 5169 1726879820.20860: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879820.20891: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879820.20927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879820.20969: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0>\r\n<<<\n 5169 1726879820.21002: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879820.21009: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.21034: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0>\r\n<<<\n 5169 1726879820.21038: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879820.21057: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21141: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879820.21149: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80>\r\n<<<\n 5169 1726879820.21152: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0>\r\n<<<\n 5169 1726879820.21183: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21234: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.21244: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560>\r\n<<<\n 5169 1726879820.21281: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0>\r\n<<<\n 5169 1726879820.21299: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879820.21322: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21347: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879820.21363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21400: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.21404: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0>\r\n<<<\n 5169 1726879820.21426: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21460: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.21474: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560>\r\n<<<\n 5169 1726879820.21484: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.21503: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830>\r\n<<<\n 5169 1726879820.21522: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10>\r\n<<<\n 5169 1726879820.21555: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50>\r\n<<<\n 5169 1726879820.21577: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879820.21694: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21750: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0>\r\n<<<\n 5169 1726879820.21754: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70>\r\n<<<\n 5169 1726879820.21790: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0>\r\n<<<\n 5169 1726879820.21807: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879820.21856: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21871: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879820.21912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879820.21935: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450>\r\n<<<\n 5169 1726879820.21990: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879820.21996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22019: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879820.22036: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22101: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0>\r\n<<<\n 5169 1726879820.22120: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879820.22166: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22218: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879820.22244: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<<\n 5169 1726879820.22249: stdout chunk (state=3):\n>>>\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350>\r\n<<<\n 5169 1726879820.22271: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879820.22309: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22332: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879820.22380: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22471: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0>\r\n<<<\n 5169 1726879820.22546: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470>\r\n<<<\n 5169 1726879820.22589: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230>\r\n<<<\n 5169 1726879820.22621: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879820.22638: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0>\r\n<<<\n 5169 1726879820.22645: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0>\r\n<<<\n 5169 1726879820.22743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879820.22771: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700>\r\n<<<\n 5169 1726879820.22845: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip'\r\n<<<\n 5169 1726879820.22850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.22999: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.23027: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879820.23030: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879820.23086: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879820.23166: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879820.23198: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0>\r\n<<<\n 5169 1726879820.23205: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879820.23406: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0>\r\n<<<\n 5169 1726879820.23417: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.23443: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879820.23446: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.23473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.23485: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.23502: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879820.23507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.25074: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.26340: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879820.26344: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00>\r\n<<<\n 5169 1726879820.26424: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.26446: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879820.26490: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90>\r\n<<<\n 5169 1726879820.26541: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820>\r\n<<<\n 5169 1726879820.26569: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130>\r\n<<<\n 5169 1726879820.26601: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879820.26663: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879820.26702: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810>\r\n<<<\n 5169 1726879820.26724: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50>\r\n<<<\n 5169 1726879820.26742: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879820.26788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879820.26830: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879820.26860: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879820.26885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879820.26918: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0>\r\n<<<\n 5169 1726879820.26946: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.26956: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.26980: stdout chunk (state=3):\n>>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<<\n 5169 1726879820.26998: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879820.27001: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27034: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380>\r\n<<<\n 5169 1726879820.27055: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879820.27083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27111: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0>\r\n<<<\n 5169 1726879820.27120: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879820.27172: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27180: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879820.27196: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27241: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0>\r\n<<<\n 5169 1726879820.27285: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110>\r\n<<<\n 5169 1726879820.27311: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0>\r\n<<<\n 5169 1726879820.27327: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879820.27357: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27378: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879820.27388: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27402: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879820.27438: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27451: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879820.27472: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0>\r\n<<<\n 5169 1726879820.27485: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879820.27559: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880>\r\n<<<\n 5169 1726879820.27580: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0>\r\n<<<\n 5169 1726879820.27586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27675: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50>\r\n<<<\n 5169 1726879820.27702: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0>\r\n<<<\n 5169 1726879820.27721: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.27760: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00>\r\n<<<\n 5169 1726879820.27764: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080>\r\n<<<\n 5169 1726879820.27803: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879820.27806: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27834: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879820.27881: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.27885: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40>\r\n<<<\n 5169 1726879820.27910: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879820.28024: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879820.28079: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28085: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0>\r\n<<<\n 5169 1726879820.28097: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879820.28141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.28167: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879820.28186: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879820.28222: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900>\r\n<<<\n 5169 1726879820.28353: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290>\r\n<<<\n 5169 1726879820.28433: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28439: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920>\r\n<<<\n 5169 1726879820.28471: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28479: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0>\r\n<<<\n 5169 1726879820.28521: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28524: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350>\r\n<<<\n 5169 1726879820.28554: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879820.28558: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879820.28581: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879820.28602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879820.28630: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28656: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28662: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0>\r\n<<<\n 5169 1726879820.28829: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.28839: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0>\r\n<<<\n 5169 1726879820.28842: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0>\r\n<<<\n 5169 1726879820.28884: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0>\r\n<<<\n 5169 1726879820.28898: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.28915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.28919: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879820.28938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.29036: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.29125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.29144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879820.29172: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.29191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.29326: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.29450: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.30069: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.30689: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879820.30695: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879820.30710: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879820.30734: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.30788: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890>\r\n<<<\n 5169 1726879820.30876: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879820.30885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879820.30909: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0>\r\n<<<\n 5169 1726879820.30961: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879820.30968: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.30996: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.31017: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879820.31025: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.31182: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.31352: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879820.31356: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879820.31375: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0>\r\n<<<\n 5169 1726879820.31381: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.31901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32405: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32483: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32565: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879820.32574: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32612: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32648: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879820.32652: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32735: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32832: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879820.32842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32870: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879820.32874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32914: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.32951: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879820.32974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.33216: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.33476: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879820.33540: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879820.33554: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879820.33631: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0>\r\n<<<\n 5169 1726879820.33639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.33717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.33804: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879820.33808: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879820.33815: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879820.33843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.33943: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.34086: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150>\r\n<<<\n 5169 1726879820.34149: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0>\r\n<<<\n 5169 1726879820.34197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34214: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34258: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879820.34278: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34310: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34414: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34484: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879820.34529: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.34617: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700>\r\n<<<\n 5169 1726879820.34660: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70>\r\n<<<\n 5169 1726879820.34694: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879820.34697: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.34776: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34840: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.34915: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879820.34927: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.34938: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879820.34973: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879820.34977: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879820.35045: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879820.35066: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879820.35081: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879820.35136: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80>\r\n<<<\n 5169 1726879820.35187: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60>\r\n<<<\n 5169 1726879820.35276: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0>\r\n<<<\n 5169 1726879820.35288: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.35312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.35341: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879820.35406: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879820.35416: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.35436: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.35443: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879820.35452: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.35601: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.35806: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.36608: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh\", \"mode\": \"0700\", \"isdir\": true, \"ischr\": false, \"isblk\": false, \"isreg\": false, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 4096, \"inode\": 457, \"dev\": 51714, \"nlink\": 2, \"atime\": 1726879588.4716902, \"mtime\": 1726879795.0160353, \"ctime\": 1726879795.0160353, \"wusr\": true, \"rusr\": true, \"xusr\": true, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 16, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": true, \"pw_name\": \"root\", \"gr_name\": \"root\", \"mimetype\": \"inode/directory\", \"charset\": \"binary\", \"version\": \"3346655407\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n<<<\n 5169 1726879820.36633: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879820.37053: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879820.37084: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n<<<\n 5169 1726879820.37092: stdout chunk (state=3):\n>>># restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n<<<\n 5169 1726879820.37274: stdout chunk (state=3):\n>>># cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n<<<\n 5169 1726879820.37279: stdout chunk (state=3):\n>>># cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n<<<\n 5169 1726879820.37282: stdout chunk (state=3):\n>>># destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n<<<\n 5169 1726879820.37285: stdout chunk (state=3):\n>>># destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n<<<\n 5169 1726879820.37289: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n<<<\n 5169 1726879820.37292: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879820.37501: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879820.37550: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879820.37554: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct<<<\n 5169 1726879820.37558: stdout chunk (state=3):\n>>>\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879820.37604: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879820.37609: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879820.37625: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879820.37648: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n<<<\n 5169 1726879820.37677: stdout chunk (state=3):\n>>># destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n<<<\n 5169 1726879820.37696: stdout chunk (state=3):\n>>># destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879820.37738: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n# destroy array\r\n<<<\n 5169 1726879820.37742: stdout chunk (state=3):\n>>># destroy datetime\r\n<<<\n 5169 1726879820.37780: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879820.37784: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879820.37859: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 5169 1726879820.37863: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 5169 1726879820.37868: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n<<<\n 5169 1726879820.37978: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 5169 1726879820.37989: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n<<<\n 5169 1726879820.38020: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879820.38159: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879820.38195: stdout chunk (state=3):\n>>># destroy _socket\r\n# destroy _collections\r\n<<<\n 5169 1726879820.38208: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879820.38253: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879820.38298: stdout chunk (state=3):\n>>># destroy _typing\r\n<<<\n 5169 1726879820.38312: stdout chunk (state=3):\n>>># destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879820.38397: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879820.38404: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n<<<\n 5169 1726879820.38415: stdout chunk (state=3):\n>>># destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879820.38433: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879820.38445: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 5169 1726879820.38481: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n<<<\n 5169 1726879820.38497: stdout chunk (state=3):\n>>># destroy _string\r\n# destroy re\r\n# destroy itertools\r\n<<<\n 5169 1726879820.38509: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879820.38515: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879820.38882: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879820.38886: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879820.38946: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.38949: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh\", \"mode\": \"0700\", \"isdir\": true, \"ischr\": false, \"isblk\": false, \"isreg\": false, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 4096, \"inode\": 457, \"dev\": 51714, \"nlink\": 2, \"atime\": 1726879588.4716902, \"mtime\": 1726879795.0160353, \"ctime\": 1726879795.0160353, \"wusr\": true, \"rusr\": true, \"xusr\": true, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 16, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": true, \"pw_name\": \"root\", \"gr_name\": \"root\", \"mimetype\": \"inode/directory\", \"charset\": \"binary\", \"version\": \"3346655407\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879820.39116: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh\", \"mode\": \"0700\", \"isdir\": true, \"ischr\": false, \"isblk\": false, \"isreg\": false, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 4096, \"inode\": 457, \"dev\": 51714, \"nlink\": 2, \"atime\": 1726879588.4716902, \"mtime\": 1726879795.0160353, \"ctime\": 1726879795.0160353, \"wusr\": true, \"rusr\": true, \"xusr\": true, \"wgrp\": false, \"rgrp\": false, \"xgrp\": false, \"woth\": false, \"roth\": false, \"xoth\": false, \"isuid\": false, \"isgid\": false, \"blocks\": 16, \"block_size\": 4096, \"device_type\": 0, \"readable\": true, \"writeable\": true, \"executable\": true, \"pw_name\": \"root\", \"gr_name\": \"root\", \"mimetype\": \"inode/directory\", \"charset\": \"binary\", \"version\": \"3346655407\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879820.40369: done with _execute_module (stat, {'path': '/root/.ssh', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.0607157-5396-255596307072056/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879820.40373: _low_level_execute_command(): starting\n 5169 1726879820.40376: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879820.40387: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879820.40394: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.40396: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.40399: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879820.40402: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.40405: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.40408: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.42047: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.42100: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.42104: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.42126: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.42162: handler run complete\n 5169 1726879820.42221: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.42275: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879820.42279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879820.42282: variable 'ansible_port' from source: unknown\n 5169 1726879820.42284: variable 'ansible_user' from source: unknown\n 5169 1726879820.42286: attempt loop complete, returning result\n 5169 1726879820.42289: _execute() done\n 5169 1726879820.42294: dumping result to json\n 5169 1726879820.42297: done dumping result, returning\n 5169 1726879820.42299: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user [0229e9c9-8e59-8f9b-2ddb-000000000118]\n 5169 1726879820.42581: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000118\n 5169 1726879820.42696: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000118\n 5169 1726879820.42700: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/root/.ssh\"\n }\n },\n \"stat\": {\n \"atime\": 1726879588.4716902,\n \"attr_flags\": \"e\",\n \"attributes\": [\n \"extents\"\n ],\n \"block_size\": 4096,\n \"blocks\": 16,\n \"charset\": \"binary\",\n \"ctime\": 1726879795.0160353,\n \"dev\": 51714,\n \"device_type\": 0,\n \"executable\": true,\n \"exists\": true,\n \"gid\": 0,\n \"gr_name\": \"root\",\n \"inode\": 457,\n \"isblk\": false,\n \"ischr\": false,\n \"isdir\": true,\n \"isfifo\": false,\n \"isgid\": false,\n \"islnk\": false,\n \"isreg\": false,\n \"issock\": false,\n \"isuid\": false,\n \"mimetype\": \"inode/directory\",\n \"mode\": \"0700\",\n \"mtime\": 1726879795.0160353,\n \"nlink\": 2,\n \"path\": \"/root/.ssh\",\n \"pw_name\": \"root\",\n \"readable\": true,\n \"rgrp\": false,\n \"roth\": false,\n \"rusr\": true,\n \"size\": 4096,\n \"uid\": 0,\n \"version\": \"3346655407\",\n \"wgrp\": false,\n \"woth\": false,\n \"writeable\": true,\n \"wusr\": true,\n \"xgrp\": false,\n \"xoth\": false,\n \"xusr\": true\n }\n}\n 5169 1726879820.42830: no more pending results, returning what we have\n 5169 1726879820.42834: results queue empty\n 5169 1726879820.42835: checking for any_errors_fatal\n 5169 1726879820.42846: done checking for any_errors_fatal\n 5169 1726879820.42853: checking for max_fail_percentage\n 5169 1726879820.42856: done checking for max_fail_percentage\n 5169 1726879820.42856: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879820.42858: done checking to see if all hosts have failed\n 5169 1726879820.42858: getting the remaining hosts for this loop\n 5169 1726879820.42860: done getting the remaining hosts for this loop\n 5169 1726879820.42865: getting the next task for host managed_node2\n 5169 1726879820.42880: done getting next task for host managed_node2\n 5169 1726879820.42883: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879820.42885: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879820.42886: getting the next task for host managed_node3\n 5169 1726879820.42889: done getting next task for host managed_node3\n 5169 1726879820.42894: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user\n 5169 1726879820.42897: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879820.42900: getting variables\n 5169 1726879820.42902: in VariableManager get_vars()\n 5169 1726879820.42927: Calling all_inventory to load vars for managed_node2\n 5169 1726879820.42931: Calling groups_inventory to load vars for managed_node2\n 5169 1726879820.42935: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879820.42944: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879820.42947: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879820.42949: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879820.43200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.43454: done with get_vars()\n 5169 1726879820.43475: done getting variables\n 5169 1726879820.43545: getting variables\n 5169 1726879820.43547: in VariableManager get_vars()\n 5169 1726879820.43557: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.43559: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.43560: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.43568: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.43569: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.43571: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.43714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.43855: done with get_vars()\n 5169 1726879820.43862: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30\nFriday 20 September 2024 20:50:20 -0400 (0:00:00.428) 0:00:18.075 ****** \n 5169 1726879820.43923: entering _queue_task() for managed_node3/stat\n 5169 1726879820.44211: worker is 2 (out of 3 available)\n 5169 1726879820.44229: exiting _queue_task() for managed_node3/stat\n 5169 1726879820.44246: done queuing things up, now waiting for results queue to drain\n 5169 1726879820.44248: waiting for pending results...\n 5169 1726879820.44561: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user\n 5169 1726879820.44653: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000119\n 5169 1726879820.44666: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.44669: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.44707: calling self._execute()\n 5169 1726879820.44727: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.44885: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.44892: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.44949: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.44954: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.45007: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.45024: in VariableManager get_vars()\n 5169 1726879820.45061: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.45066: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.45071: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.45090: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.45099: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.45105: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.45287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.45462: done with get_vars()\n 5169 1726879820.45471: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.45513: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.45524: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.45529: variable 'omit' from source: magic vars\n 5169 1726879820.45601: variable 'omit' from source: magic vars\n 5169 1726879820.45640: variable 'omit' from source: magic vars\n 5169 1726879820.45660: variable '__kdump_authorized_keys_path' from source: task vars\n 5169 1726879820.45719: variable '__kdump_authorized_keys_path' from source: task vars\n 5169 1726879820.45800: variable '__kdump_ssh_user_info' from source: set_fact\n 5169 1726879820.45827: variable 'omit' from source: magic vars\n 5169 1726879820.45837: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.45856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879820.45883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.45903: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879820.45921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.45929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.45954: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.45958: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879820.45961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879820.45968: variable 'ansible_port' from source: unknown\n 5169 1726879820.45971: variable 'ansible_user' from source: unknown\n 5169 1726879820.46053: Set connection var ansible_timeout to 10\n 5169 1726879820.46057: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879820.46060: Set connection var ansible_connection to ssh\n 5169 1726879820.46067: Set connection var ansible_shell_type to sh\n 5169 1726879820.46073: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879820.46079: Set connection var ansible_pipelining to False\n 5169 1726879820.46100: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.46105: variable 'ansible_user' from source: unknown\n 5169 1726879820.46113: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.46300: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879820.46308: variable 'omit' from source: magic vars\n 5169 1726879820.46311: starting attempt loop\n 5169 1726879820.46314: running the handler\n 5169 1726879820.46329: _low_level_execute_command(): starting\n 5169 1726879820.46335: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879820.46861: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.46908: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879820.46914: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879820.46919: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879820.46922: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879820.46926: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.47030: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.47034: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.47037: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.47084: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.48802: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879820.48914: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.48957: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.48960: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.48996: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.49006: _low_level_execute_command(): starting\n 5169 1726879820.49011: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `\" && echo ansible-tmp-1726879820.4899325-5404-110393693094918=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `\" && echo ansible-tmp-1726879820.4899325-5404-110393693094918=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `\" ) && sleep 0'\"'\"''\n 5169 1726879820.49671: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.49675: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879820.49679: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.49682: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.49684: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879820.49688: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.49731: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.49742: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.49757: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.49800: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.51743: stdout chunk (state=3):\n>>>ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918\n<<<\n 5169 1726879820.51859: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.51907: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.51910: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.51929: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.52170: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.52173: variable 'ansible_module_compression' from source: unknown\n 5169 1726879820.52176: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 5169 1726879820.52178: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879820.52243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte TO /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879820.52431: Sending initial data\n 5169 1726879820.52434: Sent initial data (151 bytes)\n 5169 1726879820.52909: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.52915: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879820.52946: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.52949: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.52952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879820.52955: stderr chunk (state=3):\n>>>debug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.53019: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.53025: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.53027: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.53029: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.53072: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.54644: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\n<<<\n 5169 1726879820.54648: stderr chunk (state=3):\n>>>debug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879820.54689: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879820.54730: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879820.54733: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879820.54736: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\n<<<\n 5169 1726879820.54773: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\r\n<<<\n 5169 1726879820.54777: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879820.54837: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118992\r\n<<<\n 5169 1726879820.55224: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118992 bytes at 0\r\n<<<\n 5169 1726879820.55235: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879820.55267: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879820.55323: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.55384: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.55388: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118992\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 118992 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879820.55571: done transferring module to remote\n 5169 1726879820.55575: _low_level_execute_command(): starting\n 5169 1726879820.55578: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879820.56058: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.56076: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.56088: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.56134: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.56160: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.56195: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.58000: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.58042: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.58046: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.58063: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.58070: _low_level_execute_command(): starting\n 5169 1726879820.58275: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879820.58696: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.58718: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.58734: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.58772: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.58787: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.58840: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.61146: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879820.61190: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879820.61213: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879820.61220: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879820.61294: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879820.61298: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879820.61331: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879820.61370: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879820.61398: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879820.61414: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879820.61461: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879820.61467: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.61487: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879820.61516: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879820.61551: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879820.61577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879820.61584: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530>\r\n<<<\n 5169 1726879820.61598: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30>\r\n<<<\n 5169 1726879820.61630: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879820.61635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0>\r\n<<<\n 5169 1726879820.61659: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879820.61684: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879820.61689: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879820.61708: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879820.61747: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879820.61839: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879820.61872: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879820.61901: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879820.61930: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\n<<<\n 5169 1726879820.61936: stdout chunk (state=3):\n>>>Processing global site-packages\r\n<<<\n 5169 1726879820.61982: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879820.61987: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879820.61990: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879820.62027: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62031: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190>\r\n<<<\n 5169 1726879820.62106: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879820.62110: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62121: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0>\r\n<<<\n 5169 1726879820.62144: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879820.62178: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879820.62428: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879820.62444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62468: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879820.62471: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62493: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879820.62526: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879820.62579: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62582: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90>\r\n<<<\n 5169 1726879820.62610: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879820.62628: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62653: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879820.62657: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50>\r\n<<<\n 5169 1726879820.62680: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879820.62705: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62732: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879820.62781: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62803: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879820.62829: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879820.62839: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890>\r\n<<<\n 5169 1726879820.62860: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879820.62865: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.62878: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20>\r\n<<<\n 5169 1726879820.62890: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879820.62936: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30>\r\n<<<\n 5169 1726879820.62955: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879820.62981: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280>\r\n<<<\n 5169 1726879820.63082: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040>\r\n<<<\n 5169 1726879820.63108: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879820.63132: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63142: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879820.63169: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879820.63190: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63216: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63254: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800>\r\n<<<\n 5169 1726879820.63273: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420>\r\n<<<\n 5169 1726879820.63302: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879820.63306: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50>\r\n<<<\n 5169 1726879820.63369: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879820.63384: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0>\r\n<<<\n 5169 1726879820.63410: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63462: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.63517: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0>\r\n<<<\n 5169 1726879820.63529: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0>\r\n<<<\n 5169 1726879820.63580: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63588: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879820.63633: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879820.63675: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63703: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0>\r\n<<<\n 5169 1726879820.63716: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879820.63749: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879820.63783: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63835: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0>\r\n<<<\n 5169 1726879820.63840: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879820.63875: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0>\r\n<<<\n 5169 1726879820.63938: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879820.63942: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879820.63975: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50>\r\n<<<\n 5169 1726879820.64006: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0>\r\n<<<\n 5169 1726879820.64019: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879820.64029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64063: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.64068: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.64077: stdout chunk (state=3):\n>>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30>\r\n<<<\n 5169 1726879820.64092: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560>\r\n<<<\n 5169 1726879820.64128: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540>\r\n<<<\n 5169 1726879820.64150: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879820.64180: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64203: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879820.64221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64252: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.64258: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0>\r\n<<<\n 5169 1726879820.64280: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64316: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560>\r\n<<<\n 5169 1726879820.64340: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.64345: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830>\r\n<<<\n 5169 1726879820.64376: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.64386: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10>\r\n<<<\n 5169 1726879820.64399: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50>\r\n<<<\n 5169 1726879820.64429: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879820.64531: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64566: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64581: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0>\r\n<<<\n 5169 1726879820.64608: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70>\r\n<<<\n 5169 1726879820.64621: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0>\r\n<<<\n 5169 1726879820.64644: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879820.64709: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64728: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879820.64778: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64803: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450>\r\n<<<\n 5169 1726879820.64855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879820.64890: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879820.64912: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.64951: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600>\r\n<<<\n 5169 1726879820.64974: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879820.65013: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.65069: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879820.65098: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0>\r\n<<<\n 5169 1726879820.65119: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879820.65157: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879820.65185: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879820.65225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879820.65321: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80>\r\n<<<\n 5169 1726879820.65400: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500>\r\n<<<\n 5169 1726879820.65444: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290>\r\n<<<\n 5169 1726879820.65476: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879820.65488: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560>\r\n<<<\n 5169 1726879820.65500: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0>\r\n<<<\n 5169 1726879820.65602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879820.65623: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00>\r\n<<<\n 5169 1726879820.65704: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.65860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.65891: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879820.65899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879820.65944: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879820.66020: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879820.66053: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210>\r\n<<<\n 5169 1726879820.66073: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879820.66267: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100>\r\n<<<\n 5169 1726879820.66270: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290>\r\n<<<\n 5169 1726879820.66280: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.66308: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879820.66318: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.66340: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.66345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.66365: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879820.66382: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.67947: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.69209: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879820.69214: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620>\r\n<<<\n 5169 1726879820.69243: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879820.69286: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879820.69321: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69345: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.69376: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50>\r\n<<<\n 5169 1726879820.69399: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0>\r\n<<<\n 5169 1726879820.69447: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220>\r\n<<<\n 5169 1726879820.69451: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69497: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879820.69526: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930>\r\n<<<\n 5169 1726879820.69588: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70>\r\n<<<\n 5169 1726879820.69595: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879820.69648: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69657: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879820.69727: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879820.69742: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879820.69752: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69786: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70>\r\n<<<\n 5169 1726879820.69818: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960>\r\n<<<\n 5169 1726879820.69839: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879820.69861: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69899: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320>\r\n<<<\n 5169 1726879820.69920: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879820.69946: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879820.69969: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500>\r\n<<<\n 5169 1726879820.69988: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879820.70029: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70048: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70110: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90>\r\n<<<\n 5169 1726879820.70153: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879820.70159: stdout chunk (state=3):\n>>>\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0>\r\n<<<\n 5169 1726879820.70178: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250>\r\n<<<\n 5169 1726879820.70200: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879820.70223: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70251: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70274: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879820.70301: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70327: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70344: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80>\r\n<<<\n 5169 1726879820.70356: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879820.70427: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0>\r\n<<<\n 5169 1726879820.70453: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879820.70468: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70546: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0>\r\n<<<\n 5169 1726879820.70591: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760>\r\n<<<\n 5169 1726879820.70648: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0>\r\n<<<\n 5169 1726879820.70652: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0>\r\n<<<\n 5169 1726879820.70711: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70756: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70783: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879820.70902: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879820.70947: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340>\r\n<<<\n 5169 1726879820.70968: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879820.71012: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.71044: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879820.71047: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879820.71049: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879820.71100: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0>\r\n<<<\n 5169 1726879820.71231: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260>\r\n<<<\n 5169 1726879820.71313: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90>\r\n<<<\n 5169 1726879820.71347: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.71353: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0>\r\n<<<\n 5169 1726879820.71401: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.71405: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0>\r\n<<<\n 5169 1726879820.71413: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320>\r\n<<<\n 5169 1726879820.71437: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879820.71461: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879820.71485: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879820.71512: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.71534: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380>\r\n<<<\n 5169 1726879820.71711: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.71721: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350>\r\n<<<\n 5169 1726879820.71728: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20>\r\n<<<\n 5169 1726879820.71762: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0>\r\n<<<\n 5169 1726879820.71771: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0>\r\n<<<\n 5169 1726879820.71790: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.71803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879820.71824: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.71915: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.72024: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.72057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.72092: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.72221: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.72349: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.72969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.73582: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879820.73599: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879820.73606: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879820.73625: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879820.73644: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.73691: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680>\r\n<<<\n 5169 1726879820.73782: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879820.73805: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460>\r\n<<<\n 5169 1726879820.73814: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950>\r\n<<<\n 5169 1726879820.73873: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879820.73884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.73901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.73914: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879820.73927: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.74085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.74254: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879820.74262: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879820.74280: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90>\r\n<<<\n 5169 1726879820.74285: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.74802: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75303: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75386: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75463: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879820.75482: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75513: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75557: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879820.75563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75637: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75727: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879820.75750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75768: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75777: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879820.75780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75825: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.75867: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879820.75876: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.76124: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.76384: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879820.76447: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879820.76462: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879820.76540: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60>\r\n<<<\n 5169 1726879820.76548: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.76625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.76710: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879820.76720: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879820.76727: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879820.76752: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879820.76757: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879820.76844: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.76983: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0>\r\n<<<\n 5169 1726879820.77055: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00>\r\n<<<\n 5169 1726879820.77079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77119: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77160: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879820.77223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77258: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77385: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879820.77430: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.77518: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879820.77523: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550>\r\n<<<\n 5169 1726879820.77570: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0>\r\n<<<\n 5169 1726879820.77602: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879820.77617: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77683: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77754: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77780: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.77824: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879820.77851: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879820.77885: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879820.77898: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879820.77955: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879820.77988: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879820.77992: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879820.78053: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0>\r\n<<<\n 5169 1726879820.78101: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830>\r\n<<<\n 5169 1726879820.78188: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 5169 1726879820.78205: stdout chunk (state=3):\n>>>import 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879820.78215: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78238: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78269: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879820.78322: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879820.78344: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78372: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879820.78379: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78527: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.78729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879820.80046: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh/authorized_keys\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 1589, \"inode\": 262646, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879664.376482, \"mtime\": 1726879588.4696903, \"ctime\": 1726879795.0160353, \"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\": \"e8b9f9a400aecf628ce1fcc780a6ff8421a11096\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3998606801\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh/authorized_keys\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n<<<\n 5169 1726879820.80073: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879820.80511: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n<<<\n 5169 1726879820.80534: stdout chunk (state=3):\n>>># clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n<<<\n 5169 1726879820.80538: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n<<<\n 5169 1726879820.80543: stdout chunk (state=3):\n>>># cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n<<<\n 5169 1726879820.80624: stdout chunk (state=3):\n>>># cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n<<<\n 5169 1726879820.80629: stdout chunk (state=3):\n>>># cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n<<<\n 5169 1726879820.80712: stdout chunk (state=3):\n>>># cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n<<<\n 5169 1726879820.80730: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879820.81007: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879820.81028: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879820.81055: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879820.81176: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879820.81180: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n<<<\n 5169 1726879820.81241: stdout chunk (state=3):\n>>># destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879820.81298: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879820.81416: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n<<<\n 5169 1726879820.81423: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879820.81534: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n<<<\n 5169 1726879820.81561: stdout chunk (state=3):\n>>># destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879820.81582: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879820.81702: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879820.81716: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879820.81719: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879820.81751: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n<<<\n 5169 1726879820.81766: stdout chunk (state=3):\n>>># destroy tokenize\r\n<<<\n 5169 1726879820.81791: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879820.81822: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879820.81841: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n<<<\n 5169 1726879820.81848: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879820.81875: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879820.81956: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879820.81978: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n<<<\n 5169 1726879820.81984: stdout chunk (state=3):\n>>># destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879820.82008: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879820.82038: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879820.82058: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879820.82078: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n<<<\n 5169 1726879820.82086: stdout chunk (state=3):\n>>># destroy _thread\r\n<<<\n 5169 1726879820.82096: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879820.82446: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879820.82507: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.82511: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh/authorized_keys\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 1589, \"inode\": 262646, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879664.376482, \"mtime\": 1726879588.4696903, \"ctime\": 1726879795.0160353, \"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\": \"e8b9f9a400aecf628ce1fcc780a6ff8421a11096\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3998606801\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh/authorized_keys\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879820.82681: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/root/.ssh/authorized_keys\", \"mode\": \"0600\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 1589, \"inode\": 262646, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879664.376482, \"mtime\": 1726879588.4696903, \"ctime\": 1726879795.0160353, \"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\": \"e8b9f9a400aecf628ce1fcc780a6ff8421a11096\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"3998606801\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh/authorized_keys\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879820.83998: done with _execute_module (stat, {'path': '/root/.ssh/authorized_keys', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.4899325-5404-110393693094918/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879820.84003: _low_level_execute_command(): starting\n 5169 1726879820.84006: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879820.84019: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879820.84021: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.84024: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.84026: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879820.84029: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879820.84032: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879820.84034: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879820.84037: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879820.84039: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879820.84042: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.84061: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879820.84066: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.84069: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879820.84071: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879820.84074: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879820.84076: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.84079: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.84082: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879820.84084: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879820.84087: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879820.84089: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879820.84094: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879820.84097: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879820.84100: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.84102: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879820.84104: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.84107: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879820.84110: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.84112: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.84115: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.85788: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.85840: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.85843: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.85870: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.86073: handler run complete\n 5169 1726879820.86077: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.86080: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879820.86082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879820.86084: variable 'ansible_port' from source: unknown\n 5169 1726879820.86087: variable 'ansible_user' from source: unknown\n 5169 1726879820.86089: attempt loop complete, returning result\n 5169 1726879820.86094: _execute() done\n 5169 1726879820.86097: dumping result to json\n 5169 1726879820.86099: done dumping result, returning\n 5169 1726879820.86102: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user [0229e9c9-8e59-8f9b-2ddb-000000000119]\n 5169 1726879820.86242: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000119\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/root/.ssh/authorized_keys\"\n }\n },\n \"stat\": {\n \"atime\": 1726879664.376482,\n \"attr_flags\": \"e\",\n \"attributes\": [\n \"extents\"\n ],\n \"block_size\": 4096,\n \"blocks\": 8,\n \"charset\": \"us-ascii\",\n \"checksum\": \"e8b9f9a400aecf628ce1fcc780a6ff8421a11096\",\n \"ctime\": 1726879795.0160353,\n \"dev\": 51714,\n \"device_type\": 0,\n \"executable\": false,\n \"exists\": true,\n \"gid\": 0,\n \"gr_name\": \"root\",\n \"inode\": 262646,\n \"isblk\": false,\n \"ischr\": false,\n \"isdir\": false,\n \"isfifo\": false,\n \"isgid\": false,\n \"islnk\": false,\n \"isreg\": true,\n \"issock\": false,\n \"isuid\": false,\n \"mimetype\": \"text/plain\",\n \"mode\": \"0600\",\n \"mtime\": 1726879588.4696903,\n \"nlink\": 1,\n \"path\": \"/root/.ssh/authorized_keys\",\n \"pw_name\": \"root\",\n \"readable\": true,\n \"rgrp\": false,\n \"roth\": false,\n \"rusr\": true,\n \"size\": 1589,\n \"uid\": 0,\n \"version\": \"3998606801\",\n \"wgrp\": false,\n \"woth\": false,\n \"writeable\": true,\n \"wusr\": true,\n \"xgrp\": false,\n \"xoth\": false,\n \"xusr\": false\n }\n}\n 5169 1726879820.86536: no more pending results, returning what we have\n 5169 1726879820.86540: results queue empty\n 5169 1726879820.86541: checking for any_errors_fatal\n 5169 1726879820.86551: done checking for any_errors_fatal\n 5169 1726879820.86552: checking for max_fail_percentage\n 5169 1726879820.86554: done checking for max_fail_percentage\n 5169 1726879820.86555: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879820.86556: done checking to see if all hosts have failed\n 5169 1726879820.86557: getting the remaining hosts for this loop\n 5169 1726879820.86558: done getting the remaining hosts for this loop\n 5169 1726879820.86562: getting the next task for host managed_node2\n 5169 1726879820.86578: done getting next task for host managed_node2\n 5169 1726879820.86581: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879820.86583: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879820.86584: getting the next task for host managed_node3\n 5169 1726879820.86587: done getting next task for host managed_node3\n 5169 1726879820.86590: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed\n 5169 1726879820.86592: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879820.86596: getting variables\n 5169 1726879820.86598: in VariableManager get_vars()\n 5169 1726879820.86630: Calling all_inventory to load vars for managed_node2\n 5169 1726879820.86635: Calling groups_inventory to load vars for managed_node2\n 5169 1726879820.86639: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879820.86650: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879820.86653: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879820.86657: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879820.86869: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000119\n 5169 1726879820.86874: WORKER PROCESS EXITING\n 5169 1726879820.86913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.87189: done with get_vars()\n 5169 1726879820.87201: done getting variables\n 5169 1726879820.87267: getting variables\n 5169 1726879820.87268: in VariableManager get_vars()\n 5169 1726879820.87279: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.87281: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.87282: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.87285: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.87287: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.87289: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.87400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.87542: done with get_vars()\n 5169 1726879820.87548: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35\nFriday 20 September 2024 20:50:20 -0400 (0:00:00.436) 0:00:18.512 ****** \n 5169 1726879820.87612: entering _queue_task() for managed_node3/file\n 5169 1726879820.87890: worker is 3 (out of 3 available)\n 5169 1726879820.87907: exiting _queue_task() for managed_node3/file\n 5169 1726879820.87921: done queuing things up, now waiting for results queue to drain\n 5169 1726879820.87922: waiting for pending results...\n 5169 1726879820.88285: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed\n 5169 1726879820.88404: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011a\n 5169 1726879820.88473: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.88477: variable 'ansible_search_path' from source: unknown\n 5169 1726879820.88485: calling self._execute()\n 5169 1726879820.88521: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.88743: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879820.88757: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.88849: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.88863: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.88971: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.88980: in VariableManager get_vars()\n 5169 1726879820.89035: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.89060: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.89166: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.89171: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.89176: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.89179: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.89860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.90091: done with get_vars()\n 5169 1726879820.90102: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.90137: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.90148: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.90153: variable 'omit' from source: magic vars\n 5169 1726879820.90221: variable 'omit' from source: magic vars\n 5169 1726879820.90263: variable 'omit' from source: magic vars\n 5169 1726879820.90381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879820.92137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879820.92204: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879820.92246: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879820.92283: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879820.92315: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879820.92386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879820.92409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879820.92430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879820.92460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879820.92473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879820.92547: variable '__kdump_ssh_path_stat' from source: set_fact\n 5169 1726879820.92559: variable '__kdump_ssh_path' from source: task vars\n 5169 1726879820.92635: variable '__kdump_ssh_user_info' from source: set_fact\n 5169 1726879820.92735: variable '__kdump_ssh_path_stat' from source: set_fact\n 5169 1726879820.92748: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879820.92824: variable 'hostvars' from source: magic vars\n 5169 1726879820.92828: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.92831: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.92879: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.92886: in VariableManager get_vars()\n 5169 1726879820.92895: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.92899: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.92902: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.92909: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.92914: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.92920: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.93028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.93178: done with get_vars()\n 5169 1726879820.93191: variable 'ansible_user_id' from source: facts\n 5169 1726879820.93281: variable '__kdump_ssh_path_stat' from source: set_fact\n 5169 1726879820.93296: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879820.93363: variable 'hostvars' from source: magic vars\n 5169 1726879820.93369: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879820.93371: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.93420: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.93425: in VariableManager get_vars()\n 5169 1726879820.93431: Calling all_inventory to load vars for managed_node3\n 5169 1726879820.93434: Calling groups_inventory to load vars for managed_node3\n 5169 1726879820.93442: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879820.93450: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879820.93453: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879820.93458: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879820.93563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879820.93698: done with get_vars()\n 5169 1726879820.93709: variable 'ansible_user_id' from source: facts\n 5169 1726879820.93799: variable '__kdump_ssh_path_stat' from source: set_fact\n 5169 1726879820.93821: variable 'omit' from source: magic vars\n 5169 1726879820.93831: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.93846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879820.93868: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.93884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879820.93900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.93909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879820.93936: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.93949: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879820.93952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879820.93955: variable 'ansible_port' from source: unknown\n 5169 1726879820.93957: variable 'ansible_user' from source: unknown\n 5169 1726879820.94177: Set connection var ansible_timeout to 10\n 5169 1726879820.94180: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879820.94183: Set connection var ansible_connection to ssh\n 5169 1726879820.94186: Set connection var ansible_shell_type to sh\n 5169 1726879820.94188: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879820.94191: Set connection var ansible_pipelining to False\n 5169 1726879820.94196: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879820.94199: variable 'ansible_user' from source: unknown\n 5169 1726879820.94201: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879820.94332: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879820.94341: variable 'omit' from source: magic vars\n 5169 1726879820.94346: starting attempt loop\n 5169 1726879820.94349: running the handler\n 5169 1726879820.94368: _low_level_execute_command(): starting\n 5169 1726879820.94376: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879820.94999: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.95016: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879820.95028: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.95073: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.95088: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879820.95107: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.95149: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.96860: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879820.96977: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879820.97029: stderr chunk (state=3):\n>>><<<\n 5169 1726879820.97033: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879820.97058: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879820.97183: _low_level_execute_command(): starting\n 5169 1726879820.97187: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `\" && echo ansible-tmp-1726879820.970574-5412-239300675928626=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `\" && echo ansible-tmp-1726879820.970574-5412-239300675928626=\"` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `\" ) && sleep 0'\"'\"''\n 5169 1726879820.97811: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879820.97817: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879820.97820: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879820.97823: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879820.97827: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.97830: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879820.97847: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879820.97874: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879820.97884: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879820.97904: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879820.97934: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879820.99919: stdout chunk (state=3):\n>>>ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626\n<<<\n 5169 1726879821.00036: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.00090: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.00099: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.00276: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.00281: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879821.00284: variable 'ansible_module_compression' from source: unknown\n 5169 1726879821.00288: ANSIBALLZ: Using lock for file\n 5169 1726879821.00291: ANSIBALLZ: Acquiring lock\n 5169 1726879821.00297: ANSIBALLZ: Lock acquired: 140122399812176\n 5169 1726879821.00307: ANSIBALLZ: Creating module\n 5169 1726879821.09596: ANSIBALLZ: Writing module into payload\n 5169 1726879821.09707: ANSIBALLZ: Writing module\n 5169 1726879821.09729: ANSIBALLZ: Renaming module\n 5169 1726879821.09803: ANSIBALLZ: Done creating module\n 5169 1726879821.09818: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 5169 1726879821.09879: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj TO /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879821.10007: Sending initial data\n 5169 1726879821.10011: Sent initial data (150 bytes)\n 5169 1726879821.10507: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.10514: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879821.10518: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.10521: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.10523: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.10604: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879821.10614: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.10656: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.12358: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879821.12400: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879821.12439: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj\r\n<<<\n 5169 1726879821.12446: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879821.12461: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\n<<<\n 5169 1726879821.12481: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\r\n<<<\n 5169 1726879821.12488: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py M:0x001a\r\n<<<\n 5169 1726879821.12547: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125335\r\n<<<\n 5169 1726879821.12983: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125335 bytes at 0\r\n<<<\n 5169 1726879821.12987: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879821.13025: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879821.13085: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.13154: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.13159: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125335\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125335 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879821.13373: done transferring module to remote\n 5169 1726879821.13376: _low_level_execute_command(): starting\n 5169 1726879821.13379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879821.13879: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.13893: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.13907: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879821.13920: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.13962: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.13980: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879821.14000: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.14027: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.15834: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.15883: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.15888: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.15908: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.15914: _low_level_execute_command(): starting\n 5169 1726879821.15916: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879821.16600: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.16607: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879821.16613: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879821.16619: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879821.16649: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.16653: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.16716: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.16722: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879821.16723: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879821.16725: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.16768: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.19022: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879821.19057: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879821.19091: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879821.19099: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879821.19175: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879821.19214: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879821.19247: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879821.19278: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879821.19281: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 5169 1726879821.19296: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879821.19340: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879821.19345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.19368: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879821.19392: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879821.19429: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879821.19456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879821.19469: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530>\r\n<<<\n 5169 1726879821.19478: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30>\r\n<<<\n 5169 1726879821.19505: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879821.19510: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0>\r\n<<<\n 5169 1726879821.19537: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879821.19566: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879821.19573: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879821.19586: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879821.19617: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879821.19714: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879821.19743: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879821.19747: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879821.19809: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879821.19813: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\n<<<\n 5169 1726879821.19839: stdout chunk (state=3):\n>>>Processing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879821.19860: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879821.19885: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879821.19914: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190>\r\n<<<\n 5169 1726879821.19962: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879821.19995: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0>\r\n<<<\n 5169 1726879821.20017: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879821.23996: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879821.24251: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879821.24274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24298: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879821.24304: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24325: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879821.24368: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24387: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879821.24410: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24428: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60>\r\n<<<\n 5169 1726879821.24448: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879821.24469: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24494: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879821.24508: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20>\r\n<<<\n 5169 1726879821.24518: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879821.24546: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24572: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879821.24622: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24640: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879821.24671: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879821.24681: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830>\r\n<<<\n 5169 1726879821.24704: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879821.24709: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0>\r\n<<<\n 5169 1726879821.24732: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879821.24788: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30>\r\n<<<\n 5169 1726879821.24791: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879821.24821: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250>\r\n<<<\n 5169 1726879821.24922: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010>\r\n<<<\n 5169 1726879821.24952: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879821.24978: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879821.24983: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879821.25011: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879821.25031: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25058: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879821.25061: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25098: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830>\r\n<<<\n 5169 1726879821.25115: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450>\r\n<<<\n 5169 1726879821.25146: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879821.25150: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0>\r\n<<<\n 5169 1726879821.25217: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879821.25225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890>\r\n<<<\n 5169 1726879821.25231: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0>\r\n<<<\n 5169 1726879821.25260: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25300: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40>\r\n<<<\n 5169 1726879821.25327: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0>\r\n<<<\n 5169 1726879821.25362: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0>\r\n<<<\n 5169 1726879821.25369: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0>\r\n<<<\n 5169 1726879821.25407: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25431: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879821.25521: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25526: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879821.25532: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25562: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879821.25596: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879821.25631: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25672: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25724: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0>\r\nimport 'errno' # \r\n<<<\n 5169 1726879821.25732: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0>\r\n<<<\n 5169 1726879821.25796: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879821.25800: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80>\r\n<<<\n 5169 1726879821.25852: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0>\r\n<<<\n 5169 1726879821.25878: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0>\r\n<<<\n 5169 1726879821.25891: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879821.25921: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.25933: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0>\r\n<<<\n 5169 1726879821.25950: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530>\r\n<<<\n 5169 1726879821.25986: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0>\r\n<<<\n 5169 1726879821.26010: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879821.26032: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26062: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879821.26079: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26113: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0>\r\n<<<\n 5169 1726879821.26136: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26174: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740>\r\n<<<\n 5169 1726879821.26189: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0>\r\n<<<\n 5169 1726879821.26205: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770>\r\n<<<\n 5169 1726879821.26234: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.26239: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950>\r\n<<<\n 5169 1726879821.26268: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50>\r\n<<<\n 5169 1726879821.26299: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879821.26405: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26418: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879821.26446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70>\r\n<<<\n 5169 1726879821.26472: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20>\r\n<<<\n 5169 1726879821.26492: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750>\r\n<<<\n 5169 1726879821.26523: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879821.26575: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26593: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879821.26635: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26668: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330>\r\n<<<\n 5169 1726879821.26736: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879821.26739: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26775: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26821: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0>\r\n<<<\n 5169 1726879821.26843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879821.26885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.26937: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879821.26969: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200>\r\n<<<\n 5169 1726879821.26992: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879821.27028: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879821.27056: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879821.27100: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879821.27197: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0>\r\n<<<\n 5169 1726879821.27272: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320>\r\n<<<\n 5169 1726879821.27317: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140>\r\n<<<\n 5169 1726879821.27347: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879821.27359: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0>\r\n<<<\n 5169 1726879821.27374: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0>\r\n<<<\n 5169 1726879821.27380: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0>\r\n<<<\n 5169 1726879821.27479: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879821.27503: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610>\r\n<<<\n 5169 1726879821.27585: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip'\r\n<<<\n 5169 1726879821.27590: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.27740: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.27775: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879821.27780: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879821.27825: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879821.27908: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879821.27940: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000>\r\n<<<\n 5169 1726879821.27959: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879821.28156: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0>\r\n<<<\n 5169 1726879821.28165: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0>\r\n<<<\n 5169 1726879821.28171: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.28204: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879821.28213: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.28230: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.28236: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.28257: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879821.28277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.29860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.31147: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879821.31152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90>\r\n<<<\n 5169 1726879821.31191: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31230: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31258: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31300: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970>\r\n<<<\n 5169 1726879821.31343: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700>\r\n<<<\n 5169 1726879821.31377: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010>\r\n<<<\n 5169 1726879821.31408: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31456: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20>\r\n<<<\n 5169 1726879821.31505: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879821.31540: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.31562: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879821.31615: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31619: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879821.31675: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879821.31691: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879821.31714: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31754: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90>\r\n<<<\n 5169 1726879821.31788: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0>\r\n<<<\n 5169 1726879821.31810: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879821.31827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31868: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0>\r\n<<<\n 5169 1726879821.31891: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879821.31915: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879821.31936: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0>\r\n<<<\n 5169 1726879821.31958: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879821.31999: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32023: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32083: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90>\r\n<<<\n 5169 1726879821.32123: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0>\r\n<<<\n 5169 1726879821.32151: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0>\r\n<<<\n 5169 1726879821.32174: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879821.32202: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32227: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879821.32236: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32249: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879821.32281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32313: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32324: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60>\r\n<<<\n 5169 1726879821.32339: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879821.32410: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730>\r\n<<<\n 5169 1726879821.32420: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490>\r\n<<<\n 5169 1726879821.32439: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879821.32448: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32532: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00>\r\n<<<\n 5169 1726879821.32580: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490>\r\n<<<\n 5169 1726879821.32604: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10>\r\n<<<\n 5169 1726879821.32656: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30>\r\n<<<\n 5169 1726879821.32667: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879821.32736: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32741: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.32763: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879821.32886: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879821.32924: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.32928: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0>\r\n<<<\n 5169 1726879821.32959: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879821.33006: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.33028: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879821.33043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879821.33050: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879821.33094: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810>\r\n<<<\n 5169 1726879821.33230: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0>\r\n<<<\n 5169 1726879821.33305: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830>\r\n<<<\n 5169 1726879821.33342: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920>\r\n<<<\n 5169 1726879821.33385: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40>\r\n<<<\n 5169 1726879821.33403: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0>\r\n<<<\n 5169 1726879821.33431: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879821.33452: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879821.33478: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879821.33502: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.33534: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140>\r\n<<<\n 5169 1726879821.33712: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.33720: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0><<<\n 5169 1726879821.33723: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879821.33730: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0>\r\n<<<\n 5169 1726879821.33766: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520>\r\n<<<\n 5169 1726879821.33792: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.33809: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.33822: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879821.33824: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.33920: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34023: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879821.34065: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34089: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879821.34113: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34228: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34359: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.34984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.35607: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879821.35619: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879821.35630: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879821.35633: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879821.35662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.35715: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710>\r\n<<<\n 5169 1726879821.35805: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879821.35833: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490>\r\n<<<\n 5169 1726879821.35837: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0>\r\n<<<\n 5169 1726879821.35893: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879821.35902: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.35926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.35946: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879821.35953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.36111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.36292: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879821.36317: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0>\r\n<<<\n 5169 1726879821.36322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.36850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37361: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37440: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37517: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879821.37539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37575: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37614: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879821.37620: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37700: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37791: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879821.37814: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37817: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37836: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879821.37841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.37923: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879821.37941: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.38195: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.38459: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879821.38522: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879821.38542: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879821.38625: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0>\r\n<<<\n 5169 1726879821.38631: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.38711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.38797: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879821.38809: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879821.38814: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879821.38841: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.38931: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.39072: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90>\r\n<<<\n 5169 1726879821.39129: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0>\r\n<<<\n 5169 1726879821.39132: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230>\r\n<<<\n 5169 1726879821.39154: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39202: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39248: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.39308: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39348: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39412: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879821.39525: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.39619: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879821.39623: stdout chunk (state=3):\n>>>\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310>\r\n<<<\n 5169 1726879821.39667: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0>\r\n<<<\n 5169 1726879821.39701: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879821.39718: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39784: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39854: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39881: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.39929: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.39957: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879821.39980: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879821.40004: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879821.40063: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879821.40085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879821.40104: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879821.40166: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0>\r\n<<<\n 5169 1726879821.40213: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680>\r\n<<<\n 5169 1726879821.40303: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879821.40322: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.40352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.40386: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879821.40440: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879821.40465: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.40475: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.40494: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.41090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.41718: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.42157: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/root/.ssh\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/root/.ssh\"}, \"after\": {\"path\": \"/root/.ssh\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0700\", \"state\": \"directory\", \"secontext\": \"system_u:object_r:ssh_home_t:s0\", \"size\": 4096, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"state\": \"directory\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0700\", \"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, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 5169 1726879821.42161: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879821.42521: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n<<<\n 5169 1726879821.42530: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n<<<\n 5169 1726879821.42547: stdout chunk (state=3):\n>>># cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal<<<\n 5169 1726879821.42559: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n<<<\n 5169 1726879821.42576: stdout chunk (state=3):\n>>># cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n<<<\n 5169 1726879821.42590: stdout chunk (state=3):\n>>># cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n<<<\n 5169 1726879821.42631: stdout chunk (state=3):\n>>># destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n<<<\n 5169 1726879821.42659: stdout chunk (state=3):\n>>># destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 5169 1726879821.42706: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n<<<\n 5169 1726879821.42710: stdout chunk (state=3):\n>>># cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n<<<\n 5169 1726879821.42735: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879821.42955: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879821.42997: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n<<<\n 5169 1726879821.43034: stdout chunk (state=3):\n>>># destroy ipaddress\r\n# destroy ntpath\r\n<<<\n 5169 1726879821.43038: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879821.43093: stdout chunk (state=3):\n>>># destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n<<<\n 5169 1726879821.43096: stdout chunk (state=3):\n>>># cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879821.43101: stdout chunk (state=3):\n>>># cleanup[3] wiping hashlib\r\n<<<\n 5169 1726879821.43153: stdout chunk (state=3):\n>>># cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n<<<\n 5169 1726879821.43159: stdout chunk (state=3):\n>>># destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879821.43196: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n<<<\n 5169 1726879821.43202: stdout chunk (state=3):\n>>># cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879821.43205: stdout chunk (state=3):\n>>># cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n<<<\n 5169 1726879821.43249: stdout chunk (state=3):\n>>># destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n<<<\n 5169 1726879821.43287: stdout chunk (state=3):\n>>># cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n<<<\n 5169 1726879821.43291: stdout chunk (state=3):\n>>># cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879821.43329: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n<<<\n 5169 1726879821.43345: stdout chunk (state=3):\n>>># cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath<<<\n 5169 1726879821.43349: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n<<<\n 5169 1726879821.43362: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 5169 1726879821.43390: stdout chunk (state=3):\n>>># destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879821.43548: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879821.43592: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy _weakref\r\n<<<\n 5169 1726879821.43628: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n<<<\n 5169 1726879821.43644: stdout chunk (state=3):\n>>># destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879821.43681: stdout chunk (state=3):\n>>># destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n<<<\n 5169 1726879821.43717: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n<<<\n 5169 1726879821.43742: stdout chunk (state=3):\n>>># destroy _hashlib\r\n<<<\n 5169 1726879821.43745: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879821.43786: stdout chunk (state=3):\n>>># destroy _signal\r\n# destroy _typing\r\n<<<\n 5169 1726879821.43790: stdout chunk (state=3):\n>>># destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n<<<\n 5169 1726879821.43816: stdout chunk (state=3):\n>>># destroy operator\r\n<<<\n 5169 1726879821.43839: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879821.43934: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n<<<\n 5169 1726879821.43938: stdout chunk (state=3):\n>>># destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879821.43968: stdout chunk (state=3):\n>>># destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n<<<\n 5169 1726879821.43992: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n<<<\n 5169 1726879821.43997: stdout chunk (state=3):\n>>># destroy _thread\r\n# destroy _abc\r\n<<<\n 5169 1726879821.44026: stdout chunk (state=3):\n>>># destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879821.44408: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879821.44475: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.44478: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/root/.ssh\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/root/.ssh\"}, \"after\": {\"path\": \"/root/.ssh\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0700\", \"state\": \"directory\", \"secontext\": \"system_u:object_r:ssh_home_t:s0\", \"size\": 4096, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"state\": \"directory\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0700\", \"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, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy distro.distro\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy threading\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# destroy _posixsubprocess\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping tempfile\\r\\n# destroy io\\r\\n# destroy weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy abc\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections_abc\\r\\n# destroy _weakref\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy __main__\\r\\n# destroy atexit\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shutil\\r\\n# destroy tempfile\\r\\n# destroy traceback\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy datetime\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy _string\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy _blake2\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _hashlib\\r\\n# destroy selinux._selinux\\r\\n# destroy collections\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _signal\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# destroy warnings\\r\\n# destroy operator\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy functools\\r\\n# destroy time\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy re\\r\\n# destroy _random\\r\\n# destroy itertools\\r\\n# destroy _collections\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy _io\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879821.44641: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610>\r\n# zipimport: found 30 names in '/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/root/.ssh\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/root/.ssh\"}, \"after\": {\"path\": \"/root/.ssh\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0700\", \"state\": \"directory\", \"secontext\": \"system_u:object_r:ssh_home_t:s0\", \"size\": 4096, \"invocation\": {\"module_args\": {\"path\": \"/root/.ssh\", \"state\": \"directory\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0700\", \"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, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879821.45838: done with _execute_module (file, {'path': '/root/.ssh', 'state': 'directory', 'group': 'root', 'owner': 'root', 'mode': '0700', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.970574-5412-239300675928626/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879821.45843: _low_level_execute_command(): starting\n 5169 1726879821.45845: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879821.45855: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879821.45858: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.45861: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879821.45863: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.45867: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.47551: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879821.47555: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.47674: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.47678: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.47687: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.47690: handler run complete\n 5169 1726879821.47695: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.47698: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879821.47701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879821.47704: variable 'ansible_port' from source: unknown\n 5169 1726879821.47706: variable 'ansible_user' from source: unknown\n 5169 1726879821.47708: attempt loop complete, returning result\n 5169 1726879821.47711: _execute() done\n 5169 1726879821.47713: dumping result to json\n 5169 1726879821.47716: done dumping result, returning\n 5169 1726879821.47718: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed [0229e9c9-8e59-8f9b-2ddb-00000000011a]\n 5169 1726879821.47970: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011a\n 5169 1726879821.48188: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011a\nok: [managed_node3] => {\n \"changed\": false,\n \"diff\": {\n \"after\": {\n \"path\": \"/root/.ssh\"\n },\n \"before\": {\n \"path\": \"/root/.ssh\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": null,\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"follow\": true,\n \"force\": false,\n \"group\": \"root\",\n \"mode\": \"0700\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": \"root\",\n \"path\": \"/root/.ssh\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"directory\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0700\",\n \"owner\": \"root\",\n \"path\": \"/root/.ssh\",\n \"secontext\": \"system_u:object_r:ssh_home_t:s0\",\n \"size\": 4096,\n \"state\": \"directory\",\n \"uid\": 0\n}\n 5169 1726879821.48291: no more pending results, returning what we have\n 5169 1726879821.48295: results queue empty\n 5169 1726879821.48296: checking for any_errors_fatal\n 5169 1726879821.48306: done checking for any_errors_fatal\n 5169 1726879821.48307: checking for max_fail_percentage\n 5169 1726879821.48308: done checking for max_fail_percentage\n 5169 1726879821.48309: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879821.48310: done checking to see if all hosts have failed\n 5169 1726879821.48315: getting the remaining hosts for this loop\n 5169 1726879821.48317: done getting the remaining hosts for this loop\n 5169 1726879821.48322: getting the next task for host managed_node2\n 5169 1726879821.48334: done getting next task for host managed_node2\n 5169 1726879821.48337: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879821.48339: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879821.48340: getting the next task for host managed_node3\n 5169 1726879821.48343: done getting next task for host managed_node3\n 5169 1726879821.48345: ^ task is: TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed\n 5169 1726879821.48348: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879821.48352: getting variables\n 5169 1726879821.48354: in VariableManager get_vars()\n 5169 1726879821.48383: Calling all_inventory to load vars for managed_node2\n 5169 1726879821.48386: Calling groups_inventory to load vars for managed_node2\n 5169 1726879821.48389: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879821.48400: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879821.48403: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879821.48409: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879821.49003: WORKER PROCESS EXITING\n 5169 1726879821.49024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879821.49179: done with get_vars()\n 5169 1726879821.49188: done getting variables\n 5169 1726879821.49251: getting variables\n 5169 1726879821.49252: in VariableManager get_vars()\n 5169 1726879821.49261: Calling all_inventory to load vars for managed_node3\n 5169 1726879821.49263: Calling groups_inventory to load vars for managed_node3\n 5169 1726879821.49267: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879821.49271: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879821.49273: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879821.49274: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879821.49378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879821.49520: done with get_vars()\n 5169 1726879821.49526: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43\nFriday 20 September 2024 20:50:21 -0400 (0:00:00.619) 0:00:19.132 ****** \n 5169 1726879821.49584: entering _queue_task() for managed_node3/lineinfile\n 5169 1726879821.49585: Creating lock for lineinfile\n 5169 1726879821.49900: worker is 1 (out of 3 available)\n 5169 1726879821.49916: exiting _queue_task() for managed_node3/lineinfile\n 5169 1726879821.49934: done queuing things up, now waiting for results queue to drain\n 5169 1726879821.49936: waiting for pending results...\n 5169 1726879821.50267: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed\n 5169 1726879821.50362: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011b\n 5169 1726879821.50378: variable 'ansible_search_path' from source: unknown\n 5169 1726879821.50381: variable 'ansible_search_path' from source: unknown\n 5169 1726879821.50421: calling self._execute()\n 5169 1726879821.50434: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879821.50597: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879821.50608: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879821.50660: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879821.50666: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.50718: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.50733: in VariableManager get_vars()\n 5169 1726879821.50770: Calling all_inventory to load vars for managed_node3\n 5169 1726879821.50774: Calling groups_inventory to load vars for managed_node3\n 5169 1726879821.50779: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879821.50801: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879821.50807: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879821.50813: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879821.50995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879821.51212: done with get_vars()\n 5169 1726879821.51219: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.51259: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879821.51272: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.51278: variable 'omit' from source: magic vars\n 5169 1726879821.51346: variable 'omit' from source: magic vars\n 5169 1726879821.51391: variable 'omit' from source: magic vars\n 5169 1726879821.51416: variable '__kdump_new_key' from source: task vars\n 5169 1726879821.51469: variable '__kdump_new_key' from source: task vars\n 5169 1726879821.51569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879821.53433: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879821.53501: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879821.53542: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879821.53583: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879821.53612: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879821.53680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53766: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53848: variable '__kdump_keydata' from source: set_fact\n 5169 1726879821.53933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879821.53973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879821.54004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879821.54015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879821.54075: variable '__kdump_authorized_keys_file' from source: set_fact\n 5169 1726879821.54086: variable '__kdump_authorized_keys_path' from source: task vars\n 5169 1726879821.54154: variable '__kdump_ssh_user_info' from source: set_fact\n 5169 1726879821.54247: variable '__kdump_authorized_keys_file' from source: set_fact\n 5169 1726879821.54259: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879821.54336: variable 'hostvars' from source: magic vars\n 5169 1726879821.54339: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879821.54345: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.54396: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.54400: in VariableManager get_vars()\n 5169 1726879821.54407: Calling all_inventory to load vars for managed_node3\n 5169 1726879821.54410: Calling groups_inventory to load vars for managed_node3\n 5169 1726879821.54416: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879821.54425: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879821.54428: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879821.54433: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879821.54541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879821.54683: done with get_vars()\n 5169 1726879821.54697: variable 'ansible_user_id' from source: facts\n 5169 1726879821.54794: variable '__kdump_authorized_keys_file' from source: set_fact\n 5169 1726879821.54804: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879821.54879: variable 'hostvars' from source: magic vars\n 5169 1726879821.54882: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879821.54885: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.54934: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.54938: in VariableManager get_vars()\n 5169 1726879821.54944: Calling all_inventory to load vars for managed_node3\n 5169 1726879821.54947: Calling groups_inventory to load vars for managed_node3\n 5169 1726879821.54952: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879821.54959: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879821.54965: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879821.54973: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879821.55155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879821.55379: done with get_vars()\n 5169 1726879821.55388: variable 'ansible_user_id' from source: facts\n 5169 1726879821.55526: variable '__kdump_authorized_keys_file' from source: set_fact\n 5169 1726879821.55558: variable 'omit' from source: magic vars\n 5169 1726879821.55573: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879821.55591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879821.55617: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879821.55642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879821.55655: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879821.55670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879821.55692: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.55703: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879821.55712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879821.55716: variable 'ansible_port' from source: unknown\n 5169 1726879821.55719: variable 'ansible_user' from source: unknown\n 5169 1726879821.55783: Set connection var ansible_timeout to 10\n 5169 1726879821.55787: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879821.55790: Set connection var ansible_connection to ssh\n 5169 1726879821.55797: Set connection var ansible_shell_type to sh\n 5169 1726879821.55802: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879821.55811: Set connection var ansible_pipelining to False\n 5169 1726879821.55829: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879821.55833: variable 'ansible_user' from source: unknown\n 5169 1726879821.55840: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879821.55970: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879821.55979: variable 'omit' from source: magic vars\n 5169 1726879821.55984: starting attempt loop\n 5169 1726879821.55987: running the handler\n 5169 1726879821.56000: _low_level_execute_command(): starting\n 5169 1726879821.56007: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879821.56554: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.56559: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879821.56562: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.56568: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879821.56572: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.56630: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.56634: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879821.56640: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879821.56642: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.56687: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.58396: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879821.58505: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.58555: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.58559: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.58589: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.58705: _low_level_execute_command(): starting\n 5169 1726879821.58709: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `\" && echo ansible-tmp-1726879821.5858736-5423-200995413029751=\"` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `\" && echo ansible-tmp-1726879821.5858736-5423-200995413029751=\"` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `\" ) && sleep 0'\"'\"''\n 5169 1726879821.59321: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.59326: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879821.59330: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.59334: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.59348: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.59412: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.59419: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879821.59421: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.59466: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.61467: stdout chunk (state=3):\n>>>ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751\n<<<\n 5169 1726879821.61586: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.61630: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.61634: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.61656: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.61871: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879821.61876: variable 'ansible_module_compression' from source: unknown\n 5169 1726879821.61880: ANSIBALLZ: Using lock for lineinfile\n 5169 1726879821.61883: ANSIBALLZ: Acquiring lock\n 5169 1726879821.61886: ANSIBALLZ: Lock acquired: 140122395751200\n 5169 1726879821.61889: ANSIBALLZ: Creating module\n 5169 1726879821.70709: ANSIBALLZ: Writing module into payload\n 5169 1726879821.70797: ANSIBALLZ: Writing module\n 5169 1726879821.70811: ANSIBALLZ: Renaming module\n 5169 1726879821.70818: ANSIBALLZ: Done creating module\n 5169 1726879821.70836: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py\n 5169 1726879821.70890: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w TO /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879821.71016: Sending initial data\n 5169 1726879821.71020: Sent initial data (157 bytes)\n 5169 1726879821.71530: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.71534: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879821.71537: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.71540: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.71542: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879821.71546: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.71582: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.71599: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879821.71615: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.71663: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.73338: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\n<<<\n 5169 1726879821.73347: stderr chunk (state=3):\n>>>debug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879821.73383: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879821.73426: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879821.73429: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879821.73435: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\n<<<\n 5169 1726879821.73473: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py M:0x001a\r\n<<<\n 5169 1726879821.73528: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122068\r\n<<<\n 5169 1726879821.73926: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122068 bytes at 0\r\n<<<\n 5169 1726879821.73931: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879821.73969: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879821.74029: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.74090: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.74093: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122068\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 122068 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879821.74174: done transferring module to remote\n 5169 1726879821.74178: _low_level_execute_command(): starting\n 5169 1726879821.74181: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'\"'\"''\n 5169 1726879821.74833: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.74847: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.74860: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.74932: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879821.74936: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879821.74938: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879821.74944: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.74972: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.76790: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879821.76837: stderr chunk (state=3):\n>>><<<\n 5169 1726879821.76840: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879821.76861: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879821.76868: _low_level_execute_command(): starting\n 5169 1726879821.76871: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'\"'\"''\n 5169 1726879821.77559: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879821.77566: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879821.77570: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.77573: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879821.77575: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879821.77578: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879821.77615: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879821.77636: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879821.77680: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879821.79958: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879821.79992: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879821.80017: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879821.80022: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879821.80098: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879821.80138: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879821.80182: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879821.80190: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879821.80206: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879821.80215: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879821.80269: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.80294: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879821.80322: stdout chunk (state=3):\n>>>import 'codecs' # <<<\n 5169 1726879821.80326: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879821.80358: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879821.80392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530>\r\n<<<\n 5169 1726879821.80402: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30>\r\n<<<\n 5169 1726879821.80430: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879821.80434: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879821.80436: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0>\r\n<<<\n 5169 1726879821.80471: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879821.80488: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879821.80506: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879821.80515: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879821.80549: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879821.80553: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879821.80641: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879821.80674: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879821.80681: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879821.80708: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879821.80745: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879821.80777: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879821.80807: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n<<<\n 5169 1726879821.80836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879821.80840: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190>\r\n<<<\n 5169 1726879821.80904: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879821.80908: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.80911: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0>\r\n<<<\n 5169 1726879821.80942: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879821.80977: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879821.81232: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879821.81258: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81287: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879821.81321: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81339: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879821.81374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81383: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30>\r\n<<<\n 5169 1726879821.81394: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879821.81416: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81438: stdout chunk (state=3):\n>>>import '_operator' # \r\n<<<\n 5169 1726879821.81449: stdout chunk (state=3):\n>>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0>\r\n<<<\n 5169 1726879821.81466: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879821.81492: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81520: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879821.81577: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81583: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879821.81619: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81627: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860>\r\n<<<\n 5169 1726879821.81649: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879821.81657: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0>\r\n<<<\n 5169 1726879821.81672: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879821.81725: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00>\r\n<<<\n 5169 1726879821.81730: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879821.81767: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220>\r\n<<<\n 5169 1726879821.81863: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0>\r\n<<<\n 5169 1726879821.81887: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879821.81911: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81916: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879821.81943: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879821.81983: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879821.81991: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879821.81997: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82031: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0>\r\n<<<\n 5169 1726879821.82039: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0>\r\n<<<\n 5169 1726879821.82080: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879821.82083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0>\r\n<<<\n 5169 1726879821.82134: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879821.82150: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830>\r\n<<<\n 5169 1726879821.82161: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260>\r\n<<<\n 5169 1726879821.82179: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82213: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.82245: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90>\r\n<<<\n 5169 1726879821.82249: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.82278: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80>\r\n<<<\n 5169 1726879821.82315: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82335: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879821.82378: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82392: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879821.82425: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n<<<\n 5169 1726879821.82463: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570>\r\n<<<\n 5169 1726879821.82480: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879821.82495: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879821.82542: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82563: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0>\r\n<<<\n 5169 1726879821.82595: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879821.82610: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.82632: stdout chunk (state=3):\n>>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0>\r\n<<<\n 5169 1726879821.82665: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879821.82684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82714: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50>\r\n<<<\n 5169 1726879821.82729: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.82768: stdout chunk (state=3):\n>>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879821.82797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82813: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30>\r\n<<<\n 5169 1726879821.82830: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560>\r\n<<<\n 5169 1726879821.82894: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0>\r\n<<<\n 5169 1726879821.82909: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879821.82931: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879821.82956: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879821.82973: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83002: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70>\r\n<<<\n 5169 1726879821.83027: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83042: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.83055: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0>\r\n<<<\n 5169 1726879821.83082: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0>\r\n<<<\n 5169 1726879821.83119: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0>\r\n<<<\n 5169 1726879821.83131: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10>\r\n<<<\n 5169 1726879821.83166: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879821.83267: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83338: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0>\r\n<<<\n 5169 1726879821.83342: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30>\r\n<<<\n 5169 1726879821.83377: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0>\r\n<<<\n 5169 1726879821.83395: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879821.83439: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83462: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879821.83495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83528: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570>\r\n<<<\n 5169 1726879821.83608: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879821.83629: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83681: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0>\r\n<<<\n 5169 1726879821.83696: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879821.83734: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83792: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879821.83815: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440>\r\n<<<\n 5169 1726879821.83835: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879821.83875: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879821.83902: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879821.83941: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879821.84034: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0>\r\n<<<\n 5169 1726879821.84109: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560>\r\n<<<\n 5169 1726879821.84156: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350>\r\n<<<\n 5169 1726879821.84186: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0>\r\n<<<\n 5169 1726879821.84208: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700>\r\n<<<\n 5169 1726879821.84213: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110>\r\n<<<\n 5169 1726879821.84310: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879821.84334: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830>\r\n<<<\n 5169 1726879821.84412: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip'\r\n<<<\n 5169 1726879821.84418: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.84568: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.84594: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879821.84603: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879821.84647: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879821.84722: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879821.84760: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0>\r\n<<<\n 5169 1726879821.84772: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879821.84962: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0>\r\n<<<\n 5169 1726879821.84978: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.85011: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879821.85023: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.85030: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.85053: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.85059: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879821.85085: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.86629: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.87886: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.87896: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0>\r\n<<<\n 5169 1726879821.87913: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879821.87917: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.87960: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879821.88001: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88028: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40>\r\n<<<\n 5169 1726879821.88060: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0>\r\n<<<\n 5169 1726879821.88109: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310>\r\n<<<\n 5169 1726879821.88129: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88180: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879821.88224: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0>\r\n<<<\n 5169 1726879821.88258: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.88274: stdout chunk (state=3):\n>>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879821.88314: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88330: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879821.88388: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050>\r\n<<<\n 5169 1726879821.88414: stdout chunk (state=3):\n>>>import 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879821.88446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88504: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0>\r\n<<<\n 5169 1726879821.88525: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0>\r\n<<<\n 5169 1726879821.88530: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879821.88533: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88569: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0>\r\n<<<\n 5169 1726879821.88578: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879821.88612: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88624: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560>\r\n<<<\n 5169 1726879821.88650: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879821.88684: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88706: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88770: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080>\r\n<<<\n 5169 1726879821.88808: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.88820: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0>\r\n<<<\n 5169 1726879821.88825: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340>\r\n<<<\n 5169 1726879821.88855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879821.88879: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88901: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879821.88916: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88923: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879821.88953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879821.88987: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879821.89003: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30>\r\n<<<\n 5169 1726879821.89005: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879821.89078: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760>\r\n<<<\n 5169 1726879821.89100: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879821.89105: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879821.89205: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0>\r\n<<<\n 5169 1726879821.89241: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0>\r\n<<<\n 5169 1726879821.89268: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050>\r\n<<<\n 5169 1726879821.89310: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0>\r\n<<<\n 5169 1726879821.89346: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879821.89401: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.89417: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879821.89522: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879821.89595: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380>\r\n<<<\n 5169 1726879821.89612: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879821.89646: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.89674: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879821.89677: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879821.89726: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40>\r\n<<<\n 5169 1726879821.89857: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0>\r\n<<<\n 5169 1726879821.89934: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.89940: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0>\r\n<<<\n 5169 1726879821.89971: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60>\r\n<<<\n 5169 1726879821.90022: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0>\r\n<<<\n 5169 1726879821.90026: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0>\r\n<<<\n 5169 1726879821.90058: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879821.90079: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879821.90101: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879821.90117: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879821.90136: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.90167: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500>\r\n<<<\n 5169 1726879821.90373: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.90439: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.90466: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.90530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.90656: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.90661: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.90689: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879821.90896: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.90953: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.91562: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.92174: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879821.92196: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879821.92201: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879821.92224: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.92282: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.92288: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0>\r\n<<<\n 5169 1726879821.92369: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879821.92378: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879821.92389: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820>\r\n<<<\n 5169 1726879821.92402: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170>\r\n<<<\n 5169 1726879821.92448: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879821.92462: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.92481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.92505: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879821.92507: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.92674: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.92845: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879821.92855: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879821.92860: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0>\r\n<<<\n 5169 1726879821.92871: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.93377: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.93878: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.93951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94046: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879821.94052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94129: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879821.94148: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94219: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94316: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879821.94330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94343: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879821.94370: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94406: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94448: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879821.94451: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94712: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.94971: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879821.95035: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879821.95044: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879821.95123: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0>\r\n<<<\n 5169 1726879821.95126: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95211: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95291: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879821.95300: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879821.95306: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879821.95318: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879821.95335: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879821.95342: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879821.95424: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.95555: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0>\r\n<<<\n 5169 1726879821.95611: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.95617: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0>\r\n<<<\n 5169 1726879821.95647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95693: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95742: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879821.95746: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95800: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95839: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95908: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.95980: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879821.96023: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.96121: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879821.96142: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700>\r\n<<<\n 5169 1726879821.96162: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0>\r\n<<<\n 5169 1726879821.96201: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879821.96205: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96261: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96324: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96358: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96402: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879821.96408: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879821.96426: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879821.96457: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879821.96476: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879821.96530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879821.96554: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879821.96576: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879821.96627: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0>\r\n<<<\n 5169 1726879821.96682: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0>\r\n<<<\n 5169 1726879821.96762: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40>\r\n<<<\n 5169 1726879821.96773: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879821.96788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96813: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96837: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879821.96905: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879821.96922: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.96929: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879821.96951: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.97243: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.97603: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879821.98032: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"msg\": \"\", \"backup\": \"\", \"diff\": [{\"before\": \"\", \"after\": \"\", \"before_header\": \"/root/.ssh/authorized_keys (content)\", \"after_header\": \"/root/.ssh/authorized_keys (content)\"}, {\"before_header\": \"/root/.ssh/authorized_keys (file attributes)\", \"after_header\": \"/root/.ssh/authorized_keys (file attributes)\"}], \"invocation\": {\"module_args\": {\"line\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com\", \"state\": \"present\", \"create\": true, \"path\": \"/root/.ssh/authorized_keys\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0600\", \"backrefs\": false, \"backup\": false, \"firstmatch\": false, \"unsafe_writes\": false, \"regexp\": null, \"search_string\": null, \"insertafter\": null, \"insertbefore\": null, \"validate\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n<<<\n 5169 1726879821.98038: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879821.98396: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n<<<\n 5169 1726879821.98406: stdout chunk (state=3):\n>>># clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n<<<\n 5169 1726879821.98572: stdout chunk (state=3):\n>>># cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n<<<\n 5169 1726879821.98576: stdout chunk (state=3):\n>>># cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n<<<\n 5169 1726879821.98581: stdout chunk (state=3):\n>>># destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n<<<\n 5169 1726879821.98584: stdout chunk (state=3):\n>>># cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n<<<\n 5169 1726879821.98587: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879821.98841: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879821.98875: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n<<<\n 5169 1726879821.98907: stdout chunk (state=3):\n>>># destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879821.98939: stdout chunk (state=3):\n>>># destroy ntpath\r\n<<<\n 5169 1726879821.98970: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879821.99001: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n<<<\n 5169 1726879821.99027: stdout chunk (state=3):\n>>># destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879821.99042: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n<<<\n 5169 1726879821.99072: stdout chunk (state=3):\n>>># destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879821.99096: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879821.99141: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n<<<\n 5169 1726879821.99186: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n<<<\n 5169 1726879821.99216: stdout chunk (state=3):\n>>># destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n<<<\n 5169 1726879821.99260: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n<<<\n 5169 1726879821.99266: stdout chunk (state=3):\n>>># cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 5169 1726879821.99272: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n<<<\n 5169 1726879821.99275: stdout chunk (state=3):\n>>># cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n<<<\n 5169 1726879821.99314: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n<<<\n 5169 1726879821.99353: stdout chunk (state=3):\n>>># destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879821.99357: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n<<<\n 5169 1726879821.99382: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879821.99505: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879821.99546: stdout chunk (state=3):\n>>># destroy _collections\r\n# destroy platform\r\n<<<\n 5169 1726879821.99583: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879821.99588: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879821.99641: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response<<<\n 5169 1726879821.99646: stdout chunk (state=3):\n>>>\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879821.99649: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879821.99671: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879821.99743: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879821.99772: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879821.99805: stdout chunk (state=3):\n>>># destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879821.99809: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n<<<\n 5169 1726879821.99819: stdout chunk (state=3):\n>>># destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879821.99845: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879821.99870: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879822.00231: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879822.00292: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.00298: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"msg\": \"\", \"backup\": \"\", \"diff\": [{\"before\": \"\", \"after\": \"\", \"before_header\": \"/root/.ssh/authorized_keys (content)\", \"after_header\": \"/root/.ssh/authorized_keys (content)\"}, {\"before_header\": \"/root/.ssh/authorized_keys (file attributes)\", \"after_header\": \"/root/.ssh/authorized_keys (file attributes)\"}], \"invocation\": {\"module_args\": {\"line\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com\", \"state\": \"present\", \"create\": true, \"path\": \"/root/.ssh/authorized_keys\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0600\", \"backrefs\": false, \"backup\": false, \"firstmatch\": false, \"unsafe_writes\": false, \"regexp\": null, \"search_string\": null, \"insertafter\": null, \"insertbefore\": null, \"validate\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879822.00453: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830>\r\n# zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"msg\": \"\", \"backup\": \"\", \"diff\": [{\"before\": \"\", \"after\": \"\", \"before_header\": \"/root/.ssh/authorized_keys (content)\", \"after_header\": \"/root/.ssh/authorized_keys (content)\"}, {\"before_header\": \"/root/.ssh/authorized_keys (file attributes)\", \"after_header\": \"/root/.ssh/authorized_keys (file attributes)\"}], \"invocation\": {\"module_args\": {\"line\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com\", \"state\": \"present\", \"create\": true, \"path\": \"/root/.ssh/authorized_keys\", \"group\": \"root\", \"owner\": \"root\", \"mode\": \"0600\", \"backrefs\": false, \"backup\": false, \"firstmatch\": false, \"unsafe_writes\": false, \"regexp\": null, \"search_string\": null, \"insertafter\": null, \"insertbefore\": null, \"validate\": null, \"seuser\": null, \"serole\": null, \"selevel\": null, \"setype\": null, \"attributes\": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879822.01863: done with _execute_module (lineinfile, {'line': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com', 'state': 'present', 'create': True, 'path': '/root/.ssh/authorized_keys', 'group': 'root', 'owner': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879822.01870: _low_level_execute_command(): starting\n 5169 1726879822.01873: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879822.01883: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879822.01885: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879822.01888: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.01890: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.01895: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879822.01898: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879822.01901: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879822.01903: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879822.01906: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879822.01908: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879822.01911: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879822.01919: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.01922: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879822.01929: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879822.01932: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879822.01935: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879822.01937: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.01940: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.01942: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879822.01945: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879822.01948: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.01950: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879822.01953: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879822.01955: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879822.01958: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.01960: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.01962: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.03468: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.03521: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.03524: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.03550: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.03553: handler run complete\n 5169 1726879822.03673: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.03677: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.03680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.03682: variable 'ansible_port' from source: unknown\n 5169 1726879822.03685: variable 'ansible_user' from source: unknown\n 5169 1726879822.03687: attempt loop complete, returning result\n 5169 1726879822.03690: _execute() done\n 5169 1726879822.03692: dumping result to json\n 5169 1726879822.03697: done dumping result, returning\n 5169 1726879822.03700: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed [0229e9c9-8e59-8f9b-2ddb-00000000011b]\n 5169 1726879822.03871: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011b\nok: [managed_node3] => {\n \"backup\": \"\",\n \"changed\": false,\n \"diff\": [\n {\n \"after\": \"\",\n \"after_header\": \"/root/.ssh/authorized_keys (content)\",\n \"before\": \"\",\n \"before_header\": \"/root/.ssh/authorized_keys (content)\"\n },\n {\n \"after_header\": \"/root/.ssh/authorized_keys (file attributes)\",\n \"before_header\": \"/root/.ssh/authorized_keys (file attributes)\"\n }\n ],\n \"invocation\": {\n \"module_args\": {\n \"attributes\": null,\n \"backrefs\": false,\n \"backup\": false,\n \"create\": true,\n \"firstmatch\": false,\n \"group\": \"root\",\n \"insertafter\": null,\n \"insertbefore\": null,\n \"line\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com\",\n \"mode\": \"0600\",\n \"owner\": \"root\",\n \"path\": \"/root/.ssh/authorized_keys\",\n \"regexp\": null,\n \"search_string\": null,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"state\": \"present\",\n \"unsafe_writes\": false,\n \"validate\": null\n }\n }\n}\n 5169 1726879822.04188: no more pending results, returning what we have\n 5169 1726879822.04195: results queue empty\n 5169 1726879822.04196: checking for any_errors_fatal\n 5169 1726879822.04209: done checking for any_errors_fatal\n 5169 1726879822.04210: checking for max_fail_percentage\n 5169 1726879822.04211: done checking for max_fail_percentage\n 5169 1726879822.04212: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879822.04213: done checking to see if all hosts have failed\n 5169 1726879822.04214: getting the remaining hosts for this loop\n 5169 1726879822.04215: done getting the remaining hosts for this loop\n 5169 1726879822.04219: getting the next task for host managed_node2\n 5169 1726879822.04231: done getting next task for host managed_node2\n 5169 1726879822.04234: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879822.04236: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879822.04237: getting the next task for host managed_node3\n 5169 1726879822.04242: done getting next task for host managed_node3\n 5169 1726879822.04245: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch the servers public key\n 5169 1726879822.04248: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879822.04255: getting variables\n 5169 1726879822.04256: in VariableManager get_vars()\n 5169 1726879822.04283: Calling all_inventory to load vars for managed_node2\n 5169 1726879822.04286: Calling groups_inventory to load vars for managed_node2\n 5169 1726879822.04290: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879822.04305: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879822.04309: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879822.04313: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879822.04529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.04758: done with get_vars()\n 5169 1726879822.04775: done getting variables\n 5169 1726879822.04820: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011b\n 5169 1726879822.04824: WORKER PROCESS EXITING\n 5169 1726879822.04908: getting variables\n 5169 1726879822.04909: in VariableManager get_vars()\n 5169 1726879822.04928: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.04931: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.04934: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.04940: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.04942: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.04946: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.05172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.05313: done with get_vars()\n 5169 1726879822.05324: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Fetch the servers public key] **********\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53\nFriday 20 September 2024 20:50:22 -0400 (0:00:00.557) 0:00:19.690 ****** \n 5169 1726879822.05383: entering _queue_task() for managed_node3/slurp\n 5169 1726879822.05700: worker is 2 (out of 3 available)\n 5169 1726879822.05717: exiting _queue_task() for managed_node3/slurp\n 5169 1726879822.05734: done queuing things up, now waiting for results queue to drain\n 5169 1726879822.05736: waiting for pending results...\n 5169 1726879822.06089: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key\n 5169 1726879822.06192: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011d\n 5169 1726879822.06206: variable 'ansible_search_path' from source: unknown\n 5169 1726879822.06210: variable 'ansible_search_path' from source: unknown\n 5169 1726879822.06243: calling self._execute()\n 5169 1726879822.06260: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879822.06431: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879822.06434: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.06490: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.06498: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.06548: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.06564: in VariableManager get_vars()\n 5169 1726879822.06603: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.06607: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.06611: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.06632: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.06637: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.06643: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.06825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.06982: done with get_vars()\n 5169 1726879822.06988: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.07030: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879822.07040: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.07046: variable 'omit' from source: magic vars\n 5169 1726879822.07116: variable 'omit' from source: magic vars\n 5169 1726879822.07156: variable 'omit' from source: magic vars\n 5169 1726879822.07184: variable 'omit' from source: magic vars\n 5169 1726879822.07198: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879822.07217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879822.07245: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.07260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879822.07277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.07287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.07315: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.07318: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.07321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.07324: variable 'ansible_port' from source: unknown\n 5169 1726879822.07328: variable 'ansible_user' from source: unknown\n 5169 1726879822.07410: Set connection var ansible_timeout to 10\n 5169 1726879822.07414: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879822.07417: Set connection var ansible_connection to ssh\n 5169 1726879822.07423: Set connection var ansible_shell_type to sh\n 5169 1726879822.07428: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879822.07434: Set connection var ansible_pipelining to False\n 5169 1726879822.07456: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879822.07460: variable 'ansible_user' from source: unknown\n 5169 1726879822.07467: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.07651: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879822.07663: variable 'omit' from source: magic vars\n 5169 1726879822.07671: starting attempt loop\n 5169 1726879822.07675: running the handler\n 5169 1726879822.07683: _low_level_execute_command(): starting\n 5169 1726879822.07690: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879822.08257: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.08267: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.08271: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.08275: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.08316: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.08325: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.08346: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.08402: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.10094: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879822.10206: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.10255: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.10258: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.10289: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.10305: _low_level_execute_command(): starting\n 5169 1726879822.10312: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `\" && echo ansible-tmp-1726879822.1029134-5434-30073408132317=\"` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `\" && echo ansible-tmp-1726879822.1029134-5434-30073408132317=\"` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `\" ) && sleep 0'\"'\"''\n 5169 1726879822.11020: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879822.11024: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879822.11027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.11030: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.11033: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879822.11036: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879822.11038: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879822.11041: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879822.11044: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879822.11050: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879822.11060: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879822.11092: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.11095: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.11100: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879822.11102: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.11173: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.11176: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.11178: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879822.11180: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.11212: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.13179: stdout chunk (state=3):\n>>>ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317\n<<<\n 5169 1726879822.13292: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.13339: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.13342: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.13361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.13571: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879822.13576: variable 'ansible_module_compression' from source: unknown\n 5169 1726879822.13579: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED\n 5169 1726879822.13582: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py\n 5169 1726879822.13643: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s TO /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879822.13829: Sending initial data\n 5169 1726879822.13833: Sent initial data (151 bytes)\n 5169 1726879822.14361: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.14378: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879822.14390: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.14435: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.14452: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.14499: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.16115: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879822.16119: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879822.16153: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879822.16205: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879822.16210: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879822.16212: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\n<<<\n 5169 1726879822.16251: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\r\n<<<\n 5169 1726879822.16257: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py M:0x001a\r\n<<<\n 5169 1726879822.16321: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\r\n<<<\n 5169 1726879822.16699: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114923 bytes at 0\r\n<<<\n 5169 1726879822.16703: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879822.16739: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879822.16797: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.16858: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.16866: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 114923 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879822.17071: done transferring module to remote\n 5169 1726879822.17075: _low_level_execute_command(): starting\n 5169 1726879822.17078: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879822.17578: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.17592: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879822.17606: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879822.17617: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.17658: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.17677: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.17692: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.17722: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.19544: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.19591: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.19597: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.19618: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.19624: _low_level_execute_command(): starting\n 5169 1726879822.19627: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879822.20294: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.20308: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.20321: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879822.20338: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.20386: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.20393: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.20426: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879822.20431: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.20469: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.22914: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879822.22946: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879822.22985: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879822.22991: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879822.23062: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879822.23069: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879822.23104: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879822.23141: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879822.23179: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879822.23183: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879822.23239: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879822.23242: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.23261: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879822.23287: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879822.23321: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879822.23348: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879822.23359: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530>\r\n<<<\n 5169 1726879822.23374: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30>\r\n<<<\n 5169 1726879822.23401: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879822.23407: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0>\r\n<<<\n 5169 1726879822.23430: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879822.23460: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879822.23482: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879822.23516: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879822.23611: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879822.23639: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879822.23645: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879822.23687: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879822.23702: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879822.23729: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879822.23733: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879822.23758: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879822.23792: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879822.23818: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190>\r\n<<<\n 5169 1726879822.23871: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879822.23887: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0>\r\n<<<\n 5169 1726879822.23923: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879822.23947: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879822.24206: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879822.24244: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24266: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879822.24299: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24317: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879822.24341: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24355: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60>\r\n<<<\n 5169 1726879822.24383: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879822.24392: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24418: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20>\r\n<<<\n 5169 1726879822.24441: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879822.24472: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24499: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879822.24543: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24568: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879822.24602: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830>\r\n<<<\n 5169 1726879822.24625: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879822.24628: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0>\r\n<<<\n 5169 1726879822.24652: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879822.24701: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30>\r\n<<<\n 5169 1726879822.24716: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879822.24741: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250>\r\n<<<\n 5169 1726879822.24841: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010>\r\n<<<\n 5169 1726879822.24868: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879822.24892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24903: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879822.24930: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879822.24950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879822.24975: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879822.24980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25020: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830>\r\n<<<\n 5169 1726879822.25032: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450>\r\n<<<\n 5169 1726879822.25063: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879822.25068: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0>\r\n<<<\n 5169 1726879822.25133: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879822.25139: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0>\r\n<<<\n 5169 1726879822.25169: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25207: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.25239: stdout chunk (state=3):\n>>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0>\r\n<<<\n 5169 1726879822.25292: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0>\r\n<<<\n 5169 1726879822.25327: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25374: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879822.25379: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25435: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879822.25443: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25500: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879822.25517: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879822.25573: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25576: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0>\r\n<<<\n 5169 1726879822.25623: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879822.25661: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0>\r\n<<<\n 5169 1726879822.25691: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25727: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80>\r\n<<<\n 5169 1726879822.25755: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0>\r\n<<<\n 5169 1726879822.25781: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n<<<\n 5169 1726879822.25788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25829: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.25842: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0>\r\n<<<\n 5169 1726879822.25847: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530>\r\n<<<\n 5169 1726879822.25896: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0>\r\n<<<\n 5169 1726879822.25916: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879822.25943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879822.25963: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879822.25985: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26018: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.26021: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0>\r\n<<<\n 5169 1726879822.26040: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26076: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.26082: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560>\r\n<<<\n 5169 1726879822.26108: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.26112: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770>\r\n<<<\n 5169 1726879822.26141: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0>\r\n<<<\n 5169 1726879822.26167: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80>\r\n<<<\n 5169 1726879822.26192: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879822.26311: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26348: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060>\r\n<<<\n 5169 1726879822.26386: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0>\r\n<<<\n 5169 1726879822.26414: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879822.26496: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26500: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879822.26533: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26563: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420>\r\n<<<\n 5169 1726879822.26630: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879822.26634: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26645: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879822.26669: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26719: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0>\r\n<<<\n 5169 1726879822.26741: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879822.26783: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26834: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879822.26863: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260>\r\n<<<\n 5169 1726879822.26883: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879822.26925: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879822.26947: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879822.26993: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879822.27086: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00>\r\n<<<\n 5169 1726879822.27166: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380>\r\n<<<\n 5169 1726879822.27206: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170>\r\n<<<\n 5169 1726879822.27240: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350>\r\n<<<\n 5169 1726879822.27263: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0>\r\n<<<\n 5169 1726879822.27368: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879822.27389: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640>\r\n<<<\n 5169 1726879822.27467: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.27621: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.27646: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879822.27661: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879822.27706: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879822.27786: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879822.27820: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\n<<<\n 5169 1726879822.27825: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030>\r\nimport '_typing' # \r\n<<<\n 5169 1726879822.28029: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0>\r\n<<<\n 5169 1726879822.28045: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.28075: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879822.28082: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.28111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.28115: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.28121: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879822.28144: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.29717: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.30978: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.30985: stdout chunk (state=3):\n>>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90>\r\n<<<\n 5169 1726879822.31012: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31043: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879822.31083: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31087: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31121: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00>\r\n<<<\n 5169 1726879822.31167: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790>\r\n<<<\n 5169 1726879822.31195: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0>\r\n<<<\n 5169 1726879822.31228: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879822.31232: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31276: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50>\r\n<<<\n 5169 1726879822.31279: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879822.31318: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630>\r\n<<<\n 5169 1726879822.31348: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840>\r\n<<<\n 5169 1726879822.31371: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879822.31422: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31433: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879822.31484: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879822.31527: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879822.31539: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31568: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70>\r\n<<<\n 5169 1726879822.31640: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690>\r\n<<<\n 5169 1726879822.31647: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31683: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050>\r\n<<<\n 5169 1726879822.31695: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879822.31716: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31741: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0>\r\n<<<\n 5169 1726879822.31761: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879822.31797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31822: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879822.31828: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879822.31881: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90>\r\n<<<\n 5169 1726879822.31918: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0>\r\n<<<\n 5169 1726879822.31947: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80>\r\n<<<\n 5169 1726879822.31969: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879822.31994: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32019: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879822.32026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32041: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879822.32074: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32102: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32118: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40>\r\n<<<\n 5169 1726879822.32121: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879822.32199: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610>\r\n<<<\n 5169 1726879822.32207: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370>\r\n<<<\n 5169 1726879822.32224: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32307: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30>\r\n<<<\n 5169 1726879822.32346: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490>\r\n<<<\n 5169 1726879822.32379: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50>\r\n<<<\n 5169 1726879822.32417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0>\r\n<<<\n 5169 1726879822.32432: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879822.32467: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32516: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.32546: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879822.32655: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32710: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0>\r\n<<<\n 5169 1726879822.32743: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879822.32810: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.32813: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879822.32863: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879822.32881: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0>\r\n<<<\n 5169 1726879822.32997: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080>\r\n<<<\n 5169 1726879822.33075: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.33082: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10>\r\n<<<\n 5169 1726879822.33111: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.33117: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740>\r\n<<<\n 5169 1726879822.33158: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.33170: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0>\r\n<<<\n 5169 1726879822.33183: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0>\r\n<<<\n 5169 1726879822.33204: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879822.33226: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879822.33247: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879822.33280: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.33309: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0>\r\n<<<\n 5169 1726879822.33474: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.33487: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0>\r\n<<<\n 5169 1726879822.33493: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30>\r\n<<<\n 5169 1726879822.33533: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0>\r\n<<<\n 5169 1726879822.33542: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640>\r\n<<<\n 5169 1726879822.33550: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.33572: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879822.33591: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.33686: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.33783: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.33799: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879822.33831: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.33852: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879822.33880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.33996: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.34121: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.34738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.35348: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879822.35356: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879822.35379: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879822.35384: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879822.35398: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879822.35415: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.35463: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.35471: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650>\r\n<<<\n 5169 1726879822.35550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879822.35556: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879822.35581: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0>\r\n<<<\n 5169 1726879822.35590: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0>\r\n<<<\n 5169 1726879822.35638: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879822.35647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.35680: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.35690: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879822.35701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.35857: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.36034: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879822.36037: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190>\r\n<<<\n 5169 1726879822.36057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.36569: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37140: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37225: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879822.37229: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37306: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879822.37325: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37392: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37489: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879822.37505: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37515: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879822.37541: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37580: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37621: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879822.37625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.37886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.38138: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879822.38207: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879822.38219: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879822.38295: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920>\r\n<<<\n 5169 1726879822.38305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.38383: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.38460: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879822.38468: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879822.38487: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879822.38505: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879822.38511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.38592: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.38733: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0>\r\n<<<\n 5169 1726879822.38804: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20>\r\n<<<\n 5169 1726879822.38831: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.38874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.38908: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.38979: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39013: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39137: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879822.39183: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.39268: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.39275: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460>\r\n<<<\n 5169 1726879822.39313: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0>\r\n<<<\n 5169 1726879822.39350: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879822.39354: stdout chunk (state=3):\n>>># zipimport: zlib available<<<\n 5169 1726879822.39363: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879822.39431: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39531: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.39583: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879822.39592: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.39601: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879822.39630: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879822.39644: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879822.39710: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879822.39720: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879822.39746: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879822.39805: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70>\r\n<<<\n 5169 1726879822.39856: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0>\r\n<<<\n 5169 1726879822.39940: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990>\r\n<<<\n 5169 1726879822.39947: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.39984: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.40012: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\n<<<\n 5169 1726879822.40018: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879822.40083: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879822.40101: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.40111: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879822.40118: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.40173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.40282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.40418: stdout chunk (state=3):\n>>>\r\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/etc/ssh/ssh_host_rsa_key.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/etc/ssh/ssh_host_rsa_key.pub\"}}}\r\n# destroy __main__\r\n<<<\n 5169 1726879822.40742: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879822.40745: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n<<<\n 5169 1726879822.40768: stdout chunk (state=3):\n>>># clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n<<<\n 5169 1726879822.40778: stdout chunk (state=3):\n>>># cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n<<<\n 5169 1726879822.40806: stdout chunk (state=3):\n>>># cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n<<<\n 5169 1726879822.40868: stdout chunk (state=3):\n>>># cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n<<<\n 5169 1726879822.40877: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n<<<\n 5169 1726879822.40927: stdout chunk (state=3):\n>>># cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879822.41190: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879822.41258: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879822.41318: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n<<<\n 5169 1726879822.41358: stdout chunk (state=3):\n>>># destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n<<<\n 5169 1726879822.41381: stdout chunk (state=3):\n>>># destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879822.41446: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879822.41546: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n<<<\n 5169 1726879822.41587: stdout chunk (state=3):\n>>># cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n<<<\n 5169 1726879822.41612: stdout chunk (state=3):\n>>># cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879822.41734: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879822.41825: stdout chunk (state=3):\n>>># destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879822.41830: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879822.41866: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879822.41935: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879822.41961: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879822.41992: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2<<<\n 5169 1726879822.42020: stdout chunk (state=3):\n>>>\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n<<<\n 5169 1726879822.42029: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879822.42035: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879822.42393: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879822.42461: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.42466: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/etc/ssh/ssh_host_rsa_key.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/etc/ssh/ssh_host_rsa_key.pub\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879822.42645: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640>\r\n# zipimport: found 30 names in '/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\", \"source\": \"/etc/ssh/ssh_host_rsa_key.pub\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/etc/ssh/ssh_host_rsa_key.pub\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879822.43931: done with _execute_module (slurp, {'src': '/etc/ssh/ssh_host_rsa_key.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879822.1029134-5434-30073408132317/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879822.43936: _low_level_execute_command(): starting\n 5169 1726879822.43939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879822.43950: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.43953: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879822.43956: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.43959: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.43961: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.45570: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879822.45573: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.45622: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.45626: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.45652: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.45873: handler run complete\n 5169 1726879822.45877: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.45880: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.45883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.45886: variable 'ansible_port' from source: unknown\n 5169 1726879822.45888: variable 'ansible_user' from source: unknown\n 5169 1726879822.45890: attempt loop complete, returning result\n 5169 1726879822.45893: _execute() done\n 5169 1726879822.45898: dumping result to json\n 5169 1726879822.45900: done dumping result, returning\n 5169 1726879822.45903: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key [0229e9c9-8e59-8f9b-2ddb-00000000011d]\n 5169 1726879822.45978: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011d\nok: [managed_node3] => {\n \"changed\": false,\n \"content\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=\",\n \"encoding\": \"base64\",\n \"invocation\": {\n \"module_args\": {\n \"src\": \"/etc/ssh/ssh_host_rsa_key.pub\"\n }\n },\n \"source\": \"/etc/ssh/ssh_host_rsa_key.pub\"\n}\n 5169 1726879822.46261: no more pending results, returning what we have\n 5169 1726879822.46268: results queue empty\n 5169 1726879822.46269: checking for any_errors_fatal\n 5169 1726879822.46287: done checking for any_errors_fatal\n 5169 1726879822.46288: checking for max_fail_percentage\n 5169 1726879822.46289: done checking for max_fail_percentage\n 5169 1726879822.46290: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879822.46291: done checking to see if all hosts have failed\n 5169 1726879822.46292: getting the remaining hosts for this loop\n 5169 1726879822.46294: done getting the remaining hosts for this loop\n 5169 1726879822.46298: getting the next task for host managed_node2\n 5169 1726879822.46311: done getting next task for host managed_node2\n 5169 1726879822.46315: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879822.46317: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879822.46318: getting the next task for host managed_node3\n 5169 1726879822.46321: done getting next task for host managed_node3\n 5169 1726879822.46324: ^ task is: TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node\n 5169 1726879822.46327: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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\n 5169 1726879822.46331: getting variables\n 5169 1726879822.46333: in VariableManager get_vars()\n 5169 1726879822.46359: Calling all_inventory to load vars for managed_node2\n 5169 1726879822.46362: Calling groups_inventory to load vars for managed_node2\n 5169 1726879822.46368: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879822.46374: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011d\n 5169 1726879822.46377: WORKER PROCESS EXITING\n 5169 1726879822.46386: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879822.46389: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879822.46392: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879822.46596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.46841: done with get_vars()\n 5169 1726879822.46855: done getting variables\n 5169 1726879822.46955: getting variables\n 5169 1726879822.46956: in VariableManager get_vars()\n 5169 1726879822.46976: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.46979: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.46982: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.46988: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.46990: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.46994: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.47151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.47328: done with get_vars()\n 5169 1726879822.47335: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59\nFriday 20 September 2024 20:50:22 -0400 (0:00:00.420) 0:00:20.110 ****** \n 5169 1726879822.47393: entering _queue_task() for managed_node3/known_hosts\n 5169 1726879822.47395: Creating lock for known_hosts\n 5169 1726879822.47688: worker is 3 (out of 3 available)\n 5169 1726879822.47705: exiting _queue_task() for managed_node3/known_hosts\n 5169 1726879822.47723: done queuing things up, now waiting for results queue to drain\n 5169 1726879822.47724: waiting for pending results...\n 5169 1726879822.48048: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node\n 5169 1726879822.48172: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011e\n 5169 1726879822.48188: variable 'ansible_search_path' from source: unknown\n 5169 1726879822.48191: variable 'ansible_search_path' from source: unknown\n 5169 1726879822.48223: calling self._execute()\n 5169 1726879822.48289: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.48295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.48305: variable 'omit' from source: magic vars\n 5169 1726879822.48389: variable 'omit' from source: magic vars\n 5169 1726879822.48440: variable 'omit' from source: magic vars\n 5169 1726879822.48656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879822.50507: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879822.50576: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879822.50616: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879822.50654: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879822.50687: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879822.50772: variable '__kdump_ssh_server_location' from source: role '' all vars\n 5169 1726879822.50885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879822.51049: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879822.51091: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879822.51126: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879822.51161: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879822.51242: 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)\n 5169 1726879822.51260: 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)\n 5169 1726879822.51282: 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)\n 5169 1726879822.51303: 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)\n 5169 1726879822.51392: variable 'kdump_target' from source: play vars\n 5169 1726879822.51459: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879822.51530: variable 'hostvars' from source: magic vars\n 5169 1726879822.51536: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.51540: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.51590: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.51602: in VariableManager get_vars()\n 5169 1726879822.51613: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.51618: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.51625: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.51639: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.51645: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.51652: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.51783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.51918: done with get_vars()\n 5169 1726879822.51930: variable 'ansible_user_id' from source: facts\n 5169 1726879822.51937: variable 'kdump_test_ssh_server_inside' from source: play vars\n 5169 1726879822.52119: variable 'kdump_test_ssh_source' from source: play vars\n 5169 1726879822.52234: variable 'ansible_env' from source: facts\n 5169 1726879822.52245: variable 'hostvars' from source: magic vars\n 5169 1726879822.52249: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.52252: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.52301: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.52305: in VariableManager get_vars()\n 5169 1726879822.52313: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.52316: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.52319: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52328: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.52331: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52338: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.52453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.52584: done with get_vars()\n 5169 1726879822.52593: variable 'ansible_all_ipv4_addresses' from source: facts\n 5169 1726879822.52599: in VariableManager get_vars()\n 5169 1726879822.52602: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.52605: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.52608: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52616: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.52620: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52625: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.52727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.52856: done with get_vars()\n 5169 1726879822.52869: variable 'ansible_all_ipv6_addresses' from source: facts\n 5169 1726879822.52872: in VariableManager get_vars()\n 5169 1726879822.52877: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.52880: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.52883: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52889: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.52897: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.52900: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.53022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.53150: done with get_vars()\n 5169 1726879822.53159: variable 'ansible_default_ipv4' from source: facts\n 5169 1726879822.53171: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879822.53174: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.53224: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.53228: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.53470: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.53473: variable '__kdump_serverpubkey' from source: set_fact\n 5169 1726879822.53477: variable '__kdump_ssh_server_location' from source: role '' all vars\n 5169 1726879822.53479: variable '__kdump_ssh_server_location' from source: role '' all vars\n 5169 1726879822.53640: variable 'kdump_target' from source: play vars\n 5169 1726879822.53728: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879822.53837: variable 'hostvars' from source: magic vars\n 5169 1726879822.53840: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.53843: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.53911: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.53922: in VariableManager get_vars()\n 5169 1726879822.53932: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.53935: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.53938: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.53941: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.53943: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.53946: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.54070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.54199: done with get_vars()\n 5169 1726879822.54206: variable 'ansible_user_id' from source: facts\n 5169 1726879822.54212: variable 'kdump_test_ssh_server_inside' from source: play vars\n 5169 1726879822.54387: variable 'kdump_test_ssh_source' from source: play vars\n 5169 1726879822.54499: variable 'ansible_env' from source: facts\n 5169 1726879822.54506: variable 'hostvars' from source: magic vars\n 5169 1726879822.54510: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.54514: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.54559: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.54562: in VariableManager get_vars()\n 5169 1726879822.54570: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.54573: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.54583: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.54587: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.54590: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.54599: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.54718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.54847: done with get_vars()\n 5169 1726879822.54855: variable 'ansible_all_ipv4_addresses' from source: facts\n 5169 1726879822.54859: in VariableManager get_vars()\n 5169 1726879822.54866: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.54869: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.54874: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.54880: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.54885: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.54891: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.54992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.55121: done with get_vars()\n 5169 1726879822.55130: variable 'ansible_all_ipv6_addresses' from source: facts\n 5169 1726879822.55133: in VariableManager get_vars()\n 5169 1726879822.55137: Calling all_inventory to load vars for managed_node3\n 5169 1726879822.55140: Calling groups_inventory to load vars for managed_node3\n 5169 1726879822.55146: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879822.55152: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879822.55156: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879822.55162: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879822.55266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879822.55414: done with get_vars()\n 5169 1726879822.55421: variable 'ansible_default_ipv4' from source: facts\n 5169 1726879822.55431: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879822.55434: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.55485: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879822.55488: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.55533: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.55554: variable 'omit' from source: magic vars\n 5169 1726879822.55579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879822.55601: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.55616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879822.55631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.55640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879822.55667: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879822.55671: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.55674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.55751: Set connection var ansible_timeout to 10\n 5169 1726879822.55754: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879822.55757: Set connection var ansible_connection to ssh\n 5169 1726879822.55763: Set connection var ansible_shell_type to sh\n 5169 1726879822.55770: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879822.55776: Set connection var ansible_pipelining to False\n 5169 1726879822.55799: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879822.55802: variable 'ansible_connection' from source: unknown\n 5169 1726879822.55805: variable 'ansible_module_compression' from source: unknown\n 5169 1726879822.55808: variable 'ansible_shell_type' from source: unknown\n 5169 1726879822.55810: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879822.55813: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879822.55815: variable 'ansible_pipelining' from source: unknown\n 5169 1726879822.55820: variable 'ansible_timeout' from source: unknown\n 5169 1726879822.55825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879822.55961: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879822.55971: variable 'omit' from source: magic vars\n 5169 1726879822.55975: starting attempt loop\n 5169 1726879822.55978: running the handler\n 5169 1726879822.55991: _low_level_execute_command(): starting\n 5169 1726879822.55999: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879822.56761: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879822.56768: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879822.56771: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.56814: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879822.56818: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.56822: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.56837: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879822.56840: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.56874: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.56878: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.56888: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.56949: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.58651: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879822.58758: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.58814: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.58818: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.58842: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.58857: _low_level_execute_command(): starting\n 5169 1726879822.58862: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `\" && echo ansible-tmp-1726879822.5884316-5442-6834465510089=\"` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `\" && echo ansible-tmp-1726879822.5884316-5442-6834465510089=\"` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `\" ) && sleep 0'\"'\"''\n 5169 1726879822.59579: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.59583: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879822.59586: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.59589: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.59593: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879822.59597: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.59655: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.59660: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.59662: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.59665: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.59699: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.61665: stdout chunk (state=3):\n>>>ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089\n<<<\n 5169 1726879822.61781: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.61827: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.61831: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.61851: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.62075: variable 'ansible_module_compression' from source: unknown\n 5169 1726879822.62078: ANSIBALLZ: Using lock for known_hosts\n 5169 1726879822.62081: ANSIBALLZ: Acquiring lock\n 5169 1726879822.62084: ANSIBALLZ: Lock acquired: 140122395739824\n 5169 1726879822.62086: ANSIBALLZ: Creating module\n 5169 1726879822.70916: ANSIBALLZ: Writing module into payload\n 5169 1726879822.70983: ANSIBALLZ: Writing module\n 5169 1726879822.71002: ANSIBALLZ: Renaming module\n 5169 1726879822.71010: ANSIBALLZ: Done creating module\n 5169 1726879822.71024: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py\n 5169 1726879822.71078: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q TO /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879822.71212: Sending initial data\n 5169 1726879822.71216: Sent initial data (156 bytes)\n 5169 1726879822.71715: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.71719: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879822.71723: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879822.71726: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.71728: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879822.71731: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.71785: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.71791: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.71793: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879822.71795: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.71797: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.71840: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.73533: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\n<<<\n 5169 1726879822.73536: stderr chunk (state=3):\n>>>debug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879822.73579: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879822.73621: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879822.73624: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879822.73626: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\n<<<\n 5169 1726879822.73666: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\r\n<<<\n 5169 1726879822.73672: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py M:0x001a\r\n<<<\n 5169 1726879822.73727: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:120143\r\n<<<\n 5169 1726879822.74130: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 120143 bytes at 0\r\n<<<\n 5169 1726879822.74134: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879822.74172: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879822.74236: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.74301: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.74305: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:120143\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 120143 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879822.74373: done transferring module to remote\n 5169 1726879822.74377: _low_level_execute_command(): starting\n 5169 1726879822.74380: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'\"'\"''\n 5169 1726879822.75054: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879822.75073: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879822.75094: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.75138: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.75142: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879822.75154: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879822.75177: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.75180: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.75221: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.77052: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879822.77099: stderr chunk (state=3):\n>>><<<\n 5169 1726879822.77103: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879822.77123: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879822.77130: _low_level_execute_command(): starting\n 5169 1726879822.77133: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'\"'\"''\n 5169 1726879822.77802: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879822.77827: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879822.77839: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879822.77881: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879822.77895: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879822.77911: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879822.77949: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879822.80235: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879822.80271: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879822.80305: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879822.80311: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879822.80381: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879822.80386: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879822.80418: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879822.80454: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879822.80458: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879822.80487: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879822.80493: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879822.80548: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879822.80555: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.80570: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879822.80597: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879822.80632: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879822.80657: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879822.80662: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530>\r\n<<<\n 5169 1726879822.80678: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30>\r\n<<<\n 5169 1726879822.80703: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879822.80709: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0>\r\n<<<\n 5169 1726879822.80738: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879822.80763: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879822.80775: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879822.80784: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879822.80823: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879822.80914: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879822.80950: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879822.80953: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879822.80987: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879822.81003: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879822.81031: stdout chunk (state=3):\n>>>Processing user site-packages\r\n<<<\n 5169 1726879822.81034: stdout chunk (state=3):\n>>>Processing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879822.81062: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879822.81089: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81118: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190>\r\n<<<\n 5169 1726879822.81180: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81207: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0>\r\n<<<\n 5169 1726879822.81228: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879822.81258: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879822.81514: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879822.81518: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81550: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879822.81554: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81576: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879822.81624: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81636: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879822.81672: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81699: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30>\r\n<<<\n 5169 1726879822.81703: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879822.81730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81744: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0>\r\n<<<\n 5169 1726879822.81756: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879822.81784: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81806: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879822.81858: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81879: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879822.81904: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0>\r\n<<<\n 5169 1726879822.81933: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879822.81953: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.81961: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30>\r\n<<<\n 5169 1726879822.81971: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879822.82019: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00>\r\n<<<\n 5169 1726879822.82025: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879822.82060: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220>\r\n<<<\n 5169 1726879822.82155: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0>\r\n<<<\n 5169 1726879822.82188: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879822.82212: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82220: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879822.82241: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879822.82267: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82294: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82324: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770>\r\n<<<\n 5169 1726879822.82344: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390>\r\n<<<\n 5169 1726879822.82377: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82382: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90>\r\n<<<\n 5169 1726879822.82441: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82449: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0>\r\n<<<\n 5169 1726879822.82455: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260>\r\n<<<\n 5169 1726879822.82481: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82524: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.82536: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30>\r\n<<<\n 5169 1726879822.82571: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.82597: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80>\r\n<<<\n 5169 1726879822.82627: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82646: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879822.82732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82776: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879822.82781: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82789: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879822.82815: stdout chunk (state=3):\n>>>import 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879822.82874: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82890: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879822.82913: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740>\r\nimport 'errno' # \r\n<<<\n 5169 1726879822.82951: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879822.82998: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83013: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20>\r\n<<<\n 5169 1726879822.83070: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380>\r\n<<<\n 5169 1726879822.83079: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270>\r\n<<<\n 5169 1726879822.83149: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83155: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.83159: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0>\r\n<<<\n 5169 1726879822.83199: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0>\r\n<<<\n 5169 1726879822.83219: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570>\r\n<<<\n 5169 1726879822.83223: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879822.83246: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83267: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879822.83288: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83320: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0>\r\n<<<\n 5169 1726879822.83344: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83377: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0>\r\n<<<\n 5169 1726879822.83408: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.83413: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0>\r\n<<<\n 5169 1726879822.83438: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.83446: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0>\r\n<<<\n 5169 1726879822.83462: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50>\r\n<<<\n 5169 1726879822.83493: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879822.83621: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83625: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879822.83667: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0>\r\n<<<\n 5169 1726879822.83705: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60>\r\n<<<\n 5169 1726879822.83717: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879822.83790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83793: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879822.83829: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83867: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0>\r\n<<<\n 5169 1726879822.83936: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.83960: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879822.83980: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.84014: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450>\r\n<<<\n 5169 1726879822.84035: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879822.84080: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.84127: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879822.84159: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200><<<\n 5169 1726879822.84167: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879822.84185: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879822.84225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879822.84249: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879822.84297: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879822.84388: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0>\r\n<<<\n 5169 1726879822.84470: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320>\r\n<<<\n 5169 1726879822.84511: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0>\r\n<<<\n 5169 1726879822.84541: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320>\r\n<<<\n 5169 1726879822.84571: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70>\r\n<<<\n 5169 1726879822.84678: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879822.84697: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0>\r\n<<<\n 5169 1726879822.84780: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip'\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.84933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.84962: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879822.84981: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879822.85016: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879822.85099: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879822.85130: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\n<<<\n 5169 1726879822.85134: stdout chunk (state=3):\n>>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090>\r\n<<<\n 5169 1726879822.85143: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879822.85341: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0>\r\n<<<\n 5169 1726879822.85360: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.85392: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879822.85405: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.85409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.85434: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.85441: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879822.85461: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.87052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.88338: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20>\r\n<<<\n 5169 1726879822.88382: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88414: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879822.88440: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88457: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88481: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0>\r\n<<<\n 5169 1726879822.88525: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850>\r\n<<<\n 5169 1726879822.88556: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160>\r\n<<<\n 5169 1726879822.88574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879822.88599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88635: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879822.88682: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810>\r\n<<<\n 5169 1726879822.88719: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50>\r\n<<<\n 5169 1726879822.88734: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879822.88788: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88804: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879822.88843: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879822.88903: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879822.88907: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879822.88936: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0>\r\n<<<\n 5169 1726879822.88985: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900>\r\n<<<\n 5169 1726879822.89020: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89043: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0>\r\n<<<\n 5169 1726879822.89065: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879822.89087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89118: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0>\r\n<<<\n 5169 1726879822.89128: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879822.89167: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89192: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879822.89199: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89247: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30>\r\n<<<\n 5169 1726879822.89288: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260>\r\n<<<\n 5169 1726879822.89318: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0>\r\n<<<\n 5169 1726879822.89336: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879822.89363: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89390: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879822.89395: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89411: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879822.89444: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89474: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879822.89480: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0>\r\n<<<\n 5169 1726879822.89499: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879822.89571: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970>\r\n<<<\n 5169 1726879822.89576: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0>\r\n<<<\n 5169 1726879822.89598: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879822.89608: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89691: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0>\r\n<<<\n 5169 1726879822.89722: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700>\r\n<<<\n 5169 1726879822.89760: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020>\r\n<<<\n 5169 1726879822.89843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0>\r\n<<<\n 5169 1726879822.89848: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89863: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879822.89918: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30>\r\n<<<\n 5169 1726879822.89945: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879822.90049: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879822.90129: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0>\r\n<<<\n 5169 1726879822.90134: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879822.90211: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.90214: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879822.90218: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879822.90269: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20>\r\n<<<\n 5169 1726879822.90403: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0>\r\n<<<\n 5169 1726879822.90485: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830>\r\n<<<\n 5169 1726879822.90517: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680>\r\n<<<\n 5169 1726879822.90567: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80>\r\n<<<\n 5169 1726879822.90591: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470>\r\n<<<\n 5169 1726879822.90614: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879822.90631: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879822.90658: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879822.90685: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.90717: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320>\r\n<<<\n 5169 1726879822.90893: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.90912: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0>\r\n<<<\n 5169 1726879822.90915: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90>\r\n<<<\n 5169 1726879822.90945: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730>\r\n<<<\n 5169 1726879822.90976: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.90982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.90997: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879822.91000: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.91101: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.91198: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.91210: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.91259: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879822.91283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879822.91410: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.91540: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.92178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.92810: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879822.92838: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879822.92868: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.92920: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0>\r\n<<<\n 5169 1726879822.93007: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879822.93033: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0>\r\n<<<\n 5169 1726879822.93039: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0>\r\n<<<\n 5169 1726879822.93099: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879822.93107: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.93134: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.93146: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879822.93151: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.93319: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.93490: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879822.93504: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879822.93517: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880>\r\n<<<\n 5169 1726879822.93523: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94040: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94553: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94723: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879822.94727: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94778: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94809: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879822.94827: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.94904: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95001: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879822.95031: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879822.95059: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95097: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95141: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879822.95145: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95428: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95705: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879822.95782: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879822.95797: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879822.95877: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900>\r\n<<<\n 5169 1726879822.95887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.95972: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96054: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879822.96059: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879822.96081: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879822.96110: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879822.96116: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879822.96207: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879822.96347: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180>\r\n<<<\n 5169 1726879822.96407: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0>\r\n<<<\n 5169 1726879822.96437: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230>\r\n<<<\n 5169 1726879822.96456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96494: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96535: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879822.96553: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96647: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.96791: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879822.96827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.96925: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790>\r\n<<<\n 5169 1726879822.96970: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70>\r\n<<<\n 5169 1726879822.97007: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\n<<<\n 5169 1726879822.97010: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879822.97027: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97091: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97161: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97189: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97240: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879822.97269: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879822.97291: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879822.97314: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879822.97381: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879822.97403: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879822.97423: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879822.97487: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80>\r\n<<<\n 5169 1726879822.97532: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30>\r\n<<<\n 5169 1726879822.97628: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 5169 1726879822.97637: stdout chunk (state=3):\n>>>import 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879822.97643: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97681: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97705: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879822.97769: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879822.97790: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.97803: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879822.97818: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.98018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.98222: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\r\n<<<\n 5169 1726879822.98243: stdout chunk (state=3):\n>>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10>\r\n<<<\n 5169 1726879822.98327: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879822.99607: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\"}, \"invocation\": {\"module_args\": {\"key\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"name\": \"10.31.47.113\", \"path\": \"/etc/ssh/ssh_known_hosts\", \"hash_host\": false, \"state\": \"present\", \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\"}}}}\r\n<<<\n 5169 1726879822.99632: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879823.00128: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n<<<\n 5169 1726879823.00158: stdout chunk (state=3):\n>>># clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy<<<\n 5169 1726879823.00212: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n<<<\n 5169 1726879823.00220: stdout chunk (state=3):\n>>># cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 5169 1726879823.00237: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n<<<\n 5169 1726879823.00252: stdout chunk (state=3):\n>>># cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879823.00277: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n<<<\n 5169 1726879823.00282: stdout chunk (state=3):\n>>># cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing hmac\r\n# destroy hmac\r\n<<<\n 5169 1726879823.00561: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879823.00609: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879823.00631: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879823.00702: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879823.00790: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879823.00798: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy hashlib\r\n<<<\n 5169 1726879823.00865: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879823.00869: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879823.00913: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879823.00925: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n<<<\n 5169 1726879823.00945: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd.id128\r\n<<<\n 5169 1726879823.00960: stdout chunk (state=3):\n>>># cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n<<<\n 5169 1726879823.00989: stdout chunk (state=3):\n>>># cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n<<<\n 5169 1726879823.01004: stdout chunk (state=3):\n>>># cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n<<<\n 5169 1726879823.01011: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n<<<\n 5169 1726879823.01018: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n<<<\n 5169 1726879823.01028: stdout chunk (state=3):\n>>># cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n<<<\n 5169 1726879823.01055: stdout chunk (state=3):\n>>># cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n<<<\n 5169 1726879823.01059: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879823.01093: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n<<<\n 5169 1726879823.01117: stdout chunk (state=3):\n>>># destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879823.01133: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879823.01151: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 5169 1726879823.01157: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879823.01282: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879823.01305: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879823.01330: stdout chunk (state=3):\n>>># destroy platform\r\n<<<\n 5169 1726879823.01337: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879823.01370: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879823.01418: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879823.01425: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879823.01446: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879823.01534: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879823.01547: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n<<<\n 5169 1726879823.01557: stdout chunk (state=3):\n>>># destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879823.01563: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879823.01583: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879823.01622: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879823.01626: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879823.01647: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n<<<\n 5169 1726879823.01654: stdout chunk (state=3):\n>>># destroy _thread\r\n<<<\n 5169 1726879823.01673: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879823.02024: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879823.02095: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.02098: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc\\'\\r\\nimport \\'hmac\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\\\n\"}, \"invocation\": {\"module_args\": {\"key\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\\\n\", \"name\": \"10.31.47.113\", \"path\": \"/etc/ssh/ssh_known_hosts\", \"hash_host\": false, \"state\": \"present\", \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\\\n\"}}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing hmac\\r\\n# destroy hmac\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy hashlib\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879823.02269: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0>\r\n# zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\r\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\"}, \"invocation\": {\"module_args\": {\"key\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"name\": \"10.31.47.113\", \"path\": \"/etc/ssh/ssh_known_hosts\", \"hash_host\": false, \"state\": \"present\", \"diff\": {\"before_header\": \"/etc/ssh/ssh_known_hosts\", \"after_header\": \"/etc/ssh/ssh_known_hosts\", \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\", \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\"}}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing hmac\r\n# destroy hmac\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy hashlib\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879823.03999: done with _execute_module (known_hosts, {'key': '10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n', 'name': '10.31.47.113', 'path': '/etc/ssh/ssh_known_hosts', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'known_hosts', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879823.04003: _low_level_execute_command(): starting\n 5169 1726879823.04006: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879823.04017: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.04019: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.04022: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.04024: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.04027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.04029: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.04032: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879823.04034: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879823.04037: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879823.04039: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.04042: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.04044: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.04047: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.04050: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879823.04052: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.04055: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.05329: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.05383: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.05387: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.05412: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.05415: handler run complete\n 5169 1726879823.05534: attempt loop complete, returning result\n 5169 1726879823.05538: _execute() done\n 5169 1726879823.05541: dumping result to json\n 5169 1726879823.05543: done dumping result, returning\n 5169 1726879823.05546: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node [0229e9c9-8e59-8f9b-2ddb-00000000011e]\n 5169 1726879823.05703: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011e\nok: [managed_node3] => {\n \"changed\": false,\n \"diff\": {\n \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\",\n \"after_header\": \"/etc/ssh/ssh_known_hosts\",\n \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\",\n \"before_header\": \"/etc/ssh/ssh_known_hosts\"\n },\n \"invocation\": {\n \"module_args\": {\n \"diff\": {\n \"after\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\",\n \"after_header\": \"/etc/ssh/ssh_known_hosts\",\n \"before\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\",\n \"before_header\": \"/etc/ssh/ssh_known_hosts\"\n },\n \"hash_host\": false,\n \"key\": \"10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n\",\n \"name\": \"10.31.47.113\",\n \"path\": \"/etc/ssh/ssh_known_hosts\",\n \"state\": \"present\"\n }\n }\n}\n 5169 1726879823.05912: no more pending results, returning what we have\n 5169 1726879823.05916: results queue empty\n 5169 1726879823.05917: checking for any_errors_fatal\n 5169 1726879823.05928: done checking for any_errors_fatal\n 5169 1726879823.05929: checking for max_fail_percentage\n 5169 1726879823.05931: done checking for max_fail_percentage\n 5169 1726879823.05932: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879823.05933: done checking to see if all hosts have failed\n 5169 1726879823.05933: getting the remaining hosts for this loop\n 5169 1726879823.05935: done getting the remaining hosts for this loop\n 5169 1726879823.05939: getting the next task for host managed_node2\n 5169 1726879823.05951: done getting next task for host managed_node2\n 5169 1726879823.05957: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879823.05959: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879823.05960: getting the next task for host managed_node3\n 5169 1726879823.05967: done getting next task for host managed_node3\n 5169 1726879823.05970: ^ task is: TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists\n 5169 1726879823.05972: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879823.05977: getting variables\n 5169 1726879823.05978: in VariableManager get_vars()\n 5169 1726879823.06004: Calling all_inventory to load vars for managed_node2\n 5169 1726879823.06007: Calling groups_inventory to load vars for managed_node2\n 5169 1726879823.06010: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879823.06021: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879823.06024: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879823.06028: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879823.06357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.06624: done with get_vars()\n 5169 1726879823.06638: done getting variables\n 5169 1726879823.06683: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011e\n 5169 1726879823.06687: WORKER PROCESS EXITING\n 5169 1726879823.06770: getting variables\n 5169 1726879823.06771: in VariableManager get_vars()\n 5169 1726879823.06786: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.06789: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.06791: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.06798: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.06801: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.06804: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.06919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.07087: done with get_vars()\n 5169 1726879823.07094: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21\nFriday 20 September 2024 20:50:23 -0400 (0:00:00.597) 0:00:20.707 ****** \n 5169 1726879823.07148: entering _queue_task() for managed_node3/stat\n 5169 1726879823.07455: worker is 1 (out of 3 available)\n 5169 1726879823.07673: exiting _queue_task() for managed_node3/stat\n 5169 1726879823.07687: done queuing things up, now waiting for results queue to drain\n 5169 1726879823.07689: waiting for pending results...\n 5169 1726879823.07833: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists\n 5169 1726879823.07922: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000049\n 5169 1726879823.07935: variable 'ansible_search_path' from source: unknown\n 5169 1726879823.07939: variable 'ansible_search_path' from source: unknown\n 5169 1726879823.07973: calling self._execute()\n 5169 1726879823.08046: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.08051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.08060: variable 'omit' from source: magic vars\n 5169 1726879823.08147: variable 'omit' from source: magic vars\n 5169 1726879823.08187: variable 'omit' from source: magic vars\n 5169 1726879823.08214: variable 'omit' from source: magic vars\n 5169 1726879823.08252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879823.08287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.08307: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879823.08322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.08333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.08361: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.08366: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.08370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.08452: Set connection var ansible_timeout to 10\n 5169 1726879823.08456: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879823.08459: Set connection var ansible_connection to ssh\n 5169 1726879823.08471: Set connection var ansible_shell_type to sh\n 5169 1726879823.08475: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879823.08478: Set connection var ansible_pipelining to False\n 5169 1726879823.08495: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879823.08502: variable 'ansible_connection' from source: unknown\n 5169 1726879823.08505: variable 'ansible_module_compression' from source: unknown\n 5169 1726879823.08507: variable 'ansible_shell_type' from source: unknown\n 5169 1726879823.08510: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879823.08513: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.08518: variable 'ansible_pipelining' from source: unknown\n 5169 1726879823.08520: variable 'ansible_timeout' from source: unknown\n 5169 1726879823.08525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.08718: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879823.08727: variable 'omit' from source: magic vars\n 5169 1726879823.08733: starting attempt loop\n 5169 1726879823.08736: running the handler\n 5169 1726879823.08749: _low_level_execute_command(): starting\n 5169 1726879823.08755: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879823.09325: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.09343: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.09348: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879823.09352: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.09407: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.09410: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.09412: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.09449: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.11163: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879823.11282: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.11330: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.11335: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.11370: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.11572: _low_level_execute_command(): starting\n 5169 1726879823.11576: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `\" && echo ansible-tmp-1726879823.1136804-5453-139251152915333=\"` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `\" && echo ansible-tmp-1726879823.1136804-5453-139251152915333=\"` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `\" ) && sleep 0'\"'\"''\n 5169 1726879823.12111: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.12118: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.12130: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.12175: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879823.12179: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879823.12182: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.12189: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.12229: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.12252: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879823.12267: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.12303: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.14318: stdout chunk (state=3):\n>>>ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333\n<<<\n 5169 1726879823.14434: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.14487: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.14493: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.14678: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.14682: variable 'ansible_module_compression' from source: unknown\n 5169 1726879823.14691: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 5169 1726879823.14739: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879823.14836: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 TO /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879823.15021: Sending initial data\n 5169 1726879823.15025: Sent initial data (151 bytes)\n 5169 1726879823.15576: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.15590: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.15691: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.15745: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.17353: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879823.17360: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879823.17392: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879823.17442: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879823.17446: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879823.17448: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\n<<<\n 5169 1726879823.17485: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\r\n<<<\n 5169 1726879823.17488: stderr chunk (state=3):\n>>>debug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879823.17549: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118981\r\n<<<\n 5169 1726879823.17941: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118981 bytes at 0\r\n<<<\n 5169 1726879823.17946: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879823.17989: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879823.18043: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.18110: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.18114: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118981\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 118981 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879823.18371: done transferring module to remote\n 5169 1726879823.18375: _low_level_execute_command(): starting\n 5169 1726879823.18379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879823.18879: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.18893: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879823.18911: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.18924: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.18971: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.18986: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879823.19008: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.19034: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.20886: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.20936: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.20941: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.20958: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.20964: _low_level_execute_command(): starting\n 5169 1726879823.21173: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879823.21626: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.21638: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.21643: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.21658: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.21668: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.21680: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.21687: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879823.21704: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879823.21707: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879823.21710: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.21723: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879823.21727: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.21748: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879823.21751: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879823.21754: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879823.21764: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.21778: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.21800: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879823.21803: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.21859: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.21869: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.21877: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.21912: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.24236: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879823.24268: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879823.24298: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\n<<<\n 5169 1726879823.24305: stdout chunk (state=3):\n>>>import '_weakref' # \r\n<<<\n 5169 1726879823.24379: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879823.24417: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879823.24458: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879823.24487: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879823.24494: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879823.24547: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.24577: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879823.24596: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879823.24633: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879823.24668: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879823.24673: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530>\r\n<<<\n 5169 1726879823.24688: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30>\r\n<<<\n 5169 1726879823.24704: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879823.24719: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0>\r\n<<<\n 5169 1726879823.24741: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879823.24768: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879823.24776: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879823.24796: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879823.24827: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879823.24851: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879823.24926: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879823.24959: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879823.25007: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879823.25012: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879823.25043: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879823.25067: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879823.25093: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25116: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190>\r\n<<<\n 5169 1726879823.25181: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879823.25199: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0>\r\n<<<\n 5169 1726879823.25222: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879823.25261: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879823.25495: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879823.25520: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25539: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879823.25545: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25574: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879823.25608: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25627: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879823.25652: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25681: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60>\r\n<<<\n 5169 1726879823.25696: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879823.25706: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25731: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20>\r\n<<<\n 5169 1726879823.25757: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879823.25784: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25812: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879823.25859: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25882: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879823.25920: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n<<<\n 5169 1726879823.25924: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830>\r\n<<<\n 5169 1726879823.25936: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879823.25943: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.25949: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0>\r\n<<<\n 5169 1726879823.25969: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879823.26016: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30>\r\n<<<\n 5169 1726879823.26034: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879823.26057: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250>\r\n<<<\n 5169 1726879823.26159: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010>\r\n<<<\n 5169 1726879823.26185: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879823.26211: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26225: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879823.26249: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879823.26274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26296: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879823.26303: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26338: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830>\r\n<<<\n 5169 1726879823.26353: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450>\r\n<<<\n 5169 1726879823.26385: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879823.26391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0>\r\n<<<\n 5169 1726879823.26492: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860>\r\n<<<\n 5169 1726879823.26514: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26552: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0>\r\n<<<\n 5169 1726879823.26609: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.26638: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0>\r\n<<<\n 5169 1726879823.26670: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26714: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879823.26730: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879823.26770: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26812: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879823.26837: stdout chunk (state=3):\n>>>import 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879823.26908: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26914: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879823.26987: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.26991: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0>\r\n<<<\n 5169 1726879823.27028: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27047: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80>\r\n<<<\n 5169 1726879823.27085: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0>\r\n<<<\n 5169 1726879823.27114: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0>\r\n<<<\n 5169 1726879823.27127: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27158: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.27177: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0>\r\n<<<\n 5169 1726879823.27183: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530>\r\n<<<\n 5169 1726879823.27229: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0>\r\n<<<\n 5169 1726879823.27254: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879823.27281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27302: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879823.27322: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27363: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0>\r\n<<<\n 5169 1726879823.27388: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27416: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800>\r\n<<<\n 5169 1726879823.27421: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560>\r\n<<<\n 5169 1726879823.27444: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.27452: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770>\r\n<<<\n 5169 1726879823.27504: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0>\r\n<<<\n 5169 1726879823.27531: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879823.27651: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27706: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27732: stdout chunk (state=3):\n>>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0>\r\n<<<\n 5169 1726879823.27763: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879823.27842: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27858: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879823.27891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879823.27923: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420>\r\n<<<\n 5169 1726879823.27996: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879823.27999: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.28027: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.28079: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0>\r\n<<<\n 5169 1726879823.28099: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879823.28140: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.28196: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879823.28221: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260>\r\n<<<\n 5169 1726879823.28247: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879823.28284: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879823.28312: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879823.28355: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879823.28450: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00>\r\n<<<\n 5169 1726879823.28524: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380>\r\n<<<\n 5169 1726879823.28577: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170>\r\n<<<\n 5169 1726879823.28614: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350>\r\n<<<\n 5169 1726879823.28628: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0>\r\n<<<\n 5169 1726879823.28732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879823.28756: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640>\r\n<<<\n 5169 1726879823.28836: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip'\r\n<<<\n 5169 1726879823.28841: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.28991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.29020: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879823.29035: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879823.29079: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879823.29155: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879823.29192: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030>\r\n<<<\n 5169 1726879823.29202: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879823.29400: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0>\r\n<<<\n 5169 1726879823.29417: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.29445: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879823.29449: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.29480: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.29490: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.29496: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879823.29516: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.31073: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.32326: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879823.32332: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40>\r\n<<<\n 5169 1726879823.32425: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.32429: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879823.32432: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879823.32435: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879823.32477: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970>\r\n<<<\n 5169 1726879823.32506: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700>\r\n<<<\n 5169 1726879823.32538: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040>\r\n<<<\n 5169 1726879823.32575: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879823.32615: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0>\r\n<<<\n 5169 1726879823.32637: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879823.32651: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0>\r\n<<<\n 5169 1726879823.32696: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930>\r\n<<<\n 5169 1726879823.32728: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879823.32754: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879823.32776: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879823.32835: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70>\r\n<<<\n 5169 1726879823.32848: stdout chunk (state=3):\n>>>import 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879823.32885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879823.32928: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0>\r\n<<<\n 5169 1726879823.32977: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0>\r\n<<<\n 5169 1726879823.32981: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879823.33048: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33052: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170>\r\n<<<\n 5169 1726879823.33093: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33101: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350>\r\n<<<\n 5169 1726879823.33119: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879823.33149: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33176: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879823.33181: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33229: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0>\r\n<<<\n 5169 1726879823.33272: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00>\r\n<<<\n 5169 1726879823.33299: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0>\r\n<<<\n 5169 1726879823.33317: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879823.33347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33374: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879823.33383: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33396: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879823.33424: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33452: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879823.33456: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33479: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50>\r\n<<<\n 5169 1726879823.33484: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879823.33549: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820>\r\n<<<\n 5169 1726879823.33559: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580>\r\n<<<\n 5169 1726879823.33598: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879823.33602: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33668: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70>\r\n<<<\n 5169 1726879823.33706: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0>\r\n<<<\n 5169 1726879823.33743: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90>\r\n<<<\n 5169 1726879823.33767: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0>\r\n<<<\n 5169 1726879823.33810: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879823.33824: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879823.33874: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70>\r\n<<<\n 5169 1726879823.33901: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879823.34008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879823.34074: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310>\r\n<<<\n 5169 1726879823.34097: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879823.34137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.34166: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879823.34215: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0>\r\n<<<\n 5169 1726879823.34343: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380>\r\n<<<\n 5169 1726879823.34425: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860>\r\n<<<\n 5169 1726879823.34461: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0>\r\n<<<\n 5169 1726879823.34510: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.34519: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0>\r\n<<<\n 5169 1726879823.34535: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0>\r\n<<<\n 5169 1726879823.34555: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879823.34561: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879823.34579: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879823.34603: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879823.34628: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.34656: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560>\r\n<<<\n 5169 1726879823.34836: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.34840: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.34849: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560>\r\n<<<\n 5169 1726879823.34860: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0>\r\n<<<\n 5169 1726879823.34887: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050>\r\n<<<\n 5169 1726879823.34894: stdout chunk (state=3):\n>>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0>\r\n<<<\n 5169 1726879823.34918: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.34926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879823.34957: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35052: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35159: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35202: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879823.35223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35345: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.35479: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.36078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.36690: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879823.36694: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879823.36716: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879823.36722: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879823.36743: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.36799: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770>\r\n<<<\n 5169 1726879823.36889: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879823.36899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879823.36924: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0>\r\n<<<\n 5169 1726879823.36926: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710>\r\n<<<\n 5169 1726879823.36980: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879823.36983: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.37011: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.37032: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879823.37034: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.37197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.37369: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879823.37390: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0>\r\n<<<\n 5169 1726879823.37394: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.37906: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38409: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38486: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38573: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879823.38579: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38619: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38658: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879823.38672: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38741: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38836: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879823.38849: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38875: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38882: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879823.38888: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.38975: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879823.38982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.39231: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.39488: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879823.39552: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879823.39574: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879823.39651: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110>\r\n<<<\n 5169 1726879823.39653: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.39737: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.39816: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879823.39824: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879823.39845: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879823.39862: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879823.39870: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.39967: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.40090: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0>\r\n<<<\n 5169 1726879823.40152: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750>\r\n<<<\n 5169 1726879823.40190: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879823.40223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40279: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879823.40313: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40374: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40435: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40502: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879823.40542: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.40632: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0>\r\n<<<\n 5169 1726879823.40682: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810>\r\n<<<\n 5169 1726879823.40719: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # <<<\n 5169 1726879823.40723: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879823.40730: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40864: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40893: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.40938: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879823.40946: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.40975: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879823.41000: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879823.41016: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879823.41086: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879823.41109: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879823.41123: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879823.41187: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20>\r\n<<<\n 5169 1726879823.41234: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0>\r\n<<<\n 5169 1726879823.41331: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840>\r\n<<<\n 5169 1726879823.41339: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879823.41352: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.41386: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.41410: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879823.41476: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879823.41490: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.41513: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879823.41526: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.41670: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.41886: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.43147: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879823.43169: stdout chunk (state=3):\n>>>{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879764.2450094, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n<<<\n 5169 1726879823.43192: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879823.43647: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n<<<\n 5169 1726879823.43671: stdout chunk (state=3):\n>>># clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n<<<\n 5169 1726879823.43699: stdout chunk (state=3):\n>>># clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n<<<\n 5169 1726879823.43779: stdout chunk (state=3):\n>>># cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 5169 1726879823.43874: stdout chunk (state=3):\n>>># cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n<<<\n 5169 1726879823.43879: stdout chunk (state=3):\n>>># destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4<<<\n 5169 1726879823.43923: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879823.44162: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879823.44185: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879823.44236: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879823.44308: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879823.44355: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n<<<\n 5169 1726879823.44391: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879823.44475: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879823.44492: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879823.44623: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n<<<\n 5169 1726879823.44627: stdout chunk (state=3):\n>>># cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n<<<\n 5169 1726879823.44743: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n<<<\n 5169 1726879823.44748: stdout chunk (state=3):\n>>># destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n<<<\n 5169 1726879823.44774: stdout chunk (state=3):\n>>># cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879823.44902: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879823.44936: stdout chunk (state=3):\n>>># destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879823.44987: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879823.45019: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879823.45028: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879823.45119: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879823.45123: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n<<<\n 5169 1726879823.45139: stdout chunk (state=3):\n>>># destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879823.45159: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879823.45173: stdout chunk (state=3):\n>>># destroy _weakref\r\n<<<\n 5169 1726879823.45195: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879823.45219: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879823.45231: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879823.45238: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879823.45647: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879823.45715: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.45719: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879764.2450094, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879823.45889: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640>\r\n# zipimport: found 30 names in '/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879764.2450094, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_mime\": true, \"get_attributes\": true, \"checksum_algorithm\": \"sha1\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879823.47402: done with _execute_module (stat, {'path': '/etc/kdump.conf', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.1136804-5453-139251152915333/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879823.47406: _low_level_execute_command(): starting\n 5169 1726879823.47409: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879823.47416: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.47419: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.47421: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.47422: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.47431: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.47433: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.47435: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879823.47437: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879823.47439: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879823.47441: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.47443: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879823.47446: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.47448: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879823.47451: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879823.47453: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879823.47456: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.47458: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.47460: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.47463: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.47467: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.47470: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879823.47472: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879823.47475: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879823.47477: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.47479: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879823.47482: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.47485: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.47487: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.47490: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.47492: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.49005: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.49058: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.49061: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.49087: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.49090: handler run complete\n 5169 1726879823.49273: attempt loop complete, returning result\n 5169 1726879823.49278: _execute() done\n 5169 1726879823.49281: dumping result to json\n 5169 1726879823.49283: done dumping result, returning\n 5169 1726879823.49286: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists [0229e9c9-8e59-8f9b-2ddb-000000000049]\n 5169 1726879823.49429: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000049\n 5169 1726879823.49647: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000049\n 5169 1726879823.49651: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"checksum_algorithm\": \"sha1\",\n \"follow\": false,\n \"get_attributes\": true,\n \"get_checksum\": true,\n \"get_mime\": true,\n \"path\": \"/etc/kdump.conf\"\n }\n },\n \"stat\": {\n \"atime\": 1726879764.2450094,\n \"attr_flags\": \"e\",\n \"attributes\": [\n \"extents\"\n ],\n \"block_size\": 4096,\n \"blocks\": 8,\n \"charset\": \"us-ascii\",\n \"checksum\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\",\n \"ctime\": 1726879797.269038,\n \"dev\": 51714,\n \"device_type\": 0,\n \"executable\": false,\n \"exists\": true,\n \"gid\": 0,\n \"gr_name\": \"root\",\n \"inode\": 262647,\n \"isblk\": false,\n \"ischr\": false,\n \"isdir\": false,\n \"isfifo\": false,\n \"isgid\": false,\n \"islnk\": false,\n \"isreg\": true,\n \"issock\": false,\n \"isuid\": false,\n \"mimetype\": \"text/plain\",\n \"mode\": \"0644\",\n \"mtime\": 1721001600.0,\n \"nlink\": 1,\n \"path\": \"/etc/kdump.conf\",\n \"pw_name\": \"root\",\n \"readable\": true,\n \"rgrp\": true,\n \"roth\": true,\n \"rusr\": true,\n \"size\": 138,\n \"uid\": 0,\n \"version\": \"2122687850\",\n \"wgrp\": false,\n \"woth\": false,\n \"writeable\": true,\n \"wusr\": true,\n \"xgrp\": false,\n \"xoth\": false,\n \"xusr\": false\n }\n}\n 5169 1726879823.49770: no more pending results, returning what we have\n 5169 1726879823.49775: results queue empty\n 5169 1726879823.49776: checking for any_errors_fatal\n 5169 1726879823.49788: done checking for any_errors_fatal\n 5169 1726879823.49789: checking for max_fail_percentage\n 5169 1726879823.49791: done checking for max_fail_percentage\n 5169 1726879823.49791: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879823.49793: done checking to see if all hosts have failed\n 5169 1726879823.49794: getting the remaining hosts for this loop\n 5169 1726879823.49798: done getting the remaining hosts for this loop\n 5169 1726879823.49802: getting the next task for host managed_node2\n 5169 1726879823.49816: done getting next task for host managed_node2\n 5169 1726879823.49820: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879823.49822: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879823.49824: getting the next task for host managed_node3\n 5169 1726879823.49827: done getting next task for host managed_node3\n 5169 1726879823.49830: ^ task is: TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf\n 5169 1726879823.49832: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879823.49836: getting variables\n 5169 1726879823.49838: in VariableManager get_vars()\n 5169 1726879823.49981: Calling all_inventory to load vars for managed_node2\n 5169 1726879823.49984: Calling groups_inventory to load vars for managed_node2\n 5169 1726879823.49988: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879823.50000: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879823.50003: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879823.50007: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879823.50137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.50276: done with get_vars()\n 5169 1726879823.50285: done getting variables\n 5169 1726879823.50392: getting variables\n 5169 1726879823.50394: in VariableManager get_vars()\n 5169 1726879823.50415: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.50418: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.50420: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.50426: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.50428: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.50432: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.50676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.50933: done with get_vars()\n 5169 1726879823.50942: done getting variables\n 5169 1726879823.51038: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] **************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26\nFriday 20 September 2024 20:50:23 -0400 (0:00:00.439) 0:00:21.146 ****** \n 5169 1726879823.51061: entering _queue_task() for managed_node3/template\n 5169 1726879823.51062: Creating lock for template\n 5169 1726879823.51417: worker is 2 (out of 3 available)\n 5169 1726879823.51434: exiting _queue_task() for managed_node3/template\n 5169 1726879823.51452: done queuing things up, now waiting for results queue to drain\n 5169 1726879823.51454: waiting for pending results...\n 5169 1726879823.51814: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf\n 5169 1726879823.51857: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004a\n 5169 1726879823.51873: variable 'ansible_search_path' from source: unknown\n 5169 1726879823.51877: variable 'ansible_search_path' from source: unknown\n 5169 1726879823.51918: calling self._execute()\n 5169 1726879823.51981: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.51985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.51997: variable 'omit' from source: magic vars\n 5169 1726879823.52081: variable 'omit' from source: magic vars\n 5169 1726879823.52121: variable 'omit' from source: magic vars\n 5169 1726879823.52339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879823.54279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879823.54352: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879823.54396: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879823.54437: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879823.54469: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879823.54544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54632: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54724: variable '__kdump_conf' from source: set_fact\n 5169 1726879823.54759: variable 'omit' from source: magic vars\n 5169 1726879823.54780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879823.54805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879823.54836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879823.54876: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.54880: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.54883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.54960: Set connection var ansible_timeout to 10\n 5169 1726879823.54963: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879823.54970: Set connection var ansible_connection to ssh\n 5169 1726879823.54977: Set connection var ansible_shell_type to sh\n 5169 1726879823.54980: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879823.54987: Set connection var ansible_pipelining to False\n 5169 1726879823.55009: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879823.55012: variable 'ansible_connection' from source: unknown\n 5169 1726879823.55015: variable 'ansible_module_compression' from source: unknown\n 5169 1726879823.55017: variable 'ansible_shell_type' from source: unknown\n 5169 1726879823.55020: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879823.55022: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879823.55027: variable 'ansible_pipelining' from source: unknown\n 5169 1726879823.55030: variable 'ansible_timeout' from source: unknown\n 5169 1726879823.55035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879823.55133: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879823.55142: variable 'omit' from source: magic vars\n 5169 1726879823.55148: starting attempt loop\n 5169 1726879823.55151: running the handler\n 5169 1726879823.55162: _low_level_execute_command(): starting\n 5169 1726879823.55171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879823.55733: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.55739: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.55742: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.55746: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.55756: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.55876: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.55881: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.55884: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.55933: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.57644: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879823.57757: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.57810: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.57813: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.57836: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.57849: _low_level_execute_command(): starting\n 5169 1726879823.57854: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `\" && echo ansible-tmp-1726879823.5783834-5461-201410054700040=\"` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `\" && echo ansible-tmp-1726879823.5783834-5461-201410054700040=\"` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `\" ) && sleep 0'\"'\"''\n 5169 1726879823.58605: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.58647: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879823.58652: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879823.58655: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.58657: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.58660: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879823.58663: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.58719: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.58722: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.58725: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.58728: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.58777: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.60741: stdout chunk (state=3):\n>>>ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040\n<<<\n 5169 1726879823.60860: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.60913: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.60916: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.60935: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.61171: evaluation_path:\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks\n 5169 1726879823.61175: search_path:\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/templates/kdump.conf.j2\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/kdump.conf.j2\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/templates/kdump.conf.j2\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/kdump.conf.j2\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/templates/kdump.conf.j2\n\t/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/kdump.conf.j2\n 5169 1726879823.61178: variable 'ansible_search_path' from source: unknown\n 5169 1726879823.61817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879823.61844: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879823.61861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879823.61891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879823.61906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879823.62128: variable 'ansible_managed' from source: unknown\n 5169 1726879823.62132: variable 'kdump_target' from source: play vars\n 5169 1726879823.62204: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879823.62274: variable 'hostvars' from source: magic vars\n 5169 1726879823.62279: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879823.62282: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.62334: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.62344: in VariableManager get_vars()\n 5169 1726879823.62354: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.62359: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.62368: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.62380: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.62385: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.62393: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.62546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.62683: done with get_vars()\n 5169 1726879823.62695: variable 'ansible_user_id' from source: facts\n 5169 1726879823.62704: variable 'kdump_test_ssh_server_inside' from source: play vars\n 5169 1726879823.62885: variable 'kdump_test_ssh_source' from source: play vars\n 5169 1726879823.63004: variable 'ansible_env' from source: facts\n 5169 1726879823.63015: variable 'hostvars' from source: magic vars\n 5169 1726879823.63018: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879823.63023: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.63074: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.63080: in VariableManager get_vars()\n 5169 1726879823.63085: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.63089: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.63094: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63103: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.63108: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63114: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.63223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.63353: done with get_vars()\n 5169 1726879823.63362: variable 'ansible_all_ipv4_addresses' from source: facts\n 5169 1726879823.63367: in VariableManager get_vars()\n 5169 1726879823.63372: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.63377: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.63380: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63389: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.63391: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63401: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.63526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.63656: done with get_vars()\n 5169 1726879823.63666: variable 'ansible_all_ipv6_addresses' from source: facts\n 5169 1726879823.63669: in VariableManager get_vars()\n 5169 1726879823.63675: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.63677: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.63683: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63689: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.63694: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.63702: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.63805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.63936: done with get_vars()\n 5169 1726879823.63943: variable 'ansible_default_ipv4' from source: facts\n 5169 1726879823.63954: variable 'kdump_ssh_user' from source: play vars\n 5169 1726879823.64027: variable 'hostvars' from source: magic vars\n 5169 1726879823.64033: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879823.64036: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.64084: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.64090: in VariableManager get_vars()\n 5169 1726879823.64095: Calling all_inventory to load vars for managed_node3\n 5169 1726879823.64102: Calling groups_inventory to load vars for managed_node3\n 5169 1726879823.64106: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879823.64113: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879823.64117: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879823.64123: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879823.64229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879823.64383: done with get_vars()\n 5169 1726879823.64387: variable 'ansible_user_id' from source: facts\n 5169 1726879823.64394: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879823.64401: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879823.64446: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879823.64450: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.64501: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879823.64509: variable 'kdump_sshkey' from source: role '' defaults\n 5169 1726879823.64515: variable 'kdump_path' from source: play vars\n 5169 1726879823.64518: variable 'kdump_core_collector' from source: role '' defaults\n 5169 1726879823.64521: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879823.64678: variable 'kdump_auto_reset_crashkernel' from source: role '' defaults\n 5169 1726879823.64681: variable 'kdump_system_action' from source: role '' defaults\n 5169 1726879823.64684: variable 'kdump_dracut_args' from source: role '' defaults\n 5169 1726879823.65881: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879823.65933: variable 'ansible_module_compression' from source: unknown\n 5169 1726879823.65973: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED\n 5169 1726879823.65998: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py\n 5169 1726879823.66053: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 TO /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879823.66183: Sending initial data\n 5169 1726879823.66186: Sent initial data (151 bytes)\n 5169 1726879823.66657: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.66705: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879823.66710: stderr chunk (state=3):\n>>>debug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.66713: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879823.66716: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.66718: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879823.66721: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.66772: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.66775: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.66780: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.66782: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.66825: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.68526: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879823.68530: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879823.68569: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\n<<<\n 5169 1726879823.68573: stderr chunk (state=3):\n>>>debug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879823.68613: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879823.68616: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879823.68619: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\n<<<\n 5169 1726879823.68662: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py M:0x001a\r\n<<<\n 5169 1726879823.68722: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119113\r\n<<<\n 5169 1726879823.69112: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119113 bytes at 0\r\n<<<\n 5169 1726879823.69118: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879823.69170: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879823.69321: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.69496: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.69500: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119113\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119113 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879823.69509: done transferring module to remote\n 5169 1726879823.69511: _low_level_execute_command(): starting\n 5169 1726879823.69514: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879823.70070: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.70077: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.70117: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.70121: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\n<<<\n 5169 1726879823.70127: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.70130: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879823.70132: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.70276: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.70290: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.72075: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879823.72126: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.72130: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879823.72154: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879823.72159: _low_level_execute_command(): starting\n 5169 1726879823.72162: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'\"'\"''\n 5169 1726879823.72881: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.72890: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879823.72901: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879823.72917: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879823.72931: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879823.72942: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.72978: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.73020: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.73033: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879823.73054: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.73094: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879823.75434: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879823.75467: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879823.75498: stdout chunk (state=3):\n>>>import '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879823.75580: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879823.75584: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879823.75626: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879823.75658: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879823.75662: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879823.75693: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879823.75701: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879823.75754: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.75782: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879823.75804: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879823.75843: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879823.75877: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879823.75883: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30>\r\n<<<\n 5169 1726879823.75913: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879823.75931: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0>\r\n<<<\n 5169 1726879823.75947: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879823.75979: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879823.76003: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879823.76039: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879823.76043: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879823.76133: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879823.76167: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879823.76200: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879823.76277: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879823.76307: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879823.76311: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879823.76314: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879823.76317: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879823.76319: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879823.76343: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0>\r\n<<<\n 5169 1726879823.76399: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879823.76419: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000>\r\n<<<\n 5169 1726879823.76446: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879823.76477: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879823.76731: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879823.76735: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879823.76768: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879823.76797: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879823.76833: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879823.76854: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879823.76891: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879823.76895: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30>\r\n<<<\n 5169 1726879823.76932: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879823.76935: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879823.76959: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0>\r\n<<<\n 5169 1726879823.76985: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879823.77010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77032: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879823.77087: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77106: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879823.77133: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77140: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800>\r\n<<<\n 5169 1726879823.77162: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879823.77177: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77193: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90>\r\n<<<\n 5169 1726879823.77197: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879823.77249: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00>\r\n<<<\n 5169 1726879823.77262: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879823.77291: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220>\r\n<<<\n 5169 1726879823.77392: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0>\r\n<<<\n 5169 1726879823.77418: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879823.77441: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77452: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879823.77480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879823.77499: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77525: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879823.77534: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77574: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0>\r\n<<<\n 5169 1726879823.77582: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0>\r\n<<<\n 5169 1726879823.77614: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77618: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60>\r\n<<<\n 5169 1726879823.77689: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77692: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0>\r\n<<<\n 5169 1726879823.77715: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260>\r\n<<<\n 5169 1726879823.77728: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77766: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.77796: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30>\r\n<<<\n 5169 1726879823.77894: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.77903: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80>\r\n<<<\n 5169 1726879823.77949: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.77953: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879823.77957: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879823.78030: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78034: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510>\r\n<<<\n 5169 1726879823.78068: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879823.78075: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879823.78131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78201: stdout chunk (state=3):\n>>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740>\r\nimport 'errno' # \r\n<<<\n 5169 1726879823.78209: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80>\r\n<<<\n 5169 1726879823.78275: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879823.78279: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20>\r\n<<<\n 5169 1726879823.78330: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270>\r\n<<<\n 5169 1726879823.78367: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78417: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.78428: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0>\r\n<<<\n 5169 1726879823.78468: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570>\r\n<<<\n 5169 1726879823.78489: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879823.78512: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78534: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879823.78561: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78595: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0>\r\n<<<\n 5169 1726879823.78619: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78654: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0>\r\n<<<\n 5169 1726879823.78661: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530>\r\n<<<\n 5169 1726879823.78688: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.78696: stdout chunk (state=3):\n>>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800>\r\n<<<\n 5169 1726879823.78717: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.78723: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0>\r\n<<<\n 5169 1726879823.78754: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50>\r\n<<<\n 5169 1726879823.78783: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879823.78892: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879823.78933: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090>\r\n<<<\n 5169 1726879823.78985: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10>\r\n<<<\n 5169 1726879823.78989: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60>\r\n<<<\n 5169 1726879823.79012: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879823.79067: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879823.79120: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79155: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420>\r\n<<<\n 5169 1726879823.79216: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879823.79254: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879823.79274: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79318: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0>\r\n<<<\n 5169 1726879823.79329: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879823.79370: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79421: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879823.79447: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0>\r\n<<<\n 5169 1726879823.79476: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879823.79511: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79538: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879823.79584: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879823.79677: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90>\r\n<<<\n 5169 1726879823.79752: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410>\r\n<<<\n 5169 1726879823.79801: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230>\r\n<<<\n 5169 1726879823.79829: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879823.79832: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470>\r\n<<<\n 5169 1726879823.79857: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0>\r\n<<<\n 5169 1726879823.79956: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879823.79983: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0>\r\n<<<\n 5169 1726879823.80062: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip'\r\n<<<\n 5169 1726879823.80066: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80216: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80248: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879823.80256: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879823.80304: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879823.80384: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879823.80414: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180>\r\n<<<\n 5169 1726879823.80426: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879823.80627: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0>\r\n<<<\n 5169 1726879823.80642: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80680: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879823.80690: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80701: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80720: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.80729: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879823.80744: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.82330: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.83605: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590>\r\n<<<\n 5169 1726879823.83643: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.83682: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879823.83710: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879823.83746: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0>\r\n<<<\n 5169 1726879823.83798: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970>\r\n<<<\n 5169 1726879823.83822: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280>\r\n<<<\n 5169 1726879823.83851: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879823.83922: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10>\r\n<<<\n 5169 1726879823.83926: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879823.83993: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990>\r\n<<<\n 5169 1726879823.83999: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0>\r\n<<<\n 5169 1726879823.84014: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879823.84051: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84072: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879823.84128: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080>\r\n<<<\n 5169 1726879823.84149: stdout chunk (state=3):\n>>>import 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879823.84177: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84226: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00>\r\n<<<\n 5169 1726879823.84269: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20>\r\n<<<\n 5169 1726879823.84272: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879823.84323: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84347: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0>\r\n<<<\n 5169 1726879823.84350: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879823.84389: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84401: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590>\r\n<<<\n 5169 1726879823.84413: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879823.84437: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84471: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<<\n 5169 1726879823.84474: stdout chunk (state=3):\n>>>\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84524: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080>\r\n<<<\n 5169 1726879823.84571: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0>\r\n<<<\n 5169 1726879823.84592: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340>\r\n<<<\n 5169 1726879823.84613: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879823.84638: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84663: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84690: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879823.84716: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84744: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84767: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30>\r\n<<<\n 5169 1726879823.84770: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879823.84842: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760>\r\n<<<\n 5169 1726879823.84870: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879823.84876: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879823.84975: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00>\r\n<<<\n 5169 1726879823.85002: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0>\r\n<<<\n 5169 1726879823.85024: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140>\r\n<<<\n 5169 1726879823.85056: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380>\r\n<<<\n 5169 1726879823.85115: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879823.85118: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85181: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85186: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0>\r\n<<<\n 5169 1726879823.85209: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879823.85318: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85376: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0>\r\n<<<\n 5169 1726879823.85380: stdout chunk (state=3):\n>>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520>\r\n<<<\n 5169 1726879823.85406: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879823.85445: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85484: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879823.85501: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879823.85535: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00>\r\n<<<\n 5169 1726879823.85667: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590>\r\n<<<\n 5169 1726879823.85743: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.85749: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10>\r\n<<<\n 5169 1726879823.85785: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20>\r\n<<<\n 5169 1726879823.85836: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.85840: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0>\r\n<<<\n 5169 1726879823.85853: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560>\r\n<<<\n 5169 1726879823.85874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85898: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879823.85919: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879823.85951: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.85983: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.85988: stdout chunk (state=3):\n>>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0>\r\n<<<\n 5169 1726879823.86159: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.86174: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620>\r\n<<<\n 5169 1726879823.86183: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30>\r\n<<<\n 5169 1726879823.86214: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.86219: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940>\r\n<<<\n 5169 1726879823.86234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.86245: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879823.86277: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.86372: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.86506: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879823.86515: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879823.86548: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879823.86671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.86798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.87421: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.88037: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879823.88046: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\n<<<\n 5169 1726879823.88063: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879823.88082: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879823.88103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.88161: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.88170: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0>\r\n<<<\n 5169 1726879823.88252: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879823.88257: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879823.88286: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0>\r\n<<<\n 5169 1726879823.88293: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0>\r\n<<<\n 5169 1726879823.88337: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879823.88353: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.88380: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.88393: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879823.88405: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.88563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.88736: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879823.88740: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879823.88753: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490>\r\n<<<\n 5169 1726879823.88767: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.89287: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.89800: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.89874: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.89956: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879823.89962: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90009: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90038: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879823.90056: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90128: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90223: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879823.90247: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90251: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879823.90275: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90312: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90360: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879823.90368: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90624: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.90886: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879823.90950: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879823.90966: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879823.91040: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0>\r\n<<<\n 5169 1726879823.91043: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91127: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91218: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879823.91222: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879823.91253: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879823.91271: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879823.91350: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879823.91498: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060>\r\n<<<\n 5169 1726879823.91581: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990>\r\n<<<\n 5169 1726879823.91595: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879823.91632: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91692: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879823.91736: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91798: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91840: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.91910: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879823.91952: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.92042: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879823.92048: stdout chunk (state=3):\n>>>\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700>\r\n<<<\n 5169 1726879823.92086: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0>\r\n<<<\n 5169 1726879823.92126: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879823.92134: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92294: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92321: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92371: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879823.92394: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879823.92417: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879823.92445: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879823.92504: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879823.92524: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879823.92546: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879823.92604: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60>\r\n<<<\n 5169 1726879823.92650: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0>\r\n<<<\n 5169 1726879823.92736: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50>\r\n<<<\n 5169 1726879823.92740: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879823.92749: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92784: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92807: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879823.92869: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879823.92887: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.92901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879823.92910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.93197: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.93283: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879823.94575: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879823.4200666, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n<<<\n 5169 1726879823.94613: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879823.95099: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n<<<\n 5169 1726879823.95120: stdout chunk (state=3):\n>>># clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n<<<\n 5169 1726879823.95191: stdout chunk (state=3):\n>>># cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n<<<\n 5169 1726879823.95225: stdout chunk (state=3):\n>>># cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n<<<\n 5169 1726879823.95229: stdout chunk (state=3):\n>>># cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n<<<\n 5169 1726879823.95243: stdout chunk (state=3):\n>>># destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n<<<\n 5169 1726879823.95273: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n<<<\n 5169 1726879823.95285: stdout chunk (state=3):\n>>># destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n<<<\n 5169 1726879823.95293: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879823.95543: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879823.95585: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n<<<\n 5169 1726879823.95590: stdout chunk (state=3):\n>>># destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879823.95639: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n<<<\n 5169 1726879823.95643: stdout chunk (state=3):\n>>># destroy ipaddress\r\n<<<\n 5169 1726879823.95727: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n<<<\n 5169 1726879823.95773: stdout chunk (state=3):\n>>># destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n<<<\n 5169 1726879823.95812: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n<<<\n 5169 1726879823.95847: stdout chunk (state=3):\n>>># destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n<<<\n 5169 1726879823.95883: stdout chunk (state=3):\n>>># destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879823.95941: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n<<<\n 5169 1726879823.95970: stdout chunk (state=3):\n>>># cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n<<<\n 5169 1726879823.96021: stdout chunk (state=3):\n>>># cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879823.96056: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n<<<\n 5169 1726879823.96076: stdout chunk (state=3):\n>>># cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n<<<\n 5169 1726879823.96082: stdout chunk (state=3):\n>>># destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879823.96220: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879823.96233: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879823.96261: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n<<<\n 5169 1726879823.96266: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879823.96301: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879823.96330: stdout chunk (state=3):\n>>># destroy _typing\r\n<<<\n 5169 1726879823.96346: stdout chunk (state=3):\n>>># destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879823.96353: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n<<<\n 5169 1726879823.96381: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879823.96469: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n<<<\n 5169 1726879823.96482: stdout chunk (state=3):\n>>># destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n<<<\n 5169 1726879823.96488: stdout chunk (state=3):\n>>># destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879823.96516: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879823.96554: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2<<<\n 5169 1726879823.96567: stdout chunk (state=3):\n>>>\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879823.96574: stdout chunk (state=3):\n>>># destroy itertools\r\n<<<\n 5169 1726879823.96583: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879823.96594: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879823.97013: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879823.97075: stderr chunk (state=3):\n>>><<<\n 5169 1726879823.97079: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879823.4200666, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879823.97254: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stat\": {\"exists\": true, \"path\": \"/etc/kdump.conf\", \"mode\": \"0644\", \"isdir\": false, \"ischr\": false, \"isblk\": false, \"isreg\": true, \"isfifo\": false, \"islnk\": false, \"issock\": false, \"uid\": 0, \"gid\": 0, \"size\": 138, \"inode\": 262647, \"dev\": 51714, \"nlink\": 1, \"atime\": 1726879823.4200666, \"mtime\": 1721001600.0, \"ctime\": 1726879797.269038, \"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\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\", \"mimetype\": \"text/plain\", \"charset\": \"us-ascii\", \"version\": \"2122687850\", \"attributes\": [\"extents\"], \"attr_flags\": \"e\"}, \"invocation\": {\"module_args\": {\"path\": \"/etc/kdump.conf\", \"follow\": false, \"get_checksum\": true, \"get_size\": false, \"checksum_algorithm\": \"sha1\", \"get_mime\": true, \"get_attributes\": true}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879823.98800: done with _execute_module (ansible.legacy.stat, {'path': '/etc/kdump.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.5783834-5461-201410054700040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None})\n 5169 1726879823.98805: variable 'ansible_module_compression' from source: unknown\n 5169 1726879823.98809: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED\n 5169 1726879823.98812: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 5169 1726879823.98818: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 TO /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879823.98827: Sending initial data\n 5169 1726879823.98830: Sent initial data (151 bytes)\n 5169 1726879823.98833: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879823.98836: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879823.98838: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879823.98841: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879823.98844: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879823.98847: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879823.98849: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879823.98852: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879823.98855: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879823.98857: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879823.98860: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879823.98863: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879823.98867: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879823.98869: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.00459: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879824.00489: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879824.00532: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879824.00536: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879824.00540: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\n<<<\n 5169 1726879824.00576: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\r\n<<<\n 5169 1726879824.00583: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py M:0x001a\r\n<<<\n 5169 1726879824.00637: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125404\r\n<<<\n 5169 1726879824.01257: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125404 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879824.01319: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879824.01400: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\n<<<\n 5169 1726879824.01471: stderr chunk (state=3):\n>>>debug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.01497: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.01503: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125404\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125404 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879824.01531: done transferring module to remote\n 5169 1726879824.01542: _low_level_execute_command(): starting\n 5169 1726879824.01547: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879824.02034: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.02038: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.02041: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\n<<<\n 5169 1726879824.02046: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879824.02049: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.02131: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.02168: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.03999: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.04046: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.04049: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.04069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.04074: _low_level_execute_command(): starting\n 5169 1726879824.04171: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879824.04817: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.04820: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879824.04823: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.04826: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.04829: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.04887: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.04890: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879824.04891: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.04893: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.04935: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.07238: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879824.07273: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879824.07307: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879824.07311: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879824.07392: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879824.07398: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879824.07427: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879824.07467: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879824.07498: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879824.07511: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 5169 1726879824.07518: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879824.07558: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879824.07561: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.07583: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879824.07613: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879824.07643: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879824.07671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879824.07678: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530>\r\n<<<\n 5169 1726879824.07692: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30>\r\n<<<\n 5169 1726879824.07722: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n<<<\n 5169 1726879824.07727: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879824.07730: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0>\r\n<<<\n 5169 1726879824.07753: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879824.07780: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879824.07785: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879824.07803: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879824.07839: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879824.07933: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879824.07965: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879824.08026: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879824.08060: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\n<<<\n 5169 1726879824.08086: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879824.08120: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08132: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190>\r\n<<<\n 5169 1726879824.08206: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08228: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0>\r\n<<<\n 5169 1726879824.08268: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879824.08284: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879824.08537: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879824.08576: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08602: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879824.08628: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08645: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879824.08672: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08683: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0>\r\n<<<\n 5169 1726879824.08713: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879824.08729: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08747: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0>\r\n<<<\n 5169 1726879824.08775: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879824.08798: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08828: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879824.08879: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.08899: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879824.08932: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0>\r\n<<<\n 5169 1726879824.08955: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879824.08959: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30>\r\n<<<\n 5169 1726879824.08983: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879824.09037: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0>\r\n<<<\n 5169 1726879824.09049: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879824.09077: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0>\r\n<<<\n 5169 1726879824.09176: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80>\r\n<<<\n 5169 1726879824.09200: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879824.09225: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09229: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879824.09261: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879824.09282: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09306: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879824.09310: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09345: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740>\r\n<<<\n 5169 1726879824.09366: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360>\r\n<<<\n 5169 1726879824.09395: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09403: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90>\r\n<<<\n 5169 1726879824.09469: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09475: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0>\r\n<<<\n 5169 1726879824.09497: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200>\r\n<<<\n 5169 1726879824.09505: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09539: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879824.09570: stdout chunk (state=3):\n>>>\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00>\r\n<<<\n 5169 1726879824.09616: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0>\r\n<<<\n 5169 1726879824.09636: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20>\r\n<<<\n 5169 1726879824.09662: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09698: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879824.09734: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09749: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879824.09799: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0>\r\n<<<\n 5169 1726879824.09833: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879824.09849: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879824.09900: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879824.09956: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0>\r\n<<<\n 5169 1726879824.09960: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.10031: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10046: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10086: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90>\r\n<<<\n 5169 1726879824.10120: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210>\r\n<<<\n 5169 1726879824.10133: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10183: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.10199: stdout chunk (state=3):\n>>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0>\r\n<<<\n 5169 1726879824.10229: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510>\r\n<<<\n 5169 1726879824.10260: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879824.10281: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10304: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879824.10328: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10358: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20>\r\n<<<\n 5169 1726879824.10385: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n<<<\n 5169 1726879824.10391: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10417: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740>\r\n<<<\n 5169 1726879824.10423: stdout chunk (state=3):\n>>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0>\r\n<<<\n 5169 1726879824.10446: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770>\r\n<<<\n 5169 1726879824.10478: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.10489: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950>\r\n<<<\n 5169 1726879824.10498: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0>\r\n<<<\n 5169 1726879824.10531: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879824.10640: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10714: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0>\r\n<<<\n 5169 1726879824.10718: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50>\r\n<<<\n 5169 1726879824.10753: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879824.10817: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10829: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879824.10872: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879824.10908: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360>\r\n<<<\n 5169 1726879824.10951: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879824.11002: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879824.11026: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.11058: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510>\r\n<<<\n 5169 1726879824.11085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879824.11117: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.11178: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879824.11204: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<<\n 5169 1726879824.11213: stdout chunk (state=3):\n>>>\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260>\r\n<<<\n 5169 1726879824.11223: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879824.11263: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879824.11287: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879824.11330: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879824.11425: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00>\r\n<<<\n 5169 1726879824.11506: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380>\r\n<<<\n 5169 1726879824.11546: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0>\r\n<<<\n 5169 1726879824.11581: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879824.11587: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320>\r\n<<<\n 5169 1726879824.11609: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00>\r\n<<<\n 5169 1726879824.11713: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879824.11737: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0>\r\n<<<\n 5169 1726879824.11817: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip'\r\n<<<\n 5169 1726879824.11823: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.11974: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.12004: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879824.12011: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879824.12059: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879824.12137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879824.12176: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0>\r\n<<<\n 5169 1726879824.12186: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879824.12382: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80>\r\n<<<\n 5169 1726879824.12402: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.12431: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879824.12437: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.12463: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.12474: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.12486: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879824.12502: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.14090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.15358: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60>\r\n<<<\n 5169 1726879824.15391: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879824.15397: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.15421: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879824.15460: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n<<<\n 5169 1726879824.15463: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879824.15501: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970>\r\n<<<\n 5169 1726879824.15545: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700>\r\n<<<\n 5169 1726879824.15574: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010>\r\n<<<\n 5169 1726879824.15596: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879824.15622: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879824.15649: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0>\r\n<<<\n 5169 1726879824.15701: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879824.15706: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0>\r\n<<<\n 5169 1726879824.15736: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900>\r\n<<<\n 5169 1726879824.15751: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879824.15803: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879824.15815: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879824.15857: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879824.15898: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879824.15920: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879824.15947: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60>\r\n<<<\n 5169 1726879824.15999: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780>\r\n<<<\n 5169 1726879824.16026: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16057: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110>\r\n<<<\n 5169 1726879824.16107: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879824.16131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16143: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879824.16185: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16206: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16262: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0>\r\n<<<\n 5169 1726879824.16303: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.16308: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110>\r\n<<<\n 5169 1726879824.16327: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070>\r\n<<<\n 5169 1726879824.16348: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879824.16374: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16398: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16419: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879824.16450: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16480: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879824.16488: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20>\r\n<<<\n 5169 1726879824.16506: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879824.16574: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0>\r\n<<<\n 5169 1726879824.16582: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550>\r\n<<<\n 5169 1726879824.16602: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879824.16608: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16690: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40>\r\n<<<\n 5169 1726879824.16720: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0>\r\n<<<\n 5169 1726879824.16749: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30>\r\n<<<\n 5169 1726879824.16783: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140>\r\n<<<\n 5169 1726879824.16830: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16845: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879824.16895: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0>\r\n<<<\n 5169 1726879824.16912: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879824.17021: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879824.17083: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310>\r\n<<<\n 5169 1726879824.17122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879824.17161: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.17181: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\n<<<\n 5169 1726879824.17225: stdout chunk (state=3):\n>>>import '_string' # \r\n<<<\n 5169 1726879824.17240: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990>\r\n<<<\n 5169 1726879824.17355: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320>\r\n<<<\n 5169 1726879824.17429: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17437: stdout chunk (state=3):\n>>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830>\r\n<<<\n 5169 1726879824.17467: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17474: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0>\r\n<<<\n 5169 1726879824.17517: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17521: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70>\r\n<<<\n 5169 1726879824.17534: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320>\r\n<<<\n 5169 1726879824.17557: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879824.17580: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879824.17601: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879824.17630: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17654: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470>\r\n<<<\n 5169 1726879824.17824: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17833: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17836: stdout chunk (state=3):\n>>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0>\r\n<<<\n 5169 1726879824.17844: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0>\r\n<<<\n 5169 1726879824.17879: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.17889: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0>\r\n<<<\n 5169 1726879824.17912: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.17916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879824.17939: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.18032: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.18138: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.18173: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879824.18178: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.18212: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.18336: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.18473: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.19083: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.19698: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879824.19705: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879824.19722: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879824.19731: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879824.19751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.19805: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0>\r\n<<<\n 5169 1726879824.19894: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879824.19903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879824.19924: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610>\r\n<<<\n 5169 1726879824.19933: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170>\r\n<<<\n 5169 1726879824.19979: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879824.19991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.20019: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.20031: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879824.20039: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.20202: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.20377: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879824.20384: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700>\r\n<<<\n 5169 1726879824.20403: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.20917: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21422: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21501: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21590: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879824.21593: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21633: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21675: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879824.21685: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21756: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21849: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879824.21863: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21882: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879824.21903: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21938: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.21988: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879824.21991: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.22250: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.22510: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879824.22576: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879824.22585: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879824.22660: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690>\r\n<<<\n 5169 1726879824.22668: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.22747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.22826: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879824.22844: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879824.22852: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879824.22885: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.22970: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.23101: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240>\r\n<<<\n 5169 1726879824.23169: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40>\r\n<<<\n 5169 1726879824.23200: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.23236: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23287: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.23333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23380: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23442: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23515: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879824.23549: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.23636: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.23642: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940>\r\n<<<\n 5169 1726879824.23684: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20>\r\n<<<\n 5169 1726879824.23717: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879824.23729: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23802: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23866: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23901: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.23944: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n<<<\n 5169 1726879824.23957: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.23970: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879824.23993: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879824.24014: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879824.24079: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879824.24097: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879824.24120: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879824.24179: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0>\r\n<<<\n 5169 1726879824.24228: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20>\r\n<<<\n 5169 1726879824.24311: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0>\r\n# destroy ansible.module_utils.distro\r\n<<<\n 5169 1726879824.24320: stdout chunk (state=3):\n>>>import 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879824.24337: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.24362: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.24393: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879824.24452: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879824.24472: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.24481: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879824.24503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.25079: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.25692: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.26208: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/etc/kdump.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/kdump.conf\"}, \"after\": {\"path\": \"/etc/kdump.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:kdump_etc_t:s0\", \"size\": 138, \"invocation\": {\"module_args\": {\"mode\": \"0644\", \"dest\": \"/etc/kdump.conf\", \"_original_basename\": \"kdump.conf.j2\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/kdump.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}}}\r\n<<<\n 5169 1726879824.26214: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879824.26577: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879824.26597: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n<<<\n 5169 1726879824.26651: stdout chunk (state=3):\n>>># cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n<<<\n 5169 1726879824.26660: stdout chunk (state=3):\n>>># cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n<<<\n 5169 1726879824.26732: stdout chunk (state=3):\n>>># cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n<<<\n 5169 1726879824.26751: stdout chunk (state=3):\n>>># cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879824.27028: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879824.27058: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879824.27171: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n<<<\n 5169 1726879824.27181: stdout chunk (state=3):\n>>># cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n<<<\n 5169 1726879824.27270: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n<<<\n 5169 1726879824.27280: stdout chunk (state=3):\n>>># cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n<<<\n 5169 1726879824.27433: stdout chunk (state=3):\n>>># cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n<<<\n 5169 1726879824.27444: stdout chunk (state=3):\n>>># destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n<<<\n 5169 1726879824.27478: stdout chunk (state=3):\n>>># cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879824.27642: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879824.27719: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy _weakref\r\n<<<\n 5169 1726879824.27750: stdout chunk (state=3):\n>>># destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n<<<\n 5169 1726879824.27837: stdout chunk (state=3):\n>>># destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n<<<\n 5169 1726879824.27846: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n<<<\n 5169 1726879824.27921: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879824.27924: stdout chunk (state=3):\n>>># destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n<<<\n 5169 1726879824.27942: stdout chunk (state=3):\n>>># destroy operator\r\n<<<\n 5169 1726879824.27951: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879824.28031: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879824.28037: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n<<<\n 5169 1726879824.28043: stdout chunk (state=3):\n>>># destroy _bisect\r\n<<<\n 5169 1726879824.28059: stdout chunk (state=3):\n>>># destroy re\r\n<<<\n 5169 1726879824.28065: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879824.28103: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _collections\r\n<<<\n 5169 1726879824.28129: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879824.28138: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n<<<\n 5169 1726879824.28144: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879824.28530: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879824.28599: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.28602: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/etc/kdump.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/kdump.conf\"}, \"after\": {\"path\": \"/etc/kdump.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:kdump_etc_t:s0\", \"size\": 138, \"invocation\": {\"module_args\": {\"mode\": \"0644\", \"dest\": \"/etc/kdump.conf\", \"_original_basename\": \"kdump.conf.j2\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/kdump.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}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy distro.distro\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy threading\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# destroy _posixsubprocess\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping tempfile\\r\\n# destroy io\\r\\n# destroy weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy abc\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections_abc\\r\\n# destroy _weakref\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy __main__\\r\\n# destroy atexit\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shutil\\r\\n# destroy tempfile\\r\\n# destroy traceback\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy datetime\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy _string\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy _blake2\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _hashlib\\r\\n# destroy selinux._selinux\\r\\n# destroy collections\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _signal\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# destroy warnings\\r\\n# destroy operator\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy functools\\r\\n# destroy time\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy re\\r\\n# destroy _random\\r\\n# destroy itertools\\r\\n# destroy _collections\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy _io\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879824.28767: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/etc/kdump.conf\", \"changed\": false, \"diff\": {\"before\": {\"path\": \"/etc/kdump.conf\"}, \"after\": {\"path\": \"/etc/kdump.conf\"}}, \"uid\": 0, \"gid\": 0, \"owner\": \"root\", \"group\": \"root\", \"mode\": \"0644\", \"state\": \"file\", \"secontext\": \"system_u:object_r:kdump_etc_t:s0\", \"size\": 138, \"invocation\": {\"module_args\": {\"mode\": \"0644\", \"dest\": \"/etc/kdump.conf\", \"_original_basename\": \"kdump.conf.j2\", \"recurse\": false, \"state\": \"file\", \"path\": \"/etc/kdump.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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879824.30544: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/kdump.conf', '_original_basename': 'kdump.conf.j2', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.5783834-5461-201410054700040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879824.30549: _low_level_execute_command(): starting\n 5169 1726879824.30552: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879824.30561: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.30563: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.30568: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.30570: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.30573: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879824.30575: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879824.30577: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\n<<<\n 5169 1726879824.30579: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.30581: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.30584: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.30586: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.31808: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.31862: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.31867: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.31890: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.32070: handler run complete\n 5169 1726879824.32075: attempt loop complete, returning result\n 5169 1726879824.32078: _execute() done\n 5169 1726879824.32082: dumping result to json\n 5169 1726879824.32085: done dumping result, returning\n 5169 1726879824.32088: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf [0229e9c9-8e59-8f9b-2ddb-00000000004a]\n 5169 1726879824.32175: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004a\nok: [managed_node3] => {\n \"changed\": false,\n \"checksum\": \"84a376e670ee177d860ca3c6da14cbb5e5a71165\",\n \"dest\": \"/etc/kdump.conf\",\n \"diff\": {\n \"after\": {\n \"path\": \"/etc/kdump.conf\"\n },\n \"before\": {\n \"path\": \"/etc/kdump.conf\"\n }\n },\n \"gid\": 0,\n \"group\": \"root\",\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": \"kdump.conf.j2\",\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"dest\": \"/etc/kdump.conf\",\n \"follow\": true,\n \"force\": false,\n \"group\": null,\n \"mode\": \"0644\",\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": null,\n \"path\": \"/etc/kdump.conf\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"file\",\n \"unsafe_writes\": false\n }\n },\n \"mode\": \"0644\",\n \"owner\": \"root\",\n \"path\": \"/etc/kdump.conf\",\n \"secontext\": \"system_u:object_r:kdump_etc_t:s0\",\n \"size\": 138,\n \"state\": \"file\",\n \"uid\": 0\n}\n 5169 1726879824.32408: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004a\n 5169 1726879824.32412: WORKER PROCESS EXITING\n 5169 1726879824.32422: no more pending results, returning what we have\n 5169 1726879824.32426: results queue empty\n 5169 1726879824.32427: checking for any_errors_fatal\n 5169 1726879824.32434: done checking for any_errors_fatal\n 5169 1726879824.32434: checking for max_fail_percentage\n 5169 1726879824.32436: done checking for max_fail_percentage\n 5169 1726879824.32437: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879824.32438: done checking to see if all hosts have failed\n 5169 1726879824.32439: getting the remaining hosts for this loop\n 5169 1726879824.32441: done getting the remaining hosts for this loop\n 5169 1726879824.32445: getting the next task for host managed_node2\n 5169 1726879824.32457: done getting next task for host managed_node2\n 5169 1726879824.32460: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879824.32462: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879824.32463: getting the next task for host managed_node3\n 5169 1726879824.32468: done getting next task for host managed_node3\n 5169 1726879824.32471: ^ task is: TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel\n 5169 1726879824.32474: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879824.32478: getting variables\n 5169 1726879824.32479: in VariableManager get_vars()\n 5169 1726879824.32673: Calling all_inventory to load vars for managed_node2\n 5169 1726879824.32676: Calling groups_inventory to load vars for managed_node2\n 5169 1726879824.32680: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879824.32690: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879824.32692: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879824.32697: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879824.32897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.33033: done with get_vars()\n 5169 1726879824.33042: done getting variables\n 5169 1726879824.33112: getting variables\n 5169 1726879824.33113: in VariableManager get_vars()\n 5169 1726879824.33123: Calling all_inventory to load vars for managed_node3\n 5169 1726879824.33128: Calling groups_inventory to load vars for managed_node3\n 5169 1726879824.33131: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879824.33136: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879824.33139: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879824.33142: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879824.33377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.33636: done with get_vars()\n 5169 1726879824.33647: done getting variables\n\nTASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34\nFriday 20 September 2024 20:50:24 -0400 (0:00:00.826) 0:00:21.973 ****** \n 5169 1726879824.33732: entering _queue_task() for managed_node3/slurp\n 5169 1726879824.34039: worker is 3 (out of 3 available)\n 5169 1726879824.34054: exiting _queue_task() for managed_node3/slurp\n 5169 1726879824.34073: done queuing things up, now waiting for results queue to drain\n 5169 1726879824.34075: waiting for pending results...\n 5169 1726879824.34438: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel\n 5169 1726879824.34546: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004b\n 5169 1726879824.34558: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.34562: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.34602: calling self._execute()\n 5169 1726879824.34676: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.34681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.34696: variable 'omit' from source: magic vars\n 5169 1726879824.34782: variable 'omit' from source: magic vars\n 5169 1726879824.34824: variable 'omit' from source: magic vars\n 5169 1726879824.34850: variable 'omit' from source: magic vars\n 5169 1726879824.34889: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879824.34925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.34942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879824.34958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.34972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.34997: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879824.35004: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.35007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.35089: Set connection var ansible_timeout to 10\n 5169 1726879824.35093: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879824.35096: Set connection var ansible_connection to ssh\n 5169 1726879824.35104: Set connection var ansible_shell_type to sh\n 5169 1726879824.35109: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879824.35115: Set connection var ansible_pipelining to False\n 5169 1726879824.35136: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.35139: variable 'ansible_connection' from source: unknown\n 5169 1726879824.35142: variable 'ansible_module_compression' from source: unknown\n 5169 1726879824.35144: variable 'ansible_shell_type' from source: unknown\n 5169 1726879824.35147: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.35150: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.35153: variable 'ansible_pipelining' from source: unknown\n 5169 1726879824.35156: variable 'ansible_timeout' from source: unknown\n 5169 1726879824.35161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.35350: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879824.35357: variable 'omit' from source: magic vars\n 5169 1726879824.35361: starting attempt loop\n 5169 1726879824.35366: running the handler\n 5169 1726879824.35378: _low_level_execute_command(): starting\n 5169 1726879824.35386: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879824.35945: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.35951: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.35955: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.35960: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.36029: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.36034: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.36037: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.36068: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.37769: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879824.37879: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.37927: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.37931: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.37962: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.37977: _low_level_execute_command(): starting\n 5169 1726879824.37981: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `\" && echo ansible-tmp-1726879824.3795698-5476-201690290906449=\"` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `\" && echo ansible-tmp-1726879824.3795698-5476-201690290906449=\"` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `\" ) && sleep 0'\"'\"''\n 5169 1726879824.38631: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.38642: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.38654: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.38672: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.38682: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879824.38698: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879824.38701: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879824.38710: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879824.38720: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879824.38731: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.38737: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879824.38747: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.38760: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879824.38779: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879824.38787: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879824.38799: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.38807: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.38820: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.38829: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879824.38839: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879824.38844: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879824.38851: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879824.38932: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.38949: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879824.38956: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.38972: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.39004: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.39044: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.41019: stdout chunk (state=3):\n>>>ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449\n<<<\n 5169 1726879824.41136: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.41186: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.41190: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.41214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.41279: variable 'ansible_module_compression' from source: unknown\n 5169 1726879824.41318: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED\n 5169 1726879824.41350: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py\n 5169 1726879824.41411: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 TO /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879824.41675: Sending initial data\n 5169 1726879824.41679: Sent initial data (152 bytes)\n 5169 1726879824.42278: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.42283: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.42286: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.42290: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.42293: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.42327: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.42352: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.42389: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.43986: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\n<<<\n 5169 1726879824.43993: stderr chunk (state=3):\n>>>debug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879824.44027: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879824.44079: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\n<<<\n 5169 1726879824.44082: stderr chunk (state=3):\n>>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879824.44083: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\n<<<\n 5169 1726879824.44121: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\r\n<<<\n 5169 1726879824.44125: stderr chunk (state=3):\n>>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py M:0x001a\r\n<<<\n 5169 1726879824.44189: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\r\n<<<\n 5169 1726879824.44564: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114923 bytes at 0\r\n<<<\n 5169 1726879824.44572: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879824.44603: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879824.44680: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.44728: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.44731: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 114923 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879824.44973: done transferring module to remote\n 5169 1726879824.44977: _low_level_execute_command(): starting\n 5169 1726879824.44980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879824.45507: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.45519: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.45531: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879824.45536: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879824.45573: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.45577: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.45579: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.45582: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.45629: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.45632: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.45643: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.45661: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.45693: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.47498: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.47539: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.47542: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.47570: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.47576: _low_level_execute_command(): starting\n 5169 1726879824.47578: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'\"'\"''\n 5169 1726879824.48338: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.48351: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.48395: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.48409: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.48424: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.48436: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.48472: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.50743: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879824.50780: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879824.50808: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879824.50814: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879824.50886: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879824.50929: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879824.50969: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n<<<\n 5169 1726879824.50980: stdout chunk (state=3):\n>>># installing zipimport hook\r\n<<<\n 5169 1726879824.50994: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879824.51003: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879824.51054: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879824.51059: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.51082: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879824.51110: stdout chunk (state=3):\n>>>import 'codecs' # <<<\n 5169 1726879824.51115: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879824.51147: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879824.51173: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879824.51190: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530>\r\n<<<\n 5169 1726879824.51196: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30>\r\n<<<\n 5169 1726879824.51230: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879824.51235: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0>\r\n<<<\n 5169 1726879824.51260: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879824.51289: stdout chunk (state=3):\n>>>import '_abc' # <<<\n 5169 1726879824.51294: stdout chunk (state=3):\n>>>\r\nimport 'abc' # \r\n<<<\n 5169 1726879824.51314: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879824.51354: stdout chunk (state=3):\n>>>import '_stat' # \r\n<<<\n 5169 1726879824.51357: stdout chunk (state=3):\n>>>import 'stat' # \r\n<<<\n 5169 1726879824.51442: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879824.51477: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879824.51510: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879824.51516: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\n<<<\n 5169 1726879824.51633: stdout chunk (state=3):\n>>>Processing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\n<<<\n 5169 1726879824.51637: stdout chunk (state=3):\n>>>Adding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879824.51640: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879824.51643: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0>\r\n<<<\n 5169 1726879824.51723: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.51744: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000>\r\n<<<\n 5169 1726879824.51779: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879824.51799: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879824.52042: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879824.52075: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879824.52089: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879824.52141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52174: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52207: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90>\r\n<<<\n 5169 1726879824.52226: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52252: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50>\r\n<<<\n 5169 1726879824.52268: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879824.52295: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52318: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879824.52376: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52387: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879824.52420: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52429: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830>\r\n<<<\n 5169 1726879824.52445: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879824.52454: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52471: stdout chunk (state=3):\n>>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0>\r\n<<<\n 5169 1726879824.52481: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879824.52531: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00>\r\n<<<\n 5169 1726879824.52538: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879824.52571: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0>\r\n<<<\n 5169 1726879824.52668: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040>\r\n<<<\n 5169 1726879824.52695: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879824.52720: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52724: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879824.52750: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879824.52778: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52802: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52838: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0>\r\n<<<\n 5169 1726879824.52847: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0>\r\n<<<\n 5169 1726879824.52885: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\n<<<\n 5169 1726879824.52892: stdout chunk (state=3):\n>>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0>\r\n<<<\n 5169 1726879824.52948: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879824.52954: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830><<<\n 5169 1726879824.52963: stdout chunk (state=3):\n>>>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0>\r\n<<<\n 5169 1726879824.52989: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n<<<\n 5169 1726879824.52996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53054: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.53062: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90>\r\n<<<\n 5169 1726879824.53101: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40>\r\n<<<\n 5169 1726879824.53138: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53170: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879824.53206: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879824.53261: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53301: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570>\r\nimport 'importlib.util' # \r\n<<<\n 5169 1726879824.53316: stdout chunk (state=3):\n>>>import 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879824.53350: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53391: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770>\r\n<<<\n 5169 1726879824.53453: stdout chunk (state=3):\n>>>import 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0>\r\n<<<\n 5169 1726879824.53457: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879824.53516: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53524: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50>\r\n<<<\n 5169 1726879824.53571: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0>\r\n<<<\n 5169 1726879824.53602: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53654: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530>\r\n<<<\n 5169 1726879824.53721: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0>\r\n<<<\n 5169 1726879824.53724: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879824.53761: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53782: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879824.53790: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53827: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.53844: stdout chunk (state=3):\n>>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0>\r\n<<<\n 5169 1726879824.53850: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879824.53882: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.53888: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500>\r\n<<<\n 5169 1726879824.53912: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740>\r\n<<<\n 5169 1726879824.53946: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.53957: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950>\r\n<<<\n 5169 1726879824.53971: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50>\r\n<<<\n 5169 1726879824.53990: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879824.54103: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54137: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0>\r\n<<<\n 5169 1726879824.54185: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50>\r\n<<<\n 5169 1726879824.54217: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879824.54282: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54318: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879824.54333: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54363: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390>\r\n<<<\n 5169 1726879824.54451: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879824.54455: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54479: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54543: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510>\r\n<<<\n 5169 1726879824.54556: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879824.54580: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54636: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879824.54652: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n<<<\n 5169 1726879824.54671: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0>\r\n<<<\n 5169 1726879824.54677: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879824.54715: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54745: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879824.54786: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879824.54881: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60>\r\n<<<\n 5169 1726879824.54955: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0>\r\n<<<\n 5169 1726879824.55002: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0>\r\n<<<\n 5169 1726879824.55025: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n<<<\n 5169 1726879824.55034: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440>\r\n<<<\n 5169 1726879824.55051: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550>\r\n<<<\n 5169 1726879824.55058: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30>\r\n<<<\n 5169 1726879824.55152: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879824.55178: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910>\r\n<<<\n 5169 1726879824.55256: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip'\r\n<<<\n 5169 1726879824.55260: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.55413: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.55438: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879824.55442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879824.55496: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879824.55573: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879824.55607: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210>\r\n<<<\n 5169 1726879824.55617: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879824.55810: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100>\r\n<<<\n 5169 1726879824.55821: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.55855: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879824.55860: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.55884: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.55890: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.55913: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879824.55916: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.57487: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.58744: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879824.58751: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620>\r\n<<<\n 5169 1726879824.58780: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.58825: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879824.58880: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879824.58883: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.58919: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30>\r\n<<<\n 5169 1726879824.58979: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340>\r\n<<<\n 5169 1726879824.58994: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59042: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0>\r\nimport 'atexit' # \r\n<<<\n 5169 1726879824.59085: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0>\r\n<<<\n 5169 1726879824.59135: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30>\r\n<<<\n 5169 1726879824.59139: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879824.59187: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\n<<<\n 5169 1726879824.59239: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879824.59281: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879824.59317: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59351: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30>\r\n<<<\n 5169 1726879824.59390: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50>\r\n<<<\n 5169 1726879824.59422: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59456: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0>\r\n<<<\n 5169 1726879824.59460: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879824.59495: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59511: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0>\r\n<<<\n 5169 1726879824.59524: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879824.59562: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59586: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879824.59592: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59642: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080>\r\n<<<\n 5169 1726879824.59689: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0>\r\n<<<\n 5169 1726879824.59706: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370>\r\n<<<\n 5169 1726879824.59728: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879824.59755: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59780: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879824.59792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59796: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879824.59835: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59861: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879824.59869: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879824.59873: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0>\r\n<<<\n 5169 1726879824.59887: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879824.59957: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90>\r\n<<<\n 5169 1726879824.59971: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0>\r\n<<<\n 5169 1726879824.59985: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879824.59991: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879824.60063: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0>\r\n<<<\n 5169 1726879824.60109: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0>\r\n<<<\n 5169 1726879824.60170: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110>\r\n<<<\n 5169 1726879824.60174: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n<<<\n 5169 1726879824.60214: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879824.60228: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879824.60278: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0>\r\n<<<\n 5169 1726879824.60306: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879824.60409: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879824.60480: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0>\r\n<<<\n 5169 1726879824.60498: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879824.60529: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.60571: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879824.60618: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0>\r\n<<<\n 5169 1726879824.60743: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470>\r\n<<<\n 5169 1726879824.60820: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40>\r\n<<<\n 5169 1726879824.60852: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.60858: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0>\r\n<<<\n 5169 1726879824.60902: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10>\r\n<<<\n 5169 1726879824.60926: stdout chunk (state=3):\n>>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500>\r\n<<<\n 5169 1726879824.60936: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879824.60951: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879824.60954: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879824.60984: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879824.61013: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.61038: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470>\r\n<<<\n 5169 1726879824.61204: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.61209: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40>\r\n<<<\n 5169 1726879824.61230: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10>\r\n<<<\n 5169 1726879824.61255: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.61275: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850>\r\n<<<\n 5169 1726879824.61295: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61300: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61311: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879824.61316: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61412: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61515: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61530: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879824.61539: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61589: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.61713: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.61838: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.62441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.63038: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879824.63056: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879824.63068: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879824.63085: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879824.63102: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.63155: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.63161: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20>\r\n<<<\n 5169 1726879824.63243: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879824.63255: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879824.63262: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970>\r\n<<<\n 5169 1726879824.63281: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80>\r\n<<<\n 5169 1726879824.63330: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879824.63333: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.63355: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.63379: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879824.63384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.63543: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.63717: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879824.63725: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0>\r\n<<<\n 5169 1726879824.63747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64251: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64750: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64908: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879824.64918: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.64996: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879824.65006: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65078: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65173: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879824.65183: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65203: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65210: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879824.65219: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65259: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65301: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879824.65305: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65563: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.65819: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879824.65885: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879824.65888: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879824.65972: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30>\r\n<<<\n 5169 1726879824.65978: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66057: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66140: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879824.66146: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\n<<<\n 5169 1726879824.66156: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879824.66182: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879824.66188: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879824.66272: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879824.66399: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480>\r\n<<<\n 5169 1726879824.66478: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740>\r\n<<<\n 5169 1726879824.66503: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66538: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66587: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.66639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66689: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66747: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.66819: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879824.66860: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.66951: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60>\r\n<<<\n 5169 1726879824.67006: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90>\r\n<<<\n 5169 1726879824.67041: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.67105: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67164: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67239: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879824.67261: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879824.67284: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879824.67305: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879824.67364: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879824.67389: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879824.67400: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879824.67463: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0>\r\n<<<\n 5169 1726879824.67511: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20>\r\n<<<\n 5169 1726879824.67602: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140>\r\n<<<\n 5169 1726879824.67609: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879824.67639: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67673: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879824.67733: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879824.67738: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67761: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67779: stdout chunk (state=3):\n>>>import 'ansible.modules' # \r\n<<<\n 5169 1726879824.67783: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67826: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.67935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879824.68067: stdout chunk (state=3):\n>>>\r\n{\"content\": \"MAo=\", \"source\": \"/sys/kernel/kexec_crash_size\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/sys/kernel/kexec_crash_size\"}}}\r\n<<<\n 5169 1726879824.68072: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879824.68425: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879824.68429: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n<<<\n 5169 1726879824.68453: stdout chunk (state=3):\n>>># restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n<<<\n 5169 1726879824.68461: stdout chunk (state=3):\n>>># cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n<<<\n 5169 1726879824.68481: stdout chunk (state=3):\n>>># cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n<<<\n 5169 1726879824.68525: stdout chunk (state=3):\n>>># cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n<<<\n 5169 1726879824.68544: stdout chunk (state=3):\n>>># destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n<<<\n 5169 1726879824.68579: stdout chunk (state=3):\n>>># cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n<<<\n 5169 1726879824.68628: stdout chunk (state=3):\n>>># cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879824.68852: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879824.68905: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n<<<\n 5169 1726879824.68928: stdout chunk (state=3):\n>>># destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n<<<\n 5169 1726879824.69011: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n<<<\n 5169 1726879824.69034: stdout chunk (state=3):\n>>># destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n<<<\n 5169 1726879824.69093: stdout chunk (state=3):\n>>># destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879824.69138: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879824.69190: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket<<<\n 5169 1726879824.69238: stdout chunk (state=3):\n>>>\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n<<<\n 5169 1726879824.69292: stdout chunk (state=3):\n>>># cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n<<<\n 5169 1726879824.69346: stdout chunk (state=3):\n>>># cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n<<<\n 5169 1726879824.69380: stdout chunk (state=3):\n>>># cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n<<<\n 5169 1726879824.69399: stdout chunk (state=3):\n>>># cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879824.69545: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879824.69549: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879824.69607: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879824.69650: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n<<<\n 5169 1726879824.69673: stdout chunk (state=3):\n>>># destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879824.69759: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n<<<\n 5169 1726879824.69818: stdout chunk (state=3):\n>>># destroy time\r\n<<<\n 5169 1726879824.69842: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n<<<\n 5169 1726879824.69874: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879824.70230: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879824.70293: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.70297: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"content\": \"MAo=\", \"source\": \"/sys/kernel/kexec_crash_size\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/sys/kernel/kexec_crash_size\"}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy fnmatch\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879824.70503: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910>\r\n# zipimport: found 30 names in '/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"content\": \"MAo=\", \"source\": \"/sys/kernel/kexec_crash_size\", \"encoding\": \"base64\", \"invocation\": {\"module_args\": {\"src\": \"/sys/kernel/kexec_crash_size\"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879824.71883: done with _execute_module (slurp, {'src': '/sys/kernel/kexec_crash_size', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879824.3795698-5476-201690290906449/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879824.71888: _low_level_execute_command(): starting\n 5169 1726879824.71891: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879824.71909: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.71912: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.71915: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.71917: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.71920: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879824.71922: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879824.71925: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879824.71928: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879824.71930: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.71933: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879824.71935: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879824.71938: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.71940: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.71943: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.71945: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.71948: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.73578: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.73631: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.73635: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.73661: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.73871: handler run complete\n 5169 1726879824.73971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name\n 5169 1726879824.74289: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n 5169 1726879824.74360: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n 5169 1726879824.74409: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n 5169 1726879824.74467: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n 5169 1726879824.74545: variable 'kexec_crash_size' from source: unknown\n 5169 1726879824.74557: Evaluated conditional (kexec_crash_size is success): True\n 5169 1726879824.74569: attempt loop complete, returning result\n 5169 1726879824.74572: _execute() done\n 5169 1726879824.74575: dumping result to json\n 5169 1726879824.74578: done dumping result, returning\n 5169 1726879824.74586: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel [0229e9c9-8e59-8f9b-2ddb-00000000004b]\n 5169 1726879824.74733: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004b\n 5169 1726879824.74827: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004b\n 5169 1726879824.74830: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"attempts\": 1,\n \"changed\": false,\n \"content\": \"MAo=\",\n \"encoding\": \"base64\",\n \"invocation\": {\n \"module_args\": {\n \"src\": \"/sys/kernel/kexec_crash_size\"\n }\n },\n \"source\": \"/sys/kernel/kexec_crash_size\"\n}\n 5169 1726879824.74932: no more pending results, returning what we have\n 5169 1726879824.74936: results queue empty\n 5169 1726879824.74937: checking for any_errors_fatal\n 5169 1726879824.74943: done checking for any_errors_fatal\n 5169 1726879824.74944: checking for max_fail_percentage\n 5169 1726879824.74946: done checking for max_fail_percentage\n 5169 1726879824.74947: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879824.74948: done checking to see if all hosts have failed\n 5169 1726879824.74949: getting the remaining hosts for this loop\n 5169 1726879824.74950: done getting the remaining hosts for this loop\n 5169 1726879824.74955: getting the next task for host managed_node2\n 5169 1726879824.74969: done getting next task for host managed_node2\n 5169 1726879824.74971: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879824.74973: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879824.74975: getting the next task for host managed_node3\n 5169 1726879824.74977: done getting next task for host managed_node3\n 5169 1726879824.74980: ^ task is: TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact\n 5169 1726879824.74982: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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\n 5169 1726879824.74986: getting variables\n 5169 1726879824.74988: in VariableManager get_vars()\n 5169 1726879824.75014: Calling all_inventory to load vars for managed_node2\n 5169 1726879824.75016: Calling groups_inventory to load vars for managed_node2\n 5169 1726879824.75020: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879824.75029: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879824.75032: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879824.75035: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879824.75178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.75316: done with get_vars()\n 5169 1726879824.75325: done getting variables\n 5169 1726879824.75391: getting variables\n 5169 1726879824.75392: in VariableManager get_vars()\n 5169 1726879824.75403: Calling all_inventory to load vars for managed_node3\n 5169 1726879824.75405: Calling groups_inventory to load vars for managed_node3\n 5169 1726879824.75406: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879824.75410: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879824.75414: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879824.75417: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879824.75616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.75911: done with get_vars()\n 5169 1726879824.75922: done getting variables\n 5169 1726879824.75979: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] ****\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40\nFriday 20 September 2024 20:50:24 -0400 (0:00:00.422) 0:00:22.396 ****** \n 5169 1726879824.76013: entering _queue_task() for managed_node3/set_fact\n 5169 1726879824.76331: worker is 1 (out of 3 available)\n 5169 1726879824.76348: exiting _queue_task() for managed_node3/set_fact\n 5169 1726879824.76367: done queuing things up, now waiting for results queue to drain\n 5169 1726879824.76369: waiting for pending results...\n 5169 1726879824.76787: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact\n 5169 1726879824.76856: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004c\n 5169 1726879824.76884: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.76893: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.76940: calling self._execute()\n 5169 1726879824.77012: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.77017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.77025: variable 'omit' from source: magic vars\n 5169 1726879824.77113: variable 'omit' from source: magic vars\n 5169 1726879824.77147: variable 'omit' from source: magic vars\n 5169 1726879824.77371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879824.79255: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879824.79322: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879824.79363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879824.79403: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879824.79432: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879824.79505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79705: variable 'kexec_crash_size' from source: set_fact\n 5169 1726879824.79760: variable 'omit' from source: magic vars\n 5169 1726879824.79783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879824.79807: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879824.79838: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.79879: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879824.79883: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.79886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.79963: Set connection var ansible_timeout to 10\n 5169 1726879824.79974: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879824.79977: Set connection var ansible_connection to ssh\n 5169 1726879824.79982: Set connection var ansible_shell_type to sh\n 5169 1726879824.79987: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879824.79993: Set connection var ansible_pipelining to False\n 5169 1726879824.80014: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.80017: variable 'ansible_connection' from source: unknown\n 5169 1726879824.80020: variable 'ansible_module_compression' from source: unknown\n 5169 1726879824.80023: variable 'ansible_shell_type' from source: unknown\n 5169 1726879824.80026: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.80028: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.80031: variable 'ansible_pipelining' from source: unknown\n 5169 1726879824.80033: variable 'ansible_timeout' from source: unknown\n 5169 1726879824.80039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.80136: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879824.80145: variable 'omit' from source: magic vars\n 5169 1726879824.80151: starting attempt loop\n 5169 1726879824.80154: running the handler\n 5169 1726879824.80163: handler run complete\n 5169 1726879824.80176: attempt loop complete, returning result\n 5169 1726879824.80179: _execute() done\n 5169 1726879824.80182: dumping result to json\n 5169 1726879824.80184: done dumping result, returning\n 5169 1726879824.80195: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact [0229e9c9-8e59-8f9b-2ddb-00000000004c]\n 5169 1726879824.80347: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004c\n 5169 1726879824.80437: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004c\n 5169 1726879824.80440: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"ansible_facts\": {\n \"kdump_reboot_required\": true\n },\n \"changed\": false\n}\n 5169 1726879824.80512: no more pending results, returning what we have\n 5169 1726879824.80516: results queue empty\n 5169 1726879824.80517: checking for any_errors_fatal\n 5169 1726879824.80525: done checking for any_errors_fatal\n 5169 1726879824.80526: checking for max_fail_percentage\n 5169 1726879824.80528: done checking for max_fail_percentage\n 5169 1726879824.80529: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879824.80530: done checking to see if all hosts have failed\n 5169 1726879824.80531: getting the remaining hosts for this loop\n 5169 1726879824.80533: done getting the remaining hosts for this loop\n 5169 1726879824.80537: getting the next task for host managed_node2\n 5169 1726879824.80552: done getting next task for host managed_node2\n 5169 1726879824.80555: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879824.80557: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879824.80558: getting the next task for host managed_node3\n 5169 1726879824.80565: done getting next task for host managed_node3\n 5169 1726879824.80569: ^ task is: TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed\n 5169 1726879824.80571: ^ state is: HOST STATE: block=3, 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? (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\n 5169 1726879824.80580: getting variables\n 5169 1726879824.80582: in VariableManager get_vars()\n 5169 1726879824.80610: Calling all_inventory to load vars for managed_node2\n 5169 1726879824.80613: Calling groups_inventory to load vars for managed_node2\n 5169 1726879824.80616: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879824.80626: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879824.80628: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879824.80631: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879824.80861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.81108: done with get_vars()\n 5169 1726879824.81122: done getting variables\n 5169 1726879824.81225: getting variables\n 5169 1726879824.81227: in VariableManager get_vars()\n 5169 1726879824.81245: Calling all_inventory to load vars for managed_node3\n 5169 1726879824.81248: Calling groups_inventory to load vars for managed_node3\n 5169 1726879824.81250: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879824.81256: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879824.81259: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879824.81263: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879824.81452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879824.81632: done with get_vars()\n 5169 1726879824.81639: done getting variables\n 5169 1726879824.81675: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49\nFriday 20 September 2024 20:50:24 -0400 (0:00:00.056) 0:00:22.453 ****** \n 5169 1726879824.81699: entering _queue_task() for managed_node3/command\n 5169 1726879824.81988: worker is 2 (out of 3 available)\n 5169 1726879824.82003: exiting _queue_task() for managed_node3/command\n 5169 1726879824.82023: done queuing things up, now waiting for results queue to drain\n 5169 1726879824.82025: waiting for pending results...\n 5169 1726879824.82536: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed\n 5169 1726879824.82542: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004e\n 5169 1726879824.82545: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.82548: variable 'ansible_search_path' from source: unknown\n 5169 1726879824.82582: calling self._execute()\n 5169 1726879824.82667: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.82672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.82681: variable 'omit' from source: magic vars\n 5169 1726879824.82975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879824.84841: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879824.84908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879824.84952: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879824.84992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879824.85025: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879824.85104: variable 'kdump_reboot_required' from source: set_fact\n 5169 1726879824.85117: Evaluated conditional (kdump_reboot_required | bool): True\n 5169 1726879824.85230: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879824.85288: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True\n 5169 1726879824.85413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85560: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879824.85610: Evaluated conditional (ansible_facts['distribution_major_version'] | int >= 9): True\n 5169 1726879824.85616: variable 'omit' from source: magic vars\n 5169 1726879824.85647: variable 'omit' from source: magic vars\n 5169 1726879824.85672: variable 'omit' from source: magic vars\n 5169 1726879824.85692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879824.85719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879824.85749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879824.85787: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879824.85791: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.85794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.85873: Set connection var ansible_timeout to 10\n 5169 1726879824.85878: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879824.85881: Set connection var ansible_connection to ssh\n 5169 1726879824.85887: Set connection var ansible_shell_type to sh\n 5169 1726879824.85892: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879824.85900: Set connection var ansible_pipelining to False\n 5169 1726879824.85918: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.85921: variable 'ansible_connection' from source: unknown\n 5169 1726879824.85924: variable 'ansible_module_compression' from source: unknown\n 5169 1726879824.85928: variable 'ansible_shell_type' from source: unknown\n 5169 1726879824.85931: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879824.85933: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879824.85936: variable 'ansible_pipelining' from source: unknown\n 5169 1726879824.85939: variable 'ansible_timeout' from source: unknown\n 5169 1726879824.85942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879824.86033: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879824.86041: variable 'omit' from source: magic vars\n 5169 1726879824.86047: starting attempt loop\n 5169 1726879824.86050: running the handler\n 5169 1726879824.86068: _low_level_execute_command(): starting\n 5169 1726879824.86074: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879824.86634: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.86640: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.86643: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879824.86652: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879824.86657: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.86742: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.86787: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.88505: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879824.88610: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.88671: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.88674: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.88705: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.88842: _low_level_execute_command(): starting\n 5169 1726879824.88847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `\" && echo ansible-tmp-1726879824.8870761-5485-38831267334485=\"` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `\" && echo ansible-tmp-1726879824.8870761-5485-38831267334485=\"` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `\" ) && sleep 0'\"'\"''\n 5169 1726879824.89558: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.89562: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\n<<<\n 5169 1726879824.89569: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.89573: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.89576: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.89580: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.89625: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.89630: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.89644: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.89686: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.91640: stdout chunk (state=3):\n>>>ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485\n<<<\n 5169 1726879824.91761: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.91818: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.91821: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.91843: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.92071: variable 'ansible_module_compression' from source: unknown\n 5169 1726879824.92075: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED\n 5169 1726879824.92078: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py\n 5169 1726879824.92106: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 TO /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879824.92334: Sending initial data\n 5169 1726879824.92338: Sent initial data (153 bytes)\n 5169 1726879824.92928: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.92942: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.92954: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.93006: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879824.93021: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.93036: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.93079: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.94735: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879824.94904: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879824.94941: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879824.94945: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\n<<<\n 5169 1726879824.95022: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py M:0x001a\r\n<<<\n 5169 1726879824.95288: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119066\r\n<<<\n 5169 1726879824.95915: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119066 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879824.95970: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879824.96049: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.96109: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.96115: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119066\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 119066 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879824.96154: done transferring module to remote\n 5169 1726879824.96168: _low_level_execute_command(): starting\n 5169 1726879824.96173: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'\"'\"''\n 5169 1726879824.96875: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.96879: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.96882: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.96891: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879824.96898: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879824.96921: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879824.96928: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879824.96936: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879824.96971: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879824.96974: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879824.96977: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879824.96980: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879824.96983: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879824.96991: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879824.96999: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879824.97013: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879824.97028: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879824.97112: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879824.97121: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\n<<<\n 5169 1726879824.97134: stderr chunk (state=3):\n>>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\n<<<\n 5169 1726879824.97141: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879824.97145: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879824.97151: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879824.97204: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879824.99098: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879824.99148: stderr chunk (state=3):\n>>><<<\n 5169 1726879824.99152: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879824.99179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879824.99289: _low_level_execute_command(): starting\n 5169 1726879824.99293: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'\"'\"''\n 5169 1726879824.99957: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879824.99998: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.00002: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.00005: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.00007: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\n<<<\n 5169 1726879825.00010: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.00076: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.00080: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.00082: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879825.00084: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.00122: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.02407: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879825.02437: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879825.02470: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879825.02476: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879825.02548: stdout chunk (state=3):\n>>>import '_io' # \r\nimport 'marshal' # \r\n<<<\n 5169 1726879825.02591: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879825.02630: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879825.02658: stdout chunk (state=3):\n>>>import 'time' # \r\n<<<\n 5169 1726879825.02669: stdout chunk (state=3):\n>>>import 'zipimport' # \r\n<<<\n 5169 1726879825.02677: stdout chunk (state=3):\n>>># installed zipimport hook\r\n<<<\n 5169 1726879825.02718: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n<<<\n 5169 1726879825.02722: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.02745: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879825.02776: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879825.02816: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879825.02844: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\n<<<\n 5169 1726879825.02854: stdout chunk (state=3):\n>>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530>\r\n<<<\n 5169 1726879825.02862: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30>\r\n<<<\n 5169 1726879825.02892: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\n<<<\n 5169 1726879825.02897: stdout chunk (state=3):\n>>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0>\r\n<<<\n 5169 1726879825.02920: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879825.02948: stdout chunk (state=3):\n>>>import '_abc' # \r\n<<<\n 5169 1726879825.02951: stdout chunk (state=3):\n>>>import 'abc' # \r\n<<<\n 5169 1726879825.02975: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879825.03005: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879825.03101: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879825.03128: stdout chunk (state=3):\n>>>import 'genericpath' # \r\n<<<\n 5169 1726879825.03133: stdout chunk (state=3):\n>>>import 'posixpath' # \r\n<<<\n 5169 1726879825.03201: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879825.03242: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879825.03276: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879825.03305: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190>\r\n<<<\n 5169 1726879825.03367: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879825.03392: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0>\r\n<<<\n 5169 1726879825.03416: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879825.03455: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879825.03702: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879825.03737: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879825.03753: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879825.03805: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879825.03830: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879825.03858: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879825.03880: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0>\r\n<<<\n 5169 1726879825.03884: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879825.03904: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879825.03911: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0>\r\n<<<\n 5169 1726879825.03934: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879825.03960: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879825.03986: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879825.04035: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04056: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879825.04086: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04090: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0>\r\n<<<\n 5169 1726879825.04122: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879825.04128: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30>\r\n<<<\n 5169 1726879825.04146: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879825.04193: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0>\r\n<<<\n 5169 1726879825.04212: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879825.04237: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0>\r\n<<<\n 5169 1726879825.04339: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80>\r\n<<<\n 5169 1726879825.04362: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879825.04387: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04398: stdout chunk (state=3):\n>>>import '_sre' # \r\n<<<\n 5169 1726879825.04423: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879825.04446: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04472: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879825.04477: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04511: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740>\r\n<<<\n 5169 1726879825.04523: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360>\r\n<<<\n 5169 1726879825.04559: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879825.04566: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90>\r\n<<<\n 5169 1726879825.04628: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04632: stdout chunk (state=3):\n>>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200>\r\n<<<\n 5169 1726879825.04662: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04697: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.04723: stdout chunk (state=3):\n>>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00>\r\n<<<\n 5169 1726879825.04750: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.04774: stdout chunk (state=3):\n>>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20>\r\n<<<\n 5169 1726879825.04809: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04828: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879825.04878: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04900: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879825.04949: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\n<<<\n 5169 1726879825.04978: stdout chunk (state=3):\n>>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879825.04994: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879825.05041: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05075: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0>\r\n<<<\n 5169 1726879825.05116: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879825.05144: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20>\r\n<<<\n 5169 1726879825.05186: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879825.05221: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90>\r\n<<<\n 5169 1726879825.05261: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0>\r\n<<<\n 5169 1726879825.05266: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210>\r\n<<<\n 5169 1726879825.05325: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05329: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40>\r\n<<<\n 5169 1726879825.05342: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0>\r\n<<<\n 5169 1726879825.05390: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510>\r\n<<<\n 5169 1726879825.05417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879825.05441: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05472: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n<<<\n 5169 1726879825.05482: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05502: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20>\r\n<<<\n 5169 1726879825.05533: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n<<<\n 5169 1726879825.05542: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05559: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.05568: stdout chunk (state=3):\n>>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0>\r\n<<<\n 5169 1726879825.05590: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770>\r\n<<<\n 5169 1726879825.05611: stdout chunk (state=3):\n>>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.05632: stdout chunk (state=3):\n>>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0>\r\n<<<\n 5169 1726879825.05681: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879825.05767: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05786: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n<<<\n 5169 1726879825.05812: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0>\r\n<<<\n 5169 1726879825.05827: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50>\r\n<<<\n 5169 1726879825.05860: stdout chunk (state=3):\n>>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00>\r\n<<<\n 5169 1726879825.05890: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879825.05936: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.05950: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879825.06006: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06030: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360>\r\n<<<\n 5169 1726879825.06093: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879825.06131: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879825.06135: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06197: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510>\r\n<<<\n 5169 1726879825.06215: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879825.06250: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06314: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879825.06337: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260>\r\n<<<\n 5169 1726879825.06352: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879825.06399: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06423: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879825.06462: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06550: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00>\r\n<<<\n 5169 1726879825.06624: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380>\r\n<<<\n 5169 1726879825.06673: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0>\r\n<<<\n 5169 1726879825.06711: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879825.06715: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320>\r\n<<<\n 5169 1726879825.06717: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550>\r\n<<<\n 5169 1726879825.06730: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00>\r\n<<<\n 5169 1726879825.06825: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879825.06848: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0>\r\n<<<\n 5169 1726879825.06929: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip'\r\n<<<\n 5169 1726879825.06935: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.07084: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.07113: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n<<<\n 5169 1726879825.07119: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879825.07171: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879825.07242: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879825.07283: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70>\r\n<<<\n 5169 1726879825.07289: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879825.07491: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60>\r\n<<<\n 5169 1726879825.07496: stdout chunk (state=3):\n>>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.07529: stdout chunk (state=3):\n>>>import 'ansible' # \r\n<<<\n 5169 1726879825.07537: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.07555: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.07559: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.07586: stdout chunk (state=3):\n>>>import 'ansible.module_utils' # \r\n<<<\n 5169 1726879825.07596: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.09146: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.10417: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879825.10442: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00>\r\n<<<\n 5169 1726879825.10448: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879825.10451: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.10504: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879825.10552: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879825.10570: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0>\r\n<<<\n 5169 1726879825.10613: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670>\r\n<<<\n 5169 1726879825.10653: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80>\r\n<<<\n 5169 1726879825.10669: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879825.10723: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00>\r\n<<<\n 5169 1726879825.10766: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879825.10801: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870>\r\n<<<\n 5169 1726879825.10841: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879825.10857: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879825.10919: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879825.10923: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0>\r\nimport 'pwd' # \r\n<<<\n 5169 1726879825.10951: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879825.11009: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11016: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30>\r\n<<<\n 5169 1726879825.11073: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879825.11079: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11132: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0>\r\n<<<\n 5169 1726879825.11139: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879825.11182: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11185: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50>\r\n<<<\n 5169 1726879825.11206: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879825.11230: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11248: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n<<<\n 5169 1726879825.11255: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11312: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0>\r\n<<<\n 5169 1726879825.11348: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0>\r\n<<<\n 5169 1726879825.11382: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80>\r\n<<<\n 5169 1726879825.11390: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879825.11425: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11437: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n<<<\n 5169 1726879825.11454: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11463: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879825.11502: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11518: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n<<<\n 5169 1726879825.11530: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30>\r\n<<<\n 5169 1726879825.11551: stdout chunk (state=3):\n>>>import '_tokenize' # \r\n<<<\n 5169 1726879825.11626: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700>\r\n<<<\n 5169 1726879825.11629: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460>\r\n<<<\n 5169 1726879825.11648: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879825.11654: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11737: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0>\r\n<<<\n 5169 1726879825.11772: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400>\r\n<<<\n 5169 1726879825.11805: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50>\r\n<<<\n 5169 1726879825.11820: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n<<<\n 5169 1726879825.11836: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0>\r\n<<<\n 5169 1726879825.11869: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879825.11899: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n<<<\n 5169 1726879825.11903: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879825.11940: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830>\r\n<<<\n 5169 1726879825.11953: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879825.12078: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879825.12141: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12154: stdout chunk (state=3):\n>>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160>\r\n<<<\n 5169 1726879825.12178: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879825.12213: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.12228: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879825.12252: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879825.12294: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0>\r\n<<<\n 5169 1726879825.12420: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170>\r\n<<<\n 5169 1726879825.12494: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0>\r\n<<<\n 5169 1726879825.12526: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12533: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830>\r\n<<<\n 5169 1726879825.12584: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12593: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170>\r\n<<<\n 5169 1726879825.12611: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n<<<\n 5169 1726879825.12622: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879825.12634: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879825.12662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879825.12691: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12718: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200>\r\n<<<\n 5169 1726879825.12887: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12891: stdout chunk (state=3):\n>>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0>\r\n<<<\n 5169 1726879825.12908: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0>\r\n<<<\n 5169 1726879825.12936: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.12939: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0>\r\n<<<\n 5169 1726879825.12963: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.12986: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.12990: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat' # \r\n<<<\n 5169 1726879825.12994: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.13105: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.13234: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n<<<\n 5169 1726879825.13268: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879825.13284: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.13390: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.13521: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.14125: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.14743: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879825.14748: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879825.14764: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879825.14786: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879825.14792: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.14852: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830>\r\n<<<\n 5169 1726879825.14940: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879825.14967: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0>\r\n<<<\n 5169 1726879825.14974: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080>\r\n<<<\n 5169 1726879825.15023: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879825.15029: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.15061: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.15074: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879825.15090: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.15246: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.15424: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879825.15435: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0>\r\n<<<\n 5169 1726879825.15441: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.15958: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16454: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16532: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16619: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879825.16625: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16663: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16707: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879825.16711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16788: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16880: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879825.16895: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16910: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16926: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879825.16928: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.16973: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.17012: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879825.17018: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.17274: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.17532: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879825.17595: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879825.17614: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879825.17701: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0>\r\n<<<\n 5169 1726879825.17703: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.17778: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.17862: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\n<<<\n 5169 1726879825.17870: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879825.17907: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879825.17927: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.17999: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.18129: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090>\r\n<<<\n 5169 1726879825.18184: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0>\r\n<<<\n 5169 1726879825.18210: stdout chunk (state=3):\n>>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0>\r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.18258: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18315: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879825.18327: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18354: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18412: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18470: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18538: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879825.18581: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.18667: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.18673: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0>\r\n<<<\n 5169 1726879825.18713: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90>\r\n<<<\n 5169 1726879825.18752: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # <<<\n 5169 1726879825.18756: stdout chunk (state=3):\n>>>\r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.18828: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18899: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18926: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.18973: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.18999: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879825.19024: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879825.19044: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879825.19107: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879825.19131: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879825.19141: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879825.19206: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40>\r\n<<<\n 5169 1726879825.19252: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0>\r\n<<<\n 5169 1726879825.19349: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0>\r\n<<<\n 5169 1726879825.19352: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.19384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.19414: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879825.19478: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n<<<\n 5169 1726879825.19486: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.19509: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n<<<\n 5169 1726879825.19524: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.19641: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.19769: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n<<<\n 5169 1726879825.19776: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879825.19799: stdout chunk (state=3):\n>>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870>\r\n<<<\n 5169 1726879825.19880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.20030: stdout chunk (state=3):\n>>>\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"kdumpctl\", \"reset-crashkernel\", \"--kernel=ALL\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"kdumpctl reset-crashkernel --kernel=ALL\", \"_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}}}\r\n<<<\n 5169 1726879825.20036: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879825.20398: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879825.20429: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n<<<\n 5169 1726879825.20452: stdout chunk (state=3):\n>>># cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n<<<\n 5169 1726879825.20480: stdout chunk (state=3):\n>>># cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n<<<\n 5169 1726879825.20517: stdout chunk (state=3):\n>>># cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal<<<\n 5169 1726879825.20538: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n<<<\n 5169 1726879825.20573: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n<<<\n 5169 1726879825.20850: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n<<<\n 5169 1726879825.20872: stdout chunk (state=3):\n>>># destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n<<<\n 5169 1726879825.20949: stdout chunk (state=3):\n>>># destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n<<<\n 5169 1726879825.21012: stdout chunk (state=3):\n>>># destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n<<<\n 5169 1726879825.21045: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n<<<\n 5169 1726879825.21121: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n<<<\n 5169 1726879825.21240: stdout chunk (state=3):\n>>># cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n<<<\n 5169 1726879825.21245: stdout chunk (state=3):\n>>># cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n<<<\n 5169 1726879825.21271: stdout chunk (state=3):\n>>># destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879825.21400: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n# destroy _socket\r\n<<<\n 5169 1726879825.21425: stdout chunk (state=3):\n>>># destroy _collections\r\n<<<\n 5169 1726879825.21446: stdout chunk (state=3):\n>>># destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n<<<\n 5169 1726879825.21452: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879825.21483: stdout chunk (state=3):\n>>># destroy _typing\r\n<<<\n 5169 1726879825.21509: stdout chunk (state=3):\n>>># destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 5169 1726879825.21513: stdout chunk (state=3):\n>>># destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879825.21607: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n<<<\n 5169 1726879825.21628: stdout chunk (state=3):\n>>># destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n<<<\n 5169 1726879825.21644: stdout chunk (state=3):\n>>># destroy _random\r\n# destroy _weakref\r\n<<<\n 5169 1726879825.21679: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n<<<\n 5169 1726879825.21706: stdout chunk (state=3):\n>>># destroy _string\r\n# destroy re\r\n# destroy itertools\r\n<<<\n 5169 1726879825.21722: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879825.21732: stdout chunk (state=3):\n>>># clear sys.audit hooks\r\n<<<\n 5169 1726879825.22092: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879825.22156: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.22160: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870>\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"kdumpctl\", \"reset-crashkernel\", \"--kernel=ALL\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"kdumpctl reset-crashkernel --kernel=ALL\", \"_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}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# cleanup[2] removing glob\\r\\n# destroy glob\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy __main__\\r\\n# destroy tempfile\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy grp\\r\\n# destroy encodings\\r\\n# destroy _locale\\r\\n# destroy pwd\\r\\n# destroy locale\\r\\n# destroy signal\\r\\n# destroy fcntl\\r\\n# destroy select\\r\\n# destroy _signal\\r\\n# destroy _posixsubprocess\\r\\n# destroy syslog\\r\\n# destroy uuid\\r\\n# destroy fnmatch\\r\\n# destroy selectors\\r\\n# destroy errno\\r\\n# destroy array\\r\\n# destroy datetime\\r\\n# destroy _hashlib\\r\\n# destroy _blake2\\r\\n# destroy selinux\\r\\n# destroy shutil\\r\\n# destroy distro\\r\\n# destroy distro.distro\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping threading\\r\\n# cleanup[3] wiping weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy _collections_abc\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy posixpath\\r\\n# cleanup[3] wiping genericpath\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping io\\r\\n# destroy abc\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy selinux._selinux\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections\\r\\n# destroy platform\\r\\n# destroy _uuid\\r\\n# destroy stat\\r\\n# destroy genericpath\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy functools\\r\\n# destroy operator\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy _io\\r\\n# destroy marshal\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy io\\r\\n# destroy traceback\\r\\n# destroy warnings\\r\\n# destroy weakref\\r\\n# destroy collections\\r\\n# destroy threading\\r\\n# destroy atexit\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy time\\r\\n# destroy _random\\r\\n# destroy _weakref\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy _string\\r\\n# destroy re\\r\\n# destroy itertools\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879825.22337: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0>\r\n# zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\r\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870>\r\n# zipimport: zlib available\r\n\r\n{\"changed\": false, \"stdout\": \"\", \"stderr\": \"\", \"rc\": 0, \"cmd\": [\"kdumpctl\", \"reset-crashkernel\", \"--kernel=ALL\"], \"start\": null, \"end\": null, \"delta\": null, \"msg\": \"Command would have run if not in check mode\", \"skipped\": true, \"invocation\": {\"module_args\": {\"_raw_params\": \"kdumpctl reset-crashkernel --kernel=ALL\", \"_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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879825.23677: done with _execute_module (ansible.legacy.command, {'_raw_params': 'kdumpctl reset-crashkernel --kernel=ALL', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879824.8870761-5485-38831267334485/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879825.23682: _low_level_execute_command(): starting\n 5169 1726879825.23685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879825.23696: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879825.23698: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.23701: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.23704: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.23707: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.23709: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.23712: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879825.23715: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879825.23717: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.23720: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.23722: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879825.23725: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.23727: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.25508: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.25565: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.25570: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879825.25591: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879825.25771: handler run complete\n 5169 1726879825.25775: attempt loop complete, returning result\n 5169 1726879825.25778: _execute() done\n 5169 1726879825.25781: dumping result to json\n 5169 1726879825.25783: done dumping result, returning\n 5169 1726879825.25786: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed [0229e9c9-8e59-8f9b-2ddb-00000000004e]\n 5169 1726879825.25894: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004e\nskipping: [managed_node3] => {\n \"changed\": false,\n \"cmd\": [\n \"kdumpctl\",\n \"reset-crashkernel\",\n \"--kernel=ALL\"\n ],\n \"delta\": null,\n \"end\": null,\n \"invocation\": {\n \"module_args\": {\n \"_raw_params\": \"kdumpctl reset-crashkernel --kernel=ALL\",\n \"_uses_shell\": false,\n \"argv\": null,\n \"chdir\": null,\n \"creates\": null,\n \"executable\": null,\n \"expand_argument_vars\": true,\n \"removes\": null,\n \"stdin\": null,\n \"stdin_add_newline\": true,\n \"strip_empty_ends\": true\n }\n },\n \"rc\": 0,\n \"start\": null\n}\n\nMSG:\n\nCommand would have run if not in check mode\n 5169 1726879825.26192: no more pending results, returning what we have\n 5169 1726879825.26197: results queue empty\n 5169 1726879825.26198: checking for any_errors_fatal\n 5169 1726879825.26206: done checking for any_errors_fatal\n 5169 1726879825.26207: checking for max_fail_percentage\n 5169 1726879825.26209: done checking for max_fail_percentage\n 5169 1726879825.26210: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.26211: done checking to see if all hosts have failed\n 5169 1726879825.26212: getting the remaining hosts for this loop\n 5169 1726879825.26214: done getting the remaining hosts for this loop\n 5169 1726879825.26218: getting the next task for host managed_node2\n 5169 1726879825.26231: done getting next task for host managed_node2\n 5169 1726879825.26234: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.26237: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.26238: getting the next task for host managed_node3\n 5169 1726879825.26241: done getting next task for host managed_node3\n 5169 1726879825.26244: ^ task is: TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed\n 5169 1726879825.26247: ^ state is: HOST STATE: block=3, 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? (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\n 5169 1726879825.26250: getting variables\n 5169 1726879825.26252: in VariableManager get_vars()\n 5169 1726879825.26293: Calling all_inventory to load vars for managed_node2\n 5169 1726879825.26296: Calling groups_inventory to load vars for managed_node2\n 5169 1726879825.26301: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879825.26307: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004e\n 5169 1726879825.26310: WORKER PROCESS EXITING\n 5169 1726879825.26320: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879825.26324: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879825.26327: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879825.26546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.26695: done with get_vars()\n 5169 1726879825.26707: done getting variables\n 5169 1726879825.26773: getting variables\n 5169 1726879825.26774: in VariableManager get_vars()\n 5169 1726879825.26784: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.26786: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.26787: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.26790: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.26792: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.26793: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.26929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.27068: done with get_vars()\n 5169 1726879825.27079: done getting variables\n 5169 1726879825.27131: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54\nFriday 20 September 2024 20:50:25 -0400 (0:00:00.454) 0:00:22.907 ****** \n 5169 1726879825.27168: entering _queue_task() for managed_node3/command\n 5169 1726879825.27496: worker is 3 (out of 3 available)\n 5169 1726879825.27514: exiting _queue_task() for managed_node3/command\n 5169 1726879825.27535: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.27537: waiting for pending results...\n 5169 1726879825.27880: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed\n 5169 1726879825.28039: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004f\n 5169 1726879825.28064: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.28076: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.28135: calling self._execute()\n 5169 1726879825.28247: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.28261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.28282: variable 'omit' from source: magic vars\n 5169 1726879825.28731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879825.30632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879825.30701: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879825.30740: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879825.30779: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879825.30812: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879825.30891: variable 'kdump_reboot_required' from source: set_fact\n 5169 1726879825.30906: Evaluated conditional (kdump_reboot_required | bool): True\n 5169 1726879825.31020: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879825.31075: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True\n 5169 1726879825.31204: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False)\n 5169 1726879825.31229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False)\n 5169 1726879825.31247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False)\n 5169 1726879825.31277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False)\n 5169 1726879825.31289: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False)\n 5169 1726879825.31353: variable 'ansible_facts' from source: host vars for 'managed_node3'\n 5169 1726879825.31401: Evaluated conditional (ansible_facts['distribution_major_version'] | int <= 8): False\n 5169 1726879825.31404: when evaluation is False, skipping this task\n 5169 1726879825.31407: _execute() done\n 5169 1726879825.31410: dumping result to json\n 5169 1726879825.31412: done dumping result, returning\n 5169 1726879825.31419: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed [0229e9c9-8e59-8f9b-2ddb-00000000004f]\n 5169 1726879825.31584: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004f\nskipping: [managed_node3] => {\n \"changed\": false,\n \"false_condition\": \"ansible_facts['distribution_major_version'] | int <= 8\",\n \"skip_reason\": \"Conditional result was False\"\n}\n 5169 1726879825.31731: no more pending results, returning what we have\n 5169 1726879825.31735: results queue empty\n 5169 1726879825.31736: checking for any_errors_fatal\n 5169 1726879825.31746: done checking for any_errors_fatal\n 5169 1726879825.31747: checking for max_fail_percentage\n 5169 1726879825.31749: done checking for max_fail_percentage\n 5169 1726879825.31750: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.31751: done checking to see if all hosts have failed\n 5169 1726879825.31752: getting the remaining hosts for this loop\n 5169 1726879825.31754: done getting the remaining hosts for this loop\n 5169 1726879825.31758: getting the next task for host managed_node2\n 5169 1726879825.31773: done getting next task for host managed_node2\n 5169 1726879825.31775: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.31779: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.31781: getting the next task for host managed_node3\n 5169 1726879825.31786: done getting next task for host managed_node3\n 5169 1726879825.31789: ^ task is: TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false\n 5169 1726879825.31792: ^ state is: HOST STATE: block=3, 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\n 5169 1726879825.31795: getting variables\n 5169 1726879825.31799: in VariableManager get_vars()\n 5169 1726879825.31826: Calling all_inventory to load vars for managed_node2\n 5169 1726879825.31828: Calling groups_inventory to load vars for managed_node2\n 5169 1726879825.31831: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879825.31841: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879825.31844: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879825.31846: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879825.32000: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004f\n 5169 1726879825.32004: WORKER PROCESS EXITING\n 5169 1726879825.32016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.32151: done with get_vars()\n 5169 1726879825.32159: done getting variables\n 5169 1726879825.32226: getting variables\n 5169 1726879825.32227: in VariableManager get_vars()\n 5169 1726879825.32237: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.32239: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.32240: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.32243: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.32245: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.32247: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.32359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.32528: done with get_vars()\n 5169 1726879825.32535: done getting variables\n 5169 1726879825.32600: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] ***\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59\nFriday 20 September 2024 20:50:25 -0400 (0:00:00.054) 0:00:22.962 ****** \n 5169 1726879825.32635: entering _queue_task() for managed_node3/fail\n 5169 1726879825.32638: Creating lock for fail\n 5169 1726879825.32963: worker is 1 (out of 3 available)\n 5169 1726879825.33180: exiting _queue_task() for managed_node3/fail\n 5169 1726879825.33194: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.33196: waiting for pending results...\n 5169 1726879825.33355: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false\n 5169 1726879825.33540: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000051\n 5169 1726879825.33545: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.33547: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.33555: calling self._execute()\n 5169 1726879825.33663: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.33670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.33758: variable 'omit' from source: magic vars\n 5169 1726879825.34150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879825.36040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879825.36338: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879825.36381: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879825.36419: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879825.36451: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879825.36525: variable 'kdump_reboot_required' from source: set_fact\n 5169 1726879825.36538: Evaluated conditional (kdump_reboot_required | bool): True\n 5169 1726879825.36619: variable 'kdump_reboot_ok' from source: role '' defaults\n 5169 1726879825.36623: Evaluated conditional (not kdump_reboot_ok): True\n 5169 1726879825.36630: variable 'omit' from source: magic vars\n 5169 1726879825.36661: variable 'omit' from source: magic vars\n 5169 1726879825.36687: variable 'omit' from source: magic vars\n 5169 1726879825.36713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879825.36736: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.36751: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879825.36766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.36776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.36802: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.36806: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.36810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.36884: Set connection var ansible_timeout to 10\n 5169 1726879825.36888: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879825.36891: Set connection var ansible_connection to ssh\n 5169 1726879825.36900: Set connection var ansible_shell_type to sh\n 5169 1726879825.36903: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879825.36908: Set connection var ansible_pipelining to False\n 5169 1726879825.36928: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.36932: variable 'ansible_connection' from source: unknown\n 5169 1726879825.36936: variable 'ansible_module_compression' from source: unknown\n 5169 1726879825.36938: variable 'ansible_shell_type' from source: unknown\n 5169 1726879825.36941: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.36944: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.36946: variable 'ansible_pipelining' from source: unknown\n 5169 1726879825.36949: variable 'ansible_timeout' from source: unknown\n 5169 1726879825.36951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.37046: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879825.37054: variable 'omit' from source: magic vars\n 5169 1726879825.37061: starting attempt loop\n 5169 1726879825.37064: running the handler\n 5169 1726879825.37075: handler run complete\n 5169 1726879825.37085: attempt loop complete, returning result\n 5169 1726879825.37088: _execute() done\n 5169 1726879825.37090: dumping result to json\n 5169 1726879825.37093: done dumping result, returning\n 5169 1726879825.37102: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false [0229e9c9-8e59-8f9b-2ddb-000000000051]\n 5169 1726879825.37242: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000051\n 5169 1726879825.37339: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000051\n 5169 1726879825.37342: WORKER PROCESS EXITING\n 5169 1726879825.37364: marking managed_node3 as failed\n 5169 1726879825.37374: marking host managed_node3 failed, current state: HOST STATE: block=3, 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\n 5169 1726879825.37382: ^ failed state is now: HOST STATE: block=3, 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=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.37385: getting the next task for host managed_node3\n 5169 1726879825.37390: done getting next task for host managed_node3\n 5169 1726879825.37393: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.37394: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\nfatal: [managed_node3]: FAILED! => {\n \"changed\": false\n}\n\nMSG:\n\n\"Reboot is required to apply changes. Re-execute the role after boot to ensure that kdump is working.\"\n 5169 1726879825.37493: no more pending results, returning what we have\n 5169 1726879825.37499: results queue empty\n 5169 1726879825.37500: checking for any_errors_fatal\n 5169 1726879825.37506: done checking for any_errors_fatal\n 5169 1726879825.37507: checking for max_fail_percentage\n 5169 1726879825.37508: done checking for max_fail_percentage\n 5169 1726879825.37509: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.37510: done checking to see if all hosts have failed\n 5169 1726879825.37569: getting the remaining hosts for this loop\n 5169 1726879825.37571: done getting the remaining hosts for this loop\n 5169 1726879825.37575: getting the next task for host managed_node2\n 5169 1726879825.37581: done getting next task for host managed_node2\n 5169 1726879825.37584: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.37585: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.37587: getting the next task for host managed_node3\n 5169 1726879825.37590: done getting next task for host managed_node3\n 5169 1726879825.37592: ^ task is: TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.37594: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.37602: getting variables\n 5169 1726879825.37603: in VariableManager get_vars()\n 5169 1726879825.37642: Calling all_inventory to load vars for managed_node2\n 5169 1726879825.37646: Calling groups_inventory to load vars for managed_node2\n 5169 1726879825.37649: Calling all_plugins_inventory to load vars for managed_node2\n 5169 1726879825.37660: Calling all_plugins_play to load vars for managed_node2\n 5169 1726879825.37663: Calling groups_plugins_inventory to load vars for managed_node2\n 5169 1726879825.37669: Calling groups_plugins_play to load vars for managed_node2\n 5169 1726879825.37918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.38195: done with get_vars()\n 5169 1726879825.38208: done getting variables\n 5169 1726879825.38305: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True)\n\nTASK [If reboot is required - assert the expected fail message] ****************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:88\nFriday 20 September 2024 20:50:25 -0400 (0:00:00.056) 0:00:23.019 ****** \n 5169 1726879825.38325: entering _queue_task() for managed_node2/assert\n 5169 1726879825.38327: Creating lock for assert\n 5169 1726879825.38626: worker is 2 (out of 3 available)\n 5169 1726879825.38645: exiting _queue_task() for managed_node2/assert\n 5169 1726879825.38869: getting variables\n 5169 1726879825.38874: in VariableManager get_vars()\n 5169 1726879825.38964: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.39173: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.39182: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.39208: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.39213: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.39217: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.39489: running TaskExecutor() for managed_node2/TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.39493: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.39496: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.39502: calling self._execute()\n 5169 1726879825.39504: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879825.39507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879825.39509: variable 'omit' from source: magic vars\n 5169 1726879825.39512: variable 'omit' from source: magic vars\n 5169 1726879825.39516: variable 'omit' from source: magic vars\n 5169 1726879825.39550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.39802: done with get_vars()\n 5169 1726879825.39815: done getting variables\n 5169 1726879825.39859: variable 'omit' from source: magic vars\n 5169 1726879825.39862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879825.39869: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.39872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879825.39875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.39877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.39880: variable 'inventory_hostname' from source: host vars for 'managed_node2'\n 5169 1726879825.39882: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879825.39884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879825.39887: Set connection var ansible_timeout to 10\n 5169 1726879825.39889: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879825.39891: Set connection var ansible_connection to ssh\n 5169 1726879825.39893: Set connection var ansible_shell_type to sh\n 5169 1726879825.39896: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879825.39901: Set connection var ansible_pipelining to False\n 5169 1726879825.39909: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.39912: variable 'ansible_connection' from source: unknown\n 5169 1726879825.39914: variable 'ansible_module_compression' from source: unknown\n 5169 1726879825.39917: variable 'ansible_shell_type' from source: unknown\n 5169 1726879825.39920: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.39922: variable 'ansible_host' from source: host vars for 'managed_node2'\n 5169 1726879825.39973: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True)\n 5169 1726879825.39983: entering _queue_task() for managed_node3/assert\n 5169 1726879825.40006: variable 'ansible_pipelining' from source: unknown\n 5169 1726879825.40009: variable 'ansible_timeout' from source: unknown\n 5169 1726879825.40012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2'\n 5169 1726879825.40108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879825.40344: worker is 3 (out of 3 available)\n 5169 1726879825.40359: exiting _queue_task() for managed_node3/assert\n 5169 1726879825.40377: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.40379: waiting for pending results...\n 5169 1726879825.40122: variable 'omit' from source: magic vars\n 5169 1726879825.40596: starting attempt loop\n 5169 1726879825.40604: running the handler\n 5169 1726879825.40609: variable 'ansible_failed_result' from source: set_fact\n 5169 1726879825.40613: Evaluated conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): False\n 5169 1726879825.40759: running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message\n 5169 1726879825.40791: handler run complete\n 5169 1726879825.40810: attempt loop complete, returning result\n 5169 1726879825.40814: _execute() done\n 5169 1726879825.40817: dumping result to json\n 5169 1726879825.40820: done dumping result, returning\n 5169 1726879825.40824: done running TaskExecutor() for managed_node2/TASK: If reboot is required - assert the expected fail message [0229e9c9-8e59-8f9b-2ddb-00000000000b]\n 5169 1726879825.40836: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.41099: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.41104: WORKER PROCESS EXITING\n 5169 1726879825.41107: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.41110: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.41113: calling self._execute()\n 5169 1726879825.41119: marking managed_node2 as failed\n 5169 1726879825.41130: marking host managed_node2 failed, current state: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False\n 5169 1726879825.41150: ^ failed state is now: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=5, fail_state=6, 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\n 5169 1726879825.41153: getting the next task for host managed_node2\n 5169 1726879825.41155: host managed_node2 is done iterating, returning\nfatal: [managed_node2]: FAILED! => {\n \"assertion\": \"'Reboot is required to apply changes.' in ansible_failed_result.msg\",\n \"changed\": false,\n \"evaluated_to\": false\n}\n\nMSG:\n\nAssertion failed\n 5169 1726879825.41280: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.41292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.41308: variable 'omit' from source: magic vars\n 5169 1726879825.41439: variable 'omit' from source: magic vars\n 5169 1726879825.41482: variable 'omit' from source: magic vars\n 5169 1726879825.41524: variable 'omit' from source: magic vars\n 5169 1726879825.41581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879825.41612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.41630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879825.41644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.41657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.41684: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.41688: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.41691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.41773: Set connection var ansible_timeout to 10\n 5169 1726879825.41777: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879825.41780: Set connection var ansible_connection to ssh\n 5169 1726879825.41786: Set connection var ansible_shell_type to sh\n 5169 1726879825.41792: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879825.41797: Set connection var ansible_pipelining to False\n 5169 1726879825.41817: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.41820: variable 'ansible_connection' from source: unknown\n 5169 1726879825.41823: variable 'ansible_module_compression' from source: unknown\n 5169 1726879825.41825: variable 'ansible_shell_type' from source: unknown\n 5169 1726879825.41828: variable 'ansible_shell_executable' from source: unknown\n 5169 1726879825.41830: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.41835: variable 'ansible_pipelining' from source: unknown\n 5169 1726879825.41838: variable 'ansible_timeout' from source: unknown\n 5169 1726879825.41843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.41963: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False)\n 5169 1726879825.41973: variable 'omit' from source: magic vars\n 5169 1726879825.41978: starting attempt loop\n 5169 1726879825.41981: running the handler\n 5169 1726879825.42191: variable 'ansible_failed_result' from source: set_fact\n 5169 1726879825.42208: Evaluated conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): True\n 5169 1726879825.42318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name\n 5169 1726879825.44553: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n 5169 1726879825.44611: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n 5169 1726879825.44654: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n 5169 1726879825.44694: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n 5169 1726879825.44728: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n 5169 1726879825.44790: variable 'kdump_reboot_required' from source: set_fact\n 5169 1726879825.44805: Evaluated conditional (kdump_reboot_required | bool): True\n 5169 1726879825.44811: handler run complete\n 5169 1726879825.44823: attempt loop complete, returning result\n 5169 1726879825.44826: _execute() done\n 5169 1726879825.44829: dumping result to json\n 5169 1726879825.44832: done dumping result, returning\n 5169 1726879825.44838: done running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message [0229e9c9-8e59-8f9b-2ddb-00000000000b]\n 5169 1726879825.44998: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.45063: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b\n 5169 1726879825.45070: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false\n}\n\nMSG:\n\nAll assertions passed\n 5169 1726879825.45100: no more pending results, returning what we have\n 5169 1726879825.45103: results queue empty\n 5169 1726879825.45104: checking for any_errors_fatal\n 5169 1726879825.45110: done checking for any_errors_fatal\n 5169 1726879825.45111: checking for max_fail_percentage\n 5169 1726879825.45112: done checking for max_fail_percentage\n 5169 1726879825.45113: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.45119: done checking to see if all hosts have failed\n 5169 1726879825.45120: getting the remaining hosts for this loop\n 5169 1726879825.45122: done getting the remaining hosts for this loop\n 5169 1726879825.45125: getting the next task for host managed_node2\n 5169 1726879825.45127: host managed_node2 is done iterating, returning\n 5169 1726879825.45128: getting the next task for host managed_node3\n 5169 1726879825.45133: done getting next task for host managed_node3\n 5169 1726879825.45136: ^ task is: TASK: Cleanup kdump_path\n 5169 1726879825.45137: ^ 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\n 5169 1726879825.45142: getting variables\n 5169 1726879825.45143: in VariableManager get_vars()\n 5169 1726879825.45178: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.45183: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.45187: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.45197: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.45200: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.45203: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.45487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.45832: done with get_vars()\n 5169 1726879825.45845: done getting variables\n\nTASK [Cleanup kdump_path] ******************************************************\ntask path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96\nFriday 20 September 2024 20:50:25 -0400 (0:00:00.076) 0:00:23.096 ****** \n 5169 1726879825.45985: entering _queue_task() for managed_node3/file\n 5169 1726879825.46283: worker is 1 (out of 3 available)\n 5169 1726879825.46303: exiting _queue_task() for managed_node3/file\n 5169 1726879825.46321: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.46323: waiting for pending results...\n 5169 1726879825.46823: running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path\n 5169 1726879825.46836: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000d\n 5169 1726879825.46856: variable 'ansible_search_path' from source: unknown\n 5169 1726879825.46892: calling self._execute()\n 5169 1726879825.46924: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879825.47089: variable 'kdump_ssh_server' from source: play vars\n 5169 1726879825.47094: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879825.47151: variable 'kdump_test_ssh_server_outside' from source: play vars\n 5169 1726879825.47155: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.47208: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.47223: in VariableManager get_vars()\n 5169 1726879825.47253: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.47257: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.47268: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.47286: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.47292: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.47298: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.47485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.47637: done with get_vars()\n 5169 1726879825.47644: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.47690: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879825.47702: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.47705: variable 'omit' from source: magic vars\n 5169 1726879825.47769: variable 'omit' from source: magic vars\n 5169 1726879825.47792: variable 'omit' from source: magic vars\n 5169 1726879825.47813: variable 'kdump_path' from source: play vars\n 5169 1726879825.47866: variable 'kdump_path' from source: play vars\n 5169 1726879825.47880: variable 'omit' from source: magic vars\n 5169 1726879825.47891: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879825.47913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection\n 5169 1726879825.47936: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.47952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell\n 5169 1726879825.47968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.47977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False)\n 5169 1726879825.48004: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.48008: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.48011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.48015: variable 'ansible_port' from source: unknown\n 5169 1726879825.48018: variable 'ansible_user' from source: unknown\n 5169 1726879825.48094: Set connection var ansible_timeout to 10\n 5169 1726879825.48101: Set connection var ansible_shell_executable to /bin/sh\n 5169 1726879825.48105: Set connection var ansible_connection to ssh\n 5169 1726879825.48108: Set connection var ansible_shell_type to sh\n 5169 1726879825.48113: Set connection var ansible_module_compression to ZIP_DEFLATED\n 5169 1726879825.48118: Set connection var ansible_pipelining to False\n 5169 1726879825.48138: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879825.48142: variable 'ansible_user' from source: unknown\n 5169 1726879825.48149: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.48321: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action)\n 5169 1726879825.48331: variable 'omit' from source: magic vars\n 5169 1726879825.48334: starting attempt loop\n 5169 1726879825.48337: running the handler\n 5169 1726879825.48353: _low_level_execute_command(): starting\n 5169 1726879825.48357: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'echo ~ && sleep 0'\"'\"''\n 5169 1726879825.48923: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.48928: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.48932: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879825.48936: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.48939: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.48970: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.48995: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.48999: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879825.49030: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.49117: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.50834: stdout chunk (state=3):\n>>>/root\n<<<\n 5169 1726879825.50943: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.51001: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.51005: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'/root\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879825.51028: _low_level_execute_command() done: rc=0, stdout=/root\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879825.51042: _low_level_execute_command(): starting\n 5169 1726879825.51047: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `\" && echo ansible-tmp-1726879825.510299-5500-264774892908666=\"` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `\" ) && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'( umask 77 && mkdir -p \"` echo /root/.ansible/tmp `\"&& mkdir \"` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `\" && echo ansible-tmp-1726879825.510299-5500-264774892908666=\"` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `\" ) && sleep 0'\"'\"''\n 5169 1726879825.51717: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879825.51721: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.51732: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.51747: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.51756: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.51772: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879825.51780: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879825.51826: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879825.51830: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879825.51832: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879825.51835: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.51838: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.51841: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879825.51843: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879825.51846: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879825.51856: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.51874: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.51935: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.51939: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.51942: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879825.51944: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879825.51947: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879825.51950: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879825.51952: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879825.51955: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.51957: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.52017: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879825.52030: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879825.52078: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.52082: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.52085: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.52118: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.54076: stdout chunk (state=3):\n>>>ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666\n<<<\n 5169 1726879825.54196: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.54242: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.54246: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879825.54270: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879825.54299: variable 'ansible_delegated_vars' from source: unknown\n 5169 1726879825.54472: variable 'ansible_module_compression' from source: unknown\n 5169 1726879825.54475: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED\n 5169 1726879825.54478: variable 'ansible_facts' from source: host vars for 'managed_node3'\nUsing module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py\n 5169 1726879825.54568: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\n<10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 TO /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\n<10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' '[10.31.47.113]'\n 5169 1726879825.54852: Sending initial data\n 5169 1726879825.54856: Sent initial data (150 bytes)\n 5169 1726879825.55348: stderr chunk (state=3):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.55375: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.55387: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.55427: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.55450: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879825.55453: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.55493: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.57086: stderr chunk (state=3):\n>>>debug2: Remote version: 3\r\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\r\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\r\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\r\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\r\n<<<\n 5169 1726879825.57095: stderr chunk (state=3):\n>>>debug2: Server supports extension \"lsetstat@openssh.com\" revision 1\r\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\r\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\r\ndebug2: Server supports extension \"copy-data\" revision 1\r\ndebug2: Unrecognised server extension \"home-directory\"\r\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\n<<<\n 5169 1726879825.57141: stderr chunk (state=3):\n>>>debug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH \".\"\r\ndebug3: Sent message fd 3 T:16 I:2\r\n<<<\n 5169 1726879825.57215: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0\r\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\r\ndebug3: Sent message fd 3 T:17 I:3\r\n<<<\n 5169 1726879825.57219: stdout chunk (state=3):\n>>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\n<<<\n 5169 1726879825.57258: stderr chunk (state=3):\n>>>debug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\r\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py M:0x001a\r\n<<<\n 5169 1726879825.57489: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125286\r\n<<<\n 5169 1726879825.57963: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125286 bytes at 0\r\n<<<\n 5169 1726879825.57976: stderr chunk (state=3):\n>>>debug3: Sent message SSH2_FXP_CLOSE I:5\r\n<<<\n 5169 1726879825.58008: stderr chunk (state=3):\n>>>debug3: SSH2_FXP_STATUS 0\r\n<<<\n 5169 1726879825.58063: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.58125: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.58128: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \\'final\\'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for \\'final all\\' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \\'final\\'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts\\' -> \\'/root/.ssh/known_hosts\\'\\r\\ndebug3: expanded UserKnownHostsFile \\'~/.ssh/known_hosts2\\' -> \\'/root/.ssh/known_hosts2\\'\\r\\ndebug1: auto-mux: Trying existing master at \\'/root/.ansible/cp/041a7dca25\\'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug2: Remote version: 3\\r\\ndebug2: Server supports extension \"posix-rename@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"statvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"fstatvfs@openssh.com\" revision 2\\r\\ndebug2: Server supports extension \"hardlink@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"fsync@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"lsetstat@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"limits@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"expand-path@openssh.com\" revision 1\\r\\ndebug2: Server supports extension \"copy-data\" revision 1\\r\\ndebug2: Unrecognised server extension \"home-directory\"\\r\\ndebug2: Server supports extension \"users-groups-by-id@openssh.com\" revision 1\\r\\ndebug3: Sent message limits@openssh.com I:1\\r\\ndebug3: Received limits reply T:201 I:1\\r\\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\\r\\ndebug3: server handle limit 1019; using 64\\r\\ndebug2: Sending SSH2_FXP_REALPATH \".\"\\r\\ndebug3: Sent message fd 3 T:16 I:2\\r\\ndebug3: SSH2_FXP_REALPATH . -> /root\\r\\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0\\r\\ndebug2: Sending SSH2_FXP_STAT \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\\r\\ndebug3: Sent message fd 3 T:17 I:3\\r\\ndebug1: stat remote: No such file or directory\\r\\ndebug2: sftp_upload: upload local \"/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0\" to remote \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\\r\\ndebug2: Sending SSH2_FXP_OPEN \"/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\"\\r\\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py M:0x001a\\r\\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125286\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: In write loop, ack for 6 125286 bytes at 0\\r\\ndebug3: Sent message SSH2_FXP_CLOSE I:5\\r\\ndebug3: SSH2_FXP_STATUS 0\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n')\n 5169 1726879825.58157: done transferring module to remote\n 5169 1726879825.58171: _low_level_execute_command(): starting\n 5169 1726879825.58176: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879825.58847: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879825.58870: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.58874: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.58885: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.58971: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.58974: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879825.58977: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\n<<<\n 5169 1726879825.58980: stderr chunk (state=3):\n>>>debug2: match not found\r\n<<<\n 5169 1726879825.58983: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\n<<<\n 5169 1726879825.58985: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879825.58988: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.58991: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.58993: stderr chunk (state=3):\n>>>debug1: configuration requests final Match pass\r\n<<<\n 5169 1726879825.58996: stderr chunk (state=3):\n>>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\n<<<\n 5169 1726879825.58998: stderr chunk (state=3):\n>>>debug1: re-parsing configuration\r\n<<<\n 5169 1726879825.59001: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.59011: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\n<<<\n 5169 1726879825.59019: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.59027: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.59044: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\n<<<\n 5169 1726879825.59047: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\n<<<\n 5169 1726879825.59050: stderr chunk (state=3):\n>>>debug2: match found\r\n<<<\n 5169 1726879825.59073: stderr chunk (state=3):\n>>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\n<<<\n 5169 1726879825.59076: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\n<<<\n 5169 1726879825.59079: stderr chunk (state=3):\n>>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\n<<<\n 5169 1726879825.59082: stderr chunk (state=3):\n>>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.59162: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.59168: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.59170: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879825.59172: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.59205: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.61027: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.61074: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.61077: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879825.61096: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879825.61099: _low_level_execute_command(): starting\n 5169 1726879825.61206: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' -tt 10.31.47.113 '/bin/sh -c '\"'\"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'\"'\"''\n 5169 1726879825.61818: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.61827: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\n<<<\n 5169 1726879825.61849: stderr chunk (state=3):\n>>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\n<<<\n 5169 1726879825.61854: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.61916: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.61924: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.61927: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.61971: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.64282: stdout chunk (state=3):\n>>>import _frozen_importlib # frozen\r\n<<<\n 5169 1726879825.64313: stdout chunk (state=3):\n>>>import _imp # builtin\r\n<<<\n 5169 1726879825.64345: stdout chunk (state=3):\n>>>import '_thread' # \r\n<<<\n 5169 1726879825.64351: stdout chunk (state=3):\n>>>import '_warnings' # \r\nimport '_weakref' # \r\n<<<\n 5169 1726879825.64423: stdout chunk (state=3):\n>>>import '_io' # \r\n<<<\n 5169 1726879825.64428: stdout chunk (state=3):\n>>>import 'marshal' # \r\n<<<\n 5169 1726879825.64472: stdout chunk (state=3):\n>>>import 'posix' # \r\n<<<\n 5169 1726879825.64513: stdout chunk (state=3):\n>>>import '_frozen_importlib_external' # \r\n# installing zipimport hook\r\n<<<\n 5169 1726879825.64550: stdout chunk (state=3):\n>>>import 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n<<<\n 5169 1726879825.64615: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.64655: stdout chunk (state=3):\n>>>import '_codecs' # \r\n<<<\n 5169 1726879825.64677: stdout chunk (state=3):\n>>>import 'codecs' # \r\n<<<\n 5169 1726879825.64729: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n<<<\n 5169 1726879825.64732: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530>\r\n<<<\n 5169 1726879825.64781: stdout chunk (state=3):\n>>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0>\r\n<<<\n 5169 1726879825.64822: stdout chunk (state=3):\n>>>import '_signal' # \r\n<<<\n 5169 1726879825.64846: stdout chunk (state=3):\n>>>import '_abc' # \r\nimport 'abc' # \r\n<<<\n 5169 1726879825.64877: stdout chunk (state=3):\n>>>import 'io' # \r\n<<<\n 5169 1726879825.64904: stdout chunk (state=3):\n>>>import '_stat' # \r\nimport 'stat' # \r\n<<<\n 5169 1726879825.65007: stdout chunk (state=3):\n>>>import '_collections_abc' # \r\n<<<\n 5169 1726879825.65026: stdout chunk (state=3):\n>>>import 'genericpath' # \r\nimport 'posixpath' # \r\n<<<\n 5169 1726879825.65058: stdout chunk (state=3):\n>>>import 'os' # \r\n<<<\n 5169 1726879825.65150: stdout chunk (state=3):\n>>>import '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\n<<<\n 5169 1726879825.65155: stdout chunk (state=3):\n>>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n<<<\n 5169 1726879825.65158: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65181: stdout chunk (state=3):\n>>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190>\r\n<<<\n 5169 1726879825.65232: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n<<<\n 5169 1726879825.65235: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65239: stdout chunk (state=3):\n>>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0>\r\n<<<\n 5169 1726879825.65276: stdout chunk (state=3):\n>>>import 'site' # \r\n<<<\n 5169 1726879825.65304: stdout chunk (state=3):\n>>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n<<<\n 5169 1726879825.65552: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n<<<\n 5169 1726879825.65572: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65592: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n<<<\n 5169 1726879825.65599: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65621: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n<<<\n 5169 1726879825.65662: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65685: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n<<<\n 5169 1726879825.65714: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65723: stdout chunk (state=3):\n>>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60>\r\n<<<\n 5169 1726879825.65746: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n<<<\n 5169 1726879825.65764: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65792: stdout chunk (state=3):\n>>>import '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20>\r\n<<<\n 5169 1726879825.65814: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n<<<\n 5169 1726879825.65837: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65862: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n<<<\n 5169 1726879825.65916: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65934: stdout chunk (state=3):\n>>>import 'itertools' # \r\n<<<\n 5169 1726879825.65961: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\n<<<\n 5169 1726879825.65969: stdout chunk (state=3):\n>>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830>\r\n<<<\n 5169 1726879825.65999: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n<<<\n 5169 1726879825.66016: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0>\r\n<<<\n 5169 1726879825.66024: stdout chunk (state=3):\n>>>import '_collections' # \r\n<<<\n 5169 1726879825.66081: stdout chunk (state=3):\n>>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30>\r\n<<<\n 5169 1726879825.66088: stdout chunk (state=3):\n>>>import '_functools' # \r\n<<<\n 5169 1726879825.66114: stdout chunk (state=3):\n>>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250>\r\n<<<\n 5169 1726879825.66227: stdout chunk (state=3):\n>>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010>\r\n<<<\n 5169 1726879825.66261: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n<<<\n 5169 1726879825.66283: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n<<<\n 5169 1726879825.66311: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n<<<\n 5169 1726879825.66352: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66358: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n<<<\n 5169 1726879825.66403: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66407: stdout chunk (state=3):\n>>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830>\r\n<<<\n 5169 1726879825.66455: stdout chunk (state=3):\n>>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450>\r\n<<<\n 5169 1726879825.66459: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n<<<\n 5169 1726879825.66473: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0>\r\n<<<\n 5169 1726879825.66524: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n<<<\n 5169 1726879825.66529: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890>\r\n<<<\n 5169 1726879825.66570: stdout chunk (state=3):\n>>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66597: stdout chunk (state=3):\n>>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40>\r\n<<<\n 5169 1726879825.66627: stdout chunk (state=3):\n>>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0>\r\n<<<\n 5169 1726879825.66641: stdout chunk (state=3):\n>>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0>\r\n<<<\n 5169 1726879825.66665: stdout chunk (state=3):\n>>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0>\r\n<<<\n 5169 1726879825.66701: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66736: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n<<<\n 5169 1726879825.66742: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66768: stdout chunk (state=3):\n>>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370>\r\nimport 'importlib.machinery' # \r\n<<<\n 5169 1726879825.66806: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n<<<\n 5169 1726879825.66835: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570>\r\n<<<\n 5169 1726879825.66852: stdout chunk (state=3):\n>>>import 'importlib.util' # \r\nimport 'runpy' # \r\n<<<\n 5169 1726879825.66874: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n<<<\n 5169 1726879825.66909: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n<<<\n 5169 1726879825.66943: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0>\r\n<<<\n 5169 1726879825.66969: stdout chunk (state=3):\n>>>import 'errno' # \r\n<<<\n 5169 1726879825.66995: stdout chunk (state=3):\n>>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.67027: stdout chunk (state=3):\n>>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n<<<\n 5169 1726879825.67067: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n<<<\n 5169 1726879825.67070: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67079: stdout chunk (state=3):\n>>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80>\r\n<<<\n 5169 1726879825.67106: stdout chunk (state=3):\n>>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0>\r\n<<<\n 5169 1726879825.67122: stdout chunk (state=3):\n>>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0>\r\n<<<\n 5169 1726879825.67145: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67198: stdout chunk (state=3):\n>>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.67202: stdout chunk (state=3):\n>>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0>\r\n<<<\n 5169 1726879825.67210: stdout chunk (state=3):\n>>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530>\r\n<<<\n 5169 1726879825.67272: stdout chunk (state=3):\n>>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0>\r\n<<<\n 5169 1726879825.67319: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n<<<\n 5169 1726879825.67323: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67356: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67406: stdout chunk (state=3):\n>>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0>\r\n<<<\n 5169 1726879825.67462: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67469: stdout chunk (state=3):\n>>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530>\r\n<<<\n 5169 1726879825.67527: stdout chunk (state=3):\n>>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980>\r\n<<<\n 5169 1726879825.67555: stdout chunk (state=3):\n>>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50>\r\n<<<\n 5169 1726879825.67573: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n<<<\n 5169 1726879825.67663: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67712: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0>\r\n<<<\n 5169 1726879825.67742: stdout chunk (state=3):\n>>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750>\r\n<<<\n 5169 1726879825.67781: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n<<<\n 5169 1726879825.67851: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67855: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n<<<\n 5169 1726879825.67894: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\n<<<\n 5169 1726879825.67925: stdout chunk (state=3):\n>>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390>\r\n<<<\n 5169 1726879825.67971: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n<<<\n 5169 1726879825.67996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68002: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n<<<\n 5169 1726879825.68024: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68075: stdout chunk (state=3):\n>>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510>\r\n<<<\n 5169 1726879825.68103: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n<<<\n 5169 1726879825.68137: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68196: stdout chunk (state=3):\n>>>import 'ntpath' # \r\n<<<\n 5169 1726879825.68221: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290>\r\n<<<\n 5169 1726879825.68241: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n<<<\n 5169 1726879825.68280: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68307: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n<<<\n 5169 1726879825.68347: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68444: stdout chunk (state=3):\n>>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30>\r\n<<<\n 5169 1726879825.68518: stdout chunk (state=3):\n>>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0>\r\n<<<\n 5169 1726879825.68568: stdout chunk (state=3):\n>>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0>\r\n<<<\n 5169 1726879825.68601: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\n<<<\n 5169 1726879825.68605: stdout chunk (state=3):\n>>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0>\r\n<<<\n 5169 1726879825.68619: stdout chunk (state=3):\n>>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550>\r\n<<<\n 5169 1726879825.68627: stdout chunk (state=3):\n>>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30>\r\n<<<\n 5169 1726879825.68724: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\n<<<\n 5169 1726879825.68751: stdout chunk (state=3):\n>>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0>\r\n<<<\n 5169 1726879825.68826: stdout chunk (state=3):\n>>># zipimport: found 30 names in '/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip'\r\n<<<\n 5169 1726879825.68831: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.68982: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.69031: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n<<<\n 5169 1726879825.69077: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n<<<\n 5169 1726879825.69175: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n<<<\n 5169 1726879825.69202: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000>\r\n<<<\n 5169 1726879825.69231: stdout chunk (state=3):\n>>>import '_typing' # \r\n<<<\n 5169 1726879825.69415: stdout chunk (state=3):\n>>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0>\r\n<<<\n 5169 1726879825.69467: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible' # \r\n<<<\n 5169 1726879825.69523: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n<<<\n 5169 1726879825.69527: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.71091: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.72341: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n<<<\n 5169 1726879825.72345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60>\r\n<<<\n 5169 1726879825.72379: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n<<<\n 5169 1726879825.72390: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72407: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n<<<\n 5169 1726879825.72412: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72438: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72479: stdout chunk (state=3):\n>>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879825.72483: stdout chunk (state=3):\n>>>\r\n<<<\n 5169 1726879825.72486: stdout chunk (state=3):\n>>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0>\r\n<<<\n 5169 1726879825.72518: stdout chunk (state=3):\n>>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760>\r\n<<<\n 5169 1726879825.72550: stdout chunk (state=3):\n>>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070>\r\n<<<\n 5169 1726879825.72570: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n<<<\n 5169 1726879825.72586: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72626: stdout chunk (state=3):\n>>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20>\r\n<<<\n 5169 1726879825.72632: stdout chunk (state=3):\n>>>import 'atexit' # \r\n<<<\n 5169 1726879825.72671: stdout chunk (state=3):\n>>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.72677: stdout chunk (state=3):\n>>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0>\r\n<<<\n 5169 1726879825.72702: stdout chunk (state=3):\n>>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<<\n 5169 1726879825.72709: stdout chunk (state=3):\n>>>\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0>\r\n<<<\n 5169 1726879825.72731: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n<<<\n 5169 1726879825.72778: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72790: stdout chunk (state=3):\n>>>import '_locale' # \r\n<<<\n 5169 1726879825.72838: stdout chunk (state=3):\n>>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30>\r\n<<<\n 5169 1726879825.72842: stdout chunk (state=3):\n>>>import 'pwd' # \r\n<<<\n 5169 1726879825.72862: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n<<<\n 5169 1726879825.72894: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\n<<<\n 5169 1726879825.72929: stdout chunk (state=3):\n>>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80>\r\n<<<\n 5169 1726879825.72957: stdout chunk (state=3):\n>>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.72962: stdout chunk (state=3):\n>>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0>\r\n<<<\n 5169 1726879825.72988: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n<<<\n 5169 1726879825.72996: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73043: stdout chunk (state=3):\n>>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170>\r\n<<<\n 5169 1726879825.73056: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n<<<\n 5169 1726879825.73090: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73101: stdout chunk (state=3):\n>>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350>\r\n<<<\n 5169 1726879825.73124: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n<<<\n 5169 1726879825.73162: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73191: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73251: stdout chunk (state=3):\n>>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10>\r\n<<<\n 5169 1726879825.73296: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.73300: stdout chunk (state=3):\n>>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30>\r\n<<<\n 5169 1726879825.73331: stdout chunk (state=3):\n>>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0>\r\n<<<\n 5169 1726879825.73335: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n<<<\n 5169 1726879825.73362: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73392: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73407: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n<<<\n 5169 1726879825.73437: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73468: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73500: stdout chunk (state=3):\n>>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0>\r\nimport '_tokenize' # \r\n<<<\n 5169 1726879825.73579: stdout chunk (state=3):\n>>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880>\r\n<<<\n 5169 1726879825.73583: stdout chunk (state=3):\n>>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0>\r\n<<<\n 5169 1726879825.73588: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n<<<\n 5169 1726879825.73606: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73674: stdout chunk (state=3):\n>>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0>\r\n<<<\n 5169 1726879825.73704: stdout chunk (state=3):\n>>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0>\r\n<<<\n 5169 1726879825.73726: stdout chunk (state=3):\n>>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.73766: stdout chunk (state=3):\n>>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30>\r\n<<<\n 5169 1726879825.73783: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n<<<\n 5169 1726879825.73819: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73840: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n<<<\n 5169 1726879825.73863: stdout chunk (state=3):\n>>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.73892: stdout chunk (state=3):\n>>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40>\r\n<<<\n 5169 1726879825.73904: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n<<<\n 5169 1726879825.74010: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n<<<\n 5169 1726879825.74067: stdout chunk (state=3):\n>>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.74084: stdout chunk (state=3):\n>>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340>\r\n<<<\n 5169 1726879825.74102: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n<<<\n 5169 1726879825.74127: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.74154: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n<<<\n 5169 1726879825.74160: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\n<<<\n 5169 1726879825.74211: stdout chunk (state=3):\n>>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0>\r\n<<<\n 5169 1726879825.74340: stdout chunk (state=3):\n>>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350>\r\n<<<\n 5169 1726879825.74420: stdout chunk (state=3):\n>>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860>\r\n<<<\n 5169 1726879825.74454: stdout chunk (state=3):\n>>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.74459: stdout chunk (state=3):\n>>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0>\r\n<<<\n 5169 1726879825.74513: stdout chunk (state=3):\n>>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.74517: stdout chunk (state=3):\n>>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380>\r\n<<<\n 5169 1726879825.74557: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n<<<\n 5169 1726879825.74596: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n<<<\n 5169 1726879825.74606: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n<<<\n 5169 1726879825.74631: stdout chunk (state=3):\n>>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.74661: stdout chunk (state=3):\n>>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0>\r\n<<<\n 5169 1726879825.74827: stdout chunk (state=3):\n>>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0>\r\n<<<\n 5169 1726879825.74891: stdout chunk (state=3):\n>>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40>\r\n<<<\n 5169 1726879825.74900: stdout chunk (state=3):\n>>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850>\r\n<<<\n 5169 1726879825.74933: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.75019: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.75155: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.75181: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n<<<\n 5169 1726879825.75191: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.75301: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.75429: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.76045: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.76661: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six' # \r\n<<<\n 5169 1726879825.76678: stdout chunk (state=3):\n>>>import 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\n<<<\n 5169 1726879825.76685: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.converters' # \r\n<<<\n 5169 1726879825.76692: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n<<<\n 5169 1726879825.76715: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.76777: stdout chunk (state=3):\n>>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.76783: stdout chunk (state=3):\n>>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980>\r\n<<<\n 5169 1726879825.76860: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n<<<\n 5169 1726879825.76869: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\n<<<\n 5169 1726879825.76894: stdout chunk (state=3):\n>>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0>\r\n<<<\n 5169 1726879825.76896: stdout chunk (state=3):\n>>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0>\r\n<<<\n 5169 1726879825.76943: stdout chunk (state=3):\n>>>import 'ansible.module_utils.compat.selinux' # \r\n<<<\n 5169 1726879825.76956: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.76981: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.77001: stdout chunk (state=3):\n>>>import 'ansible.module_utils._text' # \r\n<<<\n 5169 1726879825.77004: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.77167: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.77339: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n<<<\n 5169 1726879825.77345: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\n<<<\n 5169 1726879825.77351: stdout chunk (state=3):\n>>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820>\r\n<<<\n 5169 1726879825.77363: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.77880: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78384: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78456: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78539: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.collections' # \r\n<<<\n 5169 1726879825.78545: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78588: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78619: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.warnings' # \r\n<<<\n 5169 1726879825.78638: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78711: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78804: stdout chunk (state=3):\n>>>import 'ansible.module_utils.errors' # \r\n<<<\n 5169 1726879825.78820: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78842: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n<<<\n 5169 1726879825.78850: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78900: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.78945: stdout chunk (state=3):\n>>>import 'ansible.module_utils.parsing.convert_bool' # \r\n<<<\n 5169 1726879825.78969: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.79207: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.79462: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n<<<\n 5169 1726879825.79525: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\n<<<\n 5169 1726879825.79537: stdout chunk (state=3):\n>>>import '_ast' # \r\n<<<\n 5169 1726879825.79612: stdout chunk (state=3):\n>>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750>\r\n<<<\n 5169 1726879825.79617: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.79700: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.79787: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.text.formatters' # \r\n<<<\n 5169 1726879825.79794: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n<<<\n 5169 1726879825.79821: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n<<<\n 5169 1726879825.79827: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n<<<\n 5169 1726879825.79910: stdout chunk (state=3):\n>>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.80039: stdout chunk (state=3):\n>>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0>\r\n<<<\n 5169 1726879825.80098: stdout chunk (state=3):\n>>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.80106: stdout chunk (state=3):\n>>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440>\r\n<<<\n 5169 1726879825.80124: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80174: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80215: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.locale' # \r\n<<<\n 5169 1726879825.80223: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80273: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80314: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80378: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80446: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n<<<\n 5169 1726879825.80491: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.80584: stdout chunk (state=3):\n>>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n<<<\n 5169 1726879825.80587: stdout chunk (state=3):\n>>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0>\r\n<<<\n 5169 1726879825.80623: stdout chunk (state=3):\n>>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80>\r\n<<<\n 5169 1726879825.80657: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n<<<\n 5169 1726879825.80671: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80736: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80807: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80832: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.80878: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n<<<\n 5169 1726879825.80896: stdout chunk (state=3):\n>>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n<<<\n 5169 1726879825.80922: stdout chunk (state=3):\n>>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n<<<\n 5169 1726879825.80940: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n<<<\n 5169 1726879825.81008: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n<<<\n 5169 1726879825.81021: stdout chunk (state=3):\n>>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n<<<\n 5169 1726879825.81043: stdout chunk (state=3):\n>>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\n<<<\n 5169 1726879825.81101: stdout chunk (state=3):\n>>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0>\r\n<<<\n 5169 1726879825.81150: stdout chunk (state=3):\n>>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10>\r\n<<<\n 5169 1726879825.81240: stdout chunk (state=3):\n>>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0>\r\n<<<\n 5169 1726879825.81244: stdout chunk (state=3):\n>>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n<<<\n 5169 1726879825.81247: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.81282: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.81308: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common._utils' # \r\n<<<\n 5169 1726879825.81312: stdout chunk (state=3):\n>>>import 'ansible.module_utils.common.sys_info' # \r\n<<<\n 5169 1726879825.81414: stdout chunk (state=3):\n>>>import 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.81430: stdout chunk (state=3):\n>>># zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n<<<\n 5169 1726879825.81996: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.82599: stdout chunk (state=3):\n>>># zipimport: zlib available\r\n<<<\n 5169 1726879825.82731: stdout chunk (state=3):\n>>>\r\n{\"path\": \"/tmp/tests_ssh\", \"changed\": false, \"state\": \"absent\", \"invocation\": {\"module_args\": {\"path\": \"/tmp/tests_ssh\", \"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}}}\r\n<<<\n 5169 1726879825.82741: stdout chunk (state=3):\n>>># destroy __main__\r\n<<<\n 5169 1726879825.83085: stdout chunk (state=3):\n>>># clear sys.path_importer_cache\r\n<<<\n 5169 1726879825.83102: stdout chunk (state=3):\n>>># clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref<<<\n 5169 1726879825.83116: stdout chunk (state=3):\n>>>\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n<<<\n 5169 1726879825.83149: stdout chunk (state=3):\n>>># cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n<<<\n 5169 1726879825.83166: stdout chunk (state=3):\n>>># cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n<<<\n 5169 1726879825.83181: stdout chunk (state=3):\n>>># cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n<<<\n 5169 1726879825.83195: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n<<<\n 5169 1726879825.83217: stdout chunk (state=3):\n>>># cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n<<<\n 5169 1726879825.83243: stdout chunk (state=3):\n>>># cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n<<<\n 5169 1726879825.83248: stdout chunk (state=3):\n>>># cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n<<<\n 5169 1726879825.83493: stdout chunk (state=3):\n>>># destroy _sitebuiltins\r\n<<<\n 5169 1726879825.83532: stdout chunk (state=3):\n>>># destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n<<<\n 5169 1726879825.83571: stdout chunk (state=3):\n>>># destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n<<<\n 5169 1726879825.83582: stdout chunk (state=3):\n>>># destroy importlib\r\n# destroy zipimport\r\n<<<\n 5169 1726879825.83615: stdout chunk (state=3):\n>>># destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n<<<\n 5169 1726879825.83645: stdout chunk (state=3):\n>>># cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n<<<\n 5169 1726879825.83678: stdout chunk (state=3):\n>>># cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n<<<\n 5169 1726879825.83707: stdout chunk (state=3):\n>>># destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n<<<\n 5169 1726879825.83747: stdout chunk (state=3):\n>>># destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n<<<\n 5169 1726879825.83751: stdout chunk (state=3):\n>>># cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n<<<\n 5169 1726879825.83807: stdout chunk (state=3):\n>>># destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n<<<\n 5169 1726879825.83811: stdout chunk (state=3):\n>>># cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n<<<\n 5169 1726879825.83829: stdout chunk (state=3):\n>>># cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n<<<\n 5169 1726879825.83869: stdout chunk (state=3):\n>>># cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n<<<\n 5169 1726879825.83873: stdout chunk (state=3):\n>>># cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n<<<\n 5169 1726879825.83906: stdout chunk (state=3):\n>>># cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n<<<\n 5169 1726879825.84061: stdout chunk (state=3):\n>>># destroy sys.monitoring\r\n<<<\n 5169 1726879825.84079: stdout chunk (state=3):\n>>># destroy _socket\r\n<<<\n 5169 1726879825.84095: stdout chunk (state=3):\n>>># destroy _collections_abc\r\n# destroy _weakref\r\n<<<\n 5169 1726879825.84130: stdout chunk (state=3):\n>>># destroy _uuid\r\n<<<\n 5169 1726879825.84146: stdout chunk (state=3):\n>>># destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n<<<\n 5169 1726879825.84173: stdout chunk (state=3):\n>>># destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n<<<\n 5169 1726879825.84200: stdout chunk (state=3):\n>>># destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n<<<\n 5169 1726879825.84206: stdout chunk (state=3):\n>>># destroy stat\r\n# destroy _blake2<<<\n 5169 1726879825.84230: stdout chunk (state=3):\n>>>\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n<<<\n 5169 1726879825.84249: stdout chunk (state=3):\n>>># destroy _hashlib\r\n# destroy selinux._selinux\r\n<<<\n 5169 1726879825.84253: stdout chunk (state=3):\n>>># destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n<<<\n 5169 1726879825.84271: stdout chunk (state=3):\n>>># destroy _signal\r\n<<<\n 5169 1726879825.84288: stdout chunk (state=3):\n>>># destroy _typing\r\n# destroy _tokenize\r\n<<<\n 5169 1726879825.84319: stdout chunk (state=3):\n>>># destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n<<<\n 5169 1726879825.84323: stdout chunk (state=3):\n>>># destroy operator\r\n<<<\n 5169 1726879825.84350: stdout chunk (state=3):\n>>># clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n<<<\n 5169 1726879825.84418: stdout chunk (state=3):\n>>># destroy codecs\r\n# destroy encodings.aliases\r\n<<<\n 5169 1726879825.84459: stdout chunk (state=3):\n>>># destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n<<<\n 5169 1726879825.84463: stdout chunk (state=3):\n>>># destroy _random\r\n<<<\n 5169 1726879825.84486: stdout chunk (state=3):\n>>># destroy itertools\r\n# destroy _collections\r\n<<<\n 5169 1726879825.84505: stdout chunk (state=3):\n>>># destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n<<<\n 5169 1726879825.84530: stdout chunk (state=3):\n>>># destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n<<<\n 5169 1726879825.84960: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n<<<\n 5169 1726879825.84999: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.85004: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'import _frozen_importlib # frozen\\r\\nimport _imp # builtin\\r\\nimport \\'_thread\\' # \\r\\nimport \\'_warnings\\' # \\r\\nimport \\'_weakref\\' # \\r\\nimport \\'_io\\' # \\r\\nimport \\'marshal\\' # \\r\\nimport \\'posix\\' # \\r\\nimport \\'_frozen_importlib_external\\' # \\r\\n# installing zipimport hook\\r\\nimport \\'time\\' # \\r\\nimport \\'zipimport\\' # \\r\\n# installed zipimport hook\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_codecs\\' # \\r\\nimport \\'codecs\\' # \\r\\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\\'\\r\\nimport \\'encodings.aliases\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530>\\r\\nimport \\'encodings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30>\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0>\\r\\nimport \\'_signal\\' # \\r\\nimport \\'_abc\\' # \\r\\nimport \\'abc\\' # \\r\\nimport \\'io\\' # \\r\\nimport \\'_stat\\' # \\r\\nimport \\'stat\\' # \\r\\nimport \\'_collections_abc\\' # \\r\\nimport \\'genericpath\\' # \\r\\nimport \\'posixpath\\' # \\r\\nimport \\'os\\' # \\r\\nimport \\'_sitebuiltins\\' # \\r\\nProcessing user site-packages\\r\\nProcessing global site-packages\\r\\nAdding directory: \\'/usr/lib64/python3.12/site-packages\\'\\r\\nAdding directory: \\'/usr/lib/python3.12/site-packages\\'\\r\\nProcessing .pth file: \\'/usr/lib/python3.12/site-packages/distutils-precedence.pth\\'\\r\\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\\'\\r\\nimport \\'encodings.utf_8_sig\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190>\\r\\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'_distutils_hack\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0>\\r\\nimport \\'site\\' # \\r\\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\\r\\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\\r\\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\\'\\r\\nimport \\'types\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60>\\r\\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\\'\\r\\nimport \\'_operator\\' # \\r\\nimport \\'operator\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20>\\r\\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'itertools\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\\'\\r\\nimport \\'keyword\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830>\\r\\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\\'\\r\\nimport \\'reprlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0>\\r\\nimport \\'_collections\\' # \\r\\nimport \\'collections\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30>\\r\\nimport \\'_functools\\' # \\r\\nimport \\'functools\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250>\\r\\nimport \\'enum\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\\'\\r\\nimport \\'_sre\\' # \\r\\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\\'\\r\\nimport \\'re._constants\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830>\\r\\nimport \\'re._parser\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450>\\r\\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\\r\\n# code object from \\'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\\'\\r\\nimport \\'re._casefix\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120>\\r\\nimport \\'re._compiler\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0>\\r\\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\\'\\r\\nimport \\'copyreg\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890>\\r\\nimport \\'re\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0>\\r\\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\\'\\r\\n# extension module \\'_struct\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_struct\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_struct\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40>\\r\\nimport \\'struct\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0>\\r\\n# extension module \\'binascii\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'binascii\\' executed from \\'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'binascii\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0>\\r\\nimport \\'base64\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0>\\r\\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\\'\\r\\nimport \\'warnings\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0>\\r\\nimport \\'importlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370>\\r\\nimport \\'importlib.machinery\\' # \\r\\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\\'\\r\\nimport \\'importlib._abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570>\\r\\nimport \\'importlib.util\\' # \\r\\nimport \\'runpy\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\\'\\r\\nimport \\'fnmatch\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0>\\r\\nimport \\'errno\\' # \\r\\n# extension module \\'zlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'zlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'zlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0>\\r\\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\\'\\r\\nimport \\'_compression\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80>\\r\\n# extension module \\'_bz2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bz2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bz2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0>\\r\\nimport \\'bz2\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0>\\r\\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\\'\\r\\n# extension module \\'_lzma\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_lzma\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_lzma\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0>\\r\\nimport \\'lzma\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530>\\r\\nimport \\'shutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0>\\r\\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\\'\\r\\n# extension module \\'math\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'math\\' executed from \\'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'math\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0>\\r\\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\\'\\r\\n# extension module \\'_bisect\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_bisect\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_bisect\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0>\\r\\nimport \\'bisect\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530>\\r\\n# extension module \\'_random\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_random\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_random\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650>\\r\\n# extension module \\'_sha2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_sha2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_sha2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980>\\r\\nimport \\'random\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50>\\r\\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\\'\\r\\nimport \\'_weakrefset\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0>\\r\\nimport \\'weakref\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80>\\r\\nimport \\'tempfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750>\\r\\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\\'\\r\\nimport \\'threading\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\\'\\r\\nimport \\'contextlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510>\\r\\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\\'\\r\\nimport \\'ntpath\\' # \\r\\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'urllib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290>\\r\\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\\r\\n# code object from \\'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\\'\\r\\nimport \\'ipaddress\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30>\\r\\nimport \\'urllib.parse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0>\\r\\nimport \\'pathlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0>\\r\\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\\r\\n# code object from \\'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\\'\\r\\nimport \\'zipfile._path.glob\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0>\\r\\nimport \\'zipfile._path\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550>\\r\\nimport \\'zipfile\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30>\\r\\n# code object from \\'/usr/lib64/python3.12/encodings/cp437.pyc\\'\\r\\nimport \\'encodings.cp437\\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0>\\r\\n# zipimport: found 30 names in \\'/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip\\'\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\\r\\n# code object from \\'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\\'\\r\\nimport \\'collections.abc\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000>\\r\\nimport \\'_typing\\' # \\r\\nimport \\'typing\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0>\\r\\nimport \\'pkgutil\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0>\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\\'\\r\\nimport \\'__future__\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60>\\r\\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\\'\\r\\n# extension module \\'_json\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_json\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_json\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0>\\r\\nimport \\'json.scanner\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760>\\r\\nimport \\'json.decoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070>\\r\\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\\r\\n# code object from \\'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\\'\\r\\nimport \\'json.encoder\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0>\\r\\nimport \\'json\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20>\\r\\nimport \\'atexit\\' # \\r\\n# extension module \\'grp\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'grp\\' executed from \\'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'grp\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0>\\r\\n# extension module \\'fcntl\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'fcntl\\' executed from \\'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'fcntl\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0>\\r\\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\\'\\r\\nimport \\'_locale\\' # \\r\\nimport \\'locale\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30>\\r\\nimport \\'pwd\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\\'\\r\\nimport \\'platform\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80>\\r\\n# extension module \\'select\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'select\\' executed from \\'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'select\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0>\\r\\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\\'\\r\\nimport \\'selectors\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170>\\r\\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\\'\\r\\nimport \\'shlex\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350>\\r\\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\\'\\r\\nimport \\'signal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10>\\r\\n# extension module \\'_posixsubprocess\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_posixsubprocess\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_posixsubprocess\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30>\\r\\nimport \\'subprocess\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0>\\r\\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\\'\\r\\nimport \\'token\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0>\\r\\nimport \\'_tokenize\\' # \\r\\nimport \\'tokenize\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880>\\r\\nimport \\'linecache\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0>\\r\\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\\'\\r\\nimport \\'textwrap\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0>\\r\\nimport \\'traceback\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0>\\r\\n# extension module \\'syslog\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'syslog\\' executed from \\'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'syslog\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\\'\\r\\nimport \\'systemd\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\\'\\r\\n# extension module \\'_datetime\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_datetime\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_datetime\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80>\\r\\nimport \\'datetime\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40>\\r\\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\\'\\r\\n# extension module \\'_uuid\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_uuid\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_uuid\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0>\\r\\nimport \\'uuid\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340>\\r\\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\\'\\r\\nimport \\'_string\\' # \\r\\nimport \\'string\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0>\\r\\nimport \\'logging\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350>\\r\\n# extension module \\'systemd._journal\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._journal\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._journal\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860>\\r\\n# extension module \\'systemd._reader\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._reader\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._reader\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0>\\r\\n# extension module \\'systemd.id128\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd.id128\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd.id128\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0>\\r\\nimport \\'systemd.journal\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380>\\r\\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\\'\\r\\n# extension module \\'_socket\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_socket\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_socket\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0>\\r\\n# extension module \\'array\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'array\\' executed from \\'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'array\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0>\\r\\nimport \\'socket\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40>\\r\\n# extension module \\'systemd._daemon\\' loaded from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'systemd._daemon\\' executed from \\'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'systemd._daemon\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0>\\r\\nimport \\'systemd.daemon\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.compat\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.six\\' # \\r\\nimport \\'ansible.module_utils.six.moves\\' # \\r\\nimport \\'ansible.module_utils.six.moves.collections_abc\\' # \\r\\nimport \\'ansible.module_utils.common.text.converters\\' # \\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'_ctypes\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_ctypes\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_ctypes\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980>\\r\\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\\r\\n# code object from \\'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\\'\\r\\nimport \\'ctypes._endian\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0>\\r\\nimport \\'ctypes\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0>\\r\\nimport \\'ansible.module_utils.compat.selinux\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils._text\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\\'\\r\\nimport \\'copy\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.collections\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.warnings\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.errors\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.parsing.convert_bool\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\\'\\r\\nimport \\'_ast\\' # \\r\\nimport \\'ast\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.text.formatters\\' # \\r\\nimport \\'ansible.module_utils.common.validation\\' # \\r\\nimport \\'ansible.module_utils.common.parameters\\' # \\r\\nimport \\'ansible.module_utils.common.arg_spec\\' # \\r\\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\\'\\r\\n# extension module \\'_hashlib\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_hashlib\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_hashlib\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0>\\r\\n# extension module \\'_blake2\\' loaded from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'_blake2\\' executed from \\'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'_blake2\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0>\\r\\nimport \\'hashlib\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440>\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common.locale\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\\r\\n# code object from \\'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# extension module \\'selinux._selinux\\' loaded from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\n# extension module \\'selinux._selinux\\' executed from \\'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\\'\\r\\nimport \\'selinux._selinux\\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0>\\r\\nimport \\'selinux\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80>\\r\\nimport \\'ansible.module_utils.common.file\\' # \\r\\nimport \\'ansible.module_utils.common.process\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\\'\\r\\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\\r\\n# code object from \\'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\\'\\r\\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\\r\\n# code object from \\'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\\'\\r\\nimport \\'gettext\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0>\\r\\nimport \\'argparse\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10>\\r\\nimport \\'distro.distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0>\\r\\nimport \\'distro\\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00>\\r\\n# destroy ansible.module_utils.distro\\r\\nimport \\'ansible.module_utils.distro\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.module_utils.common._utils\\' # \\r\\nimport \\'ansible.module_utils.common.sys_info\\' # \\r\\nimport \\'ansible.module_utils.basic\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\nimport \\'ansible.modules\\' # \\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n# zipimport: zlib available\\r\\n\\r\\n{\"path\": \"/tmp/tests_ssh\", \"changed\": false, \"state\": \"absent\", \"invocation\": {\"module_args\": {\"path\": \"/tmp/tests_ssh\", \"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}}}\\r\\n# destroy __main__\\r\\n# clear sys.path_importer_cache\\r\\n# clear sys.path_hooks\\r\\n# clear builtins._\\r\\n# clear sys.path\\r\\n# clear sys.argv\\r\\n# clear sys.ps1\\r\\n# clear sys.ps2\\r\\n# clear sys.last_exc\\r\\n# clear sys.last_type\\r\\n# clear sys.last_value\\r\\n# clear sys.last_traceback\\r\\n# clear sys.__interactivehook__\\r\\n# clear sys.meta_path\\r\\n# restore sys.stdin\\r\\n# restore sys.stdout\\r\\n# restore sys.stderr\\r\\n# cleanup[2] removing sys\\r\\n# cleanup[2] removing builtins\\r\\n# cleanup[2] removing _frozen_importlib\\r\\n# cleanup[2] removing _imp\\r\\n# cleanup[2] removing _thread\\r\\n# cleanup[2] removing _warnings\\r\\n# cleanup[2] removing _weakref\\r\\n# cleanup[2] removing _io\\r\\n# cleanup[2] removing marshal\\r\\n# cleanup[2] removing posix\\r\\n# cleanup[2] removing _frozen_importlib_external\\r\\n# cleanup[2] removing time\\r\\n# cleanup[2] removing zipimport\\r\\n# cleanup[2] removing _codecs\\r\\n# cleanup[2] removing codecs\\r\\n# cleanup[2] removing encodings.aliases\\r\\n# cleanup[2] removing encodings\\r\\n# cleanup[2] removing encodings.utf_8\\r\\n# cleanup[2] removing _signal\\r\\n# cleanup[2] removing _abc\\r\\n# cleanup[2] removing abc\\r\\n# cleanup[2] removing io\\r\\n# cleanup[2] removing __main__\\r\\n# cleanup[2] removing _stat\\r\\n# cleanup[2] removing stat\\r\\n# cleanup[2] removing _collections_abc\\r\\n# cleanup[2] removing genericpath\\r\\n# cleanup[2] removing posixpath\\r\\n# cleanup[2] removing os.path\\r\\n# cleanup[2] removing os\\r\\n# cleanup[2] removing _sitebuiltins\\r\\n# cleanup[2] removing encodings.utf_8_sig\\r\\n# cleanup[2] removing _distutils_hack\\r\\n# destroy _distutils_hack\\r\\n# cleanup[2] removing site\\r\\n# destroy site\\r\\n# cleanup[2] removing types\\r\\n# cleanup[2] removing _operator\\r\\n# cleanup[2] removing operator\\r\\n# cleanup[2] removing itertools\\r\\n# cleanup[2] removing keyword\\r\\n# destroy keyword\\r\\n# cleanup[2] removing reprlib\\r\\n# destroy reprlib\\r\\n# cleanup[2] removing _collections\\r\\n# cleanup[2] removing collections\\r\\n# cleanup[2] removing _functools\\r\\n# cleanup[2] removing functools\\r\\n# cleanup[2] removing enum\\r\\n# cleanup[2] removing _sre\\r\\n# cleanup[2] removing re._constants\\r\\n# cleanup[2] removing re._parser\\r\\n# cleanup[2] removing re._casefix\\r\\n# cleanup[2] removing re._compiler\\r\\n# cleanup[2] removing copyreg\\r\\n# cleanup[2] removing re\\r\\n# cleanup[2] removing _struct\\r\\n# cleanup[2] removing struct\\r\\n# cleanup[2] removing binascii\\r\\n# cleanup[2] removing base64\\r\\n# destroy base64\\r\\n# cleanup[2] removing importlib._bootstrap\\r\\n# cleanup[2] removing importlib._bootstrap_external\\r\\n# cleanup[2] removing warnings\\r\\n# cleanup[2] removing importlib\\r\\n# cleanup[2] removing importlib.machinery\\r\\n# cleanup[2] removing importlib._abc\\r\\n# cleanup[2] removing importlib.util\\r\\n# cleanup[2] removing runpy\\r\\n# destroy runpy\\r\\n# cleanup[2] removing fnmatch\\r\\n# cleanup[2] removing errno\\r\\n# cleanup[2] removing zlib\\r\\n# cleanup[2] removing _compression\\r\\n# cleanup[2] removing _bz2\\r\\n# cleanup[2] removing bz2\\r\\n# cleanup[2] removing _lzma\\r\\n# cleanup[2] removing lzma\\r\\n# cleanup[2] removing shutil\\r\\n# cleanup[2] removing math\\r\\n# cleanup[2] removing _bisect\\r\\n# cleanup[2] removing bisect\\r\\n# destroy bisect\\r\\n# cleanup[2] removing _random\\r\\n# cleanup[2] removing _sha2\\r\\n# cleanup[2] removing random\\r\\n# destroy random\\r\\n# cleanup[2] removing _weakrefset\\r\\n# destroy _weakrefset\\r\\n# cleanup[2] removing weakref\\r\\n# cleanup[2] removing tempfile\\r\\n# cleanup[2] removing threading\\r\\n# cleanup[2] removing contextlib\\r\\n# cleanup[2] removing ntpath\\r\\n# cleanup[2] removing urllib\\r\\n# destroy urllib\\r\\n# cleanup[2] removing ipaddress\\r\\n# cleanup[2] removing urllib.parse\\r\\n# destroy urllib.parse\\r\\n# cleanup[2] removing pathlib\\r\\n# cleanup[2] removing zipfile._path.glob\\r\\n# cleanup[2] removing zipfile._path\\r\\n# cleanup[2] removing zipfile\\r\\n# cleanup[2] removing encodings.cp437\\r\\n# cleanup[2] removing collections.abc\\r\\n# cleanup[2] removing _typing\\r\\n# cleanup[2] removing typing\\r\\n# destroy typing\\r\\n# cleanup[2] removing pkgutil\\r\\n# destroy pkgutil\\r\\n# cleanup[2] removing ansible\\r\\n# destroy ansible\\r\\n# cleanup[2] removing ansible.module_utils\\r\\n# destroy ansible.module_utils\\r\\n# cleanup[2] removing __future__\\r\\n# destroy __future__\\r\\n# cleanup[2] removing _json\\r\\n# cleanup[2] removing json.scanner\\r\\n# cleanup[2] removing json.decoder\\r\\n# cleanup[2] removing json.encoder\\r\\n# cleanup[2] removing json\\r\\n# cleanup[2] removing atexit\\r\\n# cleanup[2] removing grp\\r\\n# cleanup[2] removing fcntl\\r\\n# cleanup[2] removing _locale\\r\\n# cleanup[2] removing locale\\r\\n# cleanup[2] removing pwd\\r\\n# cleanup[2] removing platform\\r\\n# cleanup[2] removing select\\r\\n# cleanup[2] removing selectors\\r\\n# cleanup[2] removing shlex\\r\\n# cleanup[2] removing signal\\r\\n# cleanup[2] removing _posixsubprocess\\r\\n# cleanup[2] removing subprocess\\r\\n# cleanup[2] removing token\\r\\n# destroy token\\r\\n# cleanup[2] removing _tokenize\\r\\n# cleanup[2] removing tokenize\\r\\n# cleanup[2] removing linecache\\r\\n# cleanup[2] removing textwrap\\r\\n# cleanup[2] removing traceback\\r\\n# cleanup[2] removing syslog\\r\\n# cleanup[2] removing systemd\\r\\n# destroy systemd\\r\\n# cleanup[2] removing _datetime\\r\\n# cleanup[2] removing datetime\\r\\n# cleanup[2] removing _uuid\\r\\n# cleanup[2] removing uuid\\r\\n# cleanup[2] removing _string\\r\\n# cleanup[2] removing string\\r\\n# destroy string\\r\\n# cleanup[2] removing logging\\r\\n# cleanup[2] removing systemd._journal\\r\\n# cleanup[2] removing systemd._reader\\r\\n# cleanup[2] removing systemd.id128\\r\\n# cleanup[2] removing systemd.journal\\r\\n# cleanup[2] removing _socket\\r\\n# cleanup[2] removing array\\r\\n# cleanup[2] removing socket\\r\\n# destroy socket\\r\\n# cleanup[2] removing systemd._daemon\\r\\n# cleanup[2] removing systemd.daemon\\r\\n# cleanup[2] removing ansible.module_utils.compat\\r\\n# destroy ansible.module_utils.compat\\r\\n# cleanup[2] removing ansible.module_utils.common\\r\\n# destroy ansible.module_utils.common\\r\\n# cleanup[2] removing ansible.module_utils.common.text\\r\\n# destroy ansible.module_utils.common.text\\r\\n# cleanup[2] removing ansible.module_utils.six\\r\\n# destroy ansible.module_utils.six\\r\\n# cleanup[2] removing ansible.module_utils.six.moves\\r\\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[2] removing ansible.module_utils.common.text.converters\\r\\n# destroy ansible.module_utils.common.text.converters\\r\\n# cleanup[2] removing _ctypes\\r\\n# cleanup[2] removing ctypes._endian\\r\\n# cleanup[2] removing ctypes\\r\\n# destroy ctypes\\r\\n# cleanup[2] removing ansible.module_utils.compat.selinux\\r\\n# cleanup[2] removing ansible.module_utils._text\\r\\n# destroy ansible.module_utils._text\\r\\n# cleanup[2] removing copy\\r\\n# destroy copy\\r\\n# cleanup[2] removing ansible.module_utils.common.collections\\r\\n# destroy ansible.module_utils.common.collections\\r\\n# cleanup[2] removing ansible.module_utils.common.warnings\\r\\n# destroy ansible.module_utils.common.warnings\\r\\n# cleanup[2] removing ansible.module_utils.errors\\r\\n# destroy ansible.module_utils.errors\\r\\n# cleanup[2] removing ansible.module_utils.parsing\\r\\n# destroy ansible.module_utils.parsing\\r\\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\\r\\n# destroy ansible.module_utils.parsing.convert_bool\\r\\n# cleanup[2] removing _ast\\r\\n# destroy _ast\\r\\n# cleanup[2] removing ast\\r\\n# destroy ast\\r\\n# cleanup[2] removing ansible.module_utils.common.text.formatters\\r\\n# destroy ansible.module_utils.common.text.formatters\\r\\n# cleanup[2] removing ansible.module_utils.common.validation\\r\\n# destroy ansible.module_utils.common.validation\\r\\n# cleanup[2] removing ansible.module_utils.common.parameters\\r\\n# destroy ansible.module_utils.common.parameters\\r\\n# cleanup[2] removing ansible.module_utils.common.arg_spec\\r\\n# destroy ansible.module_utils.common.arg_spec\\r\\n# cleanup[2] removing _hashlib\\r\\n# cleanup[2] removing _blake2\\r\\n# cleanup[2] removing hashlib\\r\\n# cleanup[2] removing ansible.module_utils.common.locale\\r\\n# destroy ansible.module_utils.common.locale\\r\\n# cleanup[2] removing swig_runtime_data4\\r\\n# destroy swig_runtime_data4\\r\\n# cleanup[2] removing selinux._selinux\\r\\n# cleanup[2] removing selinux\\r\\n# cleanup[2] removing ansible.module_utils.common.file\\r\\n# destroy ansible.module_utils.common.file\\r\\n# cleanup[2] removing ansible.module_utils.common.process\\r\\n# destroy ansible.module_utils.common.process\\r\\n# cleanup[2] removing gettext\\r\\n# destroy gettext\\r\\n# cleanup[2] removing argparse\\r\\n# cleanup[2] removing distro.distro\\r\\n# cleanup[2] removing distro\\r\\n# cleanup[2] removing ansible.module_utils.distro\\r\\n# cleanup[2] removing ansible.module_utils.common._utils\\r\\n# destroy ansible.module_utils.common._utils\\r\\n# cleanup[2] removing ansible.module_utils.common.sys_info\\r\\n# destroy ansible.module_utils.common.sys_info\\r\\n# cleanup[2] removing ansible.module_utils.basic\\r\\n# destroy ansible.module_utils.basic\\r\\n# cleanup[2] removing ansible.modules\\r\\n# destroy ansible.modules\\r\\n# destroy _sitebuiltins\\r\\n# destroy importlib.machinery\\r\\n# destroy importlib._abc\\r\\n# destroy importlib.util\\r\\n# destroy _bz2\\r\\n# destroy _compression\\r\\n# destroy _lzma\\r\\n# destroy binascii\\r\\n# destroy struct\\r\\n# destroy zlib\\r\\n# destroy bz2\\r\\n# destroy lzma\\r\\n# destroy zipfile._path\\r\\n# destroy zipfile\\r\\n# destroy pathlib\\r\\n# destroy zipfile._path.glob\\r\\n# destroy ipaddress\\r\\n# destroy ntpath\\r\\n# destroy importlib\\r\\n# destroy zipimport\\r\\n# destroy array\\r\\n# cleanup[3] wiping ansible.module_utils.distro\\r\\n# destroy distro.distro\\r\\n# cleanup[3] wiping distro\\r\\n# cleanup[3] wiping argparse\\r\\n# cleanup[3] wiping selinux\\r\\n# cleanup[3] wiping selinux._selinux\\r\\n# cleanup[3] wiping hashlib\\r\\n# cleanup[3] wiping _blake2\\r\\n# cleanup[3] wiping _hashlib\\r\\n# cleanup[3] wiping ansible.module_utils.compat.selinux\\r\\n# cleanup[3] wiping ctypes._endian\\r\\n# cleanup[3] wiping _ctypes\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\\r\\n# cleanup[3] wiping ansible.module_utils.six.moves\\r\\n# cleanup[3] wiping systemd.daemon\\r\\n# cleanup[3] wiping systemd._daemon\\r\\n# cleanup[3] wiping _socket\\r\\n# cleanup[3] wiping systemd.journal\\r\\n# destroy uuid\\r\\n# cleanup[3] wiping systemd.id128\\r\\n# cleanup[3] wiping systemd._reader\\r\\n# cleanup[3] wiping systemd._journal\\r\\n# cleanup[3] wiping logging\\r\\n# cleanup[3] wiping _string\\r\\n# cleanup[3] wiping _uuid\\r\\n# cleanup[3] wiping datetime\\r\\n# cleanup[3] wiping _datetime\\r\\n# cleanup[3] wiping syslog\\r\\n# cleanup[3] wiping traceback\\r\\n# destroy linecache\\r\\n# destroy textwrap\\r\\n# cleanup[3] wiping tokenize\\r\\n# cleanup[3] wiping _tokenize\\r\\n# cleanup[3] wiping subprocess\\r\\n# destroy signal\\r\\n# destroy threading\\r\\n# cleanup[3] wiping _posixsubprocess\\r\\n# destroy _posixsubprocess\\r\\n# cleanup[3] wiping shlex\\r\\n# cleanup[3] wiping selectors\\r\\n# cleanup[3] wiping select\\r\\n# cleanup[3] wiping platform\\r\\n# cleanup[3] wiping pwd\\r\\n# cleanup[3] wiping locale\\r\\n# destroy encodings\\r\\n# cleanup[3] wiping _locale\\r\\n# destroy _locale\\r\\n# cleanup[3] wiping fcntl\\r\\n# cleanup[3] wiping grp\\r\\n# cleanup[3] wiping atexit\\r\\n# cleanup[3] wiping json\\r\\n# destroy json.decoder\\r\\n# destroy json.encoder\\r\\n# cleanup[3] wiping json.scanner\\r\\n# cleanup[3] wiping _json\\r\\n# cleanup[3] wiping _typing\\r\\n# cleanup[3] wiping collections.abc\\r\\n# cleanup[3] wiping encodings.cp437\\r\\n# cleanup[3] wiping contextlib\\r\\n# cleanup[3] wiping tempfile\\r\\n# destroy io\\r\\n# destroy weakref\\r\\n# cleanup[3] wiping _sha2\\r\\n# cleanup[3] wiping _random\\r\\n# cleanup[3] wiping _bisect\\r\\n# cleanup[3] wiping math\\r\\n# cleanup[3] wiping shutil\\r\\n# destroy fnmatch\\r\\n# cleanup[3] wiping errno\\r\\n# cleanup[3] wiping warnings\\r\\n# cleanup[3] wiping importlib._bootstrap_external\\r\\n# cleanup[3] wiping importlib._bootstrap\\r\\n# cleanup[3] wiping _struct\\r\\n# cleanup[3] wiping re\\r\\n# destroy re._constants\\r\\n# destroy re._casefix\\r\\n# destroy re._compiler\\r\\n# destroy enum\\r\\n# cleanup[3] wiping copyreg\\r\\n# cleanup[3] wiping re._parser\\r\\n# cleanup[3] wiping _sre\\r\\n# cleanup[3] wiping functools\\r\\n# cleanup[3] wiping _functools\\r\\n# cleanup[3] wiping collections\\r\\n# destroy collections.abc\\r\\n# cleanup[3] wiping _collections\\r\\n# cleanup[3] wiping itertools\\r\\n# cleanup[3] wiping operator\\r\\n# cleanup[3] wiping _operator\\r\\n# cleanup[3] wiping types\\r\\n# cleanup[3] wiping encodings.utf_8_sig\\r\\n# cleanup[3] wiping os\\r\\n# destroy abc\\r\\n# cleanup[3] wiping os.path\\r\\n# destroy genericpath\\r\\n# cleanup[3] wiping posixpath\\r\\n# cleanup[3] wiping _collections_abc\\r\\n# cleanup[3] wiping stat\\r\\n# cleanup[3] wiping _stat\\r\\n# destroy _stat\\r\\n# cleanup[3] wiping __main__\\r\\n# cleanup[3] wiping _abc\\r\\n# cleanup[3] wiping _signal\\r\\n# cleanup[3] wiping encodings.utf_8\\r\\n# cleanup[3] wiping encodings.aliases\\r\\n# cleanup[3] wiping codecs\\r\\n# cleanup[3] wiping _codecs\\r\\n# cleanup[3] wiping time\\r\\n# cleanup[3] wiping _frozen_importlib_external\\r\\n# cleanup[3] wiping posix\\r\\n# cleanup[3] wiping marshal\\r\\n# cleanup[3] wiping _io\\r\\n# cleanup[3] wiping _weakref\\r\\n# cleanup[3] wiping _warnings\\r\\n# cleanup[3] wiping _thread\\r\\n# cleanup[3] wiping _imp\\r\\n# cleanup[3] wiping _frozen_importlib\\r\\n# cleanup[3] wiping sys\\r\\n# cleanup[3] wiping builtins\\r\\n# destroy systemd._daemon\\r\\n# destroy systemd.id128\\r\\n# destroy systemd._reader\\r\\n# destroy systemd._journal\\r\\n# destroy _datetime\\r\\n# destroy sys.monitoring\\r\\n# destroy _socket\\r\\n# destroy _collections_abc\\r\\n# destroy _weakref\\r\\n# destroy _uuid\\r\\n# destroy posixpath\\r\\n# destroy __main__\\r\\n# destroy atexit\\r\\n# destroy errno\\r\\n# destroy grp\\r\\n# destroy fcntl\\r\\n# destroy locale\\r\\n# destroy pwd\\r\\n# destroy selectors\\r\\n# destroy shutil\\r\\n# destroy tempfile\\r\\n# destroy traceback\\r\\n# destroy syslog\\r\\n# destroy systemd.journal\\r\\n# destroy systemd.daemon\\r\\n# destroy ansible.module_utils.compat.selinux\\r\\n# destroy hashlib\\r\\n# destroy selinux\\r\\n# destroy ansible.module_utils.six.moves.urllib\\r\\n# destroy ansible.module_utils.six.moves\\r\\n# destroy datetime\\r\\n# destroy re._parser\\r\\n# destroy tokenize\\r\\n# destroy _string\\r\\n# destroy _frozen_importlib_external\\r\\n# destroy _imp\\r\\n# destroy marshal\\r\\n# destroy ansible.module_utils.six.moves.urllib_parse\\r\\n# destroy ansible.module_utils.six.moves.urllib.error\\r\\n# destroy ansible.module_utils.six.moves.urllib.request\\r\\n# destroy ansible.module_utils.six.moves.urllib.response\\r\\n# destroy ansible.module_utils.six.moves.urllib.robotparser\\r\\n# destroy stat\\r\\n# destroy _blake2\\r\\n# destroy platform\\r\\n# destroy distro\\r\\n# destroy json.scanner\\r\\n# destroy _json\\r\\n# destroy select\\r\\n# destroy _hashlib\\r\\n# destroy selinux._selinux\\r\\n# destroy collections\\r\\n# destroy copyreg\\r\\n# destroy contextlib\\r\\n# destroy _signal\\r\\n# destroy _typing\\r\\n# destroy _tokenize\\r\\n# destroy argparse\\r\\n# destroy json\\r\\n# destroy logging\\r\\n# destroy shlex\\r\\n# destroy subprocess\\r\\n# destroy warnings\\r\\n# destroy operator\\r\\n# clear sys.meta_path\\r\\n# clear sys.modules\\r\\n# destroy _frozen_importlib\\r\\n# destroy codecs\\r\\n# destroy encodings.aliases\\r\\n# destroy encodings.utf_8\\r\\n# destroy encodings.utf_8_sig\\r\\n# destroy encodings.cp437\\r\\n# destroy _codecs\\r\\n# destroy functools\\r\\n# destroy time\\r\\n# destroy _warnings\\r\\n# destroy math\\r\\n# destroy _bisect\\r\\n# destroy re\\r\\n# destroy _random\\r\\n# destroy itertools\\r\\n# destroy _collections\\r\\n# destroy _operator\\r\\n# destroy _sha2\\r\\n# destroy builtins\\r\\n# destroy _thread\\r\\n# destroy _abc\\r\\n# destroy _sre\\r\\n# destroy posix\\r\\n# destroy _functools\\r\\n# destroy _io\\r\\n# clear sys.audit hooks\\r\\n', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\nShared connection to 10.31.47.113 closed.\\r\\n\")\n 5169 1726879825.85100: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport '_thread' # \r\nimport '_warnings' # \r\nimport '_weakref' # \r\nimport '_io' # \r\nimport 'marshal' # \r\nimport 'posix' # \r\nimport '_frozen_importlib_external' # \r\n# installing zipimport hook\r\nimport 'time' # \r\nimport 'zipimport' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\r\nimport '_codecs' # \r\nimport 'codecs' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\r\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530>\r\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\r\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0>\r\nimport '_signal' # \r\nimport '_abc' # \r\nimport 'abc' # \r\nimport 'io' # \r\nimport '_stat' # \r\nimport 'stat' # \r\nimport '_collections_abc' # \r\nimport 'genericpath' # \r\nimport 'posixpath' # \r\nimport 'os' # \r\nimport '_sitebuiltins' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: '/usr/lib64/python3.12/site-packages'\r\nAdding directory: '/usr/lib/python3.12/site-packages'\r\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\r\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\r\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0>\r\nimport 'site' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\r\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\r\nimport '_operator' # \r\nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\r\nimport 'itertools' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\r\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\r\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0>\r\nimport '_collections' # \r\nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30>\r\nimport '_functools' # \r\nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250>\r\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\r\nimport '_sre' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\r\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830>\r\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\r\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120>\r\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\r\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890>\r\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\r\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\r\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40>\r\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0>\r\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\r\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0>\r\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\r\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0>\r\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370>\r\nimport 'importlib.machinery' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\r\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570>\r\nimport 'importlib.util' # \r\nimport 'runpy' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\r\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0>\r\nimport 'errno' # \r\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\r\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\r\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80>\r\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0>\r\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\r\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\r\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0>\r\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530>\r\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\r\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\r\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\r\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\r\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0>\r\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530>\r\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\r\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650>\r\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980>\r\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\r\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0>\r\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80>\r\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\r\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\r\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\r\nimport 'ntpath' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\r\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\r\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30>\r\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0>\r\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\r\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0>\r\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550>\r\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30>\r\n# code object from '/usr/lib64/python3.12/encodings/cp437.pyc'\r\nimport 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0>\r\n# zipimport: found 30 names in '/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\r\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000>\r\nimport '_typing' # \r\nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0>\r\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0>\r\n# zipimport: zlib available\r\nimport 'ansible' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\r\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\r\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\r\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0>\r\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760>\r\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\r\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0>\r\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20>\r\nimport 'atexit' # \r\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\r\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0>\r\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\r\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\r\nimport '_locale' # \r\nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30>\r\nimport 'pwd' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\r\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80>\r\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\r\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\r\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\r\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\r\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10>\r\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\r\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30>\r\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\r\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0>\r\nimport '_tokenize' # \r\nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880>\r\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\r\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0>\r\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0>\r\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\r\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\r\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\r\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\r\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80>\r\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\r\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\r\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0>\r\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\r\nimport '_string' # \r\nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0>\r\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350>\r\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860>\r\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0>\r\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0>\r\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\r\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\r\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0>\r\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\r\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0>\r\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40>\r\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\r\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0>\r\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.compat' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.six' # \r\nimport 'ansible.module_utils.six.moves' # \r\nimport 'ansible.module_utils.six.moves.collections_abc' # \r\nimport 'ansible.module_utils.common.text.converters' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\r\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\r\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\r\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0>\r\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0>\r\nimport 'ansible.module_utils.compat.selinux' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils._text' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\r\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.collections' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.warnings' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.errors' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.parsing.convert_bool' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\r\nimport '_ast' # \r\nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.text.formatters' # \r\nimport 'ansible.module_utils.common.validation' # \r\nimport 'ansible.module_utils.common.parameters' # \r\nimport 'ansible.module_utils.common.arg_spec' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\r\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\r\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0>\r\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\r\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0>\r\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common.locale' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\r\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\r\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0>\r\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80>\r\nimport 'ansible.module_utils.common.file' # \r\nimport 'ansible.module_utils.common.process' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\r\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0>\r\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10>\r\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0>\r\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00>\r\n# destroy ansible.module_utils.distro\r\nimport 'ansible.module_utils.distro' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.module_utils.common._utils' # \r\nimport 'ansible.module_utils.common.sys_info' # \r\nimport 'ansible.module_utils.basic' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport 'ansible.modules' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{\"path\": \"/tmp/tests_ssh\", \"changed\": false, \"state\": \"absent\", \"invocation\": {\"module_args\": {\"path\": \"/tmp/tests_ssh\", \"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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n 5169 1726879825.86580: done with _execute_module (file, {'path': '/tmp/tests_ssh', 'state': 'absent', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879825.510299-5500-264774892908666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None})\n 5169 1726879825.86593: _low_level_execute_command(): starting\n 5169 1726879825.86597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ > /dev/null 2>&1 && sleep 0'\n<10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None\n<10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath=\"/root/.ansible/cp/041a7dca25\"' 10.31.47.113 '/bin/sh -c '\"'\"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ > /dev/null 2>&1 && sleep 0'\"'\"''\n 5169 1726879825.86607: stderr chunk (state=2):\n>>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\n<<<\n 5169 1726879825.86610: stderr chunk (state=3):\n>>>debug1: Reading configuration data /root/.ssh/config\r\n<<<\n 5169 1726879825.86619: stderr chunk (state=3):\n>>>debug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\n<<<\n 5169 1726879825.86623: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\n<<<\n 5169 1726879825.86626: stderr chunk (state=3):\n>>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\n<<<\n 5169 1726879825.86628: stderr chunk (state=3):\n>>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\n<<<\n 5169 1726879825.86631: stderr chunk (state=3):\n>>>debug2: fd 3 setting O_NONBLOCK\r\n<<<\n 5169 1726879825.86633: stderr chunk (state=3):\n>>>debug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\n<<<\n 5169 1726879825.86636: stderr chunk (state=3):\n>>>debug3: mux_client_request_alive: done pid = 3061\r\n<<<\n 5169 1726879825.86638: stderr chunk (state=3):\n>>>debug3: mux_client_request_session: session request sent\r\n<<<\n 5169 1726879825.86641: stderr chunk (state=3):\n>>>debug1: mux_client_request_session: master session id: 2\r\n<<<\n 5169 1726879825.88298: stderr chunk (state=3):\n>>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n<<<\n 5169 1726879825.88356: stderr chunk (state=3):\n>>><<<\n 5169 1726879825.88360: stdout chunk (state=3):\n>>><<<\n<10.31.47.113> (0, b'', b\"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\\r\\ndebug2: match not found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug1: configuration requests final Match pass\\r\\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\\r\\ndebug1: re-parsing configuration\\r\\ndebug1: Reading configuration data /root/.ssh/config\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config\\r\\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\\r\\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\\r\\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\\r\\ndebug2: match found\\r\\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\\r\\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\\r\\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\\r\\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\\r\\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\\r\\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\\r\\ndebug2: fd 3 setting O_NONBLOCK\\r\\ndebug2: mux_client_hello_exchange: master version 4\\r\\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\\r\\ndebug3: mux_client_request_session: entering\\r\\ndebug3: mux_client_request_alive: entering\\r\\ndebug3: mux_client_request_alive: done pid = 3061\\r\\ndebug3: mux_client_request_session: session request sent\\r\\ndebug1: mux_client_request_session: master session id: 2\\r\\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\\r\\ndebug2: Received exit status from master 0\\r\\n\")\n 5169 1726879825.88387: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n 5169 1726879825.88390: handler run complete\n 5169 1726879825.88571: variable 'inventory_hostname' from source: host vars for 'managed_node3'\n 5169 1726879825.88575: variable 'ansible_host' from source: host vars for 'managed_node3'\n 5169 1726879825.88578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3'\n 5169 1726879825.88580: variable 'ansible_port' from source: unknown\n 5169 1726879825.88583: variable 'ansible_user' from source: unknown\n 5169 1726879825.88585: attempt loop complete, returning result\n 5169 1726879825.88588: _execute() done\n 5169 1726879825.88590: dumping result to json\n 5169 1726879825.88593: done dumping result, returning\n 5169 1726879825.88595: done running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path [0229e9c9-8e59-8f9b-2ddb-00000000000d]\n 5169 1726879825.88727: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000d\n 5169 1726879825.89070: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000d\n 5169 1726879825.89074: WORKER PROCESS EXITING\nok: [managed_node3] => {\n \"changed\": false,\n \"invocation\": {\n \"module_args\": {\n \"_diff_peek\": null,\n \"_original_basename\": null,\n \"access_time\": null,\n \"access_time_format\": \"%Y%m%d%H%M.%S\",\n \"attributes\": null,\n \"follow\": true,\n \"force\": false,\n \"group\": null,\n \"mode\": null,\n \"modification_time\": null,\n \"modification_time_format\": \"%Y%m%d%H%M.%S\",\n \"owner\": null,\n \"path\": \"/tmp/tests_ssh\",\n \"recurse\": false,\n \"selevel\": null,\n \"serole\": null,\n \"setype\": null,\n \"seuser\": null,\n \"src\": null,\n \"state\": \"absent\",\n \"unsafe_writes\": false\n }\n },\n \"path\": \"/tmp/tests_ssh\",\n \"state\": \"absent\"\n}\n 5169 1726879825.89151: no more pending results, returning what we have\n 5169 1726879825.89154: results queue empty\n 5169 1726879825.89155: checking for any_errors_fatal\n 5169 1726879825.89161: done checking for any_errors_fatal\n 5169 1726879825.89162: checking for max_fail_percentage\n 5169 1726879825.89163: done checking for max_fail_percentage\n 5169 1726879825.89168: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.89169: done checking to see if all hosts have failed\n 5169 1726879825.89170: getting the remaining hosts for this loop\n 5169 1726879825.89172: done getting the remaining hosts for this loop\n 5169 1726879825.89176: getting the next task for host managed_node2\n 5169 1726879825.89179: host managed_node2 is done iterating, returning\n 5169 1726879825.89180: getting the next task for host managed_node3\n 5169 1726879825.89189: done getting next task for host managed_node3\n 5169 1726879825.89191: ^ task is: TASK: meta (flush_handlers)\n 5169 1726879825.89193: ^ state is: HOST STATE: block=5, 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\n 5169 1726879825.89198: getting variables\n 5169 1726879825.89199: in VariableManager get_vars()\n 5169 1726879825.89228: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.89230: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.89234: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89244: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.89246: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89249: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.89410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.89550: done with get_vars()\n 5169 1726879825.89560: done getting variables\n 5169 1726879825.89617: in VariableManager get_vars()\n 5169 1726879825.89626: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.89628: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.89630: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89634: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.89635: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89637: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.89759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.89894: done with get_vars()\n 5169 1726879825.89905: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.89907: results queue empty\n 5169 1726879825.89907: checking for any_errors_fatal\n 5169 1726879825.89910: done checking for any_errors_fatal\n 5169 1726879825.89910: checking for max_fail_percentage\n 5169 1726879825.89914: done checking for max_fail_percentage\n 5169 1726879825.89915: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.89915: done checking to see if all hosts have failed\n 5169 1726879825.89916: getting the remaining hosts for this loop\n 5169 1726879825.89917: done getting the remaining hosts for this loop\n 5169 1726879825.89920: getting the next task for host managed_node2\n 5169 1726879825.89922: host managed_node2 is done iterating, returning\n 5169 1726879825.89923: getting the next task for host managed_node3\n 5169 1726879825.89928: done getting next task for host managed_node3\n 5169 1726879825.89930: ^ task is: TASK: meta (flush_handlers)\n 5169 1726879825.89932: ^ state is: HOST STATE: block=6, 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\n 5169 1726879825.89935: getting variables\n 5169 1726879825.89937: in VariableManager get_vars()\n 5169 1726879825.89946: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.89948: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.89951: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89957: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.89960: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.89963: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.90139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.90375: done with get_vars()\n 5169 1726879825.90384: done getting variables\n 5169 1726879825.90441: in VariableManager get_vars()\n 5169 1726879825.90451: Calling all_inventory to load vars for managed_node3\n 5169 1726879825.90454: Calling groups_inventory to load vars for managed_node3\n 5169 1726879825.90456: Calling all_plugins_inventory to load vars for managed_node3\n 5169 1726879825.90461: Calling all_plugins_play to load vars for managed_node3\n 5169 1726879825.90466: Calling groups_plugins_inventory to load vars for managed_node3\n 5169 1726879825.90470: Calling groups_plugins_play to load vars for managed_node3\n 5169 1726879825.90642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name\n 5169 1726879825.91008: done with get_vars()\n 5169 1726879825.91017: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.91018: results queue empty\n 5169 1726879825.91019: checking for any_errors_fatal\n 5169 1726879825.91020: done checking for any_errors_fatal\n 5169 1726879825.91020: checking for max_fail_percentage\n 5169 1726879825.91021: done checking for max_fail_percentage\n 5169 1726879825.91021: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.91022: done checking to see if all hosts have failed\n 5169 1726879825.91022: getting the remaining hosts for this loop\n 5169 1726879825.91023: done getting the remaining hosts for this loop\n 5169 1726879825.91024: getting the next task for host managed_node2\n 5169 1726879825.91025: host managed_node2 is done iterating, returning\n 5169 1726879825.91026: getting the next task for host managed_node3\n 5169 1726879825.91028: done getting next task for host managed_node3\n 5169 1726879825.91029: ^ task is: None\n 5169 1726879825.91029: ^ state is: HOST STATE: block=7, 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\n 5169 1726879825.91030: done queuing things up, now waiting for results queue to drain\n 5169 1726879825.91031: results queue empty\n 5169 1726879825.91031: checking for any_errors_fatal\n 5169 1726879825.91032: done checking for any_errors_fatal\n 5169 1726879825.91032: checking for max_fail_percentage\n 5169 1726879825.91033: done checking for max_fail_percentage\n 5169 1726879825.91033: checking to see if all hosts have failed and the running result is not ok\n 5169 1726879825.91034: done checking to see if all hosts have failed\n 5169 1726879825.91035: getting the next task for host managed_node2\n 5169 1726879825.91036: host managed_node2 is done iterating, returning\n 5169 1726879825.91036: getting the next task for host managed_node3\n 5169 1726879825.91038: done getting next task for host managed_node3\n 5169 1726879825.91038: ^ task is: None\n 5169 1726879825.91039: ^ state is: HOST STATE: block=7, 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\n\nPLAY RECAP *********************************************************************\nmanaged_node1 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0 \nmanaged_node2 : ok=10 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 \nmanaged_node3 : ok=24 changed=0 unreachable=0 failed=0 skipped=5 rescued=1 ignored=0 \n\nFriday 20 September 2024 20:50:25 -0400 (0:00:00.451) 0:00:23.547 ****** \n=============================================================================== \nGathering Facts -------------------------------------------------------- 10.08s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 \nGather facts from managed_node2 ----------------------------------------- 2.37s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58 \nfedora.linux_system_roles.kdump : Install required packages ------------- 1.63s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 \nfedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.87s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 \nfedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.83s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 \nfedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.62s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 \nfedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.61s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 \nfedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.60s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 \nfedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.56s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 \nfedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.54s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 \nfedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.54s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 \nfedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.54s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 \nfedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.45s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 \nCleanup kdump_path ------------------------------------------------------ 0.45s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96 \nfedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.44s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 \nfedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.44s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 \nfedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.43s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 \nfedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.42s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 \nfedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.42s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 \nfedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.13s\n/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 \n 5169 1726879825.91121: RUNNING CLEANUP", "stderr": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc4b8d10>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc46ba10>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc4bb290>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/local/lib64/python3.12/site-packages'\nAdding directory: '/usr/local/lib/python3.12/site-packages'\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc271910>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc272900>\nimport 'site' # \nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2ab140>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2ab350>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c1df0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2df410>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c2de0>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c04d0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2a83b0>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30aa80>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3096a0>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30aae0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c1760>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30bd40>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc273710>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338350>\n# /usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/_vendor/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3397f0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc339490>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc33a750>\nimport 'importlib.util' # \nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc354260>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc33ad50>\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc162390>\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc162210>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3551c0>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338d40>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc1b6ff0>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc21ed50>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc21e120>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc1b7e30>\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc236570>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc235eb0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc21f7d0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc356c90>\nimport 'ansible._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338c50>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/release.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc'\nimport 'ansible.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc161790>\nimport 'ansible' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338200>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc06cb90>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc08e2d0>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08d5b0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08e840>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b1a00>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b3230>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc0d5940>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0d6300>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b33e0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08eab0>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc10ffe0>\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc14a2a0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14b050>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc14b650>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14a600>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf000e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14b800>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc148380>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf006b0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc148530>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf00980>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3c9e0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf03a10>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b1880>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338260>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3fcb0>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f710>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5f440>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f500>\n# extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so'\nimport '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f8f0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5d940>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf79310>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf7b080>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3394f0>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbfa8260>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5fc20>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbfa8440>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5fdd0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfa9dc0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfa8aa0>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd9610>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd92b0>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfdaf60>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfda870>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaa6a80>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaa6ae0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338da0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5c770>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab81d0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd90d0>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab8e60>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab96a0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3db50>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab9c40>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab98e0>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3d430>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab9f10>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaba570>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabab10>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbadc1a0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaddd90>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbade8d0>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabba10>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbadfbc0>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabb6e0>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabaea0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc082930>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcad0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcd10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc'\nimport 'ansible.module_utils.compat.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcd70>\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafe4e0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafd130>\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbaff200>\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafe330>\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1f020>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbb1f170>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbb442c0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1d1f0>\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1d6a0>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/constants.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb47680>\n# /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc'\nimport 'atexit' # \n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5c8f0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/bccache.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9a0710>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a0e90>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb886e0>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a17c0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a20f0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9a0590>\nimport 'jinja2.bccache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5fc20>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/environment.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/markupsafe/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc'\n# extension module 'markupsafe._speedups' loaded from '/usr/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so'\n# extension module 'markupsafe._speedups' executed from '/usr/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so'\nimport 'markupsafe._speedups' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9ce270>\nimport 'markupsafe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9cc860>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/nodes.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/utils.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9eec30>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9eea20>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ee300>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9eee40>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ede20>\nimport 'jinja2.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ec2c0>\nimport 'jinja2.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ce3c0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/compiler.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc'\nimport 'jinja2.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba40b90>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/idtracking.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/visitor.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc'\nimport 'jinja2.visitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba42060>\nimport 'jinja2.idtracking' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba413a0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/optimizer.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc'\nimport 'jinja2.optimizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba425a0>\nimport 'jinja2.compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9cef30>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/defaults.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/filters.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/async_utils.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc'\nimport 'jinja2.async_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba6a600>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/runtime.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc'\nimport 'jinja2.runtime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba6b3b0>\nimport 'jinja2.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba680e0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/tests.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29ba10>\nimport 'jinja2.tests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29b140>\nimport 'jinja2.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba43ce0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/lexer.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/_identifier.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc'\nimport 'jinja2._identifier' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ba4e0>\nimport 'jinja2.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29be60>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/parser.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc'\nimport 'jinja2.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2bb200>\nimport 'jinja2.environment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5fcb0>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/loaders.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc'\nimport 'jinja2.loaders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ed970>\nimport 'jinja2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5cd70>\n# /usr/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/nativetypes.py\n# code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc'\nimport 'jinja2.nativetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5f8f0>\n# /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/yaml_strings.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc'\nimport 'ansible.errors.yaml_strings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef2c0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef4d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.common.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef5c0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/converters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2efaa0>\nimport 'ansible.module_utils.six.moves' # \nimport 'ansible.module_utils.six.moves.collections_abc' # \nimport 'ansible.module_utils.common.text.converters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef3e0>\nimport 'ansible.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ee900>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/error.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc'\nimport 'yaml.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3401a0>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/tokens.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc'\nimport 'yaml.tokens' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3404d0>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/events.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc'\nimport 'yaml.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3407d0>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/nodes.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc'\nimport 'yaml.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341190>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/loader.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/reader.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc'\nimport 'yaml.reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341820>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/scanner.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc'\nimport 'yaml.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341d00>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/parser.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc'\nimport 'yaml.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3430e0>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/composer.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc'\nimport 'yaml.composer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb343a40>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/constructor.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc'\nimport 'yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb343e30>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/resolver.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc'\nimport 'yaml.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d220>\nimport 'yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341490>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/dumper.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/emitter.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc'\nimport 'yaml.emitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d940>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/serializer.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc'\nimport 'yaml.serializer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36eae0>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/representer.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc'\nimport 'yaml.representer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36eea0>\nimport 'yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d730>\n# /usr/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/cyaml.py\n# code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc'\n# extension module 'yaml._yaml' loaded from '/usr/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so'\n# extension module 'yaml._yaml' executed from '/usr/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so'\nimport 'yaml._yaml' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb36fbc0>\nimport 'yaml.cyaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36f7d0>\nimport 'yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef050>\nimport 'ansible.module_utils.common.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2eecc0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19c9b0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/convert_bool.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc'\nimport 'ansible.module_utils.parsing.convert_bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19c8c0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19cbf0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/quoting.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc'\nimport 'ansible.parsing.quoting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ccb0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19cdd0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/objects.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc'\nimport 'ansible.parsing.yaml.objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ce30>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e120>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/path.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc'\nimport 'ansible.utils.path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e1e0>\nimport 'ansible.config.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb47710>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/collections.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc'\nimport 'ansible.module_utils.common.collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e750>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/fqcn.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc'\nimport 'ansible.utils.fqcn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ec90>\n# /usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc matches /usr/lib64/python3.12/encodings/unicode_escape.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc'\nimport 'encodings.unicode_escape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19f3b0>\nimport 'ansible.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb46060>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/display.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc'\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb1d2db0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d2750>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb1e31a0>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d16d0>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19eb10>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d21b0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1e1d60>\n# /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\n# code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc'\nimport 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d400>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/color.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc'\nimport 'ansible.utils.color' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19f650>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/multiprocessing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'\nimport 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20fda0>\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc'\nimport 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2253a0>\nimport 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20df70>\nimport 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d820>\nimport 'ansible.utils.multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d760>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/singleton.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc'\nimport 'ansible.utils.singleton' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20da30>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unsafe_proxy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/native_jinja.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc'\nimport 'ansible.utils.native_jinja' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23c560>\nimport 'ansible.utils.unsafe_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20f890>\nimport 'ansible.utils.display' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19fe90>\n# /usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/context.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/context_objects.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc'\nimport 'ansible.utils.context_objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e420>\nimport 'ansible.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e150>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.cli.arguments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e810>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/option_helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2500e0>\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2686e0>\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb250770>\nimport 'ansible.cli.arguments.option_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e8a0>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23eb10>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/data.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/group.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb05d580>\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb070830>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb282c60>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/splitter.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc'\nimport 'ansible.parsing.splitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb070b60>\nimport 'ansible.utils.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb282540>\nimport 'ansible.inventory.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb281550>\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/host.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.parsing.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071c10>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/addresses.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc'\nimport 'ansible.parsing.utils.addresses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071c70>\nimport 'ansible.inventory.host' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071670>\nimport 'ansible.inventory.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb280b90>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb088290>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/loader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08af30>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/typing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc'\nimport 'ansible.module_utils.compat.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08bd70>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08bfb0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.test' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08be90>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/loader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/constructor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09dd30>\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__about__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc'\nimport 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09ec90>\nimport 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09e930>\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/exceptions.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09f2c0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09f3e0>\n# extension module '_cffi_backend' loaded from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so'\n# extension module '_cffi_backend' executed from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so'\nimport '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb0b1580>\n# extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so'\n# extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so'\nimport 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb09f560>\nimport 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09ecf0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09e960>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b2270>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b25d0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/padding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/utils.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc'\nimport 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b3b90>\nimport 'cryptography.hazmat.primitives.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b30e0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hmac.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b3d40>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.kdf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c84d0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8b90>\nimport 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8a70>\nimport 'cryptography.hazmat.primitives.kdf.pbkdf2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8650>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c96d0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0cbef0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc200>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc'\nimport 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc080>\nimport 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0cb3b0>\nimport 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0ca2d0>\nimport 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c9af0>\nimport 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c9610>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/backend.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0ddc10>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/binding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc'\nimport 'cryptography.hazmat.bindings.openssl._conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0de300>\nimport 'cryptography.hazmat.bindings.openssl.binding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dddc0>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dfe90>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dff20>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc'\nimport 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f8b30>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f9190>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0fac90>\nimport 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f8410>\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc'\n# /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py\n# code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc'\nimport 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108170>\nimport 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0fb800>\nimport 'cryptography.hazmat.backends.openssl.backend' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dcaa0>\nimport 'cryptography.hazmat.backends.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc8f0>\nimport 'ansible.parsing.vault' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072f60>\nimport 'ansible.parsing.yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072750>\nimport 'ansible.parsing.yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072390>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/ajson.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/json.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc'\nimport 'ansible.module_utils.common.json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108560>\nimport 'ansible.parsing.ajson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb073260>\nimport 'ansible.parsing.utils.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071d90>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_config.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc'\nimport 'ansible.utils.collection_loader._collection_config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108f50>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_finder.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_meta.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc'\nimport 'ansible.utils.collection_loader._collection_meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1205c0>\nimport 'ansible.utils.collection_loader._collection_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1097f0>\nimport 'ansible.utils.collection_loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072db0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/plugin_docs.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/plugin_docs.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc'\nimport 'ansible.parsing.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1212e0>\nimport 'ansible.utils.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb10b170>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc'\nimport 'packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121880>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/specifiers.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/tags.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc matches /usr/lib64/python3.12/sysconfig.py\n# code object from '/usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc'\nimport 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb135640>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_manylinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_elffile.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc'\nimport 'packaging._elffile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb137da0>\nimport 'packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb137200>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_musllinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc'\nimport 'packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf50950>\nimport 'packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb123da0>\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_structures.py\n# code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc'\nimport 'packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf52900>\nimport 'packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf514f0>\nimport 'packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1234a0>\nimport 'packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121a60>\nimport 'ansible.plugins.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb088a40>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc'\nimport 'ansible.utils.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf53560>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121d00>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/plugins.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc'\nimport 'ansible.vars.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121dc0>\nimport 'ansible.inventory.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb252c60>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/file.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'\n# extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\n# extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'\nimport 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cae5ff50>\nimport 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cae5c7d0>\nimport 'ansible.module_utils.common.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cae5c530>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/dataloader.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/basic.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc'\n# extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\n# extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'\nimport 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca26b0b0>\nimport 'pwd' # \n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca26b470>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca26b650>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284c20>\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284e00>\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284fe0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca26b8f0>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'\n# extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca286ed0>\nimport 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca286a80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/selinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc'\nimport 'ansible.module_utils.compat.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca286e70>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/_text.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc'\nimport 'ansible.module_utils._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287530>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/arg_spec.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/parameters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/warnings.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc'\nimport 'ansible.module_utils.common.warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298590>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/errors.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc'\nimport 'ansible.module_utils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298860>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/validation.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/formatters.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc'\nimport 'ansible.module_utils.common.text.formatters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca299a90>\nimport 'ansible.module_utils.common.validation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298b30>\nimport 'ansible.module_utils.common.parameters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287a40>\nimport 'ansible.module_utils.common.arg_spec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287560>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/locale.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc'\nimport 'ansible.module_utils.common.locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca299e50>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/process.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc'\nimport 'ansible.module_utils.common.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a030>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/sys_info.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a7e0>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a570>\n# destroy ansible.module_utils.distro\nimport 'ansible.module_utils.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a4e0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/_utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc'\nimport 'ansible.module_utils.common._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a450>\nimport 'ansible.module_utils.common.sys_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a0c0>\nimport 'ansible.module_utils.basic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268fb0>\nimport 'ansible.parsing.dataloader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268110>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc'\nimport 'ansible.inventory.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ccbf0>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/fact_cache.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc'\nimport 'ansible.vars.fact_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cce60>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/native_helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc'\nimport 'ansible.template.native_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ce6f0>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/template.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc'\nimport 'ansible.template.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ce9c0>\n# /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc'\nimport 'ansible.template.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ceab0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/listify.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc'\nimport 'ansible.utils.listify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ced80>\nimport 'ansible.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cd370>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/clean.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc'\nimport 'ansible.vars.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf110>\nimport 'ansible.vars.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268dd0>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/completers.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc'\nimport 'argcomplete.completers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf4d0>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/exceptions.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc'\nimport 'argcomplete.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf980>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/finders.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/io.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc'\nimport 'argcomplete.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304470>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/lexers.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'argcomplete.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304a10>\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_shlex.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc'\nimport 'argcomplete.packages._shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304b90>\nimport 'argcomplete.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304770>\n# /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_argparse.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc'\nimport 'argcomplete.packages._argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304ec0>\nimport 'argcomplete.finders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cfa70>\n# /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/shell_integration.py\n# code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc'\nimport 'argcomplete.shell_integration' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3050d0>\nimport 'argcomplete' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf230>\nimport 'ansible.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338bf0>\n# /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/playbook.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3056a0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/playbook_executor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_queue_manager.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca328950>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca328230>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca3283b0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3076b0>\n# extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'\nimport '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca328a70>\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'\nimport 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca32ac30>\nimport 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca328ce0>\nimport 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca306960>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/play_iterator.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/attribute.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/sentinel.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc'\nimport 'ansible.utils.sentinel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345be0>\nimport 'ansible.playbook.attribute' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345520>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc'\nimport 'ansible.playbook.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345d30>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/block.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/conditional.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc'\nimport 'ansible.playbook.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78140>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/collectionsearch.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc'\nimport 'ansible.playbook.collectionsearch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78530>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/delegatable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc'\nimport 'ansible.playbook.delegatable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78740>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/helpers.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/mod_args.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc'\nimport 'ansible.parsing.mod_args' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78d40>\nimport 'ansible.playbook.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f788c0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/notifiable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc'\nimport 'ansible.playbook.notifiable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f791f0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/metadata.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/requirement.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/definition.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/taggable.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc'\nimport 'ansible.playbook.taggable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b320>\nimport 'ansible.playbook.role.definition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7aae0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/galaxy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc matches /usr/lib64/python3.12/tarfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc'\nimport 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b9b0>\nimport 'ansible.utils.galaxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b710>\nimport 'ansible.playbook.role.requirement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a660>\nimport 'ansible.playbook.role.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a1b0>\nimport 'ansible.playbook.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f792e0>\nimport 'ansible.playbook.block' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca347770>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/loop_control.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc'\nimport 'ansible.playbook.loop_control' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc87d0>\nimport 'ansible.playbook.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fa4230>\nimport 'ansible.playbook.play' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3448f0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/playbook_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc'\nimport 'ansible.playbook.playbook_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc8fb0>\nimport 'ansible.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca344170>\nimport 'ansible.executor.play_iterator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca329fa0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/stats.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc'\nimport 'ansible.executor.stats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b1460>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_result.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc'\nimport 'ansible.executor.task_result' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287a10>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play_context.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc'\nimport 'ansible.playbook.play_context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9460>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc matches /usr/lib64/python3.12/difflib.py\n# code object from '/usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc'\nimport 'difflib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fca990>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/dumper.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/hostvars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc'\nimport 'ansible.vars.hostvars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe5df0>\nimport 'ansible.parsing.yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe5af0>\nimport 'ansible.plugins.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9c10>\n# /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/reserved.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc'\nimport 'ansible.vars.reserved' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9d30>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/lock.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc'\nimport 'ansible.utils.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe65d0>\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe6660>\nimport 'ansible.executor.task_queue_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305a00>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/ssh_functions.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/paramiko.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc'\nimport 'ansible.module_utils.compat.paramiko' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00c9e0>\nimport 'ansible.utils.ssh_functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a060>\nimport 'ansible.executor.playbook_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305700>\nimport 'ansible.cli.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305280>\n[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var \nnaming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This \nfeature will be removed from ansible-core in version 2.19. Deprecation warnings\n can be disabled by setting deprecation_warnings=False in ansible.cfg.\nimport 'ansible_collections' # _AnsibleCollectionRootPkgLoader(path=['/tmp/collections-LvY/ansible_collections'])\nimport 'ansible_collections.fedora' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-LvY/ansible_collections/fedora'])\nimport 'ansible_collections.fedora.linux_system_roles' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles'])\nimport 'ansible_collections.ansible' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-LvY/ansible_collections/ansible'])\nimport 'ansible_collections.ansible.builtin' # _AnsibleCollectionPkgLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2723c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc'\nimport 'ansible.plugins.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d17c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/shlex.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc'\nimport 'ansible.utils.shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00e5d0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/__init__.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_parser.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_re.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc'\n# /usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_types.py\n# code object from '/usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc'\nimport 'tomllib._types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca0259a0>\nimport 'tomllib._re' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca025550>\nimport 'tomllib._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00fef0>\nimport 'tomllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00fce0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00eae0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.doc_fragments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca040410>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'\nimport 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca041f10>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.become' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca0436e0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.plugins.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca043d40>\nimport 'ansible.plugins.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca042c90>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\n# code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc'\nimport 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05c6b0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05eae0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05ee40>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e21d30>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9e23170>\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9e22f00>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05ea50>\nimport 'ansible.plugins.shell.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05e180>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/hashing.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc'\nimport 'ansible.utils.hashing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e23470>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/json_utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc'\nimport 'ansible.module_utils.json_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e60f50>\n# /usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/xmltodict.py\n# code object from '/usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61a00>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61be0>\n# /usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/__init__.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/xmlreader.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/handler.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc'\nimport 'xml.sax.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e635f0>\n# /usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/_exceptions.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc'\nimport 'xml.sax._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e63c20>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61f10>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61ca0>\n# /usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/saxutils.py\n# code object from '/usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e21490>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9ec4b30>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e9e0c0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e40110>\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efd670>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e9e9c0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e7dca0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61820>\nimport 'xmltodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e60f80>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc'\nimport 'ansible.playbook.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efee10>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc'\nimport 'ansible.playbook.task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efcad0>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc'\nimport 'ansible.playbook.role.include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff530>\nimport 'ansible.playbook.role_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff110>\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler_task_include.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc'\nimport 'ansible.playbook.handler_task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff890>\n# /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/modules/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.modules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efd9d0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/module_common.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/interpreter_discovery.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/compat.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/namespace.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc'\nimport 'ansible.module_utils.facts.namespace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3fc50>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/default_collectors.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/collector.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/timeout.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc'\nimport 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5d790>\nimport 'ansible.module_utils.facts.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5d520>\nimport 'ansible.module_utils.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5cce0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5ec90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/facter.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other.facter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5f4a0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/ohai.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc'\nimport 'ansible.module_utils.facts.other.ohai' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5f8c0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fbf0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/apparmor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.apparmor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fd40>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/caps.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.caps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fe90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/chroot.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.chroot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5ffb0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/cmdline.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/utils.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc'\nimport 'ansible.module_utils.facts.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c4d0>\nimport 'ansible.module_utils.facts.system.cmdline' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c230>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/distribution.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.distribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c560>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/date_time.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/datetime.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc'\nimport 'ansible.module_utils.compat.datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e240>\nimport 'ansible.module_utils.facts.system.date_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7dd60>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/env.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.env' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e5d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/dns.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.dns' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e690>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/fips.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.fips' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e750>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/loadavg.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.loadavg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e810>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/local.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.local' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ea20>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/lsb.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.lsb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ec90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/pkg_mgr.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.pkg_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ee70>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/platform.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f500>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/python.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.python' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f800>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/selinux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f890>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/service_mgr.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.service_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f950>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/ssh_pub_keys.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.ssh_pub_keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ff50>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/user.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc'\nimport 'ansible.module_utils.facts.system.user' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c2f0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c350>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c560>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/aix.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c7d0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/darwin.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/sysctl.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc'\nimport 'ansible.module_utils.facts.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d4c0>\nimport 'ansible.module_utils.facts.hardware.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9ce30>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d730>\nimport 'ansible.module_utils.facts.hardware.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d520>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9dc70>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hurd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9e270>\nimport 'ansible.module_utils.facts.hardware.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9dfa0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9f830>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9fb90>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.hardware.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9fec0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db86e0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db8890>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/aix.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/generic_bsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.generic_bsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9160>\nimport 'ansible.module_utils.facts.network.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db8bc0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/darwin.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9af0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9b50>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/fc_wwn.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.fc_wwn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9ca0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9f10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9fd0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hurd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dba180>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dba360>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/iscsi.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbad20>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/nvme.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.nvme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbaff0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb140>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb230>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.network.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb470>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb740>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/base.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb8c0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/dragonfly.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/freebsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sysctl.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbe90>\nimport 'ansible.module_utils.facts.virtual.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbc80>\nimport 'ansible.module_utils.facts.virtual.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbaa0>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/hpux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbf80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/linux.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8200>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/netbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8890>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/openbsd.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8a10>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sunos.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc'\nimport 'ansible.module_utils.facts.virtual.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8b60>\nimport 'ansible.module_utils.facts.default_collectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3ff80>\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/ansible_collector.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc'\nimport 'ansible.module_utils.facts.ansible_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8b90>\nimport 'ansible.module_utils.facts.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3f8c0>\nimport 'ansible.module_utils.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3f590>\nimport 'ansible.executor.interpreter_discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3ec30>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda0c0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/module_manifest.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc'\nimport 'ansible.executor.powershell.module_manifest' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda1e0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/action_write_locks.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc'\nimport 'ansible.executor.action_write_locks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda660>\nimport 'ansible.executor.module_common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3d8b0>\n# /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/jsonify.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc'\nimport 'ansible.parsing.utils.jsonify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9ddb1d0>\nimport 'ansible.plugins.action' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d20ad0>\nimport 'ansible_collections.ansible.builtin.plugins' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.builtin.plugins.action' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.builtin.plugins.callback' # _AnsibleCollectionLoader(path=None)\nimport 'ansible_collections.ansible.posix' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix'])\nimport 'ansible_collections.ansible.posix.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix/plugins'])\nimport 'ansible_collections.ansible.posix.plugins.callback' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback'])\n# /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc matches /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/debug.py\n# code object from '/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc'\nimport 'ansible.plugins.callback.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df2420>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/_junit_xml.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9c144d0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c14380>\n# /usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/__init__.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/domreg.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc'\nimport 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c158e0>\nimport 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c150d0>\n# /usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minidom.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minicompat.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc'\nimport 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c38f80>\n# /usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/xmlbuilder.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/NodeFilter.py\n# code object from '/usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc'\nimport 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c3b380>\nimport 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c39fa0>\nimport 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df1400>\nimport 'ansible.utils._junit_xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df3aa0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc'\n# /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc matches /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py\n# code object from '/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c78f20>\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c79bb0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7af30>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/worker.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_executor.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/connection.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc'\nimport 'ansible.module_utils.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c98380>\nimport 'ansible.executor.task_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7b560>\nimport 'ansible.executor.process.worker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7aff0>\nimport 'ansible.plugins.strategy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b680>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/included_file.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc'\nimport 'ansible.playbook.included_file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c989e0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/gather_facts.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/gather_facts.cpython-312.pyc'\n# /usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/popen_fork.py\n# code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc'\nimport 'multiprocessing.popen_fork' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c997c0>\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9f7d0>\n# /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc'\nimport 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9af90>\n[WARNING]: Module invocation had junk after the JSON data: # clear\nsys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2]\nremoving systemd.daemon # cleanup[2] removing ansible.module_utils.compat #\ndestroy ansible.module_utils.compat # cleanup[2] removing\nansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2]\nremoving ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq #\ndestroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # cleanup[2] removing unicodedata #\ncleanup[2] removing stringprep # cleanup[2] removing encodings.idna #\ncleanup[2] removing multiprocessing.queues # cleanup[2] removing\nmultiprocessing.synchronize # cleanup[2] removing\nmultiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy #\ndestroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc #\ndestroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma #\ndestroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy\nzipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob\n# destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport #\ndestroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy\nhashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner #\ndestroy _json # destroy grp # destroy encodings # destroy _locale # destroy\nlocale # destroy select # destroy _signal # destroy _posixsubprocess # destroy\nsyslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux #\ndestroy shutil # destroy distro # destroy distro.distro # destroy argparse #\ndestroy logging # destroy ansible.module_utils.facts.default_collectors #\ndestroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing\n# destroy multiprocessing.queues # destroy multiprocessing.synchronize #\ndestroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal #\ndestroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue #\ndestroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy\nselectors # destroy shlex # destroy fcntl # destroy datetime # destroy\nsubprocess # destroy base64 # destroy _ssl # destroy\nansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy\ntermios # destroy json # destroy socket # destroy struct # destroy glob #\ndestroy fnmatch # destroy ansible.module_utils.compat.typing # destroy\nansible.module_utils.facts.timeout # destroy\nansible.module_utils.facts.collector # destroy unicodedata # destroy errno #\ndestroy multiprocessing.connection # destroy tempfile # destroy\nmultiprocessing.context # destroy multiprocessing.process # destroy\nmultiprocessing.util # destroy _multiprocessing # destroy array # destroy\nmultiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy\nstringprep # cleanup[3] wiping configparser # cleanup[3] wiping\nselinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3]\nwiping ansible.module_utils.six.moves # destroy configparser # cleanup[3]\nwiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping\nsystemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping\nsystemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid #\ncleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache #\ndestroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize #\ncleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping\n_typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437\n# cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3]\nwiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random #\ncleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping\nimportlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re #\ndestroy re._constants # destroy re._casefix # destroy re._compiler # destroy\nenum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3]\nwiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools #\ncleanup[3] wiping collections # destroy _collections_abc # destroy\ncollections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools\n# cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\ntypes # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy\nposixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping\nencodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs #\ncleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external #\ncleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io #\ncleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping\n_thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib #\ncleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux #\ndestroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader #\ndestroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy\n_socket # destroy _collections # destroy platform # destroy _uuid # destroy\nstat # destroy genericpath # destroy re._parser # destroy tokenize # destroy\nansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib #\ndestroy _typing # destroy _tokenize # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna #\ndestroy _codecs # destroy io # destroy traceback # destroy warnings # destroy\nweakref # destroy collections # destroy threading # destroy atexit # destroy\n_warnings # destroy math # destroy _bisect # destroy time # destroy _random #\ndestroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy\n_string # destroy re # destroy itertools # destroy _abc # destroy posix #\ndestroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks\n[WARNING]: Platform linux on host managed_node2 is using the discovered Python\ninterpreter at /usr/bin/python3.12, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.\n[WARNING]: Platform linux on host managed_node3 is using the discovered Python\ninterpreter at /usr/bin/python3.12, but future installation of another Python\ninterpreter could change the meaning of that path. See\nhttps://docs.ansible.com/ansible-\ncore/2.17/reference_appendices/interpreter_discovery.html for more information.\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/debug.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/debug.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nimport 'ansible_collections.fedora.linux_system_roles.roles' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles'])\nimport 'ansible_collections.fedora.linux_system_roles.roles.kdump' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump'])\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919a00>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a750>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938980>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939d90>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99386e0>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939f10>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b6e0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a900>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f8110>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919100>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a480>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938650>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bcb0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991b1a0>\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a960>\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939970>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a150>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919df0>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b290>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939ac0>\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b2f0>\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efe3c0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a4b0>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a150>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb1a0>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c993bc20>\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b830>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991aea0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a690>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919e20>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919af0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919af0>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99181a0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fac60>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5b8c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58b30>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # destroy socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # destroy _sitebuiltins #\ndestroy importlib.machinery # destroy importlib._abc # destroy importlib.util #\ndestroy _bz2 # destroy _compression # destroy _lzma # destroy binascii #\ndestroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy\nzipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob\n# destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib #\ndestroy zipimport # destroy __main__ # destroy tempfile # destroy\nsystemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy grp #\ndestroy encodings # destroy _locale # destroy pwd # destroy locale # destroy\nsignal # destroy fcntl # destroy select # destroy _signal # destroy\n_posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy\nerrno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 #\ndestroy selinux # destroy shutil # destroy distro # destroy distro.distro #\ndestroy argparse # destroy json # destroy logging # destroy shlex # destroy\nsubprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping\nctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping\ntokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform #\ncleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\ncontextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref #\ncleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect\n# cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants #\ndestroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping\ncopyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3]\nwiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections\n# destroy _collections_abc # destroy collections.abc # cleanup[3] wiping\n_collections # cleanup[3] wiping itertools # cleanup[3] wiping operator #\ncleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping\nencodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3]\nwiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy\n_stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy sys.monitoring # destroy _socket # destroy _collections #\ndestroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy\nre._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib #\ndestroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io #\ndestroy traceback # destroy warnings # destroy weakref # destroy collections #\ndestroy threading # destroy atexit # destroy _warnings # destroy math # destroy\n_bisect # destroy time # destroy _random # destroy _weakref # destroy _operator\n# destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy\n_abc # destroy _sre # destroy posix # destroy _functools # destroy builtins #\ndestroy _thread # clear sys.audit hooks\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b1a0>\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919430>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919580>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efff50>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919910>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a2a0>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9938b60>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939520>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938a70>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bbf0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ad50>\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f85f0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58380>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a595e0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a690>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99391f0>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e20da0>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938da0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8200>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb7f80>\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bc50>\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b950>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993acc0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bda0>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919f40>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f8320>\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bd10>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c70>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb710>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bec0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39d30>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc163320>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a5d0>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5bd10>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58410>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a584a0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb5c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n[WARNING]: Module invocation had junk after the JSON data: # destroy\ndnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear\nsys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear\nsys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear\nsys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ #\nclear sys.meta_path # restore sys.stdin # restore sys.stdout # restore\nsys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins #\ncleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2]\nremoving _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref\n# cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing\nposix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing\ntime # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2]\nremoving codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing\nencodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal #\ncleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io #\ncleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing\nstat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath #\ncleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2]\nremoving os # cleanup[2] removing _sitebuiltins # cleanup[2] removing\nencodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy\n_distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing\ntypes # cleanup[2] removing _operator # cleanup[2] removing operator #\ncleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword #\ncleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing\n_collections # cleanup[2] removing collections # cleanup[2] removing _functools\n# cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2]\nremoving _sre # cleanup[2] removing re._constants # cleanup[2] removing\nre._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing\n_struct # cleanup[2] removing struct # cleanup[2] removing binascii #\ncleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap #\ncleanup[2] removing importlib._bootstrap_external # cleanup[2] removing\nwarnings # cleanup[2] removing importlib # cleanup[2] removing\nimportlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing\nimportlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2]\nremoving fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib #\ncleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2]\nremoving _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset #\ndestroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing\ntempfile # cleanup[2] removing threading # cleanup[2] removing contextlib #\ncleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing\nipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ncleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2]\nremoving linecache # cleanup[2] removing textwrap # cleanup[2] removing\ntraceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy\nsystemd # cleanup[2] removing _datetime # cleanup[2] removing datetime #\ncleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2]\nremoving systemd._journal # cleanup[2] removing systemd._reader # cleanup[2]\nremoving systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2]\nremoving _socket # cleanup[2] removing array # cleanup[2] removing socket #\ncleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon #\ncleanup[2] removing ansible.module_utils.compat # destroy\nansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common #\ndestroy ansible.module_utils.common # cleanup[2] removing\nansible.module_utils.common.text # destroy ansible.module_utils.common.text #\ncleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2]\nremoving argparse # cleanup[2] removing distro.distro # cleanup[2] removing\ndistro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing\nansible.module_utils.common._utils # destroy ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing email\n# cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2]\nremoving email.encoders # cleanup[2] removing email.errors # cleanup[2]\nremoving email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2]\nremoving email.charset # cleanup[2] removing email.header # cleanup[2] removing\ncalendar # cleanup[2] removing email._parseaddr # cleanup[2] removing\nemail.utils # cleanup[2] removing email._policybase # cleanup[2] removing\nemail._encoded_words # cleanup[2] removing email._header_value_parser #\ncleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators\n# cleanup[2] removing email.message # cleanup[2] removing email.contentmanager\n# cleanup[2] removing email.policy # cleanup[2] removing email.mime.base #\ncleanup[2] removing email.mime.nonmultipart # cleanup[2] removing\nemail.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2]\nremoving email.feedparser # cleanup[2] removing email.parser # cleanup[2]\nremoving http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2]\nremoving http.client # cleanup[2] removing mimetypes # cleanup[2] removing\nnetrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar #\ncleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls #\ndestroy ansible.module_utils.urls # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.common.respawn # destroy\nansible.module_utils.common.respawn # cleanup[2] removing\nansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2]\nremoving email.mime.text # cleanup[2] removing configparser # destroy\nconfigparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy\nheapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2]\nremoving dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing\nlibdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing\nlibdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2]\nremoving libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing\nlibdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing\nlibdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing\nlibdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2]\nremoving libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing\nlibdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n #\ncleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2]\nremoving rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing\nrpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback #\ncleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2]\nremoving dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing\nlibcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing\ndnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto #\ncleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2]\nremoving dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2]\nremoving dnf.conf.substitutions # cleanup[2] removing dnf.conf.config #\ncleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2]\nremoving _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing\npickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging\n# cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2]\nremoving dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2]\nremoving dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing\ndnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module #\ncleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols #\ncleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions #\ncleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor\n# cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode #\ncleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing\ndnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict #\ncleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2]\nremoving dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base #\ncleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy\ndnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing\n_curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2]\nremoving dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2]\nremoving dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2]\nremoving dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands #\ncleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing\ndnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check #\ncleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing\ndnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist #\ncleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing\ndnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group #\ncleanup[2] removing dnf.transaction_sr # cleanup[2] removing\ndnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install #\ncleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing\ndnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module #\ncleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing\ndnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist #\ncleanup[2] removing dnf.match_counter # cleanup[2] removing\ndnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing\ndnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2]\nremoving dnf.cli.commands.updateinfo # cleanup[2] removing\ndnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal\n# cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli #\ncleanup[2] removing dnf.cli # cleanup[2] removing\ndnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager #\ncleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy\ndnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing\ndnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage #\ncleanup[2] removing dnf.plugin.dynamic.reposync # destroy\ndnf.plugin.dynamic.reposync # cleanup[2] removing\ndnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager #\ncleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy\ndnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat #\ncleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings #\ncleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2]\nremoving xml # destroy xml # cleanup[2] removing xml.parsers # destroy\nxml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing\npyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing\nxml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors #\ncleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2]\nremoving dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies #\ncleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2]\nremoving dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing\ndnf.plugin.dynamic.needs_restarting # destroy\ndnf.plugin.dynamic.needs_restarting # cleanup[2] removing\ndnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing\ndnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2]\nremoving dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing\nsix # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing\n_decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing\ndateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2]\nremoving six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2]\nremoving dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz #\ncleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser #\ncleanup[2] removing dateutil.parser.isoparser # destroy\ndateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2]\nremoving dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog #\ncleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy\ndnf.plugin.dynamic.system_upgrade # cleanup[2] removing\ndnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2]\nremoving dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download #\ncleanup[2] removing dnf.plugin.dynamic.repograph # destroy\ndnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2]\nremoving sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing\ndnf.plugin.dynamic.generate_completion_cache # destroy\ndnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing\ndnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure #\ncleanup[2] removing dnf.plugin.dynamic.repodiff # destroy\ndnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy\n_lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile #\ndestroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy\nzipimport # destroy __main__ # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy\nselinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy\nnetrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy\ndbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser #\ndestroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy\ndbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat #\ndestroy dateutil # destroy dateutil._version # destroy dateutil._common #\ndestroy dateutil.parser # destroy dateutil.parser._parser # destroy\ndateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy\nsix.moves.urllib_parse # destroy six.moves.urllib.error # destroy\nsix.moves.urllib.request # destroy six.moves.urllib.response # destroy\nsix.moves.urllib.robotparser # destroy dateutil.tz._common # destroy\ndateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy\nsix # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy\nsqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3]\nwiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format #\ndestroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases #\ndestroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli #\ncleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping\ndnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo #\ncleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping\ndnf.cli.commands.shell # destroy cmd # cleanup[3] wiping\ndnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3]\nwiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove #\ncleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping\ndnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3]\nwiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install\n# cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping\ndnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3]\nwiping dnf.cli.commands.downgrade # cleanup[3] wiping\ndnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist #\ncleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping\ndnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3]\nwiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias #\ndestroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping\ntermios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3]\nwiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n #\ndestroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy\ndnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps #\ndestroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy\ndnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy\ndnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy\ndnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy\ndnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module #\ndestroy dnf.module.exceptions # destroy dnf.module.module_base # destroy\ndnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query #\ndestroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy\ndnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy\ndnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping\ndnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection #\ncleanup[3] wiping inspect # destroy ast # destroy dis # destroy token #\ncleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3]\nwiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3]\nwiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle #\ncleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3]\nwiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping\nlibcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping\nhawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3]\nwiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf #\ndestroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf #\ndestroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction #\ndestroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping\nlibdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping\nlibdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping\nlibdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping\nlibdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3]\nwiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3]\nwiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy\ncopy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping\nurllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping\nhttp.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3]\nwiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping\nemail.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3]\nwiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3]\nwiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3]\nwiping email.message # destroy quopri # cleanup[3] wiping email.iterators #\ncleanup[3] wiping email.headerregistry # cleanup[3] wiping\nemail._header_value_parser # cleanup[3] wiping email._encoded_words #\ncleanup[3] wiping email._policybase # cleanup[3] wiping email.utils #\ncleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3]\nwiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping\nemail.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping\nemail.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime\n# destroy email.mime.base # destroy email.mime.nonmultipart # destroy\nemail.mime.application # destroy email.mime.multipart # destroy email.mime.text\n# cleanup[3] wiping email # destroy email._parseaddr # destroy\nemail._policybase # destroy email._encoded_words # destroy\nemail._header_value_parser # destroy email.mime # destroy email.encoders #\ndestroy email.errors # destroy email.quoprimime # destroy email.base64mime #\ndestroy email.charset # destroy email.header # destroy email.utils # destroy\nemail.headerregistry # destroy email.iterators # destroy email.message #\ndestroy email.contentmanager # destroy email.policy # destroy email.feedparser\n# destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext\n# cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3]\nwiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian\n# cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket #\ncleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader #\ncleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy\nlogging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string #\ndestroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime #\ncleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache #\ndestroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize #\ncleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3]\nwiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select #\ncleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale #\ndestroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3]\nwiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping\njson # destroy json.decoder # destroy json.encoder # cleanup[3] wiping\njson.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3]\nwiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\nurllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy\nurllib.response # destroy urllib.error # destroy urllib.request # cleanup[3]\nwiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile #\ncleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2\n# cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect #\ncleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib #\ncleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping\nimportlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping\nimportlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc #\ndestroy importlib.machinery # destroy importlib.util # cleanup[3] wiping\nwarnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping\nimportlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii #\ncleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re #\ndestroy re._constants # destroy re._casefix # destroy re._compiler # destroy\nenum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3]\nwiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools #\ncleanup[3] wiping collections # destroy _collections_abc # destroy\ncollections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools\n# cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping\ntypes # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy\nposixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3]\nwiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3]\nwiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping\nencodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping\ncodecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping\n_frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping\nmarshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3]\nwiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp #\ncleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping\nbuiltins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy\nlibcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy\nselinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy\nsystemd._reader # destroy systemd._journal # destroy _datetime # destroy\nsys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy\nplatform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath #\ndestroy re._parser # destroy tokenize # destroy _compat_pickle # destroy\nlibdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue\n# destroy array # destroy copyreg # destroy _pickle # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy\n_tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\ndestroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email #\ndestroy queue # destroy shlex # destroy pwd # destroy gettext # destroy\nlibcomps # destroy urllib # destroy dnf.rpm.transaction # destroy\ndnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json\n# destroy importlib # destroy inspect # destroy gc # destroy math # destroy\nshutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy\ntempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc #\ndestroy glob # destroy curses # destroy struct # destroy termios # destroy\nargparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove\n# destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy\ndnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy\ndnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy\ndnf.cli.commands.group # destroy dnf.cli.commands.history # destroy\ndnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy\ndnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy\ndnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy\ndnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy\ndnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy\ndnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy\ndnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy\noperator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy\ndnf # destroy rpm # destroy itertools # destroy functools # destroy locale #\ndestroy signal # destroy threading # destroy contextlib # destroy time #\ndestroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors #\ndestroy json.scanner # destroy _json # destroy collections # destroy io #\ndestroy _opcode # destroy _warnings # destroy posix # destroy binascii #\ndestroy http.client # destroy http.cookiejar # destroy socket # destroy base64\n# destroy errno # destroy warnings # destroy string # destroy _ssl # clear\nsys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs\n# destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re #\ndestroy _random # destroy _sre # destroy _operator # destroy _functools # clear\nsys.audit hooks\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/service.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/service.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n[WARNING]: Module invocation had junk after the JSON data: # clear\nsys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2]\nremoving systemd.daemon # cleanup[2] removing ansible.module_utils.compat #\ndestroy ansible.module_utils.compat # cleanup[2] removing\nansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2]\nremoving ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nansible.module_utils.facts.namespace # cleanup[2] removing\nansible.module_utils.compat.typing # cleanup[2] removing\nmultiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2]\nremoving _pickle # cleanup[2] removing pickle # cleanup[2] removing\nmultiprocessing.reduction # cleanup[2] removing multiprocessing.context #\ncleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing\nmultiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq #\ndestroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue #\ncleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.connection # cleanup[2] removing\nmultiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout #\ncleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing\nansible.module_utils.facts.other # cleanup[2] removing\nansible.module_utils.facts.other.facter # cleanup[2] removing\nansible.module_utils.facts.other.ohai # cleanup[2] removing\nansible.module_utils.facts.system # cleanup[2] removing\nansible.module_utils.facts.system.apparmor # cleanup[2] removing\nansible.module_utils.facts.system.caps # cleanup[2] removing\nansible.module_utils.facts.system.chroot # cleanup[2] removing\nansible.module_utils.facts.utils # cleanup[2] removing\nansible.module_utils.facts.system.cmdline # cleanup[2] removing\nansible.module_utils.facts.system.distribution # cleanup[2] removing\nansible.module_utils.compat.datetime # destroy\nansible.module_utils.compat.datetime # cleanup[2] removing\nansible.module_utils.facts.system.date_time # cleanup[2] removing\nansible.module_utils.facts.system.env # cleanup[2] removing\nansible.module_utils.facts.system.dns # cleanup[2] removing\nansible.module_utils.facts.system.fips # cleanup[2] removing\nansible.module_utils.facts.system.loadavg # cleanup[2] removing glob #\ncleanup[2] removing configparser # cleanup[2] removing\nansible.module_utils.facts.system.local # cleanup[2] removing\nansible.module_utils.facts.system.lsb # cleanup[2] removing\nansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing\nansible.module_utils.facts.system.platform # cleanup[2] removing _ssl #\ncleanup[2] removing ssl # destroy ssl # cleanup[2] removing\nansible.module_utils.facts.system.python # cleanup[2] removing\nansible.module_utils.facts.system.selinux # cleanup[2] removing\nansible.module_utils.compat.version # destroy\nansible.module_utils.compat.version # cleanup[2] removing\nansible.module_utils.facts.system.service_mgr # cleanup[2] removing\nansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios #\ncleanup[2] removing getpass # cleanup[2] removing\nansible.module_utils.facts.system.user # cleanup[2] removing\nansible.module_utils.facts.hardware # cleanup[2] removing\nansible.module_utils.facts.hardware.base # cleanup[2] removing\nansible.module_utils.facts.hardware.aix # cleanup[2] removing\nansible.module_utils.facts.sysctl # cleanup[2] removing\nansible.module_utils.facts.hardware.darwin # cleanup[2] removing\nansible.module_utils.facts.hardware.freebsd # cleanup[2] removing\nansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing\nansible.module_utils.facts.hardware.hpux # cleanup[2] removing\nansible.module_utils.facts.hardware.linux # cleanup[2] removing\nansible.module_utils.facts.hardware.hurd # cleanup[2] removing\nansible.module_utils.facts.hardware.netbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.openbsd # cleanup[2] removing\nansible.module_utils.facts.hardware.sunos # cleanup[2] removing\nansible.module_utils.facts.network # cleanup[2] removing\nansible.module_utils.facts.network.base # cleanup[2] removing\nansible.module_utils.facts.network.generic_bsd # cleanup[2] removing\nansible.module_utils.facts.network.aix # cleanup[2] removing\nansible.module_utils.facts.network.darwin # cleanup[2] removing\nansible.module_utils.facts.network.dragonfly # cleanup[2] removing\nansible.module_utils.facts.network.fc_wwn # cleanup[2] removing\nansible.module_utils.facts.network.freebsd # cleanup[2] removing\nansible.module_utils.facts.network.hpux # cleanup[2] removing\nansible.module_utils.facts.network.hurd # cleanup[2] removing\nansible.module_utils.facts.network.linux # cleanup[2] removing\nansible.module_utils.facts.network.iscsi # cleanup[2] removing\nansible.module_utils.facts.network.nvme # cleanup[2] removing\nansible.module_utils.facts.network.netbsd # cleanup[2] removing\nansible.module_utils.facts.network.openbsd # cleanup[2] removing\nansible.module_utils.facts.network.sunos # cleanup[2] removing\nansible.module_utils.facts.virtual # cleanup[2] removing\nansible.module_utils.facts.virtual.base # cleanup[2] removing\nansible.module_utils.facts.virtual.sysctl # cleanup[2] removing\nansible.module_utils.facts.virtual.freebsd # cleanup[2] removing\nansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing\nansible.module_utils.facts.virtual.hpux # cleanup[2] removing\nansible.module_utils.facts.virtual.linux # cleanup[2] removing\nansible.module_utils.facts.virtual.netbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.openbsd # cleanup[2] removing\nansible.module_utils.facts.virtual.sunos # cleanup[2] removing\nansible.module_utils.facts.default_collectors # cleanup[2] removing\nansible.module_utils.facts.ansible_collector # cleanup[2] removing\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.facts # destroy ansible.module_utils.facts # destroy\nansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter # destroy\nansible.module_utils.facts.other.ohai # destroy\nansible.module_utils.facts.system # destroy\nansible.module_utils.facts.system.apparmor # destroy\nansible.module_utils.facts.system.caps # destroy\nansible.module_utils.facts.system.chroot # destroy\nansible.module_utils.facts.system.cmdline # destroy\nansible.module_utils.facts.system.distribution # destroy\nansible.module_utils.facts.system.date_time # destroy\nansible.module_utils.facts.system.env # destroy\nansible.module_utils.facts.system.dns # destroy\nansible.module_utils.facts.system.fips # destroy\nansible.module_utils.facts.system.loadavg # destroy\nansible.module_utils.facts.system.local # destroy\nansible.module_utils.facts.system.lsb # destroy\nansible.module_utils.facts.system.pkg_mgr # destroy\nansible.module_utils.facts.system.platform # destroy\nansible.module_utils.facts.system.python # destroy\nansible.module_utils.facts.system.selinux # destroy\nansible.module_utils.facts.system.service_mgr # destroy\nansible.module_utils.facts.system.ssh_pub_keys # destroy\nansible.module_utils.facts.system.user # destroy\nansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base # destroy\nansible.module_utils.facts.hardware.aix # destroy\nansible.module_utils.facts.hardware.darwin # destroy\nansible.module_utils.facts.hardware.freebsd # destroy\nansible.module_utils.facts.hardware.dragonfly # destroy\nansible.module_utils.facts.hardware.hpux # destroy\nansible.module_utils.facts.hardware.linux # destroy\nansible.module_utils.facts.hardware.hurd # destroy\nansible.module_utils.facts.hardware.netbsd # destroy\nansible.module_utils.facts.hardware.openbsd # destroy\nansible.module_utils.facts.hardware.sunos # destroy\nansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base # destroy\nansible.module_utils.facts.network.generic_bsd # destroy\nansible.module_utils.facts.network.aix # destroy\nansible.module_utils.facts.network.darwin # destroy\nansible.module_utils.facts.network.dragonfly # destroy\nansible.module_utils.facts.network.fc_wwn # destroy\nansible.module_utils.facts.network.freebsd # destroy\nansible.module_utils.facts.network.hpux # destroy\nansible.module_utils.facts.network.hurd # destroy\nansible.module_utils.facts.network.linux # destroy\nansible.module_utils.facts.network.iscsi # destroy\nansible.module_utils.facts.network.nvme # destroy\nansible.module_utils.facts.network.netbsd # destroy\nansible.module_utils.facts.network.openbsd # destroy\nansible.module_utils.facts.network.sunos # destroy\nansible.module_utils.facts.virtual # destroy\nansible.module_utils.facts.virtual.base # destroy\nansible.module_utils.facts.virtual.sysctl # destroy\nansible.module_utils.facts.virtual.freebsd # destroy\nansible.module_utils.facts.virtual.dragonfly # destroy\nansible.module_utils.facts.virtual.hpux # destroy\nansible.module_utils.facts.virtual.linux # destroy\nansible.module_utils.facts.virtual.netbsd # destroy\nansible.module_utils.facts.virtual.openbsd # destroy\nansible.module_utils.facts.virtual.sunos # destroy\nansible.module_utils.facts.compat # cleanup[2] removing\nansible.module_utils.service # destroy ansible.module_utils.service # destroy\n_sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy\nimportlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy\nbinascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path #\ndestroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy\nipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy\n__main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib #\ndestroy json.decoder # destroy json.encoder # destroy json.scanner # destroy\n_json # destroy grp # destroy encodings # destroy _locale # destroy locale #\ndestroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid #\ndestroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy\ndistro # destroy distro.distro # destroy argparse # destroy logging # destroy\nansible.module_utils.facts.default_collectors # destroy\nansible.module_utils.facts.ansible_collector # destroy multiprocessing #\ndestroy multiprocessing.connection # destroy multiprocessing.pool # destroy\nsignal # destroy multiprocessing.context # destroy array # destroy\n_compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy\n_queue # destroy multiprocessing.process # destroy tempfile # destroy\nmultiprocessing.util # destroy multiprocessing.reduction # destroy selectors #\ndestroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 #\ndestroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass #\ndestroy pwd # destroy termios # destroy errno # destroy json # destroy socket #\ndestroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing #\ndestroy ansible.module_utils.facts.timeout # destroy\nansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy\nselect # destroy shlex # destroy subprocess # cleanup[3] wiping configparser #\ncleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian #\ncleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping\nsystemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 #\ncleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal #\ncleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping\n_datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap\n# cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping\nplatform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3]\nwiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\ncontextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref #\ncleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect\n# cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants #\ndestroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping\ncopyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3]\nwiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections\n# destroy _collections_abc # destroy collections.abc # cleanup[3] wiping\n_collections # cleanup[3] wiping itertools # cleanup[3] wiping operator #\ncleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping\nencodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3]\nwiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy\n_stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy sys.monitoring # destroy _socket # destroy _collections #\ndestroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy\nre._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib #\ndestroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io #\ndestroy traceback # destroy warnings # destroy weakref # destroy collections #\ndestroy threading # destroy atexit # destroy _warnings # destroy math # destroy\n_bisect # destroy time # destroy _random # destroy _weakref # destroy _operator\n# destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy\n_abc # destroy _sre # destroy posix # destroy _functools # destroy builtins #\ndestroy _thread # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb5370>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991ab40>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991ba70>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\nPyThreadState_Clear: warning: thread still has a frame\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939430>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ad80>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ac30>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bfe0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b440>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f82f0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a960>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a030>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8080>\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938230>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a1b0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919dc0>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a480>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918170>\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c993b080>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a8d0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b0e0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8170>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b950>\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99182c0>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f88f0>\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb560>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8560>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfa4b0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a660>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918830>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919670>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99189e0>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919940>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbc80>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # destroy socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing glob #\ndestroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy\nimportlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression #\ndestroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2\n# destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib #\ndestroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy\nimportlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy\nsystemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy grp #\ndestroy encodings # destroy _locale # destroy pwd # destroy locale # destroy\nsignal # destroy fcntl # destroy select # destroy _signal # destroy\n_posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy\nselectors # destroy errno # destroy array # destroy datetime # destroy _hashlib\n# destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy\ndistro.distro # destroy argparse # destroy json # destroy logging # destroy\nshlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3]\nwiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping\ntokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform #\ncleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\ncontextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref #\ncleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect\n# cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants #\ndestroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping\ncopyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3]\nwiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections\n# destroy _collections_abc # destroy collections.abc # cleanup[3] wiping\n_collections # cleanup[3] wiping itertools # cleanup[3] wiping operator #\ncleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping\nencodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3]\nwiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy\n_stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy sys.monitoring # destroy _socket # destroy _collections #\ndestroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy\nre._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib #\ndestroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io #\ndestroy traceback # destroy warnings # destroy weakref # destroy collections #\ndestroy threading # destroy atexit # destroy _warnings # destroy math # destroy\n_bisect # destroy time # destroy _random # destroy _weakref # destroy _operator\n# destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy\n_abc # destroy _sre # destroy posix # destroy _functools # destroy builtins #\ndestroy _thread # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # destroy socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing\nctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2]\nremoving termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy\npty # cleanup[2] removing ansible.module_utils.compat.typing # destroy\nansible.module_utils.compat.typing # destroy _sitebuiltins # destroy\nimportlib.machinery # destroy importlib._abc # destroy importlib.util # destroy\n_bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct\n# destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy\nzipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress #\ndestroy ntpath # destroy importlib # destroy zipimport # destroy __main__ #\ndestroy systemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder #\ndestroy json.encoder # destroy json.scanner # destroy _json # destroy grp #\ndestroy pwd # destroy syslog # destroy uuid # destroy array # destroy _hashlib\n# destroy _blake2 # destroy selinux # destroy distro # destroy distro.distro #\ndestroy argparse # destroy json # destroy logging # destroy shlex # destroy\ndatetime # destroy tty # destroy termios # cleanup[3] wiping ctypes.util #\ndestroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux #\ncleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3]\nwiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping\ntokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess #\ncleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping\nselect # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy\nencodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping\nfcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3]\nwiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\ncontextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref #\ncleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect\n# cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch #\ncleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants #\ndestroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping\ncopyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3]\nwiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections\n# destroy _collections_abc # destroy collections.abc # cleanup[3] wiping\n_collections # cleanup[3] wiping itertools # cleanup[3] wiping operator #\ncleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping\nencodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path #\ndestroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat #\ncleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc #\ncleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy sys.monitoring # destroy _socket # destroy _collections #\ndestroy platform # destroy _uuid # destroy re._parser # destroy tokenize #\ndestroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess #\ndestroy selectors # destroy shutil # destroy errno # destroy stat # destroy\nansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg #\ndestroy contextlib # destroy select # destroy _typing # destroy _tokenize #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io #\ndestroy traceback # destroy warnings # destroy weakref # destroy collections #\ndestroy threading # destroy atexit # destroy _warnings # destroy math # destroy\n_bisect # destroy time # destroy _random # destroy _weakref # destroy _operator\n# destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy\n_abc # destroy _sre # destroy posix # destroy _functools # destroy builtins #\ndestroy _thread # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ad20>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94ce0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5af90>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f9370>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9520>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fa720>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8a70>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99fb170>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fad50>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c10>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b947a0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a690>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a480>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58230>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919520>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9822bd0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # destroy socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # destroy _sitebuiltins #\ndestroy importlib.machinery # destroy importlib._abc # destroy importlib.util #\ndestroy _bz2 # destroy _compression # destroy _lzma # destroy binascii #\ndestroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy\nzipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob\n# destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport #\ndestroy array # cleanup[3] wiping ansible.module_utils.distro # destroy\ndistro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse #\ncleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3]\nwiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib #\ncleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping\nctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3]\nwiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping\nsystemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3]\nwiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\nlogging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3]\nwiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog #\ncleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3]\nwiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess #\ndestroy signal # destroy threading # cleanup[3] wiping _posixsubprocess #\ndestroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping\nselectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3]\nwiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping\n_locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp #\ncleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder #\ndestroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json\n# cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3]\nwiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping\ntempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3]\nwiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math #\ncleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno #\ncleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external #\ncleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3]\nwiping re # destroy re._constants # destroy re._casefix # destroy re._compiler\n# destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser #\ncleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping\n_functools # cleanup[3] wiping collections # destroy collections.abc #\ncleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3]\nwiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types #\ncleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc #\ncleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath #\ncleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping\n_stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc #\ncleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3]\nwiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs\n# cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external #\ncleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io #\ncleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping\n_thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib #\ncleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon #\ndestroy systemd.id128 # destroy systemd._reader # destroy systemd._journal #\ndestroy _datetime # destroy sys.monitoring # destroy _socket # destroy\n_collections_abc # destroy _weakref # destroy _uuid # destroy posixpath #\ndestroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl\n# destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy\ntempfile # destroy traceback # destroy syslog # destroy systemd.journal #\ndestroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy\nhashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib #\ndestroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser\n# destroy tokenize # destroy _string # destroy _frozen_importlib_external #\ndestroy _imp # destroy marshal # destroy\nansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy\n_blake2 # destroy platform # destroy distro # destroy json.scanner # destroy\n_json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy\ncollections # destroy copyreg # destroy contextlib # destroy _signal # destroy\n_typing # destroy _tokenize # destroy argparse # destroy json # destroy logging\n# destroy shlex # destroy subprocess # destroy warnings # destroy operator #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy\nfunctools # destroy time # destroy _warnings # destroy math # destroy _bisect #\ndestroy re # destroy _random # destroy itertools # destroy _collections #\ndestroy _operator # destroy _sha2 # destroy builtins # destroy _thread #\ndestroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io\n# clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3aa20>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c98ce0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939d60>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9918530>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939760>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918f50>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58e90>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919040>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a58680>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ac00>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97e30>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c10>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a38b90>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a38920>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b320>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39370>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9823020>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a9c0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97ef0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ae70>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9938f80>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bf9400>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a600>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a120>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a59250>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820860>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820ad0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991aff0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94ce0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a510>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9b2f0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9b230>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9bce0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9823d40>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d7c0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n[WARNING]: Module invocation had junk after the JSON data: # destroy __main__ #\nclear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear\nsys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc\n# clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear\nsys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore\nsys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing\nbuiltins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp #\ncleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2]\nremoving _weakref # cleanup[2] removing _io # cleanup[2] removing marshal #\ncleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external #\ncleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing\n_codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases #\ncleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 #\ncleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing\nabc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2]\nremoving _stat # cleanup[2] removing stat # cleanup[2] removing\n_collections_abc # cleanup[2] removing genericpath # cleanup[2] removing\nposixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2]\nremoving _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2]\nremoving _distutils_hack # destroy _distutils_hack # cleanup[2] removing site #\ndestroy site # cleanup[2] removing types # cleanup[2] removing _operator #\ncleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2]\nremoving keyword # destroy keyword # cleanup[2] removing reprlib # destroy\nreprlib # cleanup[2] removing _collections # cleanup[2] removing collections #\ncleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2]\nremoving enum # cleanup[2] removing _sre # cleanup[2] removing re._constants #\ncleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2]\nremoving re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re #\ncleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing\nbinascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing\nimportlib._bootstrap # cleanup[2] removing importlib._bootstrap_external #\ncleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2]\nremoving importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2]\nremoving importlib.util # cleanup[2] removing runpy # destroy runpy #\ncleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing\nzlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2]\nremoving bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma #\ncleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing\n_bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing\n_random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy\nrandom # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2]\nremoving weakref # cleanup[2] removing tempfile # cleanup[2] removing threading\n# cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2]\nremoving urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2]\nremoving urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib #\ncleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path #\ncleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2]\nremoving collections.abc # cleanup[2] removing _typing # cleanup[2] removing\ntyping # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil #\ncleanup[2] removing ansible # destroy ansible # cleanup[2] removing\nansible.module_utils # destroy ansible.module_utils # cleanup[2] removing\n__future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2]\nremoving json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing\njson.encoder # cleanup[2] removing json # cleanup[2] removing atexit #\ncleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing\n_locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2]\nremoving platform # cleanup[2] removing select # cleanup[2] removing selectors\n# cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing\n_posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token #\ndestroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize #\ncleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2]\nremoving traceback # cleanup[2] removing syslog # cleanup[2] removing systemd #\ndestroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime\n# cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing\n_string # cleanup[2] removing string # destroy string # cleanup[2] removing\nlogging # cleanup[2] removing systemd._journal # cleanup[2] removing\nsystemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing\nsystemd.journal # cleanup[2] removing _socket # cleanup[2] removing array #\ncleanup[2] removing socket # destroy socket # cleanup[2] removing\nsystemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing\nansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2]\nremoving ansible.module_utils.common # destroy ansible.module_utils.common #\ncleanup[2] removing ansible.module_utils.common.text # destroy\nansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six\n# destroy ansible.module_utils.six # cleanup[2] removing\nansible.module_utils.six.moves # cleanup[2] removing\nansible.module_utils.six.moves.collections_abc # cleanup[2] removing\nansible.module_utils.common.text.converters # destroy\nansible.module_utils.common.text.converters # cleanup[2] removing _ctypes #\ncleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy\nctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2]\nremoving ansible.module_utils._text # destroy ansible.module_utils._text #\ncleanup[2] removing copy # destroy copy # cleanup[2] removing\nansible.module_utils.common.collections # destroy\nansible.module_utils.common.collections # cleanup[2] removing\nansible.module_utils.common.warnings # destroy\nansible.module_utils.common.warnings # cleanup[2] removing\nansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2]\nremoving ansible.module_utils.parsing # destroy ansible.module_utils.parsing #\ncleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy\nansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy\n_ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing\nansible.module_utils.common.text.formatters # destroy\nansible.module_utils.common.text.formatters # cleanup[2] removing\nansible.module_utils.common.validation # destroy\nansible.module_utils.common.validation # cleanup[2] removing\nansible.module_utils.common.parameters # destroy\nansible.module_utils.common.parameters # cleanup[2] removing\nansible.module_utils.common.arg_spec # destroy\nansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib #\ncleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing\nansible.module_utils.common.locale # destroy ansible.module_utils.common.locale\n# cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 #\ncleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2]\nremoving ansible.module_utils.common.file # destroy\nansible.module_utils.common.file # cleanup[2] removing\nansible.module_utils.common.process # destroy\nansible.module_utils.common.process # cleanup[2] removing gettext # destroy\ngettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro #\ncleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro #\ncleanup[2] removing ansible.module_utils.common._utils # destroy\nansible.module_utils.common._utils # cleanup[2] removing\nansible.module_utils.common.sys_info # destroy\nansible.module_utils.common.sys_info # cleanup[2] removing\nansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2]\nremoving ansible.modules # destroy ansible.modules # cleanup[2] removing hmac #\ndestroy hmac # destroy _sitebuiltins # destroy importlib.machinery # destroy\nimportlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression #\ndestroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2\n# destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib #\ndestroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy\nntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy\ntempfile # destroy systemd.journal # destroy systemd.daemon # destroy\nansible.module_utils.compat.selinux # destroy json.decoder # destroy\njson.encoder # destroy json.scanner # destroy _json # destroy grp # destroy\nencodings # destroy _locale # destroy pwd # destroy locale # destroy signal #\ndestroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess #\ndestroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy\nerrno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 #\ndestroy selinux # destroy shutil # destroy distro # destroy distro.distro #\ndestroy argparse # destroy json # destroy logging # destroy shlex # destroy\nsubprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping\nctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping\nansible.module_utils.six.moves.collections_abc # cleanup[3] wiping\nansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3]\nwiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping\nsystemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping\n_string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3]\nwiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping\ntokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform #\ncleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping\ncollections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping\ncontextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref #\ncleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect\n# cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping\nimportlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap #\ncleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants #\ndestroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping\ncopyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3]\nwiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections\n# destroy _collections_abc # destroy collections.abc # cleanup[3] wiping\n_collections # cleanup[3] wiping itertools # cleanup[3] wiping operator #\ncleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping\nencodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3]\nwiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy\n_stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc #\ncleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases #\ncleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time #\ncleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix #\ncleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping\n_imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3]\nwiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy\nsystemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy\n_datetime # destroy sys.monitoring # destroy _socket # destroy _collections #\ndestroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy\nre._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib #\ndestroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize #\ndestroy ansible.module_utils.six.moves.urllib_parse # destroy\nansible.module_utils.six.moves.urllib.error # destroy\nansible.module_utils.six.moves.urllib.request # destroy\nansible.module_utils.six.moves.urllib.response # destroy\nansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy\noperator # destroy ansible.module_utils.six.moves # destroy\n_frozen_importlib_external # destroy _imp # destroy _io # destroy marshal #\nclear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy\ncodecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy\nencodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io #\ndestroy traceback # destroy warnings # destroy weakref # destroy collections #\ndestroy threading # destroy atexit # destroy _warnings # destroy math # destroy\n_bisect # destroy time # destroy _random # destroy _weakref # destroy _operator\n# destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy\n_abc # destroy _sre # destroy posix # destroy _functools # destroy builtins #\ndestroy _thread # clear sys.audit hooks\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3a420>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a960>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991b8f0>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a58710>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8a70>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58ec0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820b30>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58b90>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820230>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98206e0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9aea0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c995b0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3bf80>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b7a0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a390a0>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3a870>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983c4a0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc'\nimport 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bb00>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bf9d00>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938a40>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbce0>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f9340>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39dc0>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9a60>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820320>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94a40>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98212e0>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820f20>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58680>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99385f0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bc80>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b920>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99397f0>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfb020>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983cd70>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a690>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938770>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f82f0>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99fa000>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b320>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99facc0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98201d0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b95d30>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98218e0>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98213d0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ac90>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c78e60>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b5f0>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a2a0>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938050>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a7e0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d2e0>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58e90>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b8c0>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918290>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a3a990>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9400>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3ba70>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98212b0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820a40>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9821e50>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98219d0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b7a0>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bf20>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938350>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938d10>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a570>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a585c0>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d730>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nimport 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None)\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/fail.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/fail.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939400>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ae10>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918350>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a39f70>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97ef0>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820560>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98219d0>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98203b0>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98224b0>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9821fa0>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfa300>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ab10>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a510>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a840>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b290>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fa840>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983dc70>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/assert.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/assert.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfbc20>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc'\nimport 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ac90>\n# /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc'\nimport 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918830>\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820560>\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3bb90>\n# /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py\n# code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc'\nimport 'gc' # \nimport 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820770>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc'\nimport 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9821c10>\nimport 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98200b0>\n# /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py\n# code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc'\n# extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\n# extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so'\nimport '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9822810>\nimport 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9822330>\nimport 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbb00>\nimport 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99393d0>\nimport 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c59c70>\n# destroy passlib.hash\nimport 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5a090>\n# /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py\n# code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc'\nimport 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5af90>\nimport 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfbb00>\n# /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc'\nimport 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a810>\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc'\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc'\nPyThreadState_Clear: warning: thread still has a frame\n# /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py\n# code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc'\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing encodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing weakref\n# cleanup[2] removing collections.abc\n# cleanup[2] removing contextlib\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing pkgutil\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing inspect\n# cleanup[2] removing ansible._vendor\n# cleanup[2] removing ansible.release\n# cleanup[2] removing ansible\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing threading\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _sha2\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.metadata._adapters\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing ansible.module_utils\n# cleanup[2] removing ansible.module_utils.compat\n# cleanup[2] removing ansible.module_utils.compat.version\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing termios\n# cleanup[2] removing getpass\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing traceback\n# cleanup[2] removing ansible.config\n# cleanup[2] removing atexit\n# cleanup[2] removing configparser\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing jinja2.bccache\n# cleanup[2] removing markupsafe._speedups\n# cleanup[2] removing markupsafe\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing jinja2.utils\n# cleanup[2] removing jinja2.nodes\n# cleanup[2] removing jinja2.exceptions\n# cleanup[2] removing jinja2.visitor\n# cleanup[2] removing jinja2.idtracking\n# cleanup[2] removing jinja2.optimizer\n# cleanup[2] removing jinja2.compiler\n# cleanup[2] removing jinja2.async_utils\n# cleanup[2] removing jinja2.runtime\n# cleanup[2] removing jinja2.filters\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing jinja2.tests\n# cleanup[2] removing jinja2.defaults\n# cleanup[2] removing jinja2._identifier\n# cleanup[2] removing jinja2.lexer\n# cleanup[2] removing jinja2.parser\n# cleanup[2] removing jinja2.environment\n# cleanup[2] removing jinja2.loaders\n# cleanup[2] removing jinja2\n# destroy jinja2\n# destroy jinja2.bccache\n# destroy jinja2.utils\n# destroy jinja2.exceptions\n# destroy jinja2.visitor\n# destroy jinja2.idtracking\n# destroy jinja2.optimizer\n# destroy jinja2.compiler\n# destroy jinja2.async_utils\n# destroy jinja2.runtime\n# destroy jinja2.filters\n# destroy jinja2.tests\n# destroy jinja2.defaults\n# destroy jinja2._identifier\n# destroy jinja2.lexer\n# destroy jinja2.parser\n# destroy jinja2.environment\n# destroy jinja2.loaders\n# cleanup[2] removing jinja2.nativetypes\n# destroy jinja2.nativetypes\n# cleanup[2] removing ansible.errors.yaml_strings\n# cleanup[2] removing ansible.module_utils.common\n# cleanup[2] removing ansible.module_utils.common.text\n# cleanup[2] removing ansible.module_utils.six\n# cleanup[2] removing ansible.module_utils.six.moves\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\n# cleanup[2] removing ansible.module_utils.common.text.converters\n# cleanup[2] removing ansible.errors\n# cleanup[2] removing yaml.error\n# cleanup[2] removing yaml.tokens\n# cleanup[2] removing yaml.events\n# cleanup[2] removing yaml.nodes\n# cleanup[2] removing yaml.reader\n# cleanup[2] removing yaml.scanner\n# cleanup[2] removing yaml.parser\n# cleanup[2] removing yaml.composer\n# cleanup[2] removing yaml.constructor\n# cleanup[2] removing yaml.resolver\n# cleanup[2] removing yaml.loader\n# cleanup[2] removing yaml.emitter\n# cleanup[2] removing yaml.serializer\n# cleanup[2] removing yaml.representer\n# cleanup[2] removing yaml.dumper\n# cleanup[2] removing cython_runtime\n# cleanup[2] removing _cython_3_0_6\n# destroy _cython_3_0_6\n# cleanup[2] removing yaml._yaml\n# cleanup[2] removing yaml.cyaml\n# cleanup[2] removing yaml\n# cleanup[2] removing ansible.module_utils.common.yaml\n# cleanup[2] removing ansible.module_utils.parsing\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\n# cleanup[2] removing ansible.parsing\n# cleanup[2] removing ansible.parsing.quoting\n# cleanup[2] removing ansible.parsing.yaml\n# cleanup[2] removing ansible.parsing.yaml.objects\n# cleanup[2] removing ansible.utils\n# cleanup[2] removing ansible.utils.path\n# cleanup[2] removing ansible.config.manager\n# cleanup[2] removing ansible.module_utils.common.collections\n# cleanup[2] removing ansible.utils.fqcn\n# cleanup[2] removing encodings.unicode_escape\n# cleanup[2] removing ansible.constants\n# cleanup[2] removing _curses\n# cleanup[2] removing curses\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing logging\n# cleanup[2] removing tty\n# cleanup[2] removing ansible.utils.color\n# cleanup[2] removing multiprocessing.process\n# cleanup[2] removing multiprocessing.reduction\n# cleanup[2] removing multiprocessing.context\n# cleanup[2] removing __mp_main__\n# cleanup[2] removing multiprocessing\n# cleanup[2] removing ansible.utils.multiprocessing\n# cleanup[2] removing ansible.utils.singleton\n# cleanup[2] removing ansible.utils.native_jinja\n# cleanup[2] removing ansible.utils.unsafe_proxy\n# cleanup[2] removing ansible.utils.display\n# cleanup[2] removing ansible.utils.context_objects\n# cleanup[2] removing ansible.context\n# cleanup[2] removing ansible.cli.arguments\n# cleanup[2] removing copy\n# cleanup[2] removing gettext\n# destroy gettext\n# cleanup[2] removing argparse\n# cleanup[2] removing ansible.cli.arguments.option_helpers\n# cleanup[2] removing ansible.inventory\n# cleanup[2] removing platform\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing ansible.parsing.splitter\n# cleanup[2] removing ansible.utils.vars\n# cleanup[2] removing ansible.inventory.group\n# cleanup[2] removing ansible.parsing.utils\n# cleanup[2] removing ansible.parsing.utils.addresses\n# cleanup[2] removing ansible.inventory.host\n# cleanup[2] removing ansible.inventory.data\n# cleanup[2] removing ansible.plugins\n# cleanup[2] removing glob\n# cleanup[2] removing ansible.module_utils.compat.typing\n# cleanup[2] removing ansible.plugins.filter\n# cleanup[2] removing ansible.plugins.test\n# cleanup[2] removing shlex\n# cleanup[2] removing cryptography.__about__\n# cleanup[2] removing cryptography\n# cleanup[2] removing cryptography.hazmat\n# cleanup[2] removing cryptography.hazmat.bindings\n# cleanup[2] removing _cffi_backend\n# cleanup[2] removing _openssl\n# cleanup[2] removing cryptography.hazmat.bindings._rust\n# cleanup[2] removing cryptography.exceptions\n# cleanup[2] removing cryptography.hazmat.backends\n# cleanup[2] removing cryptography.hazmat.primitives\n# cleanup[2] removing cryptography.hazmat.primitives.hashes\n# cleanup[2] removing cryptography.utils\n# cleanup[2] removing cryptography.hazmat.primitives.padding\n# cleanup[2] removing cryptography.hazmat.primitives.hmac\n# cleanup[2] removing cryptography.hazmat.primitives.kdf\n# cleanup[2] removing hmac\n# cleanup[2] removing cryptography.hazmat.primitives.constant_time\n# cleanup[2] removing cryptography.hazmat.primitives.kdf.pbkdf2\n# cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm\n# cleanup[2] removing cryptography.hazmat.decrepit\n# cleanup[2] removing cryptography.hazmat.decrepit.ciphers\n# cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers.base\n# cleanup[2] removing cryptography.hazmat.primitives.ciphers\n# cleanup[2] removing cryptography.hazmat.bindings.openssl\n# cleanup[2] removing cryptography.hazmat.bindings.openssl._conditional\n# cleanup[2] removing cryptography.hazmat.bindings.openssl.binding\n# cleanup[2] removing cryptography.hazmat.primitives._asymmetric\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric\n# cleanup[2] removing cryptography.hazmat._oid\n# cleanup[2] removing cryptography.hazmat.primitives._serialization\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa\n# cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding\n# cleanup[2] removing cryptography.hazmat.backends.openssl.backend\n# destroy cryptography.hazmat.backends.openssl.backend\n# cleanup[2] removing cryptography.hazmat.backends.openssl\n# cleanup[2] removing ansible.parsing.vault\n# cleanup[2] removing ansible.parsing.yaml.constructor\n# cleanup[2] removing ansible.parsing.yaml.loader\n# cleanup[2] removing ansible.module_utils.common.json\n# cleanup[2] removing ansible.parsing.ajson\n# cleanup[2] removing ansible.parsing.utils.yaml\n# cleanup[2] removing ansible.utils.collection_loader._collection_config\n# cleanup[2] removing ansible.utils.collection_loader._collection_meta\n# cleanup[2] removing ansible.utils.collection_loader._collection_finder\n# cleanup[2] removing ansible.utils.collection_loader\n# cleanup[2] removing ansible.parsing.plugin_docs\n# cleanup[2] removing ansible.utils.plugin_docs\n# cleanup[2] removing packaging\n# destroy packaging\n# cleanup[2] removing sysconfig\n# cleanup[2] removing packaging._elffile\n# destroy packaging._elffile\n# cleanup[2] removing packaging._manylinux\n# cleanup[2] removing packaging._musllinux\n# cleanup[2] removing packaging.tags\n# destroy packaging.tags\n# cleanup[2] removing packaging._structures\n# destroy packaging._structures\n# cleanup[2] removing packaging.version\n# destroy packaging.version\n# cleanup[2] removing packaging.utils\n# destroy packaging.utils\n# cleanup[2] removing packaging.specifiers\n# destroy packaging.specifiers\n# cleanup[2] removing ansible.plugins.loader\n# cleanup[2] removing ansible.utils.helpers\n# cleanup[2] removing ansible.vars\n# cleanup[2] removing ansible.vars.plugins\n# cleanup[2] removing ansible.inventory.manager\n# cleanup[2] removing swig_runtime_data4\n# destroy swig_runtime_data4\n# cleanup[2] removing selinux._selinux\n# cleanup[2] removing selinux\n# cleanup[2] removing ansible.module_utils.common.file\n# cleanup[2] removing grp\n# cleanup[2] removing pwd\n# cleanup[2] removing syslog\n# cleanup[2] removing systemd\n# destroy systemd\n# cleanup[2] removing systemd._journal\n# cleanup[2] removing systemd._reader\n# cleanup[2] removing systemd.id128\n# cleanup[2] removing systemd.journal\n# cleanup[2] removing systemd._daemon\n# cleanup[2] removing systemd.daemon\n# cleanup[2] removing ansible.module_utils.compat.selinux\n# cleanup[2] removing ansible.module_utils._text\n# cleanup[2] removing ansible.module_utils.common.warnings\n# cleanup[2] removing ansible.module_utils.errors\n# cleanup[2] removing ansible.module_utils.common.text.formatters\n# cleanup[2] removing ansible.module_utils.common.validation\n# cleanup[2] removing ansible.module_utils.common.parameters\n# cleanup[2] removing ansible.module_utils.common.arg_spec\n# cleanup[2] removing ansible.module_utils.common.locale\n# cleanup[2] removing ansible.module_utils.common.process\n# cleanup[2] removing distro.distro\n# cleanup[2] removing distro\n# cleanup[2] removing ansible.module_utils.distro\n# cleanup[2] removing ansible.module_utils.common._utils\n# cleanup[2] removing ansible.module_utils.common.sys_info\n# cleanup[2] removing ansible.module_utils.basic\n# cleanup[2] removing ansible.parsing.dataloader\n# cleanup[2] removing ansible.inventory.helpers\n# cleanup[2] removing ansible.vars.fact_cache\n# cleanup[2] removing ansible.template.native_helpers\n# cleanup[2] removing ansible.template.template\n# cleanup[2] removing ansible.template.vars\n# cleanup[2] removing ansible.utils.listify\n# cleanup[2] removing ansible.template\n# cleanup[2] removing ansible.vars.clean\n# cleanup[2] removing ansible.vars.manager\n# cleanup[2] removing argcomplete.completers\n# cleanup[2] removing argcomplete.exceptions\n# cleanup[2] removing argcomplete.io\n# cleanup[2] removing argcomplete.packages\n# cleanup[2] removing argcomplete.packages._shlex\n# cleanup[2] removing argcomplete.lexers\n# cleanup[2] removing argcomplete.packages._argparse\n# cleanup[2] removing argcomplete.finders\n# cleanup[2] removing argcomplete.shell_integration\n# cleanup[2] removing argcomplete\n# cleanup[2] removing ansible.cli\n# cleanup[2] removing ansible.executor\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# destroy heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing _multiprocessing\n# cleanup[2] removing multiprocessing.util\n# cleanup[2] removing multiprocessing.connection\n# cleanup[2] removing multiprocessing.queues\n# cleanup[2] removing ansible.utils.sentinel\n# cleanup[2] removing ansible.playbook.attribute\n# cleanup[2] removing ansible.playbook.base\n# cleanup[2] removing ansible.playbook.conditional\n# cleanup[2] removing ansible.playbook.collectionsearch\n# cleanup[2] removing ansible.playbook.delegatable\n# cleanup[2] removing ansible.parsing.mod_args\n# cleanup[2] removing ansible.playbook.helpers\n# cleanup[2] removing ansible.playbook.notifiable\n# cleanup[2] removing ansible.playbook.taggable\n# cleanup[2] removing ansible.playbook.role.definition\n# cleanup[2] removing tarfile\n# cleanup[2] removing ansible.utils.galaxy\n# cleanup[2] removing ansible.playbook.role.requirement\n# cleanup[2] removing ansible.playbook.role.metadata\n# cleanup[2] removing ansible.playbook.role\n# cleanup[2] removing ansible.playbook.block\n# cleanup[2] removing ansible.playbook.loop_control\n# cleanup[2] removing ansible.playbook.task\n# cleanup[2] removing ansible.playbook.play\n# cleanup[2] removing ansible.playbook.playbook_include\n# cleanup[2] removing ansible.playbook\n# cleanup[2] removing ansible.executor.play_iterator\n# cleanup[2] removing ansible.executor.stats\n# cleanup[2] removing ansible.executor.task_result\n# cleanup[2] removing ansible.playbook.play_context\n# cleanup[2] removing difflib\n# cleanup[2] removing ansible.vars.hostvars\n# cleanup[2] removing ansible.parsing.yaml.dumper\n# cleanup[2] removing ansible.plugins.callback\n# cleanup[2] removing ansible.vars.reserved\n# cleanup[2] removing ansible.utils.lock\n# cleanup[2] removing dataclasses\n# cleanup[2] removing ansible.executor.task_queue_manager\n# cleanup[2] removing ansible.module_utils.compat.paramiko\n# cleanup[2] removing ansible.utils.ssh_functions\n# cleanup[2] removing ansible.executor.playbook_executor\n# cleanup[2] removing ansible.cli.playbook\n# cleanup[2] removing ansible_collections\n# destroy ansible_collections\n# cleanup[2] removing ansible_collections.fedora\n# destroy ansible_collections.fedora\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles\n# destroy ansible_collections.fedora.linux_system_roles\n# cleanup[2] removing ansible_collections.ansible\n# destroy ansible_collections.ansible\n# cleanup[2] removing ansible_collections.ansible.builtin\n# destroy ansible_collections.ansible.builtin\n# cleanup[2] removing ansible.plugins.cache\n# cleanup[2] removing ansible.plugins.cache.memory\n# cleanup[2] removing ansible.plugins.inventory\n# cleanup[2] removing ansible.plugins.inventory.host_list\n# cleanup[2] removing ansible.plugins.inventory.script\n# cleanup[2] removing ansible.plugins.inventory.auto\n# cleanup[2] removing ansible.plugins.inventory.yaml\n# cleanup[2] removing ansible.plugins.inventory.ini\n# cleanup[2] removing ansible.utils.shlex\n# cleanup[2] removing ansible.plugins.inventory.toml\n# cleanup[2] removing tomllib._types\n# cleanup[2] removing tomllib._re\n# cleanup[2] removing tomllib._parser\n# cleanup[2] removing tomllib\n# cleanup[2] removing ansible.plugins.vars\n# cleanup[2] removing ansible.plugins.vars.host_group_vars\n# cleanup[2] removing ansible.plugins.doc_fragments\n# cleanup[2] removing ansible.plugins.doc_fragments.vars_plugin_staging\n# cleanup[2] removing multiprocessing.synchronize\n# cleanup[2] removing ansible.plugins.become\n# cleanup[2] removing ansible.plugins.shell\n# cleanup[2] removing ansible.plugins.connection\n# cleanup[2] removing ansible.plugins.connection.local\n# cleanup[2] removing pty\n# cleanup[2] removing ansible.plugins.doc_fragments.connection_pipelining\n# cleanup[2] removing ansible.plugins.connection.paramiko_ssh\n# cleanup[2] removing ansible.plugins.connection.psrp\n# cleanup[2] removing xml\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing ansible.plugins.shell.powershell\n# cleanup[2] removing ansible.utils.hashing\n# cleanup[2] removing ansible.plugins.connection.ssh\n# cleanup[2] removing ansible.plugins.connection.winrm\n# cleanup[2] removing ansible.module_utils.json_utils\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# cleanup[2] removing xml.sax.handler\n# cleanup[2] removing xml.sax._exceptions\n# cleanup[2] removing xml.sax.xmlreader\n# cleanup[2] removing xml.sax\n# cleanup[2] removing http\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http.client\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing xml.sax.saxutils\n# cleanup[2] removing xmltodict\n# cleanup[2] removing ansible.plugins.shell.cmd\n# cleanup[2] removing ansible.plugins.doc_fragments.shell_windows\n# cleanup[2] removing ansible.plugins.shell.sh\n# cleanup[2] removing ansible.plugins.doc_fragments.shell_common\n# cleanup[2] removing ansible.plugins.become.runas\n# cleanup[2] removing ansible.plugins.become.su\n# cleanup[2] removing ansible.plugins.become.sudo\n# cleanup[2] removing ansible.playbook.handler\n# cleanup[2] removing ansible.playbook.task_include\n# cleanup[2] removing ansible.playbook.role.include\n# cleanup[2] removing ansible.playbook.role_include\n# cleanup[2] removing ansible.playbook.handler_task_include\n# cleanup[2] removing ansible.modules\n# cleanup[2] removing ansible.module_utils.facts.namespace\n# cleanup[2] removing multiprocessing.pool\n# cleanup[2] removing ansible.module_utils.facts.timeout\n# cleanup[2] removing ansible.module_utils.facts.collector\n# cleanup[2] removing ansible.module_utils.facts.other\n# cleanup[2] removing ansible.module_utils.facts.other.facter\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\n# cleanup[2] removing ansible.module_utils.facts.system\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\n# cleanup[2] removing ansible.module_utils.facts.system.caps\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\n# cleanup[2] removing ansible.module_utils.facts.utils\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\n# cleanup[2] removing ansible.module_utils.compat.datetime\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\n# cleanup[2] removing ansible.module_utils.facts.system.env\n# cleanup[2] removing ansible.module_utils.facts.system.dns\n# cleanup[2] removing ansible.module_utils.facts.system.fips\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\n# cleanup[2] removing ansible.module_utils.facts.system.local\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\n# cleanup[2] removing ansible.module_utils.facts.system.platform\n# cleanup[2] removing ansible.module_utils.facts.system.python\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\n# cleanup[2] removing ansible.module_utils.facts.system.user\n# cleanup[2] removing ansible.module_utils.facts.hardware\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\n# cleanup[2] removing ansible.module_utils.facts.sysctl\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\n# cleanup[2] removing ansible.module_utils.facts.network\n# cleanup[2] removing ansible.module_utils.facts.network.base\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\n# cleanup[2] removing ansible.module_utils.facts.network.aix\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\n# cleanup[2] removing ansible.module_utils.facts.network.linux\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\n# cleanup[2] removing ansible.module_utils.facts.virtual\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\n# cleanup[2] removing ansible.module_utils.facts.compat\n# cleanup[2] removing ansible.module_utils.facts\n# cleanup[2] removing ansible.executor.interpreter_discovery\n# cleanup[2] removing ansible.executor.powershell\n# cleanup[2] removing ansible.executor.powershell.module_manifest\n# cleanup[2] removing ansible.executor.action_write_locks\n# cleanup[2] removing ansible.executor.module_common\n# cleanup[2] removing ansible.parsing.utils.jsonify\n# cleanup[2] removing ansible.plugins.action\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins.action\n# cleanup[2] removing ansible_collections.ansible.builtin.plugins.callback\n# cleanup[2] removing ansible_collections.ansible.posix\n# destroy ansible_collections.ansible.posix\n# cleanup[2] removing ansible_collections.ansible.posix.plugins\n# destroy ansible_collections.ansible.posix.plugins\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback\n# destroy ansible_collections.ansible.posix.plugins.callback\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.debug\n# cleanup[2] removing ansible.plugins.callback.default\n# cleanup[2] removing ansible.plugins.doc_fragments.default_callback\n# cleanup[2] removing ansible.plugins.doc_fragments.result_format_callback\n# cleanup[2] removing ansible.plugins.callback.junit\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# cleanup[2] removing xml.dom.domreg\n# cleanup[2] removing xml.dom\n# cleanup[2] removing xml.dom.minicompat\n# cleanup[2] removing xml.dom.NodeFilter\n# cleanup[2] removing xml.dom.xmlbuilder\n# cleanup[2] removing xml.dom.minidom\n# cleanup[2] removing ansible.utils._junit_xml\n# cleanup[2] removing ansible.plugins.callback.minimal\n# cleanup[2] removing ansible.plugins.callback.oneline\n# cleanup[2] removing ansible.plugins.callback.tree\n# cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.profile_tasks\n# cleanup[2] removing cmd\n# cleanup[2] removing pprint\n# cleanup[2] removing ansible.executor.process\n# cleanup[2] removing ansible.module_utils.connection\n# cleanup[2] removing ansible.executor.task_executor\n# cleanup[2] removing ansible.executor.process.worker\n# cleanup[2] removing ansible.plugins.strategy\n# cleanup[2] removing ansible.plugins.strategy.linear\n# cleanup[2] removing ansible.playbook.included_file\n# cleanup[2] removing ansible.plugins.action.gather_facts\n# cleanup[2] removing multiprocessing.popen_fork\n# cleanup[2] removing ansible.plugins.action.debug\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles\n# destroy ansible_collections.fedora.linux_system_roles.roles\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles.kdump\n# destroy ansible_collections.fedora.linux_system_roles.roles.kdump\n# cleanup[2] removing ansible.plugins.action.set_fact\n# cleanup[2] removing ansible.plugins.action.include_vars\n# cleanup[2] removing ansible.plugins.action.package\n# cleanup[2] removing ansible.plugins.action.service\n# cleanup[2] removing ansible.plugins.action.command\n# cleanup[2] removing ansible.plugins.action.template\n# cleanup[2] removing ansible.plugins.action.fail\n# cleanup[2] removing ansible.plugins.action.assert\n# destroy _sitebuiltins\n# destroy ansible._vendor\n# destroy ansible.release\n# destroy ansible.module_utils\n# destroy ansible.module_utils.common\n# destroy ansible.module_utils.common.text\n# destroy ansible.module_utils.common.text.converters\n# destroy ansible.module_utils.common.text.formatters\n# destroy ansible.module_utils.common.yaml\n# destroy ansible.module_utils.common.collections\n# destroy ansible.module_utils.common.json\n# destroy ansible.module_utils.common.file\n# destroy ansible.module_utils.common.warnings\n# destroy ansible.module_utils.common.validation\n# destroy ansible.module_utils.common.parameters\n# destroy ansible.module_utils.common.arg_spec\n# destroy ansible.module_utils.common.locale\n# destroy ansible.module_utils.common.process\n# destroy ansible.module_utils.common._utils\n# destroy ansible.module_utils.common.sys_info\n# destroy ansible.module_utils.parsing\n# destroy ansible.module_utils.parsing.convert_bool\n# destroy ansible.module_utils._text\n# destroy ansible.module_utils.errors\n# destroy ansible.module_utils.basic\n# destroy ansible.module_utils.json_utils\n# destroy ansible.module_utils.facts\n# destroy ansible.module_utils.facts.namespace\n# destroy ansible.module_utils.facts.other\n# destroy ansible.module_utils.facts.other.facter\n# destroy ansible.module_utils.facts.other.ohai\n# destroy ansible.module_utils.facts.system\n# destroy ansible.module_utils.facts.system.apparmor\n# destroy ansible.module_utils.facts.system.caps\n# destroy ansible.module_utils.facts.system.chroot\n# destroy ansible.module_utils.facts.system.cmdline\n# destroy ansible.module_utils.facts.system.distribution\n# destroy ansible.module_utils.facts.system.date_time\n# destroy ansible.module_utils.facts.system.env\n# destroy ansible.module_utils.facts.system.dns\n# destroy ansible.module_utils.facts.system.fips\n# destroy ansible.module_utils.facts.system.loadavg\n# destroy ansible.module_utils.facts.system.local\n# destroy ansible.module_utils.facts.system.lsb\n# destroy ansible.module_utils.facts.system.pkg_mgr\n# destroy ansible.module_utils.facts.system.platform\n# destroy ansible.module_utils.facts.system.python\n# destroy ansible.module_utils.facts.system.selinux\n# destroy ansible.module_utils.facts.system.service_mgr\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\n# destroy ansible.module_utils.facts.system.user\n# destroy ansible.module_utils.facts.utils\n# destroy ansible.module_utils.facts.hardware\n# destroy ansible.module_utils.facts.hardware.base\n# destroy ansible.module_utils.facts.hardware.aix\n# destroy ansible.module_utils.facts.hardware.darwin\n# destroy ansible.module_utils.facts.hardware.freebsd\n# destroy ansible.module_utils.facts.hardware.dragonfly\n# destroy ansible.module_utils.facts.hardware.hpux\n# destroy ansible.module_utils.facts.hardware.linux\n# destroy ansible.module_utils.facts.hardware.hurd\n# destroy ansible.module_utils.facts.hardware.netbsd\n# destroy ansible.module_utils.facts.hardware.openbsd\n# destroy ansible.module_utils.facts.hardware.sunos\n# destroy ansible.module_utils.facts.sysctl\n# destroy ansible.module_utils.facts.network\n# destroy ansible.module_utils.facts.network.base\n# destroy ansible.module_utils.facts.network.generic_bsd\n# destroy ansible.module_utils.facts.network.aix\n# destroy ansible.module_utils.facts.network.darwin\n# destroy ansible.module_utils.facts.network.dragonfly\n# destroy ansible.module_utils.facts.network.fc_wwn\n# destroy ansible.module_utils.facts.network.freebsd\n# destroy ansible.module_utils.facts.network.hpux\n# destroy ansible.module_utils.facts.network.hurd\n# destroy ansible.module_utils.facts.network.linux\n# destroy ansible.module_utils.facts.network.iscsi\n# destroy ansible.module_utils.facts.network.nvme\n# destroy ansible.module_utils.facts.network.netbsd\n# destroy ansible.module_utils.facts.network.openbsd\n# destroy ansible.module_utils.facts.network.sunos\n# destroy ansible.module_utils.facts.virtual\n# destroy ansible.module_utils.facts.virtual.base\n# destroy ansible.module_utils.facts.virtual.sysctl\n# destroy ansible.module_utils.facts.virtual.freebsd\n# destroy ansible.module_utils.facts.virtual.dragonfly\n# destroy ansible.module_utils.facts.virtual.hpux\n# destroy ansible.module_utils.facts.virtual.linux\n# destroy ansible.module_utils.facts.virtual.netbsd\n# destroy ansible.module_utils.facts.virtual.openbsd\n# destroy ansible.module_utils.facts.virtual.sunos\n# destroy ansible.module_utils.facts.compat\n# destroy ansible.module_utils.connection\n# destroy ansible.config\n# destroy ansible.config.manager\n# destroy ansible.errors\n# destroy ansible.parsing\n# destroy ansible.parsing.quoting\n# destroy ansible.parsing.yaml\n# destroy ansible.parsing.yaml.objects\n# destroy ansible.parsing.yaml.constructor\n# destroy ansible.parsing.yaml.loader\n# destroy ansible.parsing.yaml.dumper\n# destroy ansible.parsing.splitter\n# destroy ansible.parsing.utils\n# destroy ansible.parsing.utils.addresses\n# destroy ansible.parsing.utils.yaml\n# destroy ansible.parsing.utils.jsonify\n# destroy ansible.parsing.vault\n# destroy ansible.parsing.ajson\n# destroy ansible.parsing.plugin_docs\n# destroy ansible.parsing.dataloader\n# destroy ansible.parsing.mod_args\n# destroy ansible.inventory\n# destroy ansible.inventory.group\n# destroy ansible.inventory.host\n# destroy ansible.inventory.data\n# destroy ansible.inventory.manager\n# destroy ansible.inventory.helpers\n# destroy ansible.vars\n# destroy ansible.vars.plugins\n# destroy ansible.vars.fact_cache\n# destroy ansible.vars.clean\n# destroy ansible.vars.manager\n# destroy ansible.vars.hostvars\n# destroy ansible.vars.reserved\n# destroy ansible.template\n# destroy ansible.playbook\n# destroy ansible.modules\n# destroy ansible.cli.arguments\n# destroy argcomplete\n# destroy argcomplete.completers\n# destroy argcomplete.exceptions\n# destroy argcomplete.packages\n# destroy argcomplete.packages._argparse\n# destroy argcomplete.lexers\n# destroy argcomplete.finders\n# destroy argcomplete.shell_integration\n# destroy ansible.module_utils.compat.version\n# destroy ansible.module_utils.compat.datetime\n# destroy ansible.utils.path\n# destroy ansible.utils.fqcn\n# destroy ansible.utils.color\n# destroy ansible.utils.multiprocessing\n# destroy ansible.utils.singleton\n# destroy ansible.utils.native_jinja\n# destroy ansible.utils.unsafe_proxy\n# destroy ansible.utils.display\n# destroy ansible.utils.context_objects\n# destroy ansible.utils.vars\n# destroy ansible.utils.collection_loader\n# destroy ansible.utils.plugin_docs\n# destroy ansible.utils.helpers\n# destroy ansible.utils.listify\n# destroy ansible.utils.sentinel\n# destroy ansible.utils.galaxy\n# destroy ansible.utils.lock\n# destroy ansible.utils.shlex\n# destroy ansible.utils.hashing\n# destroy ansible.utils._junit_xml\n# destroy multiprocessing.queues\n# destroy multiprocessing.synchronize\n# destroy multiprocessing.popen_fork\n# destroy ansible\n# destroy ansible.plugins\n# destroy ansible.plugins.filter\n# destroy ansible.plugins.test\n# destroy ansible.plugins.cache\n# destroy ansible.plugins.inventory\n# destroy ansible.plugins.vars\n# destroy ansible.plugins.doc_fragments\n# destroy ansible.plugins.become\n# destroy ansible.plugins.shell\n# destroy ansible.plugins.strategy\n# destroy ansible.plugins.doc_fragments.vars_plugin_staging\n# destroy ansible.plugins.doc_fragments.connection_pipelining\n# destroy ansible.plugins.doc_fragments.shell_windows\n# destroy ansible.plugins.doc_fragments.shell_common\n# destroy ansible.plugins.doc_fragments.default_callback\n# destroy ansible.plugins.doc_fragments.result_format_callback\n# destroy cryptography.__about__\n# destroy cryptography.hazmat\n# destroy cryptography.hazmat.bindings\n# destroy cryptography.hazmat.bindings.openssl\n# destroy cryptography.hazmat.bindings.openssl._conditional\n# destroy cryptography.hazmat.backends\n# destroy cryptography.hazmat.primitives\n# destroy cryptography.hazmat.primitives.padding\n# destroy cryptography.hazmat.primitives.hmac\n# destroy cryptography.hazmat.primitives.kdf\n# destroy cryptography.hazmat.primitives._cipheralgorithm\n# destroy cryptography.hazmat.primitives.ciphers\n# destroy cryptography.hazmat.primitives.ciphers.base\n# destroy cryptography.hazmat.primitives._asymmetric\n# destroy cryptography.hazmat.primitives.asymmetric\n# destroy cryptography.hazmat.primitives.asymmetric.padding\n# destroy cryptography.hazmat.decrepit\n# destroy cryptography.hazmat.decrepit.ciphers\n# destroy cryptography.hazmat.decrepit.ciphers.algorithms\n# destroy cryptography.hazmat._oid\n# destroy cryptography.exceptions\n# destroy cryptography.hazmat.backends.openssl\n# destroy cryptography.hazmat.primitives.kdf.pbkdf2\n# destroy cryptography.hazmat.primitives.constant_time\n# destroy hmac\n# destroy cryptography.hazmat.bindings.openssl.binding\n# destroy cryptography.hazmat.primitives.asymmetric.ec\n# destroy cryptography\n# destroy lib\n# destroy cryptography.hazmat.primitives.asymmetric.rsa\n# destroy cryptography.hazmat.primitives._serialization\n# destroy cryptography.hazmat.primitives.hashes\n# destroy cryptography.hazmat.primitives.asymmetric.utils\n# destroy ansible.utils.collection_loader._collection_config\n# destroy ansible.utils.collection_loader._collection_meta\n# destroy ansible.utils.collection_loader._collection_finder\n# destroy sysconfig\n# destroy packaging._manylinux\n# destroy packaging._musllinux\n# destroy ansible.plugins.action.gather_facts\n# destroy ansible.plugins.action.debug\n# destroy ansible.plugins.action.set_fact\n# destroy ansible.plugins.action.include_vars\n# destroy ansible.plugins.action.package\n# destroy ansible.plugins.action.service\n# destroy ansible.plugins.action.command\n# destroy ansible.plugins.action.template\n# destroy ansible.plugins.action.fail\n# destroy ansible.plugins.action.assert\n# destroy ansible.plugins.cache.memory\n# destroy ansible_collections.ansible.posix.plugins.callback.debug\n# destroy ansible.plugins.callback.junit\n# destroy ansible.plugins.callback.minimal\n# destroy ansible.plugins.callback.oneline\n# destroy ansible.plugins.callback.tree\n# destroy ansible_collections.ansible.posix.plugins.callback.profile_tasks\n# destroy ansible.plugins.connection.local\n# destroy ansible.plugins.connection.paramiko_ssh\n# destroy ansible.plugins.connection.ssh\n# destroy ansible.plugins.shell.cmd\n# destroy ansible.plugins.shell.sh\n# destroy ansible.plugins.strategy.linear\n# destroy ansible.plugins.vars.host_group_vars\n# destroy ansible.plugins.inventory.host_list\n# destroy ansible.plugins.inventory.script\n# destroy ansible.plugins.inventory.auto\n# destroy ansible.plugins.inventory.yaml\n# destroy ansible.plugins.inventory.ini\n# destroy ansible.plugins.inventory.toml\n# destroy ansible.plugins.become.runas\n# destroy ansible.plugins.become.su\n# destroy ansible.plugins.become.sudo\n# destroy selinux\n# destroy __main__\n# destroy systemd.journal\n# destroy systemd.daemon\n# destroy syslog\n# destroy distro\n# destroy distro.distro\n# destroy ansible.template.native_helpers\n# destroy ansible.template.template\n# destroy ansible.template.vars\n# destroy ansible.module_utils.six\n# destroy argparse\n# destroy argcomplete.io\n# destroy argcomplete.packages._shlex\n# destroy ansible.cli.arguments.option_helpers\n# destroy ansible.executor.play_iterator\n# destroy ansible.executor.stats\n# destroy ansible.executor.task_result\n# destroy ansible.executor.task_queue_manager\n# destroy ansible.executor.interpreter_discovery\n# destroy ansible.executor.powershell\n# destroy ansible.executor.module_common\n# destroy ansible.executor.process\n# destroy ansible.executor.process.worker\n# destroy ansible.executor.task_executor\n# destroy _heapq\n# destroy _queue\n# destroy ansible.playbook.attribute\n# destroy ansible.playbook.base\n# destroy ansible.playbook.conditional\n# destroy ansible.playbook.collectionsearch\n# destroy ansible.playbook.delegatable\n# destroy ansible.playbook.helpers\n# destroy ansible.playbook.notifiable\n# destroy ansible.playbook.taggable\n# destroy ansible.playbook.role\n# destroy ansible.playbook.block\n# destroy ansible.playbook.loop_control\n# destroy ansible.playbook.task\n# destroy ansible.playbook.play\n# destroy ansible.playbook.playbook_include\n# destroy ansible.playbook.play_context\n# destroy ansible.playbook.handler\n# destroy ansible.playbook.task_include\n# destroy ansible.playbook.role_include\n# destroy ansible.playbook.handler_task_include\n# destroy ansible.playbook.included_file\n# destroy ansible.playbook.role.definition\n# destroy ansible.playbook.role.requirement\n# destroy ansible.playbook.role.metadata\n# destroy ansible.playbook.role.include\n# destroy tarfile\n# destroy grp\n# destroy ansible.plugins.callback\n# destroy difflib\n# destroy ansible.plugins.callback.default\n# destroy keyword\n# destroy ansible.module_utils.compat\n# destroy ansible.module_utils.compat.paramiko\n# destroy ansible.utils\n# destroy ansible.utils.ssh_functions\n# destroy ansible.executor\n# destroy ansible.executor.playbook_executor\n# destroy ansible.cli\n# destroy ansible.cli.playbook\n# destroy tomllib\n# destroy tomllib._types\n# destroy tomllib._re\n# destroy tomllib._parser\n# destroy ansible.plugins.shell.powershell\n# destroy ansible.plugins.connection.psrp\n# destroy xml.etree\n# destroy xml.parsers\n# destroy xml.sax\n# destroy xml.dom\n# destroy xml.etree.ElementPath\n# destroy _elementtree\n# destroy ansible.plugins.connection.winrm\n# destroy ansible.plugins.connection\n# destroy xmltodict\n# destroy xml.parsers.expat\n# destroy pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# destroy xml.sax._exceptions\n# destroy xml.sax.saxutils\n# destroy xml.sax.handler\n# destroy xml.sax.xmlreader\n# destroy ansible.plugins.action\n# destroy ansible.executor.powershell.module_manifest\n# destroy ansible.module_utils.facts.default_collectors\n# destroy ansible.module_utils.facts.ansible_collector\n# destroy multiprocessing.pool\n# destroy shlex\n# destroy ansible.module_utils.compat.selinux\n# destroy pwd\n# destroy glob\n# destroy ansible.module_utils.compat.typing\n# destroy ansible.module_utils.facts.timeout\n# destroy ansible.module_utils.facts.collector\n# destroy pkgutil\n# destroy multiprocessing\n# destroy decimal\n# destroy xml.etree.ElementTree\n# destroy xml.dom.minicompat\n# destroy xml.dom.NodeFilter\n# destroy xml.dom.xmlbuilder\n# destroy xml.dom.minidom\n# destroy xml.dom.domreg\n# destroy copy\n# destroy xml\n# destroy cmd\n# destroy pprint\n# destroy queue\n# destroy ansible.context\n# destroy ansible.executor.action_write_locks\n# destroy ansible.plugins.loader\n# destroy dataclasses\n# destroy pty\n# destroy uuid\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping urllib.request\n# destroy bisect\n# destroy hashlib\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping http.client\n# destroy http\n# destroy ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping multiprocessing.connection\n# cleanup[3] wiping multiprocessing.util\n# cleanup[3] wiping _multiprocessing\n# cleanup[3] wiping systemd._daemon\n# cleanup[3] wiping systemd.id128\n# cleanup[3] wiping systemd._reader\n# cleanup[3] wiping systemd._journal\n# cleanup[3] wiping selinux._selinux\n# cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes\n# destroy cryptography.hazmat.primitives.ciphers.algorithms\n# destroy cryptography.hazmat.primitives.ciphers.algorithms\n# cleanup[3] wiping cryptography.utils\n# cleanup[3] wiping cryptography.hazmat.bindings._rust\n# destroy _openssl\n# cleanup[3] wiping _cffi_backend\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping platform\n# cleanup[3] wiping multiprocessing.context\n# destroy multiprocessing.reduction\n# cleanup[3] wiping multiprocessing.process\n# cleanup[3] wiping tty\n# cleanup[3] wiping logging\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes\n# destroy ctypes._endian\n# destroy ctypes.util\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping curses\n# cleanup[3] wiping _curses\n# cleanup[3] wiping ansible.constants\n# cleanup[3] wiping encodings.unicode_escape\n# cleanup[3] wiping yaml\n# destroy yaml.error\n# destroy yaml.tokens\n# destroy yaml.events\n# destroy yaml.nodes\n# destroy yaml.reader\n# destroy yaml.scanner\n# destroy yaml.parser\n# destroy yaml.composer\n# destroy yaml.constructor\n# destroy yaml.resolver\n# destroy yaml.loader\n# destroy yaml.emitter\n# destroy yaml.serializer\n# destroy yaml.representer\n# destroy yaml.dumper\n# destroy yaml.cyaml\n# cleanup[3] wiping yaml._yaml\n# destroy yaml\n# cleanup[3] wiping cython_runtime\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\n# cleanup[3] wiping ansible.module_utils.six.moves\n# cleanup[3] wiping ansible.errors.yaml_strings\n# cleanup[3] wiping jinja2.nodes\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping markupsafe\n# destroy string\n# cleanup[3] wiping markupsafe._speedups\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping pickle\n# destroy _compat_pickle\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping configparser\n# cleanup[3] wiping atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping subprocess\n# destroy signal\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping getpass\n# cleanup[3] wiping termios\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resources._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping random\n# cleanup[3] wiping _sha2\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# destroy _bisect\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy struct\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping threading\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# destroy fnmatch\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# cleanup[3] wiping _csv\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping weakref\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# cleanup[3] wiping copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# cleanup[3] wiping abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings.aliases\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy decimal\n# destroy systemd._daemon\n# destroy systemd.id128\n# destroy systemd._reader\n# destroy systemd._journal\n# destroy selinux._selinux\n# destroy _cffi_backend\n# destroy _curses\n# destroy _datetime\n# destroy sys.monitoring\n# destroy _socket\n# destroy _string\n# destroy _weakref\n# destroy _sha2\n# destroy _typing\n# destroy platform\n# destroy _uuid\n# destroy re._parser\n# destroy tokenize\n# destroy _signal\n# destroy select\n# destroy json.scanner\n# destroy _json\n# destroy atexit\n# destroy configparser\n# destroy stat\n# destroy _functools\n# destroy cryptography.hazmat.primitives.ciphers.modes\n# destroy inspect\n# destroy _tokenize\n# destroy shutil\n# destroy copyreg\n# destroy pickle\n# destroy markupsafe._speedups\n# destroy importlib\n# destroy zipimport\n# destroy enum\n# destroy _thread\n# destroy markupsafe\n# destroy ntpath\n# destroy array\n# destroy math\n# destroy ipaddress\n# destroy _pickle\n# destroy abc\n# destroy _opcode\n# destroy jinja2.nodes\n# destroy cryptography.utils\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy email\n# destroy _warnings\n# destroy posix\n# destroy zlib\n# destroy _compression\n# destroy posixpath\n# destroy zipfile\n# destroy contextlib\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy locale\n# destroy binascii\n# destroy tempfile\n# destroy multiprocessing.process\n# destroy multiprocessing.util\n# destroy collections\n# destroy weakref\n# destroy _multiprocessing\n# destroy multiprocessing.connection\n# destroy multiprocessing.context\n# destroy _hashlib\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.unicode_escape\n# destroy curses\n# destroy collections.abc\n# destroy ctypes\n# destroy fcntl\n# destroy getpass\n# destroy io\n# destroy logging\n# destroy os\n# destroy random\n# destroy subprocess\n# destroy termios\n# destroy textwrap\n# destroy threading\n# destroy time\n# destroy tty\n# destroy typing\n# destroy _random\n# destroy _codecs\n# destroy codecs\n# destroy datetime\n# destroy json\n# destroy ansible.constants\n# destroy _struct\n# destroy _sre\n# destroy functools\n# destroy operator\n# destroy ansible.module_utils.six.moves.urllib\n# destroy ansible.module_utils.six.moves\n# destroy re\n# destroy traceback\n# destroy ansible.errors.yaml_strings\n# destroy ansible.module_utils.six.moves.urllib_parse\n# destroy ansible.module_utils.six.moves.urllib.error\n# destroy ansible.module_utils.six.moves.urllib.request\n# destroy ansible.module_utils.six.moves.urllib.response\n# destroy ansible.module_utils.six.moves.urllib.robotparser\n# destroy types\n# destroy warnings\n# destroy _operator\n# destroy itertools\n# clear sys.audit hooks", "rc": 4, "cmd": ["ansible-playbook", "-vvv", "-i", "/tmp/ansible.urvnld1w.inventory.yaml", "--check", "tests_ssh.yml"], "start": "2024-09-20 20:50:01.777748", "end": "2024-09-20 20:50:26.004286", "delta": "0:00:24.226538", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"_raw_params": "ansible-playbook -vvv -i /tmp/ansible.urvnld1w.inventory.yaml --check tests_ssh.yml\n", "_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=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b794bc0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b794230> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b797140> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b551790> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b552780> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5a4560> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5a46b0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5c3f50> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5e8620> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5c0230> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5a5910> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b58d6d0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5ebef0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5eab10> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5ebd10> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5e9340> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60cf80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b58c980> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b60d430> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60d2e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b60d6d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b5874a0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60ddc0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60da90> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60ec90> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b634ec0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b6365a0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b637440> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b637aa0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b636990> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b3ec500> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b637bf0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60ecf0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b424470> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b424ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b424c50> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b424d40> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b425040> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b3ee5d0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b426750> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b4253d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b60f3e0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b452b10> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b466c90> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b4a39b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b4c6120> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b4a3ad0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b467920> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b29caa0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b465cd0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b4276b0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd61b29cce0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yko0z22r/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b2f6750> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b2d5640> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b2d47d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b2d7740> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b32a2a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b32a030> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b329940> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b329d90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b329580> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b32b050> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b32b290> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b32b7d0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b18d520> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b18f140> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b18faa0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b190c80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b193770> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b4275c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b191a30> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b19b650> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b19a120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b199e80> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b19a3f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b191f40> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1df740> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1df8f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1e14f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1e12b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1e3a70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1e1be0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1eb290> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1e3c20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1ec0e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1ec2c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1ec470> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1dfbf0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1efbc0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1f1040> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1ee330> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b1ef6e0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1edfa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b275190> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b275fa0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b1eee70> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b276750> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b277140> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b086a50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b087320> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b275ca0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd61b086090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b0875c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b357710> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b3544d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b08baa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b08b8c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd61b08c1d0> # zipimport: zlib available # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 4486 1726879826.45069: done with _execute_module (ansible.legacy.command, {'_raw_params': 'ansible-playbook -vvv -i /tmp/ansible.urvnld1w.inventory.yaml --check tests_ssh.yml\n', '_ansible_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-1726879801.5831904-5153-60594574252516/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 4486 1726879826.45077: _low_level_execute_command(): starting 4486 1726879826.45088: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879801.5831904-5153-60594574252516/ > /dev/null 2>&1 && sleep 0' 4486 1726879826.45091: in local.exec_command() 4486 1726879826.45097: opening command with Popen() 4486 1726879826.45150: done running command with Popen() 4486 1726879826.45154: getting output with communicate() 4486 1726879826.45606: done communicating 4486 1726879826.45611: done with local.exec_command() 4486 1726879826.45614: _low_level_execute_command() done: rc=0, stdout=, stderr= 4486 1726879826.45616: handler run complete 4486 1726879826.48050: Evaluated conditional (False): False 4486 1726879826.49233: variable 'ansible_host' from source: unknown 4486 1726879826.49237: variable 'ansible_port' from source: unknown 4486 1726879826.49240: variable 'ansible_user' from source: unknown 4486 1726879826.49243: variable 'ansible_connection' from source: host vars for 'localhost' 4486 1726879826.49245: attempt loop complete, returning result 4486 1726879826.49247: _execute() done 4486 1726879826.49250: dumping result to json 4486 1726879826.52310: done dumping result, returning 4486 1726879826.52317: done running TaskExecutor() for managed_node3/TASK: Run ansible-playbook with tests_ssh.yml in check mode [0229e9c9-8e59-25d7-fcc3-000000000015] 4486 1726879826.52320: sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000015 4486 1726879826.93760: done sending task result for task 0229e9c9-8e59-25d7-fcc3-000000000015 4486 1726879826.93766: WORKER PROCESS EXITING 4486 1726879826.93772: marking managed_node3 as failed 4486 1726879826.93775: marking host managed_node3 failed, current state: 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 4486 1726879826.93779: ^ failed state is now: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 4486 1726879826.93780: getting the next task for host managed_node3 4486 1726879826.93781: host managed_node3 is done iterating, returning fatal: [managed_node3 -> localhost]: FAILED! => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.urvnld1w.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:24.226538", "end": "2024-09-20 20:50:26.004286", "rc": 4, "start": "2024-09-20 20:50:01.777748" } STDOUT: 5169 1726879802.07370: 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-LvY executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 5169 1726879802.07718: Added group all to inventory 5169 1726879802.07719: Added group ungrouped to inventory 5169 1726879802.07723: Group all now contains ungrouped 5169 1726879802.07725: Examining possible inventory source: /tmp/ansible.urvnld1w.inventory.yaml 5169 1726879802.18169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 5169 1726879802.18230: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 5169 1726879802.18252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 5169 1726879802.18309: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 5169 1726879802.18371: Loaded config def from plugin (inventory/script) 5169 1726879802.18374: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 5169 1726879802.18414: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 5169 1726879802.18491: Loaded config def from plugin (inventory/yaml) 5169 1726879802.18492: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 5169 1726879802.18575: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 5169 1726879802.18953: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 5169 1726879802.18956: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) host_list declined parsing /tmp/ansible.urvnld1w.inventory.yaml as it did not pass its verify_file() method 5169 1726879802.18958: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) script declined parsing /tmp/ansible.urvnld1w.inventory.yaml as it did not pass its verify_file() method 5169 1726879802.18963: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 5169 1726879802.18969: Loading data from /tmp/ansible.urvnld1w.inventory.yaml 5169 1726879802.21696: /tmp/ansible.urvnld1w.inventory.yaml was not parsable by auto 5169 1726879802.21753: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 5169 1726879802.21795: Loading data from /tmp/ansible.urvnld1w.inventory.yaml 5169 1726879802.25510: group all already in inventory 5169 1726879802.25517: set inventory_file for managed_node1 5169 1726879802.25522: set inventory_dir for managed_node1 5169 1726879802.25522: Added host managed_node1 to inventory 5169 1726879802.25524: Added host managed_node1 to group all 5169 1726879802.25525: set ansible_check_mode for managed_node1 5169 1726879802.25525: set ansible_config_file for managed_node1 5169 1726879802.25526: set ansible_diff_mode for managed_node1 5169 1726879802.25526: set ansible_facts for managed_node1 5169 1726879802.25527: set ansible_forks for managed_node1 5169 1726879802.25527: set ansible_host for managed_node1 5169 1726879802.25528: set ansible_inventory_sources for managed_node1 5169 1726879802.25528: set ansible_limit for managed_node1 5169 1726879802.25529: set ansible_playbook_python for managed_node1 5169 1726879802.25530: set ansible_run_tags for managed_node1 5169 1726879802.25530: set ansible_skip_tags for managed_node1 5169 1726879802.25531: set ansible_ssh_extra_args for managed_node1 5169 1726879802.25531: set ansible_verbosity for managed_node1 5169 1726879802.25532: set ansible_version for managed_node1 5169 1726879802.25532: set group_names for managed_node1 5169 1726879802.25533: set groups for managed_node1 5169 1726879802.25536: set inventory_dir for managed_node1 5169 1726879802.25537: set inventory_file for managed_node1 5169 1726879802.25538: set inventory_hostname for managed_node1 5169 1726879802.25538: set inventory_hostname_short for managed_node1 5169 1726879802.25539: set omit for managed_node1 5169 1726879802.25539: set playbook_dir for managed_node1 5169 1726879802.25543: set inventory_file for managed_node2 5169 1726879802.25546: set inventory_dir for managed_node2 5169 1726879802.25547: Added host managed_node2 to inventory 5169 1726879802.25548: Added host managed_node2 to group all 5169 1726879802.25549: set ansible_check_mode for managed_node2 5169 1726879802.25549: set ansible_config_file for managed_node2 5169 1726879802.25550: set ansible_diff_mode for managed_node2 5169 1726879802.25550: set ansible_facts for managed_node2 5169 1726879802.25551: set ansible_forks for managed_node2 5169 1726879802.25551: set ansible_host for managed_node2 5169 1726879802.25552: set ansible_inventory_sources for managed_node2 5169 1726879802.25553: set ansible_limit for managed_node2 5169 1726879802.25554: set ansible_playbook_python for managed_node2 5169 1726879802.25555: set ansible_run_tags for managed_node2 5169 1726879802.25556: set ansible_skip_tags for managed_node2 5169 1726879802.25556: set ansible_ssh_extra_args for managed_node2 5169 1726879802.25557: set ansible_verbosity for managed_node2 5169 1726879802.25557: set ansible_version for managed_node2 5169 1726879802.25557: set group_names for managed_node2 5169 1726879802.25558: set groups for managed_node2 5169 1726879802.25559: set inventory_dir for managed_node2 5169 1726879802.25559: set inventory_file for managed_node2 5169 1726879802.25560: set inventory_hostname for managed_node2 5169 1726879802.25560: set inventory_hostname_short for managed_node2 5169 1726879802.25561: set omit for managed_node2 5169 1726879802.25561: set playbook_dir for managed_node2 5169 1726879802.25566: set inventory_file for managed_node3 5169 1726879802.25568: set inventory_dir for managed_node3 5169 1726879802.25569: Added host managed_node3 to inventory 5169 1726879802.25570: Added host managed_node3 to group all 5169 1726879802.25571: set ansible_all_ipv4_addresses for managed_node3 5169 1726879802.25574: set ansible_all_ipv6_addresses for managed_node3 5169 1726879802.25574: set ansible_apparmor for managed_node3 5169 1726879802.25575: set ansible_architecture for managed_node3 5169 1726879802.25576: set ansible_bios_date for managed_node3 5169 1726879802.25577: set ansible_bios_vendor for managed_node3 5169 1726879802.25577: set ansible_bios_version for managed_node3 5169 1726879802.25578: set ansible_board_asset_tag for managed_node3 5169 1726879802.25579: set ansible_board_name for managed_node3 5169 1726879802.25579: set ansible_board_serial for managed_node3 5169 1726879802.25580: set ansible_board_vendor for managed_node3 5169 1726879802.25580: set ansible_board_version for managed_node3 5169 1726879802.25581: set ansible_chassis_asset_tag for managed_node3 5169 1726879802.25581: set ansible_chassis_serial for managed_node3 5169 1726879802.25582: set ansible_chassis_vendor for managed_node3 5169 1726879802.25582: set ansible_chassis_version for managed_node3 5169 1726879802.25583: set ansible_check_mode for managed_node3 5169 1726879802.25583: set ansible_cmdline for managed_node3 5169 1726879802.25584: set ansible_config_file for managed_node3 5169 1726879802.25584: set ansible_date_time for managed_node3 5169 1726879802.25585: set ansible_default_ipv4 for managed_node3 5169 1726879802.25585: set ansible_default_ipv6 for managed_node3 5169 1726879802.25589: set ansible_device_links for managed_node3 5169 1726879802.25590: set ansible_devices for managed_node3 5169 1726879802.25591: set ansible_diff_mode for managed_node3 5169 1726879802.25591: set ansible_distribution for managed_node3 5169 1726879802.25592: set ansible_distribution_file_parsed for managed_node3 5169 1726879802.25593: set ansible_distribution_file_path for managed_node3 5169 1726879802.25594: set ansible_distribution_file_variety for managed_node3 5169 1726879802.25595: set ansible_distribution_major_version for managed_node3 5169 1726879802.25596: set ansible_distribution_release for managed_node3 5169 1726879802.25597: set ansible_distribution_version for managed_node3 5169 1726879802.25597: set ansible_dns for managed_node3 5169 1726879802.25598: set ansible_domain for managed_node3 5169 1726879802.25599: set ansible_effective_group_id for managed_node3 5169 1726879802.25599: set ansible_effective_user_id for managed_node3 5169 1726879802.25600: set ansible_env for managed_node3 5169 1726879802.25600: set ansible_eth0 for managed_node3 5169 1726879802.25601: set ansible_facts for managed_node3 5169 1726879802.25602: set ansible_fibre_channel_wwn for managed_node3 5169 1726879802.25602: set ansible_fips for managed_node3 5169 1726879802.25603: set ansible_forks for managed_node3 5169 1726879802.25603: set ansible_form_factor for managed_node3 5169 1726879802.25604: set ansible_fqdn for managed_node3 5169 1726879802.25604: set ansible_host for managed_node3 5169 1726879802.25605: set ansible_hostname for managed_node3 5169 1726879802.25605: set ansible_hostnqn for managed_node3 5169 1726879802.25606: set ansible_interfaces for managed_node3 5169 1726879802.25606: set ansible_inventory_sources for managed_node3 5169 1726879802.25607: set ansible_is_chroot for managed_node3 5169 1726879802.25607: set ansible_iscsi_iqn for managed_node3 5169 1726879802.25608: set ansible_kernel for managed_node3 5169 1726879802.25608: set ansible_kernel_version for managed_node3 5169 1726879802.25609: set ansible_limit for managed_node3 5169 1726879802.25609: set ansible_lo for managed_node3 5169 1726879802.25610: set ansible_loadavg for managed_node3 5169 1726879802.25610: set ansible_local for managed_node3 5169 1726879802.25611: set ansible_locally_reachable_ips for managed_node3 5169 1726879802.25611: set ansible_lsb for managed_node3 5169 1726879802.25612: set ansible_lvm for managed_node3 5169 1726879802.25612: set ansible_machine for managed_node3 5169 1726879802.25613: set ansible_machine_id for managed_node3 5169 1726879802.25613: set ansible_memfree_mb for managed_node3 5169 1726879802.25614: set ansible_memory_mb for managed_node3 5169 1726879802.25614: set ansible_memtotal_mb for managed_node3 5169 1726879802.25615: set ansible_mounts for managed_node3 5169 1726879802.25615: set ansible_nodename for managed_node3 5169 1726879802.25616: set ansible_os_family for managed_node3 5169 1726879802.25616: set ansible_pkg_mgr for managed_node3 5169 1726879802.25617: set ansible_playbook_python for managed_node3 5169 1726879802.25617: set ansible_proc_cmdline for managed_node3 5169 1726879802.25618: set ansible_processor for managed_node3 5169 1726879802.25618: set ansible_processor_cores for managed_node3 5169 1726879802.25618: set ansible_processor_count for managed_node3 5169 1726879802.25619: set ansible_processor_nproc for managed_node3 5169 1726879802.25620: set ansible_processor_threads_per_core for managed_node3 5169 1726879802.25620: set ansible_processor_vcpus for managed_node3 5169 1726879802.25620: set ansible_product_name for managed_node3 5169 1726879802.25621: set ansible_product_serial for managed_node3 5169 1726879802.25621: set ansible_product_uuid for managed_node3 5169 1726879802.25622: set ansible_product_version for managed_node3 5169 1726879802.25622: set ansible_python for managed_node3 5169 1726879802.25623: set ansible_python_version for managed_node3 5169 1726879802.25624: set ansible_real_group_id for managed_node3 5169 1726879802.25624: set ansible_real_user_id for managed_node3 5169 1726879802.25624: set ansible_run_tags for managed_node3 5169 1726879802.25625: set ansible_selinux for managed_node3 5169 1726879802.25625: set ansible_selinux_python_present for managed_node3 5169 1726879802.25626: set ansible_service_mgr for managed_node3 5169 1726879802.25626: set ansible_skip_tags for managed_node3 5169 1726879802.25627: set ansible_ssh_extra_args for managed_node3 5169 1726879802.25627: set ansible_ssh_host_key_ecdsa_public for managed_node3 5169 1726879802.25628: set ansible_ssh_host_key_ecdsa_public_keytype for managed_node3 5169 1726879802.25628: set ansible_ssh_host_key_ed25519_public for managed_node3 5169 1726879802.25629: set ansible_ssh_host_key_ed25519_public_keytype for managed_node3 5169 1726879802.25629: set ansible_ssh_host_key_rsa_public for managed_node3 5169 1726879802.25630: set ansible_ssh_host_key_rsa_public_keytype for managed_node3 5169 1726879802.25630: set ansible_swapfree_mb for managed_node3 5169 1726879802.25631: set ansible_swaptotal_mb for managed_node3 5169 1726879802.25631: set ansible_system for managed_node3 5169 1726879802.25632: set ansible_system_capabilities for managed_node3 5169 1726879802.25632: set ansible_system_capabilities_enforced for managed_node3 5169 1726879802.25633: set ansible_system_vendor for managed_node3 5169 1726879802.25633: set ansible_uptime_seconds for managed_node3 5169 1726879802.25634: set ansible_user_dir for managed_node3 5169 1726879802.25634: set ansible_user_gecos for managed_node3 5169 1726879802.25635: set ansible_user_gid for managed_node3 5169 1726879802.25635: set ansible_user_id for managed_node3 5169 1726879802.25636: set ansible_user_shell for managed_node3 5169 1726879802.25636: set ansible_user_uid for managed_node3 5169 1726879802.25637: set ansible_userspace_architecture for managed_node3 5169 1726879802.25637: set ansible_userspace_bits for managed_node3 5169 1726879802.25638: set ansible_verbosity for managed_node3 5169 1726879802.25638: set ansible_version for managed_node3 5169 1726879802.25639: set ansible_virtualization_role for managed_node3 5169 1726879802.25639: set ansible_virtualization_tech_guest for managed_node3 5169 1726879802.25640: set ansible_virtualization_tech_host for managed_node3 5169 1726879802.25640: set ansible_virtualization_type for managed_node3 5169 1726879802.25641: set discovered_interpreter_python for managed_node3 5169 1726879802.25641: set gather_subset for managed_node3 5169 1726879802.25642: set group_names for managed_node3 5169 1726879802.25642: set groups for managed_node3 5169 1726879802.25643: set inventory_dir for managed_node3 5169 1726879802.25644: set inventory_file for managed_node3 5169 1726879802.25644: set inventory_hostname for managed_node3 5169 1726879802.25645: set inventory_hostname_short for managed_node3 5169 1726879802.25645: set module_setup for managed_node3 5169 1726879802.25646: set omit for managed_node3 5169 1726879802.25646: set playbook_dir for managed_node3 5169 1726879802.25647: set tempinventory for managed_node3 Parsed /tmp/ansible.urvnld1w.inventory.yaml inventory source with yaml plugin 5169 1726879802.25650: Reconcile groups and hosts in inventory. 5169 1726879802.25654: Group ungrouped now contains managed_node1 5169 1726879802.25656: Group ungrouped now contains managed_node2 5169 1726879802.25657: Group ungrouped now contains managed_node3 5169 1726879802.25741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 5169 1726879802.25856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 5169 1726879802.25906: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 5169 1726879802.25926: Loaded config def from plugin (vars/host_group_vars) 5169 1726879802.25928: 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) 5169 1726879802.25937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 5169 1726879802.25945: 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) 5169 1726879802.25982: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 5169 1726879802.26292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879802.26392: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 5169 1726879802.26419: Loaded config def from plugin (connection/local) 5169 1726879802.26422: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 5169 1726879802.26884: Loaded config def from plugin (connection/paramiko_ssh) 5169 1726879802.26886: 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) 5169 1726879802.27612: 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) 5169 1726879802.27643: Loaded config def from plugin (connection/psrp) 5169 1726879802.27646: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 5169 1726879802.28154: 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) 5169 1726879802.28189: Loaded config def from plugin (connection/ssh) 5169 1726879802.28192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 5169 1726879802.29865: 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) 5169 1726879802.29895: Loaded config def from plugin (connection/winrm) 5169 1726879802.29898: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 5169 1726879802.29928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 5169 1726879802.29991: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 5169 1726879802.30041: Loaded config def from plugin (shell/cmd) 5169 1726879802.30042: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 5169 1726879802.30056: 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) 5169 1726879802.30102: Loaded config def from plugin (shell/powershell) 5169 1726879802.30103: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 5169 1726879802.30159: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 5169 1726879802.30285: Loaded config def from plugin (shell/sh) 5169 1726879802.30287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 5169 1726879802.30312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 5169 1726879802.30407: Loaded config def from plugin (become/runas) 5169 1726879802.30409: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 5169 1726879802.30546: Loaded config def from plugin (become/su) 5169 1726879802.30548: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 5169 1726879802.30662: Loaded config def from plugin (become/sudo) 5169 1726879802.30666: 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 5169 1726879802.30699: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml 5169 1726879802.31147: trying /usr/local/lib/python3.12/site-packages/ansible/modules 5169 1726879802.34207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 5169 1726879802.34241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 5169 1726879802.34638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 5169 1726879802.34648: 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 5169 1726879802.34877: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 5169 1726879802.34985: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 5169 1726879802.34988: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 5169 1726879802.35010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 5169 1726879802.35027: 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) 5169 1726879802.35149: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 5169 1726879802.35197: Loaded config def from plugin (callback/default) 5169 1726879802.35199: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 5169 1726879802.36144: Loaded config def from plugin (callback/junit) 5169 1726879802.36146: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 5169 1726879802.36191: 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) 5169 1726879802.36234: Loaded config def from plugin (callback/minimal) 5169 1726879802.36235: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 5169 1726879802.36281: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 5169 1726879802.36332: Loaded config def from plugin (callback/tree) 5169 1726879802.36334: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 5169 1726879802.36428: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 5169 1726879802.36430: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml 5169 1726879802.36449: in VariableManager get_vars() 5169 1726879802.36467: done with get_vars() 5169 1726879802.36471: in VariableManager get_vars() 5169 1726879802.36479: done with get_vars() 5169 1726879802.36482: variable 'omit' from source: magic vars 5169 1726879802.36513: in VariableManager get_vars() 5169 1726879802.36524: done with get_vars() 5169 1726879802.36539: variable 'omit' from source: magic vars PLAY [Ensure that the rule runs with ssh] ************************************** 5169 1726879802.37044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 5169 1726879802.37122: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 5169 1726879802.37153: getting the remaining hosts for this loop 5169 1726879802.37155: done getting the remaining hosts for this loop 5169 1726879802.37157: getting the next task for host managed_node1 5169 1726879802.37161: done getting next task for host managed_node1 5169 1726879802.37163: ^ task is: TASK: Gathering Facts 5169 1726879802.37165: ^ 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 5169 1726879802.37167: getting the next task for host managed_node2 5169 1726879802.37169: done getting next task for host managed_node2 5169 1726879802.37170: ^ task is: TASK: Gathering Facts 5169 1726879802.37171: ^ 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 5169 1726879802.37171: getting the next task for host managed_node3 5169 1726879802.37173: done getting next task for host managed_node3 5169 1726879802.37175: ^ task is: TASK: Gathering Facts 5169 1726879802.37175: ^ 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 5169 1726879802.37177: getting variables 5169 1726879802.37178: in VariableManager get_vars() 5169 1726879802.37186: Calling all_inventory to load vars for managed_node1 5169 1726879802.37188: Calling groups_inventory to load vars for managed_node1 5169 1726879802.37190: Calling all_plugins_inventory to load vars for managed_node1 5169 1726879802.37199: Calling all_plugins_play to load vars for managed_node1 5169 1726879802.37207: Calling groups_plugins_inventory to load vars for managed_node1 5169 1726879802.37209: Calling groups_plugins_play to load vars for managed_node1 5169 1726879802.37233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879802.37276: done with get_vars() 5169 1726879802.37282: done getting variables 5169 1726879802.37338: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Friday 20 September 2024 20:50:02 -0400 (0:00:00.009) 0:00:00.009 ****** 5169 1726879802.37355: entering _queue_task() for managed_node1/gather_facts 5169 1726879802.37356: Creating lock for gather_facts 5169 1726879802.37654: worker is 1 (out of 3 available) 5169 1726879802.37668: exiting _queue_task() for managed_node1/gather_facts 5169 1726879802.37683: getting variables 5169 1726879802.37686: in VariableManager get_vars() 5169 1726879802.37754: Calling all_inventory to load vars for managed_node2 5169 1726879802.37759: Calling groups_inventory to load vars for managed_node2 5169 1726879802.37770: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879802.37789: Calling all_plugins_play to load vars for managed_node2 5169 1726879802.37793: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879802.37798: Calling groups_plugins_play to load vars for managed_node2 5169 1726879802.37873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879802.37907: done with get_vars() 5169 1726879802.37917: done getting variables 5169 1726879802.38024: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879802.38036: entering _queue_task() for managed_node2/gather_facts 5169 1726879802.38147: running TaskExecutor() for managed_node1/TASK: Gathering Facts 5169 1726879802.38468: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879802.38477: variable 'ansible_search_path' from source: unknown 5169 1726879802.38481: calling self._execute() 5169 1726879802.38484: variable 'ansible_host' from source: host vars for 'managed_node1' 5169 1726879802.38486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 5169 1726879802.38489: variable 'omit' from source: magic vars 5169 1726879802.38492: variable 'omit' from source: magic vars 5169 1726879802.38419: worker is 2 (out of 3 available) 5169 1726879802.38500: exiting _queue_task() for managed_node2/gather_facts 5169 1726879802.38513: getting variables 5169 1726879802.38516: in VariableManager get_vars() 5169 1726879802.38937: Calling all_inventory to load vars for managed_node3 5169 1726879802.38941: Calling groups_inventory to load vars for managed_node3 5169 1726879802.38949: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879802.38956: variable 'omit' from source: magic vars 5169 1726879802.38960: variable 'omit' from source: magic vars 5169 1726879802.38963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879802.38979: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879802.38983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879802.38986: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.39007: Calling all_plugins_play to load vars for managed_node3 5169 1726879802.39010: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879802.39014: Calling groups_plugins_play to load vars for managed_node3 5169 1726879802.39095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879802.39140: done with get_vars() 5169 1726879802.39152: done getting variables 5169 1726879802.39218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.39222: variable 'inventory_hostname' from source: host vars for 'managed_node1' 5169 1726879802.39225: variable 'ansible_host' from source: host vars for 'managed_node1' 5169 1726879802.39228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 5169 1726879802.39282: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879802.39294: entering _queue_task() for managed_node3/gather_facts 5169 1726879802.39777: worker is 3 (out of 3 available) 5169 1726879802.39788: exiting _queue_task() for managed_node3/gather_facts 5169 1726879802.39800: done queuing things up, now waiting for results queue to drain 5169 1726879802.39802: waiting for pending results... 5169 1726879802.39835: Set connection var ansible_timeout to 10 5169 1726879802.39841: Set connection var ansible_shell_executable to /bin/sh 5169 1726879802.39845: Set connection var ansible_connection to ssh 5169 1726879802.39848: Set connection var ansible_shell_type to sh 5169 1726879802.39850: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879802.39852: Set connection var ansible_pipelining to False 5169 1726879802.39855: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.39857: running TaskExecutor() for managed_node2/TASK: Gathering Facts 5169 1726879802.39860: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879802.39863: variable 'ansible_search_path' from source: unknown 5169 1726879802.39868: calling self._execute() 5169 1726879802.39871: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879802.39874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879802.39876: variable 'omit' from source: magic vars 5169 1726879802.39879: variable 'ansible_connection' from source: unknown 5169 1726879802.39882: variable 'ansible_module_compression' from source: unknown 5169 1726879802.39884: variable 'ansible_shell_type' from source: unknown 5169 1726879802.39887: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.39889: variable 'ansible_host' from source: host vars for 'managed_node1' 5169 1726879802.39891: variable 'ansible_pipelining' from source: unknown 5169 1726879802.39893: variable 'ansible_timeout' from source: unknown 5169 1726879802.39896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 5169 1726879802.39900: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879802.39904: variable 'omit' from source: magic vars 5169 1726879802.40170: variable 'omit' from source: magic vars 5169 1726879802.40174: running TaskExecutor() for managed_node3/TASK: Gathering Facts 5169 1726879802.40176: variable 'omit' from source: magic vars 5169 1726879802.40179: variable 'omit' from source: magic vars 5169 1726879802.40181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879802.40184: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879802.40186: starting attempt loop 5169 1726879802.40189: running the handler 5169 1726879802.40191: variable 'ansible_search_path' from source: unknown 5169 1726879802.40193: variable 'ansible_facts' from source: host vars for 'managed_node1' 5169 1726879802.40195: _low_level_execute_command(): starting 5169 1726879802.40198: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.21> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879802.40208: calling self._execute() 5169 1726879802.40234: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879802.40247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' <10.31.47.21> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/d5df29d6e4"' 10.31.47.21 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879802.40295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879802.40569: variable 'omit' from source: magic vars 5169 1726879802.40573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879802.40576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.40578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.40581: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879802.40583: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879802.40585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879802.40588: variable 'omit' from source: magic vars 5169 1726879802.40590: variable 'omit' from source: magic vars 5169 1726879802.40593: variable 'omit' from source: magic vars 5169 1726879802.40595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879802.40597: Set connection var ansible_timeout to 10 5169 1726879802.40599: Set connection var ansible_shell_executable to /bin/sh 5169 1726879802.40602: Set connection var ansible_connection to ssh 5169 1726879802.40604: Set connection var ansible_shell_type to sh 5169 1726879802.40607: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879802.40609: Set connection var ansible_pipelining to False 5169 1726879802.40620: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.40702: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879802.40729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879802.40755: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.40780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879802.40812: variable 'ansible_connection' from source: unknown 5169 1726879802.40816: variable 'ansible_module_compression' from source: unknown 5169 1726879802.40819: variable 'ansible_shell_type' from source: unknown 5169 1726879802.40823: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.40826: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879802.40831: variable 'ansible_pipelining' from source: unknown 5169 1726879802.40834: variable 'ansible_timeout' from source: unknown 5169 1726879802.40839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879802.40845: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879802.40853: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879802.40861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879802.40982: Set connection var ansible_timeout to 10 5169 1726879802.40994: Set connection var ansible_shell_executable to /bin/sh 5169 1726879802.41001: Set connection var ansible_connection to ssh 5169 1726879802.41011: Set connection var ansible_shell_type to sh 5169 1726879802.41170: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879802.41173: Set connection var ansible_pipelining to False 5169 1726879802.41176: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.41178: variable 'ansible_connection' from source: unknown 5169 1726879802.41180: variable 'ansible_module_compression' from source: unknown 5169 1726879802.41182: variable 'ansible_shell_type' from source: unknown 5169 1726879802.41185: variable 'ansible_shell_executable' from source: unknown 5169 1726879802.41188: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879802.41196: variable 'ansible_pipelining' from source: unknown 5169 1726879802.41198: variable 'ansible_timeout' from source: unknown 5169 1726879802.41201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879802.41221: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879802.41231: variable 'omit' from source: magic vars 5169 1726879802.41301: starting attempt loop 5169 1726879802.41305: running the handler 5169 1726879802.41316: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879802.41334: variable 'omit' from source: magic vars 5169 1726879802.41340: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879802.41688: _low_level_execute_command(): starting 5169 1726879802.41692: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879802.41703: starting attempt loop 5169 1726879802.41705: running the handler 5169 1726879802.41708: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879802.41710: _low_level_execute_command(): starting 5169 1726879802.41713: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879802.41719: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879802.41763: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879802.41811: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879802.41874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/d5df29d6e4' debug1: Control socket "/root/.ansible/cp/d5df29d6e4" does not exist debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to 10.31.47.21 [10.31.47.21] port 22. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.42380: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879802.42397: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.42416: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879802.42488: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.42516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.42530: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.42548: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.42585: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879802.42600: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering <<< 5169 1726879802.42638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.42667: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.42671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.42681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.44384: stdout chunk (state=3): >>>/root <<< 5169 1726879802.44491: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.44571: stderr chunk (state=3): >>><<< 5169 1726879802.44574: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.44583: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.44597: _low_level_execute_command(): starting 5169 1726879802.44600: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `" && echo ansible-tmp-1726879802.4457386-5174-126315515838354="` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `" && echo ansible-tmp-1726879802.4457386-5174-126315515838354="` echo /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 `" ) && sleep 0'"'"'' 5169 1726879802.45004: stdout chunk (state=3): >>>/root <<< 5169 1726879802.45115: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879802.45119: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879802.45121: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879802.45125: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879802.45128: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.45130: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.45228: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.45270: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.45276: stderr chunk (state=3): >>><<< 5169 1726879802.45279: stdout chunk (state=3): >>><<< 5169 1726879802.45281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.45301: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.45318: _low_level_execute_command(): starting 5169 1726879802.45324: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `" && echo ansible-tmp-1726879802.4530375-5173-260173975680273="` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `" && echo ansible-tmp-1726879802.4530375-5173-260173975680273="` echo /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 `" ) && sleep 0'"'"'' 5169 1726879802.45822: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.45828: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879802.45831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration <<< 5169 1726879802.45833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879802.45837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.45899: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879802.45904: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.45906: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.45908: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.45961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.47209: stdout chunk (state=3): >>>ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 <<< 5169 1726879802.47328: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.47380: stderr chunk (state=3): >>><<< 5169 1726879802.47384: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.47416: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879802.4457386-5174-126315515838354=/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.47439: variable 'ansible_module_compression' from source: unknown 5169 1726879802.47488: ANSIBALLZ: Using generic lock for ansible.legacy.setup 5169 1726879802.47492: ANSIBALLZ: Acquiring lock 5169 1726879802.47495: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879802.47497: ANSIBALLZ: Creating module 5169 1726879802.48808: stdout chunk (state=3): >>>ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 <<< 5169 1726879802.49178: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.49182: stdout chunk (state=3): >>><<< 5169 1726879802.49185: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.49192: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879802.4530375-5173-260173975680273=/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.49207: variable 'ansible_module_compression' from source: unknown 5169 1726879802.49238: ANSIBALLZ: Using generic lock for ansible.legacy.setup 5169 1726879802.49246: ANSIBALLZ: Acquiring lock 5169 1726879802.68428: ANSIBALLZ: Writing module into payload 5169 1726879802.68529: ANSIBALLZ: Writing module 5169 1726879802.68552: ANSIBALLZ: Renaming module 5169 1726879802.68566: ANSIBALLZ: Done creating module 5169 1726879802.68720: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879802.68724: ANSIBALLZ: Reading module after lock 5169 1726879802.68727: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879802.68729: variable 'inventory_hostname' from source: host vars for 'managed_node3' Attempting python interpreter discovery 5169 1726879802.68736: _low_level_execute_command(): starting 5169 1726879802.68739: _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' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879802.68745: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879802.68749: variable 'inventory_hostname' from source: host vars for 'managed_node2' Attempting python interpreter discovery 5169 1726879802.68753: _low_level_execute_command(): starting 5169 1726879802.68756: _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' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/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'"'"'' <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/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'"'"'' 5169 1726879802.69385: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.69390: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879802.69469: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879802.69475: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879802.69479: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.69528: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879802.69531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.69534: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879802.69537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879802.69539: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.69558: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.69561: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.69598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879802.69602: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879802.69625: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879802.69633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.69701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.71343: stdout chunk (state=3): >>>PLATFORM <<< 5169 1726879802.71416: stdout chunk (state=3): >>>Linux <<< 5169 1726879802.71442: stdout chunk (state=3): >>>FOUND <<< 5169 1726879802.71457: stdout chunk (state=3): >>>/usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 5169 1726879802.71591: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.71639: stderr chunk (state=3): >>><<< 5169 1726879802.71642: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.71675: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.71693 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 5169 1726879802.71730: _low_level_execute_command(): starting 5169 1726879802.71733: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' 5169 1726879802.71832: Sending initial data 5169 1726879802.71835: Sent initial data (1181 bytes) 5169 1726879802.72094: stdout chunk (state=3): >>>PLATFORM <<< 5169 1726879802.72243: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.72250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879802.72253: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.72256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879802.72258: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.72310: stdout chunk (state=3): >>>Linux FOUND /usr/bin/python3.12 <<< 5169 1726879802.72314: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 5169 1726879802.72317: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.72320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.72342: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879802.72346: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879802.72385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.72481: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.72557: stderr chunk (state=3): >>><<< 5169 1726879802.72559: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3\n/usr/bin/python3\nENDFOUND\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.72586: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.72602 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 5169 1726879802.72663: _low_level_execute_command(): starting 5169 1726879802.72669: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' 5169 1726879802.72775: Sending initial data 5169 1726879802.72779: Sent initial data (1181 bytes) 5169 1726879802.73166: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.73170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879802.73175: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address <<< 5169 1726879802.73178: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879802.73181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.73238: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.73241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.73242: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.73279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.75989: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 5169 1726879802.76383: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.76445: stderr chunk (state=3): >>><<< 5169 1726879802.76448: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'{"platform_dist_result": [], "osrelease_content": "NAME=\\"Fedora Linux\\"\\nVERSION=\\"40 (Forty)\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\"\\"\\nPLATFORM_ID=\\"platform:f40\\"\\nPRETTY_NAME=\\"Fedora Linux 40 (Forty)\\"\\nANSI_COLOR=\\"0;38;2;60;110;180\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\"cpe:/o:fedoraproject:fedora:40\\"\\nDEFAULT_HOSTNAME=\\"fedora\\"\\nHOME_URL=\\"https://fedoraproject.org/\\"\\nDOCUMENTATION_URL=\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\"\\nSUPPORT_URL=\\"https://ask.fedoraproject.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_BUGZILLA_PRODUCT=\\"Fedora\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\"Fedora\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n"}\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.76469: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Python interpreter discovery fallback (unsupported Linux distribution: fedora) 5169 1726879802.76575: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879802.76579: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879802.76586: variable 'ansible_module_compression' from source: unknown 5169 1726879802.76619: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 5169 1726879802.76649: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 5169 1726879802.76786: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 TO /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879802.76924: Sending initial data 5169 1726879802.76927: Sent initial data (152 bytes) 5169 1726879802.77435: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.77439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879802.77442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879802.77445: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879802.77447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879802.77449: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.77508: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879802.77518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.77522: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.77525: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.77563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.78624: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 5169 1726879802.79217: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879802.79221: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879802.79240: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.79277: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879802.79323: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879802.79327: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py <<< 5169 1726879802.79330: stderr chunk (state=3): >>><<< 5169 1726879802.79332: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'{"platform_dist_result": [], "osrelease_content": "NAME=\\"Fedora Linux\\"\\nVERSION=\\"40 (Forty)\\"\\nID=fedora\\nVERSION_ID=40\\nVERSION_CODENAME=\\"\\"\\nPLATFORM_ID=\\"platform:f40\\"\\nPRETTY_NAME=\\"Fedora Linux 40 (Forty)\\"\\nANSI_COLOR=\\"0;38;2;60;110;180\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\"cpe:/o:fedoraproject:fedora:40\\"\\nDEFAULT_HOSTNAME=\\"fedora\\"\\nHOME_URL=\\"https://fedoraproject.org/\\"\\nDOCUMENTATION_URL=\\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\\"\\nSUPPORT_URL=\\"https://ask.fedoraproject.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_BUGZILLA_PRODUCT=\\"Fedora\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\\nREDHAT_SUPPORT_PRODUCT=\\"Fedora\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=40\\nSUPPORT_END=2025-05-13\\n"}\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.79387: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.79393: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9" to remote "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py M:0x001a <<< Python interpreter discovery fallback (unsupported Linux distribution: fedora) 5169 1726879802.79580: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879802.79582: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879802.79585: variable 'ansible_module_compression' from source: unknown 5169 1726879802.79589: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 5169 1726879802.79633: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 5169 1726879802.79883: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a TO /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' 5169 1726879802.80210: Sending initial data 5169 1726879802.80215: Sent initial data (152 bytes) 5169 1726879802.80289: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879802.80657: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 5169 1726879802.80661: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000 <<< 5169 1726879802.80782: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21000 bytes at 261120 <<< 5169 1726879802.80791: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879802.80831: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879802.80867: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.80871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879802.80873: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.80998: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879802.81002: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.81005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.81008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879802.81010: stdout chunk (state=3): >>><<< 5169 1726879802.81017: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp7szeezd9" to remote "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21000 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879802.81055: done transferring module to remote 5169 1726879802.81074: _low_level_execute_command(): starting 5169 1726879802.81082: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879802.81565: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.81570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879802.81576: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.81579: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.81582: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879802.81584: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.81634: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879802.81639: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.81641: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.81680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.83341: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 5169 1726879802.83368: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879802.83395: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879802.83550: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.83600: stderr chunk (state=3): >>><<< 5169 1726879802.83603: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.83626: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.83629: _low_level_execute_command(): starting 5169 1726879802.83643: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879802.84131: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.84135: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879802.84137: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879802.84140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879802.84143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.84195: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879802.84201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.84203: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879802.84204: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879802.84249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879802.85413: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879802.85417: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879802.85420: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py <<< 5169 1726879802.86539: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879802.86572: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879802.86606: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879802.86615: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879802.86684: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879802.86690: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879802.86723: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879802.86760: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879802.86790: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879802.86794: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879802.86859: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879802.86863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.86874: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879802.86896: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879802.86936: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879802.86972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530> <<< 5169 1726879802.86981: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30> <<< 5169 1726879802.87003: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879802.87006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879802.87014: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0> <<< 5169 1726879802.87040: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879802.87061: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879802.87081: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879802.87089: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879802.87124: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879802.87216: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879802.87247: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879802.87252: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879802.87282: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879802.87311: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 5169 1726879802.87326: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879802.87334: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879802.87343: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879802.87378: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879802.87388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879802.87413: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190> <<< 5169 1726879802.87426: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a" to remote "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py M:0x001a <<< 5169 1726879802.87466: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879802.87477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.87481: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0> <<< 5169 1726879802.87511: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879802.87538: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879802.87948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879802.87952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879802.87983: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879802.87997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.88010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879802.88052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879802.88072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879802.88091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879802.88110: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0> <<< 5169 1726879802.88123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879802.88153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879802.88172: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879802.88181: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0> <<< 5169 1726879802.88197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879802.88223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879802.88248: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879802.88299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.88313: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879802.88351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879802.88355: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0> <<< 5169 1726879802.88382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879802.88387: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30> <<< 5169 1726879802.88404: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879802.88459: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70> <<< 5169 1726879802.88470: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879802.88498: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190> <<< 5169 1726879802.88598: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50> <<< 5169 1726879802.88617: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879802.88649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879802.88651: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879802.88683: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879802.88701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879802.88726: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879802.88730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879802.88771: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770> <<< 5169 1726879802.88776: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390> <<< 5169 1726879802.88813: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879802.88817: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90> <<< 5169 1726879802.88882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879802.88885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0> <<< 5169 1726879802.88910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 5169 1726879802.88914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879802.88948: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.88952: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30> <<< 5169 1726879802.88994: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.89000: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0> <<< 5169 1726879802.89036: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 5169 1726879802.89049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.89063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879802.89098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879802.89112: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610> <<< 5169 1726879802.89118: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0> import 'importlib.machinery' # <<< 5169 1726879802.89159: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 5169 1726879802.89163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879802.89175: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510> <<< 5169 1726879802.89192: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879802.89218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879802.89252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879802.89290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879802.89294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740> <<< 5169 1726879802.89299: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879802.89330: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.89338: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50> <<< 5169 1726879802.89366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879802.89383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879802.89398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879802.89421: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0> <<< 5169 1726879802.89472: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350> <<< 5169 1726879802.89488: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240> <<< 5169 1726879802.89539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879802.89551: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0> <<< 5169 1726879802.89576: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500> <<< 5169 1726879802.89622: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570> <<< 5169 1726879802.89653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879802.89680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879802.89694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879802.89760: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40> <<< 5169 1726879802.89813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879802.89817: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890> <<< 5169 1726879802.89877: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70> <<< 5169 1726879802.89894: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879802.90014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879802.90026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180> <<< 5169 1726879802.90070: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00> <<< 5169 1726879802.90103: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60> <<< 5169 1726879802.90122: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879802.90161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.90195: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879802.90219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879802.90250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879802.90263: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0> <<< 5169 1726879802.90323: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879802.90344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879802.90374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879802.90405: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0> <<< 5169 1726879802.90443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879802.90471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879802.90525: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879802.90557: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350> <<< 5169 1726879802.90583: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879802.90619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879802.90637: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000 <<< 5169 1726879802.90662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879802.90695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879802.90753: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 21000 bytes at 261120 <<< 5169 1726879802.90757: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879802.90797: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0> <<< 5169 1726879802.90799: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879802.90853: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470> <<< 5169 1726879802.90901: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230> <<< 5169 1726879802.90923: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879802.90927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440> <<< 5169 1726879802.90950: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0> <<< 5169 1726879802.90955: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080> <<< 5169 1726879802.91125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879802.91144: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0> <<< 5169 1726879802.91320: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip' <<< 5169 1726879802.91328: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.91474: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.91500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879802.91506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879802.91559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879802.91633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879802.91675: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150> <<< 5169 1726879802.91678: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879802.91874: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040> <<< 5169 1726879802.91886: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0> # zipimport: zlib available <<< 5169 1726879802.91911: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879802.91916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.91939: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.91949: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.91978: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879802.91981: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.92683: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.92760: stderr chunk (state=3): >>><<< 5169 1726879802.92766: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpm9adyw1a" to remote "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:21000\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 21000 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879802.92802: done transferring module to remote 5169 1726879802.92816: _low_level_execute_command(): starting 5169 1726879802.92821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879802.93339: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879802.93344: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879802.93347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.93350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879802.93352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879802.93355: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879802.93412: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879802.93415: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879802.93419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879802.93420: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879802.93539: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.94633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879802.94829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879802.94857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0> <<< 5169 1726879802.94861: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.94895: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879802.94901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879802.94926: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879802.94933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879802.94968: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.94974: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0> <<< 5169 1726879802.95007: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940> <<< 5169 1726879802.95045: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250> <<< 5169 1726879802.95069: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879802.95075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879802.95116: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730> <<< 5169 1726879802.95120: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0> import 'atexit' # <<< 5169 1726879802.95158: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900> <<< 5169 1726879802.95186: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.95192: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40> <<< 5169 1726879802.95211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879802.95263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879802.95283: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879802.95320: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020> <<< 5169 1726879802.95341: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879802.95350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879802.95385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879802.95415: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00> <<< 5169 1726879802.95450: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.95461: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510> <<< 5169 1726879802.95477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879802.95498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879802.95530: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290> <<< 5169 1726879802.95555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879802.95581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879802.95604: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440> <<< 5169 1726879802.95617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879802.95662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879802.95684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879802.95686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879802.95742: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0> <<< 5169 1726879802.95782: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020> <<< 5169 1726879802.95808: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0> <<< 5169 1726879802.95825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879802.95856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879802.95876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879802.95890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879802.95896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879802.95936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879802.95958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879802.95966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70> <<< 5169 1726879802.95987: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879802.96058: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940> <<< 5169 1726879802.96074: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0> <<< 5169 1726879802.96086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879802.96090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879802.96172: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00> <<< 5169 1726879802.96197: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0> <<< 5169 1726879802.96228: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.96233: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90> <<< 5169 1726879802.96268: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200> <<< 5169 1726879802.96287: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879802.96299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879802.96326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879802.96377: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.96385: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70> <<< 5169 1726879802.96391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879802.96511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879802.96568: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.96591: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310> <<< 5169 1726879802.96600: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879802.96641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.96656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879802.96675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879802.96724: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990> <<< 5169 1726879802.96855: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320> <<< 5169 1726879802.96934: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740> <<< 5169 1726879802.96971: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40> <<< 5169 1726879802.97015: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0> <<< 5169 1726879802.97049: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0> <<< 5169 1726879802.97053: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879802.97065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879802.97076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879802.97102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879802.97130: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.97160: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380> <<< 5169 1726879802.97322: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.97333: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0> <<< 5169 1726879802.97348: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20> <<< 5169 1726879802.97385: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.97389: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0> <<< 5169 1726879802.97400: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730> # zipimport: zlib available <<< 5169 1726879802.97420: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879802.97441: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97533: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97635: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97638: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97659: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879802.97670: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97682: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97695: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879802.97828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.97962: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.98580: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.99197: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879802.99201: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879802.99204: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879802.99233: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879802.99244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879802.99297: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879802.99301: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770> <<< 5169 1726879802.99393: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879802.99422: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0> <<< 5169 1726879802.99456: stderr chunk (state=3): >>><<< 5169 1726879802.99475: stdout chunk (state=3): >>><<< 5169 1726879802.99492: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879802.99522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879802.99525: _low_level_execute_command(): starting 5169 1726879802.99527: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879802.99567: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 5169 1726879802.99571: stdout chunk (state=3): >>># zipimport: zlib available <<< <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879802.99699: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879802.99893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0> <<< 5169 1726879802.99907: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.00089: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879803.00093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879803.00096: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879803.00098: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879803.00101: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879803.00161: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879803.00167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879803.00170: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879803.00407: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.00442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879803.00911: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.00988: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879803.01079: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01121: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879803.01172: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01242: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01339: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879803.01344: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01370: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879803.01390: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01431: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01469: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879803.01478: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01734: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.01991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879803.02063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879803.02071: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879803.02147: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50> <<< 5169 1726879803.02152: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02235: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02321: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879803.02325: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879803.02356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879803.02362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879803.02443: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.02579: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030> <<< 5169 1726879803.02635: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.02643: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990> <<< 5169 1726879803.02652: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200> <<< 5169 1726879803.02667: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02707: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02752: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879803.02758: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02808: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02854: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.02988: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879803.03033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.03123: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.03132: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0> <<< 5169 1726879803.03171: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70> <<< 5169 1726879803.03203: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879803.03213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879803.03283: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03349: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03381: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03424: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.03448: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879803.03474: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879803.03494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879803.03553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879803.03582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879803.03588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879803.03652: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50> <<< 5169 1726879803.03697: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0> <<< 5169 1726879803.03787: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879803.03791: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879803.03805: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03830: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03859: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879803.03928: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879803.03932: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03962: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879803.03981: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879803.03984: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.03992: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879803.04029: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04060: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879803.04099: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04133: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879803.04137: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04148: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879803.04155: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04175: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879803.04190: stdout chunk (state=3): >>>import 'zipimport' # <<< 5169 1726879803.04193: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04197: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879803.04232: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04276: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04279: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879803.04307: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879803.04312: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04400: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04479: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04543: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 5169 1726879803.04554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0> import '_signal' # import '_abc' # import 'abc' # <<< 5169 1726879803.04578: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04581: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879803.04615: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879803.04632: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879803.04751: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04777: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879803.04815: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879803.04820: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879803.04871: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879803.04894: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879803.04922: stdout chunk (state=3): >>>Processing user site-packages <<< 5169 1726879803.04926: stdout chunk (state=3): >>>Processing global site-packages <<< 5169 1726879803.04959: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.04963: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879803.04971: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879803.04995: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.05004: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879803.05029: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879803.05059: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.05067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879803.05075: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 5169 1726879803.05097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 5169 1726879803.05102: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0> <<< 5169 1726879803.05108: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 5169 1726879803.05135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 5169 1726879803.05163: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40> <<< 5169 1726879803.05174: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879803.05197: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 5169 1726879803.05201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.05212: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000> <<< 5169 1726879803.05222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879803.05256: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879803.05259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879803.05302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879803.05306: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879803.05309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879803.05311: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470> <<< 5169 1726879803.05347: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.05363: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860> <<< 5169 1726879803.05411: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0> <<< 5169 1726879803.05435: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0> <<< 5169 1726879803.05474: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350> <<< 5169 1726879803.05479: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80> <<< 5169 1726879803.05496: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 5169 1726879803.05544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 5169 1726879803.05571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879803.05577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879803.05601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 5169 1726879803.05641: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.05647: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050> <<< 5169 1726879803.05677: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.05691: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480> <<< 5169 1726879803.05715: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 5169 1726879803.05822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 5169 1726879803.05836: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890> <<< 5169 1726879803.05855: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 5169 1726879803.05890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879803.05919: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.05925: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0> <<< 5169 1726879803.05953: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0> <<< 5169 1726879803.05990: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050> import 'ansible.module_utils.facts.timeout' # <<< 5169 1726879803.06016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879803.06023: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 5169 1726879803.06049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879803.06052: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 5169 1726879803.06060: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06070: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879803.06088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.06122: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879803.06178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879803.06193: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879803.06258: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06261: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0> <<< 5169 1726879803.06300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879803.06308: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879803.06319: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879803.06353: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 5169 1726879803.06363: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879803.06382: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06410: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 5169 1726879803.06414: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06482: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06545: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 5169 1726879803.06554: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.06558: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06579: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879803.06612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879803.06630: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800> <<< 5169 1726879803.06640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 5169 1726879803.06662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879803.06688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879803.06704: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06716: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90> <<< 5169 1726879803.06729: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879803.06767: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06810: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0> <<< 5169 1726879803.06829: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.06839: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879803.06896: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879803.06904: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0> <<< 5169 1726879803.06910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.07057: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80> <<< 5169 1726879803.07100: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879803.07141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879803.07168: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879803.07231: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879803.07251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879803.07436: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00> <<< 5169 1726879803.07475: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.07484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879803.07491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879803.07512: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860> <<< 5169 1726879803.07520: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230> <<< 5169 1726879803.07564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 5169 1726879803.07571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879803.07616: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.07643: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.07658: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10> <<< 5169 1726879803.07667: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0> <<< 5169 1726879803.07717: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.07745: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.07752: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0> <<< 5169 1726879803.07776: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50> <<< 5169 1726879803.07947: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 5169 1726879803.07974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879803.07980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 5169 1726879803.08006: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570> <<< 5169 1726879803.08021: stdout chunk (state=3): >>>import 'importlib.util' # <<< 5169 1726879803.08039: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08056: stdout chunk (state=3): >>>import 'runpy' # <<< 5169 1726879803.08093: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879803.08129: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879803.08175: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 5169 1726879803.08201: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 5169 1726879803.08204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879803.08207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0> <<< 5169 1726879803.08239: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08246: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879803.08266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 5169 1726879803.08270: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08279: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.08311: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879803.08384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08423: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08444: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0> <<< 5169 1726879803.08453: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879803.08481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879803.08509: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.08517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879803.08520: stdout chunk (state=3): >>> <<< 5169 1726879803.08539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 5169 1726879803.08550: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08555: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.08621: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.08715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879803.08732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879803.08748: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879803.08764: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750> <<< 5169 1726879803.08789: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0> <<< 5169 1726879803.08798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879803.08806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879803.08822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 5169 1726879803.08826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879803.08869: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.08884: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.08920: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740> <<< 5169 1726879803.08926: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0> <<< 5169 1726879803.08951: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 5169 1726879803.08955: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.09014: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 5169 1726879803.09090: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09139: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879803.09190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879803.09193: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879803.09243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879803.09260: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70> <<< 5169 1726879803.09297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 5169 1726879803.09301: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09309: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0> <<< 5169 1726879803.09339: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750> <<< 5169 1726879803.09368: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09377: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879803.09454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 5169 1726879803.09458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.09465: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879803.09497: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.09554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879803.09562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879803.09597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879803.09612: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300> <<< 5169 1726879803.09669: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.09690: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879803.09717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.09742: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0> <<< 5169 1726879803.09752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879803.09791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879803.09875: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480> <<< 5169 1726879803.09909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879803.09938: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0> <<< 5169 1726879803.09942: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879803.09955: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10012: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879803.10078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 5169 1726879803.10082: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879803.10098: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10121: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.10126: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260><<< 5169 1726879803.10145: stdout chunk (state=3): >>> <<< 5169 1726879803.10177: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10181: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 5169 1726879803.10237: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879803.10263: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879803.10358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879803.10383: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10539: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879803.10543: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 5169 1726879803.10566: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10594: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10635: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380><<< 5169 1726879803.10638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 5169 1726879803.10649: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10689: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10757: stdout chunk (state=3): >>> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0> <<< 5169 1726879803.10764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 5169 1726879803.10770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879803.10807: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0> <<< 5169 1726879803.10811: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0> import 'ansible.module_utils.facts.system.user' # <<< 5169 1726879803.10838: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0> <<< 5169 1726879803.10842: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.10850: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 5169 1726879803.10855: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10902: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.10944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 5169 1726879803.10956: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 5169 1726879803.11080: stdout chunk (state=3): >>> <<< 5169 1726879803.11121: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650> <<< 5169 1726879803.11129: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11287: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 5169 1726879803.11413: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11416: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip'<<< 5169 1726879803.11435: stdout chunk (state=3): >>> <<< 5169 1726879803.11456: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11510: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11562: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 5169 1726879803.11607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 5169 1726879803.11616: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11665: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11757: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 5169 1726879803.11762: stdout chunk (state=3): >>> <<< 5169 1726879803.11792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879803.11820: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.11931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879803.12000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879803.12004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879803.12006: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.12032: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 5169 1726879803.12077: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 5169 1726879803.12080: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180> <<< 5169 1726879803.12107: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879803.12127: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.12241: stdout chunk (state=3): >>> <<< 5169 1726879803.12263: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879803.12270: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.12300: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.12344: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.12428: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070><<< 5169 1726879803.12437: stdout chunk (state=3): >>> <<< 5169 1726879803.12463: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0><<< 5169 1726879803.12470: stdout chunk (state=3): >>> <<< 5169 1726879803.12491: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.12496: stdout chunk (state=3): >>> <<< 5169 1726879803.12549: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879803.12551: stdout chunk (state=3): >>> <<< 5169 1726879803.12580: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.12586: stdout chunk (state=3): >>> <<< 5169 1726879803.12617: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.12622: stdout chunk (state=3): >>> <<< 5169 1726879803.12658: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.12661: stdout chunk (state=3): >>> <<< 5169 1726879803.12704: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available<<< 5169 1726879803.12709: stdout chunk (state=3): >>> <<< 5169 1726879803.12977: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.13551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 5169 1726879803.13554: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 5169 1726879803.13668: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.13785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 5169 1726879803.13894: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 5169 1726879803.14012: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14180: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 5169 1726879803.14354: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14378: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 5169 1726879803.14401: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14483: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 5169 1726879803.14597: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14703: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.14927: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 5169 1726879803.15166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 5169 1726879803.15203: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15243: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879803.15255: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15285: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15303: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 5169 1726879803.15309: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15336: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15398: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 5169 1726879803.15485: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15501: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 5169 1726879803.15533: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15598: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 5169 1726879803.15670: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15730: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.15792: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 5169 1726879803.15797: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16088: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16379: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 5169 1726879803.16387: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16449: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16509: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879803.16513: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16559: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16593: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 5169 1726879803.16606: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16638: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879803.16687: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16720: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16760: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879803.16763: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16849: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879803.16956: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.16969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 5169 1726879803.16983: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17028: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 5169 1726879803.17084: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17107: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17127: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17181: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17233: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17306: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<< 5169 1726879803.17338: stdout chunk (state=3): >>> <<< 5169 1726879803.17376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879803.17383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 5169 1726879803.17408: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0> <<< 5169 1726879803.17412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 5169 1726879803.17449: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 5169 1726879803.17468: stdout chunk (state=3): >>> <<< 5169 1726879803.17482: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.17524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 5169 1726879803.17528: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879803.17553: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879803.17600: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py<<< 5169 1726879803.17610: stdout chunk (state=3): >>> <<< 5169 1726879803.17623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<< 5169 1726879803.17629: stdout chunk (state=3): >>> <<< 5169 1726879803.17663: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.17744: stdout chunk (state=3): >>> # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970> <<< 5169 1726879803.17748: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.17804: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280> <<< 5169 1726879803.17845: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879803.17924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0> <<< 5169 1726879803.17982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 5169 1726879803.18010: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0> import 'atexit' # <<< 5169 1726879803.18015: stdout chunk (state=3): >>> <<< 5169 1726879803.18018: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18029: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.18073: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 5169 1726879803.18083: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.18087: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18115: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.18126: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18146: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 5169 1726879803.18153: stdout chunk (state=3): >>> <<< 5169 1726879803.18176: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 5169 1726879803.18224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 5169 1726879803.18263: stdout chunk (state=3): >>> import '_locale' # <<< 5169 1726879803.18268: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18331: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0><<< 5169 1726879803.18377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 5169 1726879803.18379: stdout chunk (state=3): >>> import 'pwd' # <<< 5169 1726879803.18452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879803.18458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879803.18468: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18514: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70><<< 5169 1726879803.18571: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 5169 1726879803.18589: stdout chunk (state=3): >>> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.18596: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.18606: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 5169 1726879803.18643: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 5169 1726879803.18660: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.18666: stdout chunk (state=3): >>> <<< 5169 1726879803.18677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 5169 1726879803.18734: stdout chunk (state=3): >>> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320> <<< 5169 1726879803.18774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879803.18823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879803.18883: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 5169 1726879803.18891: stdout chunk (state=3): >>> <<< 5169 1726879803.18950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 5169 1726879803.18986: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 5169 1726879803.18997: stdout chunk (state=3): >>> <<< 5169 1726879803.19000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 5169 1726879803.19094: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0> <<< 5169 1726879803.19154: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.19170: stdout chunk (state=3): >>> <<< 5169 1726879803.19188: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0><<< 5169 1726879803.19192: stdout chunk (state=3): >>> <<< 5169 1726879803.19237: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280><<< 5169 1726879803.19246: stdout chunk (state=3): >>> <<< 5169 1726879803.19277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 5169 1726879803.19322: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879803.19372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879803.19400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 5169 1726879803.19429: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<< 5169 1726879803.19436: stdout chunk (state=3): >>> <<< 5169 1726879803.19486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 5169 1726879803.19518: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879803.19563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70><<< 5169 1726879803.19587: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 5169 1726879803.19607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 5169 1726879803.19611: stdout chunk (state=3): >>> import '_tokenize' # <<< 5169 1726879803.19624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 5169 1726879803.19634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 5169 1726879803.19671: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0> <<< 5169 1726879803.19693: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530> <<< 5169 1726879803.19730: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 5169 1726879803.19739: stdout chunk (state=3): >>> <<< 5169 1726879803.19749: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0> <<< 5169 1726879803.19891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0><<< 5169 1726879803.19894: stdout chunk (state=3): >>> <<< 5169 1726879803.19947: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790><<< 5169 1726879803.19954: stdout chunk (state=3): >>> <<< 5169 1726879803.19995: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.20000: stdout chunk (state=3): >>> <<< 5169 1726879803.20021: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.20031: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0><<< 5169 1726879803.20044: stdout chunk (state=3): >>> <<< 5169 1726879803.20091: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py<<< 5169 1726879803.20095: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 5169 1726879803.20117: stdout chunk (state=3): >>> <<< 5169 1726879803.20130: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0><<< 5169 1726879803.20139: stdout chunk (state=3): >>> <<< 5169 1726879803.20198: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 5169 1726879803.20205: stdout chunk (state=3): >>> <<< 5169 1726879803.20235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<< 5169 1726879803.20289: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.20307: stdout chunk (state=3): >>> <<< 5169 1726879803.20325: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0><<< 5169 1726879803.20334: stdout chunk (state=3): >>> <<< 5169 1726879803.20378: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 5169 1726879803.20382: stdout chunk (state=3): >>> <<< 5169 1726879803.20653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.20659: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.20687: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0> <<< 5169 1726879803.20704: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340><<< 5169 1726879803.20710: stdout chunk (state=3): >>> <<< 5169 1726879803.20744: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 5169 1726879803.20813: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.20853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879803.20890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879803.20909: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879803.20915: stdout chunk (state=3): >>> <<< 5169 1726879803.20987: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930><<< 5169 1726879803.21035: stdout chunk (state=3): >>> <<< 5169 1726879803.21221: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0><<< 5169 1726879803.21228: stdout chunk (state=3): >>> <<< 5169 1726879803.21324: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.21448: stdout chunk (state=3): >>> # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0> <<< 5169 1726879803.21504: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380><<< 5169 1726879803.21507: stdout chunk (state=3): >>> <<< 5169 1726879803.21514: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879803.21539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 5169 1726879803.21546: stdout chunk (state=3): >>> <<< 5169 1726879803.21579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 5169 1726879803.21585: stdout chunk (state=3): >>> <<< 5169 1726879803.21632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 5169 1726879803.21639: stdout chunk (state=3): >>> <<< 5169 1726879803.21716: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.21728: stdout chunk (state=3): >>> <<< 5169 1726879803.21732: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0><<< 5169 1726879803.21746: stdout chunk (state=3): >>> <<< 5169 1726879803.22034: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.22067: stdout chunk (state=3): >>> import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50><<< 5169 1726879803.22118: stdout chunk (state=3): >>> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.22122: stdout chunk (state=3): >>> <<< 5169 1726879803.22130: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.22141: stdout chunk (state=3): >>> <<< 5169 1726879803.22180: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790> # zipimport: zlib available<<< 5169 1726879803.22184: stdout chunk (state=3): >>> <<< 5169 1726879803.22213: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.22223: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 5169 1726879803.22262: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.22269: stdout chunk (state=3): >>> <<< 5169 1726879803.22418: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.22584: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.22590: stdout chunk (state=3): >>> <<< 5169 1726879803.22616: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.22644: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879803.22676: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.22701: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.22723: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 5169 1726879803.22758: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.22979: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.23194: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.24268: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.25300: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879803.25328: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves' # <<< 5169 1726879803.25334: stdout chunk (state=3): >>> <<< 5169 1726879803.25392: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 5169 1726879803.25399: stdout chunk (state=3): >>> <<< 5169 1726879803.25434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 5169 1726879803.25508: stdout chunk (state=3): >>> # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.25536: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.25555: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830> <<< 5169 1726879803.25692: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 5169 1726879803.25748: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580><<< 5169 1726879803.25750: stdout chunk (state=3): >>> <<< 5169 1726879803.25772: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0><<< 5169 1726879803.25844: stdout chunk (state=3): >>> <<< 5169 1726879803.25848: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879803.25885: stdout chunk (state=3): >>> <<< 5169 1726879803.25889: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.25891: stdout chunk (state=3): >>> <<< 5169 1726879803.25926: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.25931: stdout chunk (state=3): >>> <<< 5169 1726879803.25962: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879803.25986: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.26133: stdout chunk (state=3): >>> <<< 5169 1726879803.26272: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.26559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879803.26610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879803.26632: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550> <<< 5169 1726879803.26661: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.26669: stdout chunk (state=3): >>> <<< 5169 1726879803.27548: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.27554: stdout chunk (state=3): >>> <<< 5169 1726879803.28408: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.28414: stdout chunk (state=3): >>> <<< 5169 1726879803.28552: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.28560: stdout chunk (state=3): >>> <<< 5169 1726879803.28692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879803.28714: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.28784: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.28789: stdout chunk (state=3): >>> <<< 5169 1726879803.28849: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879803.28856: stdout chunk (state=3): >>> <<< 5169 1726879803.28884: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.29013: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.29185: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available<<< 5169 1726879803.29189: stdout chunk (state=3): >>> <<< 5169 1726879803.29218: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879803.29251: stdout chunk (state=3): >>> # zipimport: zlib available <<< 5169 1726879803.29372: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879803.29404: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.29412: stdout chunk (state=3): >>> <<< 5169 1726879803.29852: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.29858: stdout chunk (state=3): >>> <<< 5169 1726879803.30297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 5169 1726879803.30401: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 5169 1726879803.30416: stdout chunk (state=3): >>> <<< 5169 1726879803.30448: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879803.30453: stdout chunk (state=3): >>> <<< 5169 1726879803.30582: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330><<< 5169 1726879803.30587: stdout chunk (state=3): >>> <<< 5169 1726879803.30618: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.30621: stdout chunk (state=3): >>> <<< 5169 1726879803.30748: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.30752: stdout chunk (state=3): >>> <<< 5169 1726879803.30874: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879803.30881: stdout chunk (state=3): >>> <<< 5169 1726879803.30894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879803.30915: stdout chunk (state=3): >>> import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879803.30955: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 5169 1726879803.30970: stdout chunk (state=3): >>> <<< 5169 1726879803.30978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 5169 1726879803.31085: stdout chunk (state=3): >>> # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.31289: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.31305: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240> <<< 5169 1726879803.31387: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.31394: stdout chunk (state=3): >>> <<< 5169 1726879803.31421: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.31433: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0><<< 5169 1726879803.31443: stdout chunk (state=3): >>> <<< 5169 1726879803.31457: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00><<< 5169 1726879803.31491: stdout chunk (state=3): >>> # zipimport: zlib available <<< 5169 1726879803.31629: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 5169 1726879803.31632: stdout chunk (state=3): >>> <<< 5169 1726879803.31661: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.31748: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.31753: stdout chunk (state=3): >>> <<< 5169 1726879803.31920: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.32049: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py<<< 5169 1726879803.32053: stdout chunk (state=3): >>> <<< 5169 1726879803.32137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.32287: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.32310: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.32317: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880> <<< 5169 1726879803.32454: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20> import 'ansible.module_utils.common.file' # <<< 5169 1726879803.32470: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 5169 1726879803.32501: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.32615: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.32621: stdout chunk (state=3): >>> <<< 5169 1726879803.32730: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.32737: stdout chunk (state=3): >>> <<< 5169 1726879803.32787: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.32792: stdout chunk (state=3): >>> <<< 5169 1726879803.32863: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py<<< 5169 1726879803.32878: stdout chunk (state=3): >>> <<< 5169 1726879803.32887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.32922: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py<<< 5169 1726879803.32925: stdout chunk (state=3): >>> <<< 5169 1726879803.32972: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 5169 1726879803.32980: stdout chunk (state=3): >>> <<< 5169 1726879803.33090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 5169 1726879803.33099: stdout chunk (state=3): >>> <<< 5169 1726879803.33127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 5169 1726879803.33136: stdout chunk (state=3): >>> <<< 5169 1726879803.33178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 5169 1726879803.33184: stdout chunk (state=3): >>> <<< 5169 1726879803.33288: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50><<< 5169 1726879803.33292: stdout chunk (state=3): >>> <<< 5169 1726879803.33381: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30><<< 5169 1726879803.33387: stdout chunk (state=3): >>> <<< 5169 1726879803.33510: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0><<< 5169 1726879803.33555: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879803.33640: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 5169 1726879803.33656: stdout chunk (state=3): >>> <<< 5169 1726879803.33668: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879803.33781: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 5169 1726879803.33835: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879803.33938: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.33945: stdout chunk (state=3): >>> <<< 5169 1726879803.34079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 5169 1726879803.34086: stdout chunk (state=3): >>> <<< 5169 1726879803.34188: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 5169 1726879803.34194: stdout chunk (state=3): >>> <<< 5169 1726879803.34269: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.34276: stdout chunk (state=3): >>> <<< 5169 1726879803.34342: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.34347: stdout chunk (state=3): >>> <<< 5169 1726879803.34416: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879803.34419: stdout chunk (state=3): >>> <<< 5169 1726879803.34532: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.34588: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.34593: stdout chunk (state=3): >>> <<< 5169 1726879803.34731: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.34780: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.34841: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 5169 1726879803.34850: stdout chunk (state=3): >>> <<< 5169 1726879803.34872: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.35200: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.35592: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.35684: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 5169 1726879803.35710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879803.35757: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 5169 1726879803.35817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py<<< 5169 1726879803.35821: stdout chunk (state=3): >>> <<< 5169 1726879803.35864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc'<<< 5169 1726879803.35906: stdout chunk (state=3): >>> import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970><<< 5169 1726879803.35913: stdout chunk (state=3): >>> <<< 5169 1726879803.35949: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py<<< 5169 1726879803.35990: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 5169 1726879803.36088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879803.36125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879803.36162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879803.36196: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260> <<< 5169 1726879803.36254: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.36292: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.36295: stdout chunk (state=3): >>> <<< 5169 1726879803.36333: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0> <<< 5169 1726879803.36396: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0> <<< 5169 1726879803.36440: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380><<< 5169 1726879803.36493: stdout chunk (state=3): >>> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00><<< 5169 1726879803.36499: stdout chunk (state=3): >>> <<< 5169 1726879803.36524: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60><<< 5169 1726879803.36531: stdout chunk (state=3): >>> <<< 5169 1726879803.36557: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py<<< 5169 1726879803.36629: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 5169 1726879803.36671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879803.36698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879803.36736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py<<< 5169 1726879803.36741: stdout chunk (state=3): >>> <<< 5169 1726879803.36762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'<<< 5169 1726879803.36808: stdout chunk (state=3): >>> # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.36812: stdout chunk (state=3): >>> # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.36826: stdout chunk (state=3): >>> <<< 5169 1726879803.36877: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.36892: stdout chunk (state=3): >>> <<< 5169 1726879803.36899: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.36933: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240><<< 5169 1726879803.36939: stdout chunk (state=3): >>> <<< 5169 1726879803.36966: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py<<< 5169 1726879803.37140: stdout chunk (state=3): >>> <<< 5169 1726879803.37152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc'<<< 5169 1726879803.37161: stdout chunk (state=3): >>> <<< 5169 1726879803.37186: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650><<< 5169 1726879803.37192: stdout chunk (state=3): >>> <<< 5169 1726879803.37228: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py<<< 5169 1726879803.37234: stdout chunk (state=3): >>> <<< 5169 1726879803.37290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc'<<< 5169 1726879803.37297: stdout chunk (state=3): >>> <<< 5169 1726879803.37343: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.37355: stdout chunk (state=3): >>> <<< 5169 1726879803.37375: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.37389: stdout chunk (state=3): >>> import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180><<< 5169 1726879803.37395: stdout chunk (state=3): >>> <<< 5169 1726879803.37449: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0><<< 5169 1726879803.37456: stdout chunk (state=3): >>> <<< 5169 1726879803.37499: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90><<< 5169 1726879803.37506: stdout chunk (state=3): >>> <<< 5169 1726879803.37526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 5169 1726879803.37579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available<<< 5169 1726879803.37586: stdout chunk (state=3): >>> <<< 5169 1726879803.37613: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 5169 1726879803.37646: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.37732: stdout chunk (state=3): >>> <<< 5169 1726879803.37758: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.37859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879803.37904: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.37999: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.38089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879803.38146: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 5169 1726879803.38158: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system' # <<< 5169 1726879803.38185: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.38190: stdout chunk (state=3): >>> <<< 5169 1726879803.38287: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # <<< 5169 1726879803.38291: stdout chunk (state=3): >>> <<< 5169 1726879803.38325: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.38328: stdout chunk (state=3): >>> <<< 5169 1726879803.38435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.38495: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 5169 1726879803.38598: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 5169 1726879803.38603: stdout chunk (state=3): >>> <<< 5169 1726879803.38679: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 5169 1726879803.38714: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.38827: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.39040: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.39150: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 5169 1726879803.39182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879803.39185: stdout chunk (state=3): >>> <<< 5169 1726879803.39211: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.40183: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.40189: stdout chunk (state=3): >>> <<< 5169 1726879803.41026: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 5169 1726879803.41149: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.41255: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.41320: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.41381: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 5169 1726879803.41407: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 5169 1726879803.41439: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.41493: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.41500: stdout chunk (state=3): >>> <<< 5169 1726879803.41552: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 5169 1726879803.41562: stdout chunk (state=3): >>> <<< 5169 1726879803.41579: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.41680: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.41686: stdout chunk (state=3): >>> <<< 5169 1726879803.41782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879803.41818: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.41826: stdout chunk (state=3): >>> <<< 5169 1726879803.41881: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.41889: stdout chunk (state=3): >>> <<< 5169 1726879803.41941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879803.41943: stdout chunk (state=3): >>> <<< 5169 1726879803.41969: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.42020: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.42025: stdout chunk (state=3): >>> <<< 5169 1726879803.42087: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 5169 1726879803.42091: stdout chunk (state=3): >>> <<< 5169 1726879803.42115: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.42234: stdout chunk (state=3): >>> <<< 5169 1726879803.42271: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.42278: stdout chunk (state=3): >>> <<< 5169 1726879803.42417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 5169 1726879803.42425: stdout chunk (state=3): >>> <<< 5169 1726879803.42449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 5169 1726879803.42455: stdout chunk (state=3): >>> <<< 5169 1726879803.42497: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440> <<< 5169 1726879803.42540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py<<< 5169 1726879803.42545: stdout chunk (state=3): >>> <<< 5169 1726879803.42599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'<<< 5169 1726879803.42605: stdout chunk (state=3): >>> <<< 5169 1726879803.42798: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0><<< 5169 1726879803.42804: stdout chunk (state=3): >>> <<< 5169 1726879803.42844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available<<< 5169 1726879803.42934: stdout chunk (state=3): >>> <<< 5169 1726879803.42973: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.42980: stdout chunk (state=3): >>> <<< 5169 1726879803.43088: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 5169 1726879803.43094: stdout chunk (state=3): >>> <<< 5169 1726879803.43131: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.43144: stdout chunk (state=3): >>> <<< 5169 1726879803.43298: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.43301: stdout chunk (state=3): >>> <<< 5169 1726879803.43463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 5169 1726879803.43470: stdout chunk (state=3): >>> <<< 5169 1726879803.43604: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 5169 1726879803.43610: stdout chunk (state=3): >>> <<< 5169 1726879803.43738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 5169 1726879803.43744: stdout chunk (state=3): >>> <<< 5169 1726879803.43771: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.43779: stdout chunk (state=3): >>> <<< 5169 1726879803.43848: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.43854: stdout chunk (state=3): >>> <<< 5169 1726879803.43938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<< 5169 1726879803.43941: stdout chunk (state=3): >>> <<< 5169 1726879803.44027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<< 5169 1726879803.44035: stdout chunk (state=3): >>> <<< 5169 1726879803.44135: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879803.44271: stdout chunk (state=3): >>> # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.44279: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0> <<< 5169 1726879803.44609: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270> <<< 5169 1726879803.44627: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879803.44658: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.44762: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.44859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 5169 1726879803.44888: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.44933: stdout chunk (state=3): >>> <<< 5169 1726879803.45053: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.45209: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.45333: stdout chunk (state=3): >>> <<< 5169 1726879803.45433: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.45696: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879803.45704: stdout chunk (state=3): >>> <<< 5169 1726879803.45724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 5169 1726879803.45729: stdout chunk (state=3): >>> <<< 5169 1726879803.45760: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.45832: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.45905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 5169 1726879803.45938: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.45944: stdout chunk (state=3): >>> <<< 5169 1726879803.46087: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 5169 1726879803.46115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879803.46175: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.46222: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879803.46234: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000><<< 5169 1726879803.46252: stdout chunk (state=3): >>> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70> import 'ansible.module_utils.facts.system.user' # <<< 5169 1726879803.46277: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.46284: stdout chunk (state=3): >>> <<< 5169 1726879803.46310: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.46315: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.hardware' # <<< 5169 1726879803.46398: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879803.46472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 5169 1726879803.46479: stdout chunk (state=3): >>> <<< 5169 1726879803.46502: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.46786: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.46834: stdout chunk (state=3): >>> <<< 5169 1726879803.47080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 5169 1726879803.47088: stdout chunk (state=3): >>> <<< 5169 1726879803.47113: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.47119: stdout chunk (state=3): >>> <<< 5169 1726879803.47433: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.47480: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.47562: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.47639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 5169 1726879803.47670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 5169 1726879803.47716: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.47752: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.47758: stdout chunk (state=3): >>> <<< 5169 1726879803.47799: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.48071: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.48326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879803.48357: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.48361: stdout chunk (state=3): >>> <<< 5169 1726879803.48732: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.48804: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879803.48807: stdout chunk (state=3): >>> <<< 5169 1726879803.48837: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.48842: stdout chunk (state=3): >>> <<< 5169 1726879803.48899: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.48972: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.50037: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.50985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 5169 1726879803.50993: stdout chunk (state=3): >>> <<< 5169 1726879803.51015: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 5169 1726879803.51020: stdout chunk (state=3): >>> <<< 5169 1726879803.51053: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.51060: stdout chunk (state=3): >>> <<< 5169 1726879803.51246: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.51251: stdout chunk (state=3): >>> <<< 5169 1726879803.51457: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 5169 1726879803.51806: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # <<< 5169 1726879803.51841: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52139: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 5169 1726879803.52452: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52488: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 5169 1726879803.52533: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52608: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.52687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 5169 1726879803.52716: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.52722: stdout chunk (state=3): >>> <<< 5169 1726879803.52900: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.53089: stdout chunk (state=3): >>> # zipimport: zlib available<<< 5169 1726879803.53094: stdout chunk (state=3): >>> <<< 5169 1726879803.53481: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879803.53486: stdout chunk (state=3): >>> <<< 5169 1726879803.53865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 5169 1726879803.53874: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 5169 1726879803.53885: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.53992: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879803.54001: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54035: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 5169 1726879803.54088: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54198: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 5169 1726879803.54318: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # <<< 5169 1726879803.54391: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54486: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54589: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 5169 1726879803.54735: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.54771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 5169 1726879803.55436: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.55739: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 5169 1726879803.55756: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.55847: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.55945: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879803.55952: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56003: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 5169 1726879803.56072: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56119: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879803.56178: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56235: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879803.56293: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56418: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879803.56741: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 5169 1726879803.56748: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56775: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56846: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.56920: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.57041: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.57166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 5169 1726879803.57173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 5169 1726879803.57192: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.57275: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.57354: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 5169 1726879803.57533: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.57734: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58098: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 5169 1726879803.58108: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58182: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58259: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 5169 1726879803.58268: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58341: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 5169 1726879803.58435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58576: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58718: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 5169 1726879803.58726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 5169 1726879803.58753: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.58894: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.59050: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 5169 1726879803.59054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 5169 1726879803.59181: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879803.59586: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 5169 1726879803.59590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 5169 1726879803.59622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 5169 1726879803.59642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 5169 1726879803.59687: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0> <<< 5169 1726879803.59718: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750> <<< 5169 1726879803.59792: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010> <<< 5169 1726879804.22892: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680> <<< 5169 1726879804.23077: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0> <<< 5169 1726879804.23293: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879804.23406: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650> <<< 5169 1726879804.23869: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 5169 1726879804.50725: stdout chunk (state=3): >>> <<< 5169 1726879804.50763: stdout chunk (state=3): >>>{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano"<<< 5169 1726879804.50804: stdout chunk (state=3): >>>, "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/1"}, "ansible_local": {}, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.055913Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004055913", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 3524, "ansib<<< 5169 1726879804.50822: stdout chunk (state=3): >>>le_memfree_mb": 2764, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 760, "free": 2764}, "nocache": {"free": 3254, "used": 270}, "swap": {"total": 3523, "free": 3523, "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectors<<< 5169 1726879804.50889: stdout chunk (state=3): >>>ize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 58, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268272128, "block_size": 4096, "block_total": 64483404, "block_available": 61344793, "block_used": 3138611, "inode_total": 16384000, "inode_available": 16302471, "inode_used": 81529, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_fips": false, "ansible_loadavg": {"1m": 1.03662109375, "5m": 0.3173828125, "15m": 0.1103515625}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", <<< 5169 1726879804.50894: stdout chunk (state=3): >>>"mode": "enforcing", "type": "targeted"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}<<< 5169 1726879804.50946: stdout chunk (state=3): >>> <<< 5169 1726879804.51794: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879804.51818: stdout chunk (state=3): >>># clear sys.path_hooks<<< 5169 1726879804.51826: stdout chunk (state=3): >>> <<< 5169 1726879804.51852: stdout chunk (state=3): >>># clear builtins._ <<< 5169 1726879804.51864: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2<<< 5169 1726879804.51885: stdout chunk (state=3): >>> # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__<<< 5169 1726879804.51990: stdout chunk (state=3): >>> # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math <<< 5169 1726879804.51999: stdout chunk (state=3): >>># cleanup[2] removing _bisect <<< 5169 1726879804.52002: stdout chunk (state=3): >>># cleanup[2] removing bisect<<< 5169 1726879804.52005: stdout chunk (state=3): >>> # destroy bisect <<< 5169 1726879804.52029: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset<<< 5169 1726879804.52039: stdout chunk (state=3): >>> # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib<<< 5169 1726879804.52059: stdout chunk (state=3): >>> # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob <<< 5169 1726879804.52077: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil<<< 5169 1726879804.52099: stdout chunk (state=3): >>> # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json<<< 5169 1726879804.52122: stdout chunk (state=3): >>> # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl<<< 5169 1726879804.52148: stdout chunk (state=3): >>> # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess<<< 5169 1726879804.52174: stdout chunk (state=3): >>> # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd<<< 5169 1726879804.52194: stdout chunk (state=3): >>> # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string<<< 5169 1726879804.52223: stdout chunk (state=3): >>> # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon<<< 5169 1726879804.52246: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text<<< 5169 1726879804.52276: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux<<< 5169 1726879804.52303: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing<<< 5169 1726879804.52326: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 5169 1726879804.52362: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2<<< 5169 1726879804.52386: stdout chunk (state=3): >>> # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file<<< 5169 1726879804.52401: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils<<< 5169 1726879804.52424: stdout chunk (state=3): >>> # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing<<< 5169 1726879804.52454: stdout chunk (state=3): >>> # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ <<< 5169 1726879804.52471: stdout chunk (state=3): >>># destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing<<< 5169 1726879804.52492: stdout chunk (state=3): >>> # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system<<< 5169 1726879804.52661: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing <<< 5169 1726879804.52678: stdout chunk (state=3): >>>ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 5169 1726879804.53100: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 5169 1726879804.53112: stdout chunk (state=3): >>> <<< 5169 1726879804.53137: stdout chunk (state=3): >>># destroy importlib.machinery<<< 5169 1726879804.53146: stdout chunk (state=3): >>> # destroy importlib._abc<<< 5169 1726879804.53167: stdout chunk (state=3): >>> # destroy importlib.util <<< 5169 1726879804.53204: stdout chunk (state=3): >>># destroy _bz2<<< 5169 1726879804.53228: stdout chunk (state=3): >>> # destroy _compression<<< 5169 1726879804.53233: stdout chunk (state=3): >>> <<< 5169 1726879804.53236: stdout chunk (state=3): >>># destroy _lzma <<< 5169 1726879804.53258: stdout chunk (state=3): >>># destroy binascii<<< 5169 1726879804.53284: stdout chunk (state=3): >>> # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path<<< 5169 1726879804.53305: stdout chunk (state=3): >>> # destroy zipfile<<< 5169 1726879804.53312: stdout chunk (state=3): >>> # destroy pathlib<<< 5169 1726879804.53328: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy ipaddress<<< 5169 1726879804.53386: stdout chunk (state=3): >>> # destroy ntpath<<< 5169 1726879804.53395: stdout chunk (state=3): >>> <<< 5169 1726879804.53424: stdout chunk (state=3): >>># destroy importlib <<< 5169 1726879804.53427: stdout chunk (state=3): >>># destroy zipimport<<< 5169 1726879804.53449: stdout chunk (state=3): >>> # destroy __main__ # destroy systemd.journal # destroy systemd.daemon<<< 5169 1726879804.53477: stdout chunk (state=3): >>> # destroy hashlib # destroy json.decoder<<< 5169 1726879804.53487: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner<<< 5169 1726879804.53506: stdout chunk (state=3): >>> # destroy _json<<< 5169 1726879804.53512: stdout chunk (state=3): >>> # destroy grp # destroy encodings<<< 5169 1726879804.53537: stdout chunk (state=3): >>> <<< 5169 1726879804.53570: stdout chunk (state=3): >>># destroy _locale # destroy locale<<< 5169 1726879804.53582: stdout chunk (state=3): >>> <<< 5169 1726879804.53601: stdout chunk (state=3): >>># destroy select # destroy _signal<<< 5169 1726879804.53605: stdout chunk (state=3): >>> # destroy _posixsubprocess<<< 5169 1726879804.53613: stdout chunk (state=3): >>> # destroy syslog<<< 5169 1726879804.53686: stdout chunk (state=3): >>> # destroy uuid # destroy _hashlib <<< 5169 1726879804.53709: stdout chunk (state=3): >>># destroy _blake2<<< 5169 1726879804.53725: stdout chunk (state=3): >>> <<< 5169 1726879804.53732: stdout chunk (state=3): >>># destroy selinux <<< 5169 1726879804.53751: stdout chunk (state=3): >>># destroy shutil<<< 5169 1726879804.53783: stdout chunk (state=3): >>> # destroy distro<<< 5169 1726879804.53797: stdout chunk (state=3): >>> # destroy distro.distro<<< 5169 1726879804.53800: stdout chunk (state=3): >>> # destroy argparse<<< 5169 1726879804.53870: stdout chunk (state=3): >>> # destroy logging # destroy ansible.module_utils.facts.default_collectors<<< 5169 1726879804.53890: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.ansible_collector<<< 5169 1726879804.53894: stdout chunk (state=3): >>> # destroy multiprocessing<<< 5169 1726879804.53919: stdout chunk (state=3): >>> # destroy multiprocessing.queues<<< 5169 1726879804.53923: stdout chunk (state=3): >>> # destroy multiprocessing.synchronize<<< 5169 1726879804.53944: stdout chunk (state=3): >>> # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 5169 1726879804.53986: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle # destroy _pickle<<< 5169 1726879804.53993: stdout chunk (state=3): >>> <<< 5169 1726879804.54017: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue<<< 5169 1726879804.54034: stdout chunk (state=3): >>> # destroy multiprocessing.reduction<<< 5169 1726879804.54078: stdout chunk (state=3): >>> # destroy selectors # destroy shlex <<< 5169 1726879804.54097: stdout chunk (state=3): >>># destroy fcntl<<< 5169 1726879804.54115: stdout chunk (state=3): >>> # destroy datetime<<< 5169 1726879804.54124: stdout chunk (state=3): >>> <<< 5169 1726879804.54137: stdout chunk (state=3): >>># destroy subprocess # destroy base64<<< 5169 1726879804.54177: stdout chunk (state=3): >>> # destroy _ssl <<< 5169 1726879804.54213: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux<<< 5169 1726879804.54235: stdout chunk (state=3): >>> # destroy getpass # destroy pwd # destroy termios<<< 5169 1726879804.54260: stdout chunk (state=3): >>> # destroy json<<< 5169 1726879804.54308: stdout chunk (state=3): >>> # destroy socket<<< 5169 1726879804.54312: stdout chunk (state=3): >>> # destroy struct<<< 5169 1726879804.54324: stdout chunk (state=3): >>> <<< 5169 1726879804.54354: stdout chunk (state=3): >>># destroy glob # destroy fnmatch<<< 5169 1726879804.54366: stdout chunk (state=3): >>> # destroy ansible.module_utils.compat.typing<<< 5169 1726879804.54380: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno<<< 5169 1726879804.54393: stdout chunk (state=3): >>> # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process<<< 5169 1726879804.54413: stdout chunk (state=3): >>> # destroy multiprocessing.util # destroy _multiprocessing # destroy array<<< 5169 1726879804.54484: stdout chunk (state=3): >>> # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna <<< 5169 1726879804.54508: stdout chunk (state=3): >>># destroy stringprep <<< 5169 1726879804.54532: stdout chunk (state=3): >>># cleanup[3] wiping configparser<<< 5169 1726879804.54539: stdout chunk (state=3): >>> <<< 5169 1726879804.54544: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux<<< 5169 1726879804.54559: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian<<< 5169 1726879804.54568: stdout chunk (state=3): >>> # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<< 5169 1726879804.54594: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 5169 1726879804.54602: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal<<< 5169 1726879804.54621: stdout chunk (state=3): >>> # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache<<< 5169 1726879804.54662: stdout chunk (state=3): >>> # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 5169 1726879804.54688: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc<<< 5169 1726879804.54692: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading<<< 5169 1726879804.54715: stdout chunk (state=3): >>> # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random<<< 5169 1726879804.54735: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 5169 1726879804.54767: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants<<< 5169 1726879804.54786: stdout chunk (state=3): >>> # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg<<< 5169 1726879804.54806: stdout chunk (state=3): >>> # cleanup[3] wiping re._parser # cleanup[3] wiping _sre<<< 5169 1726879804.54819: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 5169 1726879804.54853: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879804.54889: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat<<< 5169 1726879804.54899: stdout chunk (state=3): >>> # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8<<< 5169 1726879804.54921: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 5169 1726879804.54947: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp<<< 5169 1726879804.54976: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins<<< 5169 1726879804.54984: stdout chunk (state=3): >>> <<< 5169 1726879804.55035: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879804.55217: stdout chunk (state=3): >>># destroy sys.monitoring<<< 5169 1726879804.55230: stdout chunk (state=3): >>> <<< 5169 1726879804.55243: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879804.55276: stdout chunk (state=3): >>># destroy _collections<<< 5169 1726879804.55311: stdout chunk (state=3): >>> # destroy platform<<< 5169 1726879804.55315: stdout chunk (state=3): >>> # destroy _uuid<<< 5169 1726879804.55332: stdout chunk (state=3): >>> # destroy stat<<< 5169 1726879804.55358: stdout chunk (state=3): >>> # destroy genericpath # destroy re._parser # destroy tokenize<<< 5169 1726879804.55366: stdout chunk (state=3): >>> <<< 5169 1726879804.55400: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 5169 1726879804.55439: stdout chunk (state=3): >>> # destroy contextlib <<< 5169 1726879804.55458: stdout chunk (state=3): >>># destroy _typing<<< 5169 1726879804.55480: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse<<< 5169 1726879804.55505: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves<<< 5169 1726879804.55537: stdout chunk (state=3): >>> # destroy _frozen_importlib_external<<< 5169 1726879804.55547: stdout chunk (state=3): >>> <<< 5169 1726879804.55593: stdout chunk (state=3): >>># destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 5169 1726879804.55603: stdout chunk (state=3): >>> # clear sys.modules<<< 5169 1726879804.55613: stdout chunk (state=3): >>> <<< 5169 1726879804.55634: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 5169 1726879804.55747: stdout chunk (state=3): >>># destroy codecs<<< 5169 1726879804.55761: stdout chunk (state=3): >>> # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 5169 1726879804.55787: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref <<< 5169 1726879804.55802: stdout chunk (state=3): >>># destroy collections # destroy threading # destroy atexit # destroy _warnings<<< 5169 1726879804.55823: stdout chunk (state=3): >>> # destroy math # destroy _bisect # destroy time<<< 5169 1726879804.55866: stdout chunk (state=3): >>> # destroy _random<<< 5169 1726879804.55886: stdout chunk (state=3): >>> <<< 5169 1726879804.55889: stdout chunk (state=3): >>># destroy _weakref<<< 5169 1726879804.55892: stdout chunk (state=3): >>> <<< 5169 1726879804.55933: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre # destroy _string<<< 5169 1726879804.55967: stdout chunk (state=3): >>> # destroy re # destroy itertools <<< 5169 1726879804.56004: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread<<< 5169 1726879804.56032: stdout chunk (state=3): >>> # clear sys.audit hooks<<< 5169 1726879804.56039: stdout chunk (state=3): >>> <<< 5169 1726879804.56680: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879804.56743: stderr chunk (state=3): >>><<< 5169 1726879804.56748: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\'\r\nimport \'multiprocessing.queues\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\'\r\nimport \'multiprocessing.synchronize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\'\r\nimport \'multiprocessing.dummy.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0>\r\nimport \'multiprocessing.dummy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/1"}, "ansible_local": {}, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.055913Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004055913", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 3524, "ansible_memfree_mb": 2764, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 760, "free": 2764}, "nocache": {"free": 3254, "used": 270}, "swap": {"total": 3523, "free": 3523, "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectorsize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 58, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268272128, "block_size": 4096, "block_total": 64483404, "block_available": 61344793, "block_used": 3138611, "inode_total": 16384000, "inode_available": 16302471, "inode_used": 81529, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_fips": false, "ansible_loadavg": {"1m": 1.03662109375, "5m": 0.3173828125, "15m": 0.1103515625}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879804.57048: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d373b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d3a6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1791c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d17a000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b7fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ef800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1efe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cfaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1cd1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2137d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2123f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1ce090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d210b00> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b4230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d240bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d240fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d1b2d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d241370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25c7a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25dee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25ed50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25e2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073d25fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d25f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d2425d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cf97ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc04a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc0680> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cfc08c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cf95e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc1f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc0bf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d242750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfee300> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d006480> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d061a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d043380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d007110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce443b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073d0054c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cfc2ea0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f073ce44650> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_q7793isi/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceae180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce85070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce841d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ce87fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073ceddbb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd970> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd280> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedd9d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ceaeba0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cede900> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cedeb40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cedeff0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd44d70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd46960> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd47320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd48500> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4afc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd4b0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49280> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ee70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4d6a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd4ffe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd49790> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd92fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd930b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd98ce0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd98aa0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cd9b1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd99340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda2930> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd9b2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda35c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda3cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cd93380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda73b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda8770> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5b50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cda6f00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cda5790> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc30830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cdab0b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc31550> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32330> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3a240> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc3aae0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc32c00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073cc39880> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ad20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd2d50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc44b30> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ebd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073cc3ea20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd5970> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c714260> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7145c0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb52e0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccb4380> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b00> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b60> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c717560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716e10> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c716fc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c716240> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c717650> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c782180> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7801a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073ccd4b90> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c783440> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c782ea0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c7ae3f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c79a270> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c0e2000> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c0e1f70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f073c10b5f0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c10a750> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c109010> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c150680> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c1517c0> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c7b4cb0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f073c153650> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/1"}, "ansible_local": {}, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.055913Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004055913", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": 3524, "ansible_memfree_mb": 2764, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 760, "free": 2764}, "nocache": {"free": 3254, "used": 270}, "swap": {"total": 3523, "free": 3523, "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectorsize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 58, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268272128, "block_size": 4096, "block_total": 64483404, "block_available": 61344793, "block_used": 3138611, "inode_total": 16384000, "inode_available": 16302471, "inode_used": 81529, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_fips": false, "ansible_loadavg": {"1m": 1.03662109375, "5m": 0.3173828125, "15m": 0.1103515625}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879804.58057: done with _execute_module (ansible.legacy.setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879802.4530375-5173-260173975680273/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879804.58065: _low_level_execute_command(): starting 5169 1726879804.58068: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4530375-5173-260173975680273/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879804.58213: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879804.58216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879804.58219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879804.58222: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879804.58224: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879804.58227: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879804.58293: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879804.58297: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879804.58300: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879804.58306: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879804.58332: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 5169 1726879804.61023: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879804.61071: stderr chunk (state=3): >>><<< 5169 1726879804.61078: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 4\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879804.61101: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 4 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879804.61182: handler run complete 5169 1726879804.61229: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879804.61303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879804.61520: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879804.61583: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879804.61675: attempt loop complete, returning result 5169 1726879804.61681: _execute() done 5169 1726879804.61684: dumping result to json 5169 1726879804.61704: done dumping result, returning 5169 1726879804.61711: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011] 5169 1726879804.61723: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879804.62000: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879804.62004: WORKER PROCESS EXITING ok: [managed_node2] 5169 1726879804.71487: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 5169 1726879804.71512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 5169 1726879804.71520: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0> <<< 5169 1726879804.71543: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 5169 1726879804.71565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 5169 1726879804.71592: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0> <<< 5169 1726879804.71647: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879804.71685: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879804.71704: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0> <<< 5169 1726879804.71740: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180> <<< 5169 1726879804.72002: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 5169 1726879804.96158: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_iscsi_iqn": "", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3112, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 604, "free": 3112}, "nocache": {"free": 3495, "used": 221}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag":<<< 5169 1726879804.96227: stdout chunk (state=3): >>> "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": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 251, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388592128, "block_size": 4096, "block_total": 64483404, "block_available": 61374168, "block_used": 3109236, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_is_chroot": false, "ansible_fips": false, "ansible_loadavg": {"1m": 0.57568359375, "5m": 0.5068359375, "15m": 0.23681640625}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.920195Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004920195", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]<<< 5169 1726879804.96233: stdout chunk (state=3): >>>", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "1<<< 5169 1726879804.96238: stdout chunk (state=3): >>>0.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 5169 1726879804.96802: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879804.96835: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 5169 1726879804.96851: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools <<< 5169 1726879804.96878: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 5169 1726879804.96903: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect <<< 5169 1726879804.96908: stdout chunk (state=3): >>># destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 5169 1726879804.96937: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 <<< 5169 1726879804.96941: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 5169 1726879804.96970: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string<<< 5169 1726879804.96992: stdout chunk (state=3): >>> # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves <<< 5169 1726879804.97002: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 5169 1726879804.97049: stdout chunk (state=3): >>># cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 5169 1726879804.97053: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 5169 1726879804.97086: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules <<< 5169 1726879804.97105: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot <<< 5169 1726879804.97127: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base <<< 5169 1726879804.97172: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution <<< 5169 1726879804.97195: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform <<< 5169 1726879804.97222: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly <<< 5169 1726879804.97226: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 5169 1726879804.97586: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879804.97600: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879804.97625: stdout chunk (state=3): >>># destroy _bz2 <<< 5169 1726879804.97633: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 5169 1726879804.97650: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879804.97661: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 5169 1726879804.97675: stdout chunk (state=3): >>># destroy ipaddress <<< 5169 1726879804.97704: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879804.97750: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879804.97754: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 5169 1726879804.97760: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879804.97763: stdout chunk (state=3): >>># destroy _json <<< 5169 1726879804.97782: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale <<< 5169 1726879804.97798: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879804.97805: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 5169 1726879804.97866: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879804.97874: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 5169 1726879804.97929: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 5169 1726879804.97938: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool <<< 5169 1726879804.97942: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy _compat_pickle <<< 5169 1726879804.97961: stdout chunk (state=3): >>># destroy _pickle <<< 5169 1726879804.97980: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 5169 1726879804.97995: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 5169 1726879804.98013: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 5169 1726879804.98025: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 5169 1726879804.98037: stdout chunk (state=3): >>># destroy base64 <<< 5169 1726879804.98054: stdout chunk (state=3): >>># destroy _ssl <<< 5169 1726879804.98083: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 5169 1726879804.98087: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 5169 1726879804.98097: stdout chunk (state=3): >>># destroy json <<< 5169 1726879804.98115: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 5169 1726879804.98123: stdout chunk (state=3): >>># destroy glob <<< 5169 1726879804.98148: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process <<< 5169 1726879804.98154: stdout chunk (state=3): >>># destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 5169 1726879804.98222: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 5169 1726879804.98229: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 5169 1726879804.98238: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser<<< 5169 1726879804.98243: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 5169 1726879804.98321: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 <<< 5169 1726879804.98346: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879804.98363: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879804.98403: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 5169 1726879804.98417: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 5169 1726879804.98441: stdout chunk (state=3): >>> # cleanup[3] wiping builtins <<< 5169 1726879804.98444: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879804.98631: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879804.98640: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879804.98656: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879804.98692: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879804.98699: stdout chunk (state=3): >>># destroy tokenize <<< 5169 1726879804.98725: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879804.98771: stdout chunk (state=3): >>># destroy _typing <<< 5169 1726879804.98782: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879804.98790: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879804.98818: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879804.98921: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 5169 1726879804.98931: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879804.98938: stdout chunk (state=3): >>># destroy time <<< 5169 1726879804.98961: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879804.98999: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re <<< 5169 1726879804.99018: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879804.99033: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 5169 1726879804.99042: stdout chunk (state=3): >>># destroy _thread <<< 5169 1726879804.99048: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879804.99475: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879804.99537: stderr chunk (state=3): >>><<< 5169 1726879804.99541: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0>\r\n# zipimport: found 103 names in \'/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\'\r\nimport \'multiprocessing.queues\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\'\r\nimport \'multiprocessing.synchronize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\'\r\nimport \'multiprocessing.dummy.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0>\r\nimport \'multiprocessing.dummy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_iscsi_iqn": "", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3112, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 604, "free": 3112}, "nocache": {"free": 3495, "used": 221}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 251, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388592128, "block_size": 4096, "block_total": 64483404, "block_available": 61374168, "block_used": 3109236, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_is_chroot": false, "ansible_fips": false, "ansible_loadavg": {"1m": 0.57568359375, "5m": 0.5068359375, "15m": 0.23681640625}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.920195Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004920195", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879804.99878: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ee7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38f1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d0dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bda0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d837a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d83e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d63a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d61190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d48f50> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da6390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d62030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38da4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d481d0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd4b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38dd4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38d46cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd52e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df0740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df1e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df2240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38df3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38df3500> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b37d40> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b605c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60890> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38b60a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b35ee0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b62180> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b60e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38dd6c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b8a4b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba65a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38c01af0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38bdb470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba7230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e389f0440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38ba55e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38b63080> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9e38ba59a0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__jscwwfb/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5a150> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a31040> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a301d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a33fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a89bb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89940> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89250> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a89730> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a5abd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8a900> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38a8ab40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38a8b020> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f0e00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f2510> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f3290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f4440> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f6ed0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e388f7020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f51c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fae70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f9940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f96a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388fbe00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388f56d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3893ef90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38944cb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38944a70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389471a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38945310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3894e990> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38947320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894f740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fa40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e3894fad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3893f3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38953380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e389547d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951b20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e38952ed0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38951730> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387dc770> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38956ff0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dd5e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387dfc50> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6030> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e6990> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387df200> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e387e56a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387e6b70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e3887ad50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387f0aa0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387eab70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e387ea9c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38881c40> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d50470> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d50860> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388614f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e388603e0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880350> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38883f80> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d537a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53050> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37d53230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d52480> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37d53890> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dba3c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37db83e0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e38880050> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dba750> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dbb3b0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37dea8a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37dd4ad0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c05df0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37de87a0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9e37c2eae0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c530> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c2c0b0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c767b0> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c751c0> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76ab0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9e37c76180> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_iscsi_iqn": "", "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_local": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fibre_channel_wwn": [], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3112, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 604, "free": 3112}, "nocache": {"free": 3495, "used": 221}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 251, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388592128, "block_size": 4096, "block_total": 64483404, "block_available": 61374168, "block_used": 3109236, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_is_chroot": false, "ansible_fips": false, "ansible_loadavg": {"1m": 0.57568359375, "5m": 0.5068359375, "15m": 0.23681640625}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "04", "epoch": "1726879804", "epoch_int": "1726879804", "date": "2024-09-20", "time": "20:50:04", "iso8601_micro": "2024-09-21T00:50:04.920195Z", "iso8601": "2024-09-21T00:50:04Z", "iso8601_basic": "20240920T205004920195", "iso8601_basic_short": "20240920T205004", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879805.00776: done with _execute_module (ansible.legacy.setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879802.4457386-5174-126315515838354/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879805.00780: _low_level_execute_command(): starting 5169 1726879805.00783: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879802.4457386-5174-126315515838354/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879805.01112: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879805.01116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879805.01119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879805.01121: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879805.01124: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879805.01127: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879805.01195: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879805.01198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879805.01199: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879805.01201: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879805.01202: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879805.01235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879805.03117: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879805.03161: stderr chunk (state=3): >>><<< 5169 1726879805.03167: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879805.03193: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879805.03279: handler run complete 5169 1726879805.03327: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879805.03409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879805.03640: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879805.03699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879805.03794: attempt loop complete, returning result 5169 1726879805.03798: _execute() done 5169 1726879805.03801: dumping result to json 5169 1726879805.03821: done dumping result, returning 5169 1726879805.03828: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011] 5169 1726879805.03916: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879805.04156: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879805.04159: WORKER PROCESS EXITING ok: [managed_node3] 5169 1726879812.42841: stderr chunk (state=3): >>>debug1: connect to address 10.31.47.21 port 22: Connection timed out ssh: connect to host 10.31.47.21 port 22: Connection timed out <<< 5169 1726879812.42914: stderr chunk (state=3): >>><<< 5169 1726879812.42919: stdout chunk (state=3): >>><<< <10.31.47.21> (255, b'', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.21 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.21 originally 10.31.47.21\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/d5df29d6e4\'\r\ndebug1: Control socket "/root/.ansible/cp/d5df29d6e4" does not exist\r\ndebug3: channel_clear_timeouts: clearing\r\ndebug3: ssh_connect_direct: entering\r\ndebug1: Connecting to 10.31.47.21 [10.31.47.21] port 22.\r\ndebug3: set_sock_tos: set socket 3 IP_TOS 0x48\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: connect to address 10.31.47.21 port 22: Connection timed out\r\nssh: connect to host 10.31.47.21 port 22: Connection timed out\r\n') 5169 1726879812.42962: _execute() done 5169 1726879812.42968: dumping result to json 5169 1726879812.42970: done dumping result, returning 5169 1726879812.42977: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [0229e9c9-8e59-8f9b-2ddb-000000000011] 5169 1726879812.42992: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879812.43057: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000011 5169 1726879812.43061: WORKER PROCESS EXITING fatal: [managed_node1]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Failed to connect to the host via ssh: OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.21 originally 10.31.47.21 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/d5df29d6e4' debug1: Control socket "/root/.ansible/cp/d5df29d6e4" does not exist debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to 10.31.47.21 [10.31.47.21] port 22. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug2: fd 3 setting O_NONBLOCK debug1: connect to address 10.31.47.21 port 22: Connection timed out ssh: connect to host 10.31.47.21 port 22: Connection timed out 5169 1726879812.43112: no more pending results, returning what we have 5169 1726879812.43117: results queue empty 5169 1726879812.43118: checking for any_errors_fatal 5169 1726879812.43120: done checking for any_errors_fatal 5169 1726879812.43121: checking for max_fail_percentage 5169 1726879812.43123: done checking for max_fail_percentage 5169 1726879812.43123: checking to see if all hosts have failed and the running result is not ok 5169 1726879812.43124: done checking to see if all hosts have failed 5169 1726879812.43125: getting the remaining hosts for this loop 5169 1726879812.43127: done getting the remaining hosts for this loop 5169 1726879812.43131: getting the next task for host managed_node2 5169 1726879812.43137: done getting next task for host managed_node2 5169 1726879812.43139: ^ task is: TASK: meta (flush_handlers) 5169 1726879812.43141: ^ 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 5169 1726879812.43142: getting the next task for host managed_node3 5169 1726879812.43144: done getting next task for host managed_node3 5169 1726879812.43146: ^ task is: TASK: meta (flush_handlers) 5169 1726879812.43147: ^ 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 5169 1726879812.43155: getting variables 5169 1726879812.43156: in VariableManager get_vars() 5169 1726879812.43187: Calling all_inventory to load vars for managed_node2 5169 1726879812.43190: Calling groups_inventory to load vars for managed_node2 5169 1726879812.43194: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879812.43204: Calling all_plugins_play to load vars for managed_node2 5169 1726879812.43206: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879812.43209: Calling groups_plugins_play to load vars for managed_node2 5169 1726879812.43444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.43602: done with get_vars() 5169 1726879812.43612: done getting variables 5169 1726879812.43670: in VariableManager get_vars() 5169 1726879812.43677: Calling all_inventory to load vars for managed_node2 5169 1726879812.43679: Calling groups_inventory to load vars for managed_node2 5169 1726879812.43680: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879812.43686: Calling all_plugins_play to load vars for managed_node2 5169 1726879812.43688: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879812.43690: Calling groups_plugins_play to load vars for managed_node2 5169 1726879812.43789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.43916: done with get_vars() 5169 1726879812.43927: getting variables 5169 1726879812.43928: in VariableManager get_vars() 5169 1726879812.43934: Calling all_inventory to load vars for managed_node3 5169 1726879812.43935: Calling groups_inventory to load vars for managed_node3 5169 1726879812.43938: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879812.43942: Calling all_plugins_play to load vars for managed_node3 5169 1726879812.43944: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879812.43946: Calling groups_plugins_play to load vars for managed_node3 5169 1726879812.44048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.44197: done with get_vars() 5169 1726879812.44203: done getting variables 5169 1726879812.44239: in VariableManager get_vars() 5169 1726879812.44245: Calling all_inventory to load vars for managed_node3 5169 1726879812.44246: Calling groups_inventory to load vars for managed_node3 5169 1726879812.44248: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879812.44250: Calling all_plugins_play to load vars for managed_node3 5169 1726879812.44252: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879812.44254: Calling groups_plugins_play to load vars for managed_node3 5169 1726879812.44347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.44477: done with get_vars() 5169 1726879812.44490: done queuing things up, now waiting for results queue to drain 5169 1726879812.44492: results queue empty 5169 1726879812.44492: checking for any_errors_fatal 5169 1726879812.44494: done checking for any_errors_fatal 5169 1726879812.44494: checking for max_fail_percentage 5169 1726879812.44495: done checking for max_fail_percentage 5169 1726879812.44495: checking to see if all hosts have failed and the running result is not ok 5169 1726879812.44496: done checking to see if all hosts have failed 5169 1726879812.44497: getting the remaining hosts for this loop 5169 1726879812.44497: done getting the remaining hosts for this loop 5169 1726879812.44499: getting the next task for host managed_node2 5169 1726879812.44502: done getting next task for host managed_node2 5169 1726879812.44504: ^ task is: TASK: Gather facts from {{ kdump_test_ssh_server_outside }} 5169 1726879812.44505: ^ 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 5169 1726879812.44506: getting the next task for host managed_node3 5169 1726879812.44507: done getting next task for host managed_node3 5169 1726879812.44508: ^ task is: TASK: Gather facts from {{ kdump_test_ssh_server_outside }} 5169 1726879812.44509: ^ 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 5169 1726879812.44510: getting variables 5169 1726879812.44511: in VariableManager get_vars() 5169 1726879812.44517: Calling all_inventory to load vars for managed_node2 5169 1726879812.44518: Calling groups_inventory to load vars for managed_node2 5169 1726879812.44519: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879812.44523: Calling all_plugins_play to load vars for managed_node2 5169 1726879812.44524: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879812.44526: Calling groups_plugins_play to load vars for managed_node2 5169 1726879812.44624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.44768: done with get_vars() 5169 1726879812.44774: done getting variables 5169 1726879812.44967: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879812.44970: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.45019: variable 'inventory_hostname' from source: host vars for 'managed_node2' TASK [Gather facts from managed_node2] ***************************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58 Friday 20 September 2024 20:50:12 -0400 (0:00:10.076) 0:00:10.086 ****** 5169 1726879812.45053: entering _queue_task() for managed_node2/setup 5169 1726879812.45318: worker is 1 (out of 3 available) 5169 1726879812.45332: exiting _queue_task() for managed_node2/setup 5169 1726879812.45345: getting variables 5169 1726879812.45348: in VariableManager get_vars() 5169 1726879812.45425: Calling all_inventory to load vars for managed_node3 5169 1726879812.45430: Calling groups_inventory to load vars for managed_node3 5169 1726879812.45439: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879812.45460: Calling all_plugins_play to load vars for managed_node3 5169 1726879812.45466: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879812.45470: Calling groups_plugins_play to load vars for managed_node3 5169 1726879812.45729: running TaskExecutor() for managed_node2/TASK: Gather facts from managed_node2 5169 1726879812.45734: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879812.45737: variable 'ansible_search_path' from source: unknown 5169 1726879812.45740: calling self._execute() 5169 1726879812.45743: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879812.45762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.46014: done with get_vars() 5169 1726879812.46033: done getting variables 5169 1726879812.46084: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879812.46088: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.46090: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.46093: in VariableManager get_vars() 5169 1726879812.46096: Calling all_inventory to load vars for managed_node2 5169 1726879812.46100: Calling groups_inventory to load vars for managed_node2 5169 1726879812.46103: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879812.46106: Calling all_plugins_play to load vars for managed_node2 5169 1726879812.46108: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879812.46110: Calling groups_plugins_play to load vars for managed_node2 5169 1726879812.46182: entering _queue_task() for managed_node3/setup 5169 1726879812.46257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.46727: worker is 2 (out of 3 available) 5169 1726879812.46737: exiting _queue_task() for managed_node3/setup 5169 1726879812.46750: done queuing things up, now waiting for results queue to drain 5169 1726879812.46752: waiting for pending results... 5169 1726879812.46790: done with get_vars() 5169 1726879812.46797: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.46801: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.46804: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.46808: variable 'omit' from source: magic vars 5169 1726879812.46811: variable 'omit' from source: magic vars 5169 1726879812.46813: variable 'omit' from source: magic vars 5169 1726879812.46831: variable 'omit' from source: magic vars 5169 1726879812.46850: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.46876: running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node2 5169 1726879812.46882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879812.46928: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879812.46955: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879812.46968: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879812.46989: variable 'ansible_search_path' from source: unknown 5169 1726879812.46997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879812.47015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879812.47025: calling self._execute() 5169 1726879812.47053: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879812.47071: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.47080: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879812.47092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879812.47149: variable 'ansible_port' from source: unknown 5169 1726879812.47152: variable 'ansible_user' from source: unknown 5169 1726879812.47245: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879812.47251: Set connection var ansible_timeout to 10 5169 1726879812.47369: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.47374: Set connection var ansible_shell_executable to /bin/sh 5169 1726879812.47377: Set connection var ansible_connection to ssh 5169 1726879812.47380: Set connection var ansible_shell_type to sh 5169 1726879812.47383: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879812.47385: Set connection var ansible_pipelining to False 5169 1726879812.47388: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.47390: variable 'ansible_user' from source: unknown 5169 1726879812.47392: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879812.47395: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.47397: in VariableManager get_vars() 5169 1726879812.47422: Calling all_inventory to load vars for managed_node3 5169 1726879812.47432: Calling groups_inventory to load vars for managed_node3 5169 1726879812.47447: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879812.47483: Calling all_plugins_play to load vars for managed_node3 5169 1726879812.47496: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879812.47513: Calling groups_plugins_play to load vars for managed_node3 5169 1726879812.47592: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879812.47622: variable 'omit' from source: magic vars 5169 1726879812.47626: starting attempt loop 5169 1726879812.47629: running the handler 5169 1726879812.47631: _low_level_execute_command(): starting 5169 1726879812.47634: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879812.47873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879812.48131: done with get_vars() 5169 1726879812.48148: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.48207: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.48226: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.48238: variable 'omit' from source: magic vars 5169 1726879812.48343: variable 'omit' from source: magic vars 5169 1726879812.48465: variable 'omit' from source: magic vars 5169 1726879812.48472: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879812.48475: variable 'omit' from source: magic vars 5169 1726879812.48478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879812.48481: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.48485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879812.48496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879812.48532: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879812.48571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879812.48579: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879812.48671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879812.48674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879812.48679: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.48681: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879812.48684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879812.48686: variable 'ansible_port' from source: unknown 5169 1726879812.48688: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879812.48697: variable 'ansible_user' from source: unknown 5169 1726879812.48709: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.48712: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879812.48772: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879812.48789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.48843: Set connection var ansible_timeout to 10 5169 1726879812.48847: Set connection var ansible_shell_executable to /bin/sh 5169 1726879812.48849: Set connection var ansible_connection to ssh 5169 1726879812.48856: Set connection var ansible_shell_type to sh 5169 1726879812.48861: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879812.48869: Set connection var ansible_pipelining to False 5169 1726879812.48892: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.48895: variable 'ansible_user' from source: unknown 5169 1726879812.48902: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879812.49083: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879812.49094: variable 'omit' from source: magic vars 5169 1726879812.49097: starting attempt loop 5169 1726879812.49100: running the handler 5169 1726879812.49115: _low_level_execute_command(): starting 5169 1726879812.49121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879812.49666: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.49671: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.49674: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.49677: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.49733: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879812.49739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.49741: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.49791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.50521: stdout chunk (state=3): >>>/root <<< 5169 1726879812.50635: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.50698: stderr chunk (state=3): >>><<< 5169 1726879812.50700: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.50805: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.50809: _low_level_execute_command(): starting 5169 1726879812.50812: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `" && echo ansible-tmp-1726879812.5073159-5251-95832394228297="` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `" && echo ansible-tmp-1726879812.5073159-5251-95832394228297="` echo /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 `" ) && sleep 0'"'"'' 5169 1726879812.51234: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.51239: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879812.51242: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879812.51244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879812.51248: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.51310: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879812.51313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.51315: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879812.51317: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879812.51349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.51501: stdout chunk (state=3): >>>/root <<< 5169 1726879812.51613: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.51662: stderr chunk (state=3): >>><<< 5169 1726879812.51668: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.51697: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.51796: _low_level_execute_command(): starting 5169 1726879812.51799: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `" && echo ansible-tmp-1726879812.516984-5252-18958638165033="` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `" && echo ansible-tmp-1726879812.516984-5252-18958638165033="` echo /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 `" ) && sleep 0'"'"'' 5169 1726879812.52217: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.52223: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.52226: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.52229: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879812.52232: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.52294: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879812.52297: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.52298: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.52338: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.53317: stdout chunk (state=3): >>>ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 <<< 5169 1726879812.53438: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.53494: stderr chunk (state=3): >>><<< 5169 1726879812.53496: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.53577: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879812.5073159-5251-95832394228297=/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.53581: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.53584: variable 'ansible_module_compression' from source: unknown 5169 1726879812.53649: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 5169 1726879812.53717: variable 'ansible_facts' from source: host vars for 'managed_node2' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 5169 1726879812.53856: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy TO /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' 5169 1726879812.53999: Sending initial data 5169 1726879812.54003: Sent initial data (151 bytes) 5169 1726879812.54290: stdout chunk (state=3): >>>ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 <<< 5169 1726879812.54473: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879812.54490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879812.54523: stdout chunk (state=3): >>><<< 5169 1726879812.54526: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.54558: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879812.516984-5252-18958638165033=/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.54690: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879812.54694: variable 'ansible_delegated_vars' from source: unknown 5169 1726879812.54696: variable 'ansible_module_compression' from source: unknown 5169 1726879812.54719: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879812.54730: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 5169 1726879812.54752: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879812.54757: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879812.54796: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879812.54819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.54826: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py 5169 1726879812.54975: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y TO /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879812.55112: Sending initial data 5169 1726879812.55116: Sent initial data (150 bytes) 5169 1726879812.55552: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.55595: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879812.55600: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879812.55603: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879812.55606: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879812.55609: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.55690: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.55717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.56389: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879812.56431: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879812.56461: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879812.56467: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py <<< 5169 1726879812.56518: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy" to remote "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py M:0x001a <<< 5169 1726879812.57044: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879812.57363: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 5169 1726879812.57366: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879812.57406: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879812.57415: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20955 <<< 5169 1726879812.57456: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879812.57460: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py <<< 5169 1726879812.57509: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y" to remote "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py M:0x001a <<< 5169 1726879812.57530: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879812.57534: stderr chunk (state=3): >>>debug3: In write loop, ack for 7 20955 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879812.57585: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879812.57886: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.57890: stdout chunk (state=3): >>><<< 5169 1726879812.57894: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpon34twyy" to remote "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20955\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 20955 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879812.57901: done transferring module to remote 5169 1726879812.57903: _low_level_execute_command(): starting 5169 1726879812.57906: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879812.58456: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879812.58518: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879812.58528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879812.58540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.58553: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879812.58562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879812.58583: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 <<< 5169 1726879812.58594: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879812.58601: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879812.58610: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879812.58697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.58718: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879812.58729: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879812.58737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879812.58749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879812.58767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879812.58778: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.58822: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.58917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.59102: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 5169 1726879812.59123: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20954 <<< 5169 1726879812.59211: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879812.59213: stderr chunk (state=3): >>>debug3: In write loop, ack for 7 20954 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879812.59252: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879812.59313: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.59448: stderr chunk (state=3): >>><<< 5169 1726879812.59451: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpokurqy3y" to remote "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:20954\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 20954 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879812.59458: done transferring module to remote 5169 1726879812.59461: _low_level_execute_command(): starting 5169 1726879812.59466: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879812.59937: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.59940: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879812.59943: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879812.59945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879812.59948: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.60012: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879812.60015: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879812.60016: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.60060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.60708: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.60711: stdout chunk (state=3): >>><<< 5169 1726879812.60714: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.60728: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.60733: _low_level_execute_command(): starting 5169 1726879812.60827: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879812.61214: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.61228: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration <<< 5169 1726879812.61239: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.61287: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879812.61311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.61353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.61939: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879812.61991: stderr chunk (state=3): >>><<< 5169 1726879812.61995: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879812.62015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879812.62020: _low_level_execute_command(): starting 5169 1726879812.62025: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/AnsiballZ_setup.py && sleep 0'"'"'' 5169 1726879812.62503: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879812.62517: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879812.62529: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879812.62581: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879812.62601: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879812.62645: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879812.63595: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879812.63621: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879812.63662: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879812.63731: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879812.63733: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879812.63770: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879812.63803: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879812.63829: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879812.63832: stdout chunk (state=3): >>>import 'zipimport' # <<< 5169 1726879812.63847: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879812.63893: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879812.63899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.63916: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879812.63941: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879812.63980: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879812.64003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879812.64006: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530> <<< 5169 1726879812.64020: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30> <<< 5169 1726879812.64046: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879812.64050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0> <<< 5169 1726879812.64089: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879812.64104: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879812.64122: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879812.64160: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879812.64252: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879812.64278: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879812.64282: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879812.64309: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879812.64330: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879812.64335: stdout chunk (state=3): >>>Processing user site-packages <<< 5169 1726879812.64426: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879812.64431: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879812.64435: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879812.64437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879812.64440: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0> <<< 5169 1726879812.64491: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.64505: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000> <<< 5169 1726879812.64527: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879812.64566: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879812.64977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879812.64981: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879812.65006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879812.65019: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879812.65044: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.65046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879812.65052: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879812.65073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879812.65085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879812.65148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90> <<< 5169 1726879812.65151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879812.65210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879812.65215: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50> <<< 5169 1726879812.65223: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879812.65252: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879812.65255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879812.65260: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879812.65291: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879812.65303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.65324: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879812.65327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.65330: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879812.65349: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879812.65387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879812.65394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879812.65413: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879812.65419: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0> import '_collections' # <<< 5169 1726879812.65422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530> <<< 5169 1726879812.65433: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30> <<< 5169 1726879812.65461: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00> <<< 5169 1726879812.65491: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879812.65497: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0> import '_signal' # <<< 5169 1726879812.65507: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0> <<< 5169 1726879812.65517: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879812.65538: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879812.65572: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879812.65602: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040> <<< 5169 1726879812.65634: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879812.65666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879812.65722: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879812.65726: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879812.65766: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 5169 1726879812.65772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879812.65779: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0> <<< 5169 1726879812.65810: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879812.65816: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879812.65822: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0> <<< 5169 1726879812.65830: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879812.65869: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0> <<< 5169 1726879812.65876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830> <<< 5169 1726879812.65882: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0> <<< 5169 1726879812.65908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879812.65912: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879812.65938: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000> <<< 5169 1726879812.65940: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90> <<< 5169 1726879812.65992: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879812.65999: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66002: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40> <<< 5169 1726879812.66015: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879812.66023: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.66041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879812.66078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879812.66094: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670> <<< 5169 1726879812.66106: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340> import 'importlib.machinery' # <<< 5169 1726879812.66125: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 5169 1726879812.66134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879812.66153: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570> <<< 5169 1726879812.66161: stdout chunk (state=3): >>>import 'importlib.util' # <<< 5169 1726879812.66170: stdout chunk (state=3): >>>import 'runpy' # <<< 5169 1726879812.66195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879812.66224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879812.66260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879812.66263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879812.66272: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770> <<< 5169 1726879812.66285: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879812.66310: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66321: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0> <<< 5169 1726879812.66337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879812.66374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879812.66410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50> <<< 5169 1726879812.66416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879812.66441: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0> <<< 5169 1726879812.66480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.66483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879812.66512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66516: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00> <<< 5169 1726879812.66538: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530> <<< 5169 1726879812.66580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879812.66610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90> <<< 5169 1726879812.66617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879812.66624: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0> <<< 5169 1726879812.66627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879812.66633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879812.66671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879812.66674: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879812.66703: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66707: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 5169 1726879812.66713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879812.66727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66735: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879812.66813: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500> <<< 5169 1726879812.66817: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740> <<< 5169 1726879812.66823: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.66826: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950> <<< 5169 1726879812.66828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.66835: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830> <<< 5169 1726879812.66853: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879812.66864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0> <<< 5169 1726879812.66882: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879812.66927: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00> <<< 5169 1726879812.66969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879812.66977: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879812.66980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879812.66989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0> <<< 5169 1726879812.66995: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0> <<< 5169 1726879812.67018: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50> <<< 5169 1726879812.67034: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90> <<< 5169 1726879812.67047: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879812.67082: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040> <<< 5169 1726879812.67111: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879812.67132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.67163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879812.67171: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879812.67189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879812.67199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879812.67210: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879812.67214: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390> <<< 5169 1726879812.67234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879812.67249: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0> <<< 5169 1726879812.67263: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0> <<< 5169 1726879812.67286: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879812.67309: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879812.67312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879812.67314: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0> <<< 5169 1726879812.67315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879812.67369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879812.67373: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510> <<< 5169 1726879812.67402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879812.67421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0> <<< 5169 1726879812.67438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 5169 1726879812.67445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879812.67448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879812.67451: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0> <<< 5169 1726879812.67454: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90> <<< 5169 1726879812.67484: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879812.67493: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.67496: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0> <<< 5169 1726879812.67518: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40> <<< 5169 1726879812.67530: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879812.67546: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.67551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879812.67572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879812.67580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879812.67619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879812.67623: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670> <<< 5169 1726879812.67625: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340> import 'importlib.machinery' # <<< 5169 1726879812.67629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879812.67668: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879812.67708: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879812.67739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879812.67751: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60> <<< 5169 1726879812.67796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879812.67810: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0> <<< 5169 1726879812.67814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879812.67817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770> <<< 5169 1726879812.67826: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879812.67842: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0> <<< 5169 1726879812.67871: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0> <<< 5169 1726879812.67877: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30> <<< 5169 1726879812.67893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879812.67926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879812.67930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879812.67932: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50> <<< 5169 1726879812.67982: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0> <<< 5169 1726879812.67989: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0> <<< 5169 1726879812.68010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879812.68017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879812.68032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879812.68068: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.68072: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910> <<< 5169 1726879812.68084: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530> <<< 5169 1726879812.68132: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0> <<< 5169 1726879812.68153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879812.68182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879812.68205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879812.68230: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip' <<< 5169 1726879812.68234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879812.68252: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.68260: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0> <<< 5169 1726879812.68282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879812.68315: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590> <<< 5169 1726879812.68346: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.68352: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860> <<< 5169 1726879812.68391: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.68395: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40> <<< 5169 1726879812.68414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879812.68429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879812.68434: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879812.68465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879812.68551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879812.68583: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0> import '_typing' # <<< 5169 1726879812.68586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879812.68595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0> <<< 5169 1726879812.68618: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70> <<< 5169 1726879812.68641: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90> <<< 5169 1726879812.68668: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879812.68719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.68742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879812.68779: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0> <<< 5169 1726879812.68784: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230> # zipimport: zlib available <<< 5169 1726879812.68804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879812.68822: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 5169 1726879812.68843: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480> <<< 5169 1726879812.68846: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.68853: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.68881: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879812.68885: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.68888: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.68908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879812.68931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879812.68983: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630> <<< 5169 1726879812.69007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879812.69046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879812.69102: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879812.69129: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 5169 1726879812.69134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410> <<< 5169 1726879812.69151: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879812.69191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879812.69212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879812.69260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879812.69349: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0> <<< 5169 1726879812.69426: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530> <<< 5169 1726879812.69473: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0> <<< 5169 1726879812.69503: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590> <<< 5169 1726879812.69528: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020> <<< 5169 1726879812.69706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879812.69726: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860> <<< 5169 1726879812.69906: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip' # zipimport: zlib available <<< 5169 1726879812.70060: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879812.70099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879812.70146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879812.70225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879812.70257: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360> <<< 5169 1726879812.70277: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879812.70404: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70479: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0> <<< 5169 1726879812.70481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70511: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879812.70523: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70544: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70550: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.70572: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879812.70582: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.71676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879812.71692: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0> <<< 5169 1726879812.71702: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879812.71716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.71737: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879812.71747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879812.71763: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879812.71796: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10> <<< 5169 1726879812.71834: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0> <<< 5169 1726879812.71866: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0> <<< 5169 1726879812.71889: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879812.71892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879812.71932: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700> <<< 5169 1726879812.71942: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40> <<< 5169 1726879812.71954: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879812.71980: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.71998: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0> <<< 5169 1726879812.72002: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.72013: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00> <<< 5169 1726879812.72021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879812.72068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879812.72078: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879812.72124: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0> <<< 5169 1726879812.72131: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879812.72161: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.72170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879812.72180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879812.72214: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60> <<< 5169 1726879812.72242: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.72245: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80> <<< 5169 1726879812.72270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879812.72288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879812.72315: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350> <<< 5169 1726879812.72338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879812.72366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879812.72390: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260> <<< 5169 1726879812.72400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879812.72433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879812.72461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879812.72466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879812.72511: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0> <<< 5169 1726879812.72550: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110> <<< 5169 1726879812.72589: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0> <<< 5169 1726879812.72630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879812.72646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879812.72687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879812.72702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879812.72724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879812.72733: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70> import '_tokenize' # <<< 5169 1726879812.72810: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0> <<< 5169 1726879812.72831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879812.72913: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70> <<< 5169 1726879812.72940: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0> <<< 5169 1726879812.72969: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0> <<< 5169 1726879812.72996: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0> <<< 5169 1726879812.73023: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879812.73045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879812.73062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879812.73100: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10> <<< 5169 1726879812.73109: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0> <<< 5169 1726879812.73122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879812.73233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879812.73282: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0> <<< 5169 1726879812.73379: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879812.73383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879812.73426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879812.73491: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0> <<< 5169 1726879812.73498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.73538: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879812.73582: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90> <<< 5169 1726879812.73605: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350> <<< 5169 1726879812.73672: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20> <<< 5169 1726879812.73676: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830> <<< 5169 1726879812.73746: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80> <<< 5169 1726879812.73756: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.73816: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0> <<< 5169 1726879812.73824: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879812.73876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879812.73880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440> <<< 5169 1726879812.73895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879812.73971: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230> <<< 5169 1726879812.73975: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879812.74114: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880> # zipimport: zlib available <<< 5169 1726879812.74119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0> <<< 5169 1726879812.74336: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560> <<< 5169 1726879812.74348: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 5169 1726879812.74408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879812.74457: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879812.74468: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879812.74472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879812.74542: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.74550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879812.74586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140> <<< 5169 1726879812.74596: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879812.74628: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.74669: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879812.74747: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0> <<< 5169 1726879812.74794: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0> <<< 5169 1726879812.74925: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879812.74962: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40> <<< 5169 1726879812.74980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879812.75080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879812.75128: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610> <<< 5169 1726879812.75159: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879812.75203: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.75220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.75236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879812.75261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879812.75291: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90> <<< 5169 1726879812.75422: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620> <<< 5169 1726879812.75495: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.75500: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80> <<< 5169 1726879812.75535: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0> <<< 5169 1726879812.75586: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0> <<< 5169 1726879812.75595: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680> <<< 5169 1726879812.75617: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879812.75646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879812.75669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879812.75694: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.75716: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590> <<< 5169 1726879812.75808: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879812.75820: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879812.75843: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879812.75880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.75891: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.75922: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920> <<< 5169 1726879812.75932: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800> <<< 5169 1726879812.75937: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30> <<< 5169 1726879812.75944: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0> <<< 5169 1726879812.75950: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970> <<< 5169 1726879812.75977: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76015: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879812.76047: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0> <<< 5169 1726879812.76082: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879812.76103: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76119: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76123: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 5169 1726879812.76131: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76192: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76207: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76218: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879812.76233: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76252: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76259: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 5169 1726879812.76262: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76289: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76387: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879812.76474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400> <<< 5169 1726879812.76489: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76517: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.76992: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77120: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77496: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77571: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879812.77660: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77715: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77728: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879812.77759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879812.77763: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879812.77776: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77780: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879812.77791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.77815: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.77835: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10> <<< 5169 1726879812.77926: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 5169 1726879812.77935: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879812.77963: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0> <<< 5169 1726879812.77967: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0> <<< 5169 1726879812.77969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 5169 1726879812.78003: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78014: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879812.78049: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78060: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879812.78066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78070: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78073: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879812.78231: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78293: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879812.78420: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0> <<< 5169 1726879812.78427: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879812.78602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879812.78621: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879812.78697: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0> <<< 5169 1726879812.78702: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78778: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879812.78871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879812.78898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879812.78935: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.78982: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.79109: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0><<< 5169 1726879812.79115: stdout chunk (state=3): >>> <<< 5169 1726879812.79164: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.79172: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90> <<< 5169 1726879812.79191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79229: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879812.79281: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79329: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79374: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79438: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79440: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79509: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879812.79512: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.79593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879812.79601: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79623: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730> <<< 5169 1726879812.79645: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79677: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50> <<< 5169 1726879812.79703: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879812.79708: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79711: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879812.79777: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79780: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79843: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79872: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 5169 1726879812.79900: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879812.79907: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79923: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.79947: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879812.79953: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.79989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879812.80006: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 5169 1726879812.80065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879812.80089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879812.80093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879812.80124: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90> <<< 5169 1726879812.80178: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0> <<< 5169 1726879812.80267: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0> <<< 5169 1726879812.80270: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80273: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879812.80301: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80328: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879812.80393: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879812.80413: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.80430: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879812.80434: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80499: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879812.80566: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879812.80586: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879812.80600: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.80650: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80662: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600> <<< 5169 1726879812.80673: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80690: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80721: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80744: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879812.80773: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80821: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879812.80827: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879812.80866: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879812.80869: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879812.80927: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80961: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.80964: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.80997: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 5169 1726879812.81001: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81088: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0><<< 5169 1726879812.81091: stdout chunk (state=3): >>> <<< 5169 1726879812.81140: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.81143: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30> <<< 5169 1726879812.81156: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0> <<< 5169 1726879812.81179: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81192: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81214: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81259: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879812.81262: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81315: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81361: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81428: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81432: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81500: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.81561: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 5169 1726879812.81572: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 5169 1726879812.81575: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.81581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0> <<< 5169 1726879812.81618: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 5169 1726879812.81637: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880> <<< 5169 1726879812.81640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879812.81680: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0> <<< 5169 1726879812.81689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879812.81722: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879812.81729: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879812.81737: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0> <<< 5169 1726879812.81774: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.81791: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620> <<< 5169 1726879812.81794: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81829: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310> <<< 5169 1726879812.81856: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0> <<< 5169 1726879812.81863: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81888: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60> <<< 5169 1726879812.81898: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.81925: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 5169 1726879812.81932: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.81976: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879812.81982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 5169 1726879812.82008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879812.82012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879812.82016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879812.82025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 5169 1726879812.82071: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530> <<< 5169 1726879812.82075: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0> <<< 5169 1726879812.82078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879812.82109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879812.82112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879812.82115: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 5169 1726879812.82157: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10> <<< 5169 1726879812.82217: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90> <<< 5169 1726879812.82223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 5169 1726879812.82246: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680> <<< 5169 1726879812.82263: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 5169 1726879812.82312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879812.82316: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879812.82346: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0> <<< 5169 1726879812.82355: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.82421: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879812.82425: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 5169 1726879812.82429: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 5169 1726879812.82435: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879812.82466: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82479: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879812.82493: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82502: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879812.82570: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82582: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82623: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82635: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82679: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82682: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879812.82704: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82719: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 5169 1726879812.82729: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82732: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82761: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82770: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82798: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 5169 1726879812.82802: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879812.82850: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82852: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82902: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 5169 1726879812.82923: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.82955: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83004: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 5169 1726879812.83010: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83023: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83029: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83072: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83074: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 5169 1726879812.83130: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879812.83275: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83278: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83458: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83500: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83570: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 5169 1726879812.83573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879812.83591: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 5169 1726879812.83632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 5169 1726879812.83660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 5169 1726879812.83681: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70> <<< 5169 1726879812.83698: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 5169 1726879812.83709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 5169 1726879812.83721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879812.83770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879812.83790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879812.83811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879812.83814: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350> <<< 5169 1726879812.83829: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.83849: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.83857: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650> <<< 5169 1726879812.83915: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0> <<< 5169 1726879812.83930: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0> <<< 5169 1726879812.83969: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350> <<< 5169 1726879812.83974: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60> <<< 5169 1726879812.83996: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 5169 1726879812.84050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 5169 1726879812.84069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879812.84075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879812.84100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 5169 1726879812.84143: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.84151: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30> <<< 5169 1726879812.84169: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.84191: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110> <<< 5169 1726879812.84198: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360> <<< 5169 1726879812.84213: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 5169 1726879812.84325: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 5169 1726879812.84336: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770> <<< 5169 1726879812.84361: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 5169 1726879812.84388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879812.84391: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84422: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240> <<< 5169 1726879812.84449: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84457: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290> <<< 5169 1726879812.84495: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0> import 'ansible.module_utils.facts.timeout' # <<< 5169 1726879812.84510: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84544: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 5169 1726879812.84549: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 5169 1726879812.84551: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84554: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 5169 1726879812.84605: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 5169 1726879812.84632: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84671: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84680: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879812.84708: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879812.84731: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84757: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84761: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879812.84809: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879812.84852: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.84855: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 5169 1726879812.84880: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84886: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 5169 1726879812.84900: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84905: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84918: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 5169 1726879812.84956: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.84983: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 5169 1726879812.85053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879812.85062: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85090: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510> <<< 5169 1726879812.85094: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879812.85133: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 5169 1726879812.85141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879812.85144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85210: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85248: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170> <<< 5169 1726879812.85251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 5169 1726879812.85272: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85274: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85337: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85340: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 5169 1726879812.85418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879812.85421: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85430: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 5169 1726879812.85610: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85682: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85762: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 5169 1726879812.85773: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85807: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879812.85901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879812.85988: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.85990: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.86036: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690> <<< 5169 1726879812.86244: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40> import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879812.86264: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86330: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 5169 1726879812.86487: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86495: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 5169 1726879812.86559: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86562: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86610: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86651: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86694: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86698: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 5169 1726879812.86701: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86732: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 5169 1726879812.86777: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86844: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86851: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879812.86861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 5169 1726879812.86899: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879812.86910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86913: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86949: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 5169 1726879812.86981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879812.86990: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.86998: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87015: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 5169 1726879812.87066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 5169 1726879812.87069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879812.87074: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87100: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.87107: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70> import 'ansible.module_utils.facts.system.user' # <<< 5169 1726879812.87139: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87158: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 5169 1726879812.87161: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87199: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87241: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 5169 1726879812.87259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879812.87263: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879812.87278: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30> <<< 5169 1726879812.87294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879812.87322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879812.87413: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87450: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90> import 'ansible.module_utils.facts.system.local' # <<< 5169 1726879812.87473: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87538: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 5169 1726879812.87587: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 5169 1726879812.87616: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87695: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87719: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87801: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 5169 1726879812.87887: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87917: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 5169 1726879812.87929: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.87953: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.87982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 5169 1726879812.87990: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88034: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879812.88098: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879812.88205: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.88276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879812.88280: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420> <<< 5169 1726879812.88282: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88400: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88488: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800> <<< 5169 1726879812.88497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879812.88506: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88532: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879812.88542: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88578: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88585: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88623: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 5169 1726879812.88636: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88725: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88818: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.88939: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89104: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 5169 1726879812.89121: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89161: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 5169 1726879812.89212: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89251: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89254: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 5169 1726879812.89313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879812.89344: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.89374: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70> <<< 5169 1726879812.89387: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 5169 1726879812.89406: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89410: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 5169 1726879812.89435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89475: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 5169 1726879812.89524: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89702: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 5169 1726879812.89810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 5169 1726879812.89821: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 5169 1726879812.89882: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89940: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.89993: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90049: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 5169 1726879812.90056: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90103: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90149: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90159: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 5169 1726879812.90203: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 5169 1726879812.90211: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90232: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90268: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90274: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 5169 1726879812.90409: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90441: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879812.90598: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 5169 1726879812.90624: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 5169 1726879812.90657: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90696: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90727: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90741: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 5169 1726879812.90749: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90864: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90868: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879812.90879: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90904: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90942: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.90961: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91178: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 5169 1726879812.91419: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91455: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879812.91500: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91530: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91555: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 5169 1726879812.91565: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91590: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91635: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 5169 1726879812.91713: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91744: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91768: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 5169 1726879812.91785: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91837: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91901: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 5169 1726879812.91906: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.91974: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 5169 1726879812.92039: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 5169 1726879812.92168: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 5169 1726879812.92183: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92291: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92326: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92410: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 5169 1726879812.92416: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92525: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 5169 1726879812.92634: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 5169 1726879812.92646: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92685: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879812.92755: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92791: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92823: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92833: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 5169 1726879812.92841: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92871: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879812.92913: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.92948: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879812.93014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 5169 1726879812.93016: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93018: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 5169 1726879812.93036: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93088: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93091: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 5169 1726879812.93138: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879812.93189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879812.93198: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 5169 1726879812.93202: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93250: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93254: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93301: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 5169 1726879812.93307: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93325: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93355: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93359: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93399: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93455: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93523: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93573: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 5169 1726879812.93617: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 5169 1726879812.93626: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93680: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93731: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 5169 1726879812.93735: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 5169 1726879812.93828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93860: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879812.93909: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93940: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93962: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.93972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 5169 1726879812.94048: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 5169 1726879812.94126: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94170: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 5169 1726879812.94203: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 5169 1726879812.94230: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94274: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 5169 1726879812.94331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 5169 1726879812.94333: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94335: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 5169 1726879812.94387: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94406: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 5169 1726879812.94474: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94477: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94567: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 5169 1726879812.94571: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 5169 1726879812.94669: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 5169 1726879812.94774: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.94785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 5169 1726879812.94848: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 5169 1726879812.95066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95075: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 5169 1726879812.95101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 5169 1726879812.95114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 5169 1726879812.95128: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95150: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879812.95155: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20> <<< 5169 1726879812.95157: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380> <<< 5169 1726879812.95183: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879812.95198: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95214: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0> <<< 5169 1726879812.95224: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95268: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 5169 1726879812.95276: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95310: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95343: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879812.95359: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95392: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95430: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879812.95435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95525: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879812.95632: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95655: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 5169 1726879812.95660: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95706: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95751: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 5169 1726879812.95771: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95792: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95811: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95864: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.95916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96003: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96076: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 5169 1726879812.96091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 5169 1726879812.96098: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96151: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 5169 1726879812.96213: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96428: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96647: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 5169 1726879812.96653: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96705: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 5169 1726879812.96771: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96814: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96872: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 5169 1726879812.96878: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.96969: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.97055: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 5169 1726879812.97061: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 5169 1726879812.97078: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.97173: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.97269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 5169 1726879812.97276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 5169 1726879812.97354: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879812.97545: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 5169 1726879812.97549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 5169 1726879812.97580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 5169 1726879812.97585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 5169 1726879812.97622: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0> <<< 5169 1726879812.97643: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10> <<< 5169 1726879812.97693: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560> <<< 5169 1726879813.41380: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 5169 1726879813.41390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 5169 1726879813.41406: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60> <<< 5169 1726879813.41431: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 5169 1726879813.41455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 5169 1726879813.41482: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070> <<< 5169 1726879813.41531: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 5169 1726879813.41538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879813.41581: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 5169 1726879813.41586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480> <<< 5169 1726879813.41627: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10> <<< 5169 1726879813.41877: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 5169 1726879813.66173: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_is_chroot": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "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": 3524, "ansible_memfree_mb": 2813, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 711, "free": 2813}, "nocache": {"free": 3303, "used": 221}, "swap": {"total": 3523, "free": 3523, "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_s<<< 5169 1726879813.66184: stdout chunk (state=3): >>>erial": "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectorsize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 67, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268378624, "block_size": 4096, "block_total": 64483404, "block_available": 61344819, "block_used": 3138585, "inode_total": 16384000, "inode_available": 16302473, "inode_used": 81527, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "13", "epoch": "1726879813", "epoch_int": "1726879813", "date": "2024-09-20", "time": "20:50:13", "iso8601_micro": "2024-09-21T00:50:13.620151Z", "iso8601": "2024-09-21T00:50:13Z", "iso8601_basic": "20240920T205013620151", "iso8601_basic_short": "20240920T205013", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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<<< 5169 1726879813.66188: stdout chunk (state=3): >>>_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": "o<<< 5169 1726879813.66218: stdout chunk (state=3): >>>ff [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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_loadavg": {"1m": 0.9501953125, "5m": 0.3232421875, "15m": 0.1142578125}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 5169 1726879813.66825: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 5169 1726879813.66830: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value <<< 5169 1726879813.66835: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 5169 1726879813.66884: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 5169 1726879813.66888: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools <<< 5169 1726879813.66909: stdout chunk (state=3): >>># cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re <<< 5169 1726879813.66934: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 5169 1726879813.66954: stdout chunk (state=3): >>># cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 5169 1726879813.66959: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 5169 1726879813.66989: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder <<< 5169 1726879813.66996: stdout chunk (state=3): >>># cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap <<< 5169 1726879813.67025: stdout chunk (state=3): >>># cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string <<< 5169 1726879813.67030: stdout chunk (state=3): >>># cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text <<< 5169 1726879813.67062: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes <<< 5169 1726879813.67090: stdout chunk (state=3): >>># destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 5169 1726879813.67157: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue <<< 5169 1726879813.67182: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix <<< 5169 1726879813.67242: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg <<< 5169 1726879813.67252: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin <<< 5169 1726879813.67295: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual <<< 5169 1726879813.67312: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 5169 1726879813.67629: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879813.67633: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879813.67666: stdout chunk (state=3): >>># destroy _bz2 <<< 5169 1726879813.67687: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 5169 1726879813.67701: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879813.67709: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879813.67763: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879813.67769: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879813.67772: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 5169 1726879813.67812: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp <<< 5169 1726879813.67816: stdout chunk (state=3): >>># destroy encodings <<< 5169 1726879813.67833: stdout chunk (state=3): >>># destroy _locale <<< 5169 1726879813.67839: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879813.67856: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 5169 1726879813.67905: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879813.67924: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 5169 1726879813.67977: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 5169 1726879813.67980: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 5169 1726879813.68028: stdout chunk (state=3): >>># destroy _pickle <<< 5169 1726879813.68032: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 5169 1726879813.68038: stdout chunk (state=3): >>># destroy multiprocessing.reduction <<< 5169 1726879813.68041: stdout chunk (state=3): >>># destroy selectors <<< 5169 1726879813.68066: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 5169 1726879813.68074: stdout chunk (state=3): >>># destroy subprocess <<< 5169 1726879813.68084: stdout chunk (state=3): >>># destroy base64 <<< 5169 1726879813.68109: stdout chunk (state=3): >>># destroy _ssl <<< 5169 1726879813.68132: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 5169 1726879813.68139: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 5169 1726879813.68174: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 5169 1726879813.68192: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout <<< 5169 1726879813.68203: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context<<< 5169 1726879813.68210: stdout chunk (state=3): >>> # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 5169 1726879813.68260: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 5169 1726879813.68292: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 5169 1726879813.68296: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string <<< 5169 1726879813.68308: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879813.68325: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879813.68331: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 5169 1726879813.68401: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 5169 1726879813.68426: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 5169 1726879813.68492: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 5169 1726879813.68496: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 5169 1726879813.68500: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 5169 1726879813.68518: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879813.68646: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879813.68661: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879813.68672: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879813.68700: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879813.68736: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879813.68787: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879813.68795: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879813.68805: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879813.68825: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879813.68925: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 5169 1726879813.68939: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879813.68945: stdout chunk (state=3): >>># destroy time <<< 5169 1726879813.68974: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879813.68981: stdout chunk (state=3): >>># destroy _weakref <<< 5169 1726879813.69011: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re <<< 5169 1726879813.69017: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879813.69041: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879813.69055: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879813.69435: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879813.69501: stderr chunk (state=3): >>><<< 5169 1726879813.69504: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910>\r\n# zipimport: found 103 names in \'/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\'\r\nimport \'multiprocessing.queues\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\'\r\nimport \'multiprocessing.synchronize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\'\r\nimport \'multiprocessing.dummy.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480>\r\nimport \'multiprocessing.dummy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{"ansible_facts": {"ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_is_chroot": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "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": 3524, "ansible_memfree_mb": 2813, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 711, "free": 2813}, "nocache": {"free": 3303, "used": 221}, "swap": {"total": 3523, "free": 3523, "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectorsize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 67, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268378624, "block_size": 4096, "block_total": 64483404, "block_available": 61344819, "block_used": 3138585, "inode_total": 16384000, "inode_available": 16302473, "inode_used": 81527, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "13", "epoch": "1726879813", "epoch_int": "1726879813", "date": "2024-09-20", "time": "20:50:13", "iso8601_micro": "2024-09-21T00:50:13.620151Z", "iso8601": "2024-09-21T00:50:13Z", "iso8601_basic": "20240920T205013620151", "iso8601_basic_short": "20240920T205013", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_loadavg": {"1m": 0.9501953125, "5m": 0.3232421875, "15m": 0.1142578125}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879813.69903: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66773b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d667a6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665791c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6657a000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b7f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ef830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665efec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cfb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665cd1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b5040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666137d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666123f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665ce2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66610bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66640b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66640f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d665b2e40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66641340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665c770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665ed50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665e2a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6665fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6665f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d666425a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6639fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d663c8950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6639de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c9fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663c8c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66642c90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663f6390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640e510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664472c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66469a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d664473e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640ebd0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66244440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6640d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d663caf30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d6640d910> # zipimport: found 103 names in '/tmp/ansible_setup_payload_x1_dfno2/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b21b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662890a0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66288230> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6628b5c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662ddc10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd9a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd2b0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662dd700> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662b2e40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662de9c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d662dec00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d662df0b0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66144e60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66146a80> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66147350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66148260> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614aff0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6614b110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661492b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614ee70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614d6a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6614fa70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661497c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66192fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661930e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66194d10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66194ad0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66197200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661953a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a29c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66197350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a36b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a3e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661933b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a7440> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a8740> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5bb0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d661a6f60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a5880> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d6602c800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d661a41a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602d400> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602e3c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035fd0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66036960> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6602ec90> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d66035730> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d66036a50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660c6c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660409e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603aab0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6603a900> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd9d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b082c0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b08620> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ad310> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660ac3b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cc080> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cfb60> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0b530> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0ade0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b0afc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0a270> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b0b680> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65b761b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b741d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d660cd190> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b76510> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b77170> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65ba6690> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee40> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65bc1e80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65b8ee70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d65502a20> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500380> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65500ad0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549d60> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549070> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d6554a480> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d65549f10> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-62.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-62", "ansible_nodename": "ip-10-31-47-62.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": "ec2205e950750f76d3e348ac33affa30", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_is_chroot": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/ZM7x8kcPLkaGyPBiwSHL7btxqBKB8FMr6gT8dUJLaKlBrSyN7tfZugVHFpt16rEz+inpRxeVCEE0zzVN4VlVKrDzwMK66vc0MJ9HMPUlQfT4Fz/nIVM8bmbj48UGZPpI6Hzl9cq40knjkGyUb+8hvwRQ7hnWpvjCHFD974gtRWmnRj1BKRJD44VYmcTtHOn07WD7/Wx8YdcY2pFwXZYlv+/d4sXBa/t8gFQ/xmNH+Q9PKj980TAbop+N8XvaJcdB0u0zRpI4+pZPyUqowIBk3aBsuYkimcdMWm8cJSjd5kN8tG1pHHfu3RhOc+qePxbAlXjMadQNJiuvw/HJGsZZyyQkdQT7V1FE+vnItHL1Pr5J8uIrt+qTNw1E2aqO7PcG4gzV6wOx1Xd+tcg4jRbNjug7iUp9TAbYTF1jHFPHOqHH5DFFCBCXG8zPnjlApwJESTSGpYP4AYyvOIFRvG8mCgnt19od/PTgR6miu6JU1TEL+UV7+WaHF5LPbsdb0PM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVlwz7YDo1O6gzs10pxFfsF8J8t7tSamBQKsW/xjOYKIRybZ4z0NdgAa/duXy52MavZa2KjAXu5fez+jN8XYXo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMl3eUpSLf1w2lYprMaGgYffhcB4BdvF00n6Z2HNe9sZ", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "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": 3524, "ansible_memfree_mb": 2813, "ansible_swaptotal_mb": 3523, "ansible_swapfree_mb": 3523, "ansible_memory_mb": {"real": {"total": 3524, "used": 711, "free": 2813}, "nocache": {"free": 3303, "used": 221}, "swap": {"total": 3523, "free": 3523, "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": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_uuid": "ec2205e9-5075-0f76-d3e3-48ac33affa30", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7217152", "sectorsize": "4096", "size": "3.44 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 67, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251268378624, "block_size": 4096, "block_total": 64483404, "block_available": 61344819, "block_used": 3138585, "inode_total": 16384000, "inode_available": 16302473, "inode_used": 81527, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "13", "epoch": "1726879813", "epoch_int": "1726879813", "date": "2024-09-20", "time": "20:50:13", "iso8601_micro": "2024-09-21T00:50:13.620151Z", "iso8601": "2024-09-21T00:50:13Z", "iso8601_basic": "20240920T205013620151", "iso8601_basic_short": "20240920T205013", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ce:edff:fe0d:f139", "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.44.1", "interface": "eth0", "address": "10.31.47.62", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:ce:ed:0d:f1:39", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.62"], "ansible_all_ipv6_addresses": ["fe80::ce:edff:fe0d:f139"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.62", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ce:edff:fe0d:f139"]}, "ansible_loadavg": {"1m": 0.9501953125, "5m": 0.3232421875, "15m": 0.1142578125}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 53690 10.31.47.62 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": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.44.116 53690 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879813.70956: done with _execute_module (setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726879812.5073159-5251-95832394228297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879813.70960: _low_level_execute_command(): starting 5169 1726879813.70963: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.5073159-5251-95832394228297/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879813.71168: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879813.71172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879813.71174: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879813.71178: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879813.71181: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879813.71186: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879813.71243: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879813.71246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879813.71248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879813.71249: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879813.71281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879813.73104: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879813.73153: stderr chunk (state=3): >>><<< 5169 1726879813.73157: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879813.73182: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879813.73188: handler run complete 5169 1726879813.73371: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879813.73402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879813.73622: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879813.73688: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879813.73777: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879813.73781: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879813.73783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879813.73789: variable 'ansible_port' from source: unknown 5169 1726879813.73792: variable 'ansible_user' from source: unknown 5169 1726879813.73794: attempt loop complete, returning result 5169 1726879813.73799: _execute() done 5169 1726879813.73802: dumping result to json 5169 1726879813.73823: done dumping result, returning 5169 1726879813.73830: done running TaskExecutor() for managed_node2/TASK: Gather facts from managed_node2 [0229e9c9-8e59-8f9b-2ddb-000000000006] 5169 1726879813.73839: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879813.74142: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879813.74145: WORKER PROCESS EXITING ok: [managed_node2] 5169 1726879814.51901: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 5169 1726879814.51914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 5169 1726879814.51930: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880> <<< 5169 1726879814.51954: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 5169 1726879814.51981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 5169 1726879814.52003: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990> <<< 5169 1726879814.52054: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 5169 1726879814.52060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879814.52108: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879814.52136: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0> <<< 5169 1726879814.52140: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0> <<< 5169 1726879814.52409: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 5169 1726879814.72716: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_loadavg": {"1m": 0.48681640625, "5m": 0.48974609375, "15m": 0.23388671875}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "14", "epoch": "1726879814", "epoch_int": "1726879814", "date": "2024-09-20", "time": "20:50:14", "iso8601_micro": "2024-09-21T00:50:14.356019Z", "iso8601": "2024-09-21T00:50:14Z", "iso8601_basic": "20240920T205014356019", "iso8601_basic_short": "20240920T205014", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_service_mgr": "systemd", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3105, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 611, "free": 3105}, "nocache": {"free": 3488, "used": 228}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 260, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388579840, "block_size": 4096, "block_total": 64483404, "block_available": 61374165, "block_used": 3109239, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 5169 1726879814.73333: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 5169 1726879814.73354: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 5169 1726879814.73381: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools <<< 5169 1726879814.73388: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib <<< 5169 1726879814.73409: stdout chunk (state=3): >>># cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 5169 1726879814.73434: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil <<< 5169 1726879814.73459: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token <<< 5169 1726879814.73479: stdout chunk (state=3): >>># cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array <<< 5169 1726879814.73486: stdout chunk (state=3): >>># cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six<<< 5169 1726879814.73508: stdout chunk (state=3): >>> # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 5169 1726879814.73526: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors <<< 5169 1726879814.73542: stdout chunk (state=3): >>># destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 5169 1726879814.73566: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process <<< 5169 1726879814.73600: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq<<< 5169 1726879814.73606: stdout chunk (state=3): >>> # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg <<< 5169 1726879814.73678: stdout chunk (state=3): >>># cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform <<< 5169 1726879814.73683: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 5169 1726879814.74007: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879814.74015: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879814.74061: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879814.74067: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 5169 1726879814.74082: stdout chunk (state=3): >>># destroy zipfile._path <<< 5169 1726879814.74091: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879814.74127: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879814.74148: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879814.74171: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879814.74182: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 5169 1726879814.74210: stdout chunk (state=3): >>># destroy locale # destroy select <<< 5169 1726879814.74216: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879814.74268: stdout chunk (state=3): >>># destroy _hashlib <<< 5169 1726879814.74283: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879814.74293: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 5169 1726879814.74338: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 5169 1726879814.74362: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 5169 1726879814.74383: stdout chunk (state=3): >>># destroy _pickle # destroy queue <<< 5169 1726879814.74388: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 5169 1726879814.74418: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 5169 1726879814.74426: stdout chunk (state=3): >>># destroy subprocess <<< 5169 1726879814.74433: stdout chunk (state=3): >>># destroy base64 <<< 5169 1726879814.74456: stdout chunk (state=3): >>># destroy _ssl <<< 5169 1726879814.74482: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 5169 1726879814.74492: stdout chunk (state=3): >>># destroy json <<< 5169 1726879814.74519: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 5169 1726879814.74538: stdout chunk (state=3): >>># destroy glob <<< 5169 1726879814.74555: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process <<< 5169 1726879814.74562: stdout chunk (state=3): >>># destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 5169 1726879814.74615: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 5169 1726879814.74643: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 5169 1726879814.74668: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879814.74672: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 5169 1726879814.74698: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 5169 1726879814.74731: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 5169 1726879814.74740: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879814.74748: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 5169 1726879814.74755: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 5169 1726879814.74776: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 5169 1726879814.74818: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879814.74826: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 5169 1726879814.74829: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 5169 1726879814.74831: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879814.74972: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879814.74981: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879814.74992: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879814.75028: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 5169 1726879814.75036: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879814.75067: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879814.75097: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879814.75101: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879814.75130: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879814.75157: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879814.75254: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 5169 1726879814.75259: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 5169 1726879814.75270: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879814.75292: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879814.75320: stdout chunk (state=3): >>># destroy _operator <<< 5169 1726879814.75339: stdout chunk (state=3): >>># destroy _sha2 # destroy _sre # destroy _string # destroy re <<< 5169 1726879814.75361: stdout chunk (state=3): >>># destroy itertools # destroy _abc<<< 5169 1726879814.75372: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879814.75379: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879814.75830: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879814.75894: stderr chunk (state=3): >>><<< 5169 1726879814.75897: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860>\r\n# zipimport: found 103 names in \'/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0>\r\nimport \'stringprep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10>\r\nimport \'encodings.idna\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc\'\r\nimport \'multiprocessing.queues\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc\'\r\nimport \'multiprocessing.synchronize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990>\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc\'\r\nimport \'multiprocessing.dummy.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0>\r\nimport \'multiprocessing.dummy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0>\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\nPyThreadState_Clear: warning: thread still has a frame\r\n\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_loadavg": {"1m": 0.48681640625, "5m": 0.48974609375, "15m": 0.23388671875}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "14", "epoch": "1726879814", "epoch_int": "1726879814", "date": "2024-09-20", "time": "20:50:14", "iso8601_micro": "2024-09-21T00:50:14.356019Z", "iso8601": "2024-09-21T00:50:14Z", "iso8601_basic": "20240920T205014356019", "iso8601_basic_short": "20240920T205014", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_service_mgr": "systemd", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3105, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 611, "free": 3105}, "nocache": {"free": 3488, "used": 228}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 260, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388579840, "block_size": 4096, "block_total": 64483404, "block_available": 61374165, "block_used": 3109239, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing stringprep\r\n# cleanup[2] removing encodings.idna\r\n# cleanup[2] removing multiprocessing.queues\r\n# cleanup[2] removing multiprocessing.synchronize\r\n# cleanup[2] removing multiprocessing.dummy.connection\r\n# cleanup[2] removing multiprocessing.dummy\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.queues\r\n# destroy multiprocessing.synchronize\r\n# destroy multiprocessing.dummy\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy pickle\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy shlex\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy subprocess\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy glob\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy unicodedata\r\n# destroy errno\r\n# destroy multiprocessing.connection\r\n# destroy tempfile\r\n# destroy multiprocessing.context\r\n# destroy multiprocessing.process\r\n# destroy multiprocessing.util\r\n# destroy _multiprocessing\r\n# destroy array\r\n# destroy multiprocessing.dummy.connection\r\n# cleanup[3] wiping encodings.idna\r\n# destroy stringprep\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy encodings.idna\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _sre\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879814.76272: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6349feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6347f2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482fe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634867ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634847b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348451f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482d040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63488a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348462a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634888bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482c2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348b8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63482ae40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348b9340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d4770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d5eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d6d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d62a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6348d7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348d7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348ba5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63461bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644860> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634644a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634619e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346460f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634644d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6348bac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63466e480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468a630> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346e5bb0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6346bf530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63468b2c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344d4590> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634689670> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634647020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa6344d4860> # zipimport: found 103 names in '/tmp/ansible_setup_payload_rz7icbpt/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542360> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634519250> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6345183b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634540230> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456dd90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456db20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456d430> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456dbb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634542d80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456eb10> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63456ecf0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63456f230> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343d8ef0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343daba0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343db560> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dc4a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343df1d0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6343df2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd490> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e3140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1c10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1970> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343e1ee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343dd9a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634427200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6344273b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634428f80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634428d40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63442b470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634429610> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634436c90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63442b620> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437f80> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437da0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa634437dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634427680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b590> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443c920> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439d30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63443b0e0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634439970> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342c4a10> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c57f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63443f2f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c55b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c6600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342ce2a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cec30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342c76b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6342cd880> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342cedb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa63435ee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d8b90> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6d20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6342d6b70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634365c70> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bc350> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bc650> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343413d0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343402f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634364350> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa634367e60> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf650> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bef30> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6338bf110> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338be360> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6338bf770> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa633926240> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633924290> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6343640b0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633927e30> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633926f90> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63395a420> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633940800> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa63377a030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633779c70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6337a35f0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0a10> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337a0560> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337e9880> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6337ea990> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa633960ce0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6339607a0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-47-113.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-113", "ansible_nodename": "ip-10-31-47-113.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": "ec20d99595e7347b298587c267bec107", "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvoTXhfJv7BCrK2i5VkAond2Vn6Q1LHGYmWnm7wMLqIYSDnALguHNLXAvd8AYuV6XCklyAFDJCXJ/+AOphOvWk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJgOx/xd15kG9Hk245kv+OULMiZI4RyXpxqHYzRu8MGU", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_loadavg": {"1m": 0.48681640625, "5m": 0.48974609375, "15m": 0.23388671875}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "20", "minute": "50", "second": "14", "epoch": "1726879814", "epoch_int": "1726879814", "date": "2024-09-20", "time": "20:50:14", "iso8601_micro": "2024-09-21T00:50:14.356019Z", "iso8601": "2024-09-21T00:50:14Z", "iso8601_basic": "20240920T205014356019", "iso8601_basic_short": "20240920T205014", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.10.9-200.fc40.x86_64", "root": "UUID=6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fips": false, "ansible_iscsi_iqn": "", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 6, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 6, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "EDITOR": "/usr/bin/nano", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.116 40506 10.31.47.113 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.44.116 40506 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::d3:d3ff:fe0f:537d", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.113", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:d3:d3:0f:53:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.113"], "ansible_all_ipv6_addresses": ["fe80::d3:d3ff:fe0f:537d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.47.113", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::d3:d3ff:fe0f:537d"]}, "ansible_service_mgr": "systemd", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3716, "ansible_memfree_mb": 3105, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 611, "free": 3105}, "nocache": {"free": 3488, "used": 228}, "swap": {"total": 3715, "free": 3715, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_uuid": "ec20d995-95e7-347b-2985-87c267bec107", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7610368", "sectorsize": "4096", "size": "3.63 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 260, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "dump": 0, "passno": 0, "size_total": 264124022784, "size_available": 251388579840, "block_size": 4096, "block_total": 64483404, "block_available": 61374165, "block_used": 3109239, "inode_total": 16384000, "inode_available": 16302969, "inode_used": 81031, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879814.78105: done with _execute_module (setup, {'_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726879812.516984-5252-18958638165033/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879814.78110: _low_level_execute_command(): starting 5169 1726879814.78113: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879812.516984-5252-18958638165033/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879814.78439: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879814.78468: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879814.78487: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879814.78509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879814.78539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879814.78560: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879814.78601: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879814.80527: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879814.80578: stderr chunk (state=3): >>><<< 5169 1726879814.80581: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879814.80607: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879814.80612: handler run complete 5169 1726879814.80772: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879814.80836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.81046: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879814.81110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.81200: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879814.81203: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879814.81208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879814.81211: variable 'ansible_port' from source: unknown 5169 1726879814.81213: variable 'ansible_user' from source: unknown 5169 1726879814.81218: attempt loop complete, returning result 5169 1726879814.81222: _execute() done 5169 1726879814.81225: dumping result to json 5169 1726879814.81248: done dumping result, returning 5169 1726879814.81255: done running TaskExecutor() for managed_node3/TASK: Gather facts from managed_node2 [0229e9c9-8e59-8f9b-2ddb-000000000006] 5169 1726879814.81344: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879814.81590: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000006 5169 1726879814.81593: WORKER PROCESS EXITING ok: [managed_node3] 5169 1726879814.81840: no more pending results, returning what we have 5169 1726879814.81842: results queue empty 5169 1726879814.81843: checking for any_errors_fatal 5169 1726879814.81844: done checking for any_errors_fatal 5169 1726879814.81845: checking for max_fail_percentage 5169 1726879814.81846: done checking for max_fail_percentage 5169 1726879814.81847: checking to see if all hosts have failed and the running result is not ok 5169 1726879814.81847: done checking to see if all hosts have failed 5169 1726879814.81848: getting the remaining hosts for this loop 5169 1726879814.81849: done getting the remaining hosts for this loop 5169 1726879814.81852: getting the next task for host managed_node2 5169 1726879814.81856: done getting next task for host managed_node2 5169 1726879814.81858: ^ task is: TASK: Print message that this test is skipped on EL 6 5169 1726879814.81859: ^ 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 5169 1726879814.81860: getting the next task for host managed_node3 5169 1726879814.81861: done getting next task for host managed_node3 5169 1726879814.81863: ^ task is: TASK: Print message that this test is skipped on EL 6 5169 1726879814.81863: ^ 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 5169 1726879814.81871: getting variables 5169 1726879814.81872: in VariableManager get_vars() 5169 1726879814.81893: Calling all_inventory to load vars for managed_node2 5169 1726879814.81895: Calling groups_inventory to load vars for managed_node2 5169 1726879814.81897: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.81906: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.81908: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.81910: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.82031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.82164: done with get_vars() 5169 1726879814.82175: done getting variables 5169 1726879814.82263: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:63 Friday 20 September 2024 20:50:14 -0400 (0:00:02.372) 0:00:12.459 ****** 5169 1726879814.82288: entering _queue_task() for managed_node2/debug 5169 1726879814.82289: Creating lock for debug 5169 1726879814.82559: worker is 3 (out of 3 available) 5169 1726879814.82574: exiting _queue_task() for managed_node2/debug 5169 1726879814.82590: getting variables 5169 1726879814.82594: in VariableManager get_vars() 5169 1726879814.82667: Calling all_inventory to load vars for managed_node3 5169 1726879814.82672: Calling groups_inventory to load vars for managed_node3 5169 1726879814.82680: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.82701: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.82705: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.82708: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.82984: running TaskExecutor() for managed_node2/TASK: Print message that this test is skipped on EL 6 5169 1726879814.82991: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.82995: variable 'ansible_search_path' from source: unknown 5169 1726879814.82997: calling self._execute() 5169 1726879814.83000: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879814.83002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879814.83005: variable 'omit' from source: magic vars 5169 1726879814.83037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.83283: done with get_vars() 5169 1726879814.83298: done getting variables 5169 1726879814.83393: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879814.83404: entering _queue_task() for managed_node3/debug 5169 1726879814.83426: variable 'ansible_distribution' from source: facts 5169 1726879814.83487: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False 5169 1726879814.83491: when evaluation is False, skipping this task 5169 1726879814.83494: _execute() done 5169 1726879814.83497: dumping result to json 5169 1726879814.83499: done dumping result, returning 5169 1726879814.83502: done running TaskExecutor() for managed_node2/TASK: Print message that this test is skipped on EL 6 [0229e9c9-8e59-8f9b-2ddb-000000000007] 5169 1726879814.83504: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.83569: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.83573: WORKER PROCESS EXITING 5169 1726879814.83817: worker is 1 (out of 3 available) 5169 1726879814.83832: exiting _queue_task() for managed_node3/debug skipping: [managed_node2] => { "false_condition": "ansible_distribution in ['CentOS','RedHat']" } 5169 1726879814.83952: done queuing things up, now waiting for results queue to drain 5169 1726879814.83954: waiting for pending results... 5169 1726879814.84090: running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6 5169 1726879814.84146: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.84158: variable 'ansible_search_path' from source: unknown 5169 1726879814.84195: calling self._execute() 5169 1726879814.84253: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879814.84257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879814.84267: variable 'omit' from source: magic vars 5169 1726879814.84557: variable 'ansible_distribution' from source: facts 5169 1726879814.84575: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False 5169 1726879814.84578: when evaluation is False, skipping this task 5169 1726879814.84581: _execute() done 5169 1726879814.84584: dumping result to json 5169 1726879814.84587: done dumping result, returning 5169 1726879814.84596: done running TaskExecutor() for managed_node3/TASK: Print message that this test is skipped on EL 6 [0229e9c9-8e59-8f9b-2ddb-000000000007] 5169 1726879814.84711: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.84804: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000007 5169 1726879814.84807: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "ansible_distribution in ['CentOS','RedHat']" } 5169 1726879814.84851: no more pending results, returning what we have 5169 1726879814.84854: results queue empty 5169 1726879814.84855: checking for any_errors_fatal 5169 1726879814.84870: done checking for any_errors_fatal 5169 1726879814.84871: checking for max_fail_percentage 5169 1726879814.84873: done checking for max_fail_percentage 5169 1726879814.84874: checking to see if all hosts have failed and the running result is not ok 5169 1726879814.84875: done checking to see if all hosts have failed 5169 1726879814.84875: getting the remaining hosts for this loop 5169 1726879814.84877: done getting the remaining hosts for this loop 5169 1726879814.84880: getting the next task for host managed_node2 5169 1726879814.84885: done getting next task for host managed_node2 5169 1726879814.84887: ^ task is: TASK: meta (end_host) 5169 1726879814.84889: ^ 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 5169 1726879814.84890: getting the next task for host managed_node3 5169 1726879814.84892: done getting next task for host managed_node3 5169 1726879814.84893: ^ task is: TASK: meta (end_host) 5169 1726879814.84895: ^ 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 5169 1726879814.84900: getting variables 5169 1726879814.84901: in VariableManager get_vars() 5169 1726879814.84924: Calling all_inventory to load vars for managed_node2 5169 1726879814.84926: Calling groups_inventory to load vars for managed_node2 5169 1726879814.84928: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.84935: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.84937: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.84939: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.85054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.85189: done with get_vars() 5169 1726879814.85197: done getting variables TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:73 Friday 20 September 2024 20:50:14 -0400 (0:00:00.029) 0:00:12.488 ****** 5169 1726879814.85261: in VariableManager get_vars() 5169 1726879814.85270: Calling all_inventory to load vars for managed_node2 5169 1726879814.85272: Calling groups_inventory to load vars for managed_node2 5169 1726879814.85273: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.85277: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.85278: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.85280: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.85376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.85610: done with get_vars() 5169 1726879814.85743: variable 'ansible_distribution' from source: facts 5169 1726879814.85753: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False META: end_host conditional evaluated to False, continuing execution for managed_node2 skipping: [managed_node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node2" } MSG: end_host conditional evaluated to false, continuing execution for managed_node2 5169 1726879814.85771: getting variables 5169 1726879814.85772: in VariableManager get_vars() 5169 1726879814.85777: Calling all_inventory to load vars for managed_node3 5169 1726879814.85779: Calling groups_inventory to load vars for managed_node3 5169 1726879814.85780: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.85784: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.85785: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.85788: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.85882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.86009: done with get_vars() 5169 1726879814.86015: done getting variables TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:73 Friday 20 September 2024 20:50:14 -0400 (0:00:00.007) 0:00:12.496 ****** 5169 1726879814.86059: in VariableManager get_vars() 5169 1726879814.86067: Calling all_inventory to load vars for managed_node3 5169 1726879814.86069: Calling groups_inventory to load vars for managed_node3 5169 1726879814.86071: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.86074: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.86075: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.86077: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.86189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.86316: done with get_vars() 5169 1726879814.86412: variable 'ansible_distribution' from source: facts 5169 1726879814.86416: Evaluated conditional (ansible_distribution in ['CentOS','RedHat']): False META: end_host conditional evaluated to False, continuing execution for managed_node3 skipping: [managed_node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3" } MSG: end_host conditional evaluated to false, continuing execution for managed_node3 5169 1726879814.86431: done queuing things up, now waiting for results queue to drain 5169 1726879814.86435: results queue empty 5169 1726879814.86436: checking for any_errors_fatal 5169 1726879814.86438: done checking for any_errors_fatal 5169 1726879814.86439: checking for max_fail_percentage 5169 1726879814.86440: done checking for max_fail_percentage 5169 1726879814.86441: checking to see if all hosts have failed and the running result is not ok 5169 1726879814.86442: done checking to see if all hosts have failed 5169 1726879814.86443: getting the remaining hosts for this loop 5169 1726879814.86444: done getting the remaining hosts for this loop 5169 1726879814.86447: getting the next task for host managed_node2 5169 1726879814.86452: done getting next task for host managed_node2 5169 1726879814.86455: ^ task is: TASK: Run the role. If reboot is not required - the play succeeds. 5169 1726879814.86456: ^ 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 5169 1726879814.86458: getting the next task for host managed_node3 5169 1726879814.86460: done getting next task for host managed_node3 5169 1726879814.86462: ^ task is: TASK: Run the role. If reboot is not required - the play succeeds. 5169 1726879814.86463: ^ 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 5169 1726879814.86468: getting variables 5169 1726879814.86469: in VariableManager get_vars() 5169 1726879814.86478: Calling all_inventory to load vars for managed_node2 5169 1726879814.86480: Calling groups_inventory to load vars for managed_node2 5169 1726879814.86483: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.86488: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.86491: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.86494: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.86637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.86766: done with get_vars() 5169 1726879814.86772: done getting variables TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:84 Friday 20 September 2024 20:50:14 -0400 (0:00:00.007) 0:00:12.504 ****** 5169 1726879814.86820: entering _queue_task() for managed_node2/include_role 5169 1726879814.86822: Creating lock for include_role 5169 1726879814.87094: worker is 2 (out of 3 available) 5169 1726879814.87106: exiting _queue_task() for managed_node2/include_role 5169 1726879814.87119: getting variables 5169 1726879814.87122: in VariableManager get_vars() 5169 1726879814.87195: Calling all_inventory to load vars for managed_node3 5169 1726879814.87199: Calling groups_inventory to load vars for managed_node3 5169 1726879814.87206: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.87223: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.87227: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.87231: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.87521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.87776: done with get_vars() 5169 1726879814.87789: done getting variables 5169 1726879814.87837: running TaskExecutor() for managed_node2/TASK: Run the role. If reboot is not required - the play succeeds. 5169 1726879814.87841: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.87844: variable 'ansible_search_path' from source: unknown 5169 1726879814.87847: calling self._execute() 5169 1726879814.87850: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879814.87852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879814.87854: variable 'omit' from source: magic vars 5169 1726879814.87857: _execute() done 5169 1726879814.87860: dumping result to json 5169 1726879814.87862: done dumping result, returning 5169 1726879814.87866: done running TaskExecutor() for managed_node2/TASK: Run the role. If reboot is not required - the play succeeds. [0229e9c9-8e59-8f9b-2ddb-00000000000a] 5169 1726879814.87869: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.87912: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.87916: WORKER PROCESS EXITING 5169 1726879814.87949: entering _queue_task() for managed_node3/include_role 5169 1726879814.88214: worker is 3 (out of 3 available) 5169 1726879814.88225: exiting _queue_task() for managed_node3/include_role 5169 1726879814.88281: done queuing things up, now waiting for results queue to drain 5169 1726879814.88283: waiting for pending results... 5169 1726879814.88381: running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds. 5169 1726879814.88446: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.88459: variable 'ansible_search_path' from source: unknown 5169 1726879814.88490: calling self._execute() 5169 1726879814.88546: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879814.88551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879814.88561: variable 'omit' from source: magic vars 5169 1726879814.88641: _execute() done 5169 1726879814.88645: dumping result to json 5169 1726879814.88648: done dumping result, returning 5169 1726879814.88653: done running TaskExecutor() for managed_node3/TASK: Run the role. If reboot is not required - the play succeeds. [0229e9c9-8e59-8f9b-2ddb-00000000000a] 5169 1726879814.88832: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.88924: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000a 5169 1726879814.88927: WORKER PROCESS EXITING 5169 1726879814.88959: no more pending results, returning what we have 5169 1726879814.88966: in VariableManager get_vars() 5169 1726879814.88993: Calling all_inventory to load vars for managed_node2 5169 1726879814.88996: Calling groups_inventory to load vars for managed_node2 5169 1726879814.88999: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.89009: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.89011: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.89015: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.89141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.89275: done with get_vars() 5169 1726879814.89282: variable 'ansible_search_path' from source: unknown 5169 1726879814.89331: variable 'omit' from source: magic vars 5169 1726879814.89348: variable 'omit' from source: magic vars 5169 1726879814.89358: variable 'omit' from source: magic vars 5169 1726879814.89361: in VariableManager get_vars() 5169 1726879814.89371: Calling all_inventory to load vars for managed_node3 5169 1726879814.89372: Calling groups_inventory to load vars for managed_node3 5169 1726879814.89374: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.89379: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.89381: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.89383: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.89529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.89655: done with get_vars() 5169 1726879814.89660: variable 'ansible_search_path' from source: unknown 5169 1726879814.89710: variable 'omit' from source: magic vars 5169 1726879814.89722: variable 'omit' from source: magic vars 5169 1726879814.89731: variable 'omit' from source: magic vars 5169 1726879814.89734: we have included files to process 5169 1726879814.89734: generating all_blocks data 5169 1726879814.89735: done generating all_blocks data 5169 1726879814.89736: processing included file: fedora.linux_system_roles.kdump 5169 1726879814.89750: in VariableManager get_vars() 5169 1726879814.89757: done with get_vars() 5169 1726879814.89822: in VariableManager get_vars() 5169 1726879814.89831: done with get_vars() 5169 1726879814.89862: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/vars/main.yml 5169 1726879814.89934: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/defaults/main.yml 5169 1726879814.89979: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/meta/main.yml 5169 1726879814.90085: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml 5169 1726879814.90333: in VariableManager get_vars() 5169 1726879814.90347: done with get_vars() 5169 1726879814.90518: in VariableManager get_vars() 5169 1726879814.90531: done with get_vars() 5169 1726879814.91237: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml 5169 1726879814.91542: iterating over new_blocks loaded from include file 5169 1726879814.91544: in VariableManager get_vars() 5169 1726879814.91554: done with get_vars() 5169 1726879814.91555: filtering new block on tags 5169 1726879814.91577: done filtering new block on tags 5169 1726879814.91580: in VariableManager get_vars() 5169 1726879814.91589: done with get_vars() 5169 1726879814.91590: filtering new block on tags 5169 1726879814.91601: done filtering new block on tags 5169 1726879814.91603: in VariableManager get_vars() 5169 1726879814.91610: done with get_vars() 5169 1726879814.91611: filtering new block on tags 5169 1726879814.91622: done filtering new block on tags 5169 1726879814.91623: in VariableManager get_vars() 5169 1726879814.91630: done with get_vars() 5169 1726879814.91631: filtering new block on tags 5169 1726879814.91641: done filtering new block on tags 5169 1726879814.91642: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kdump for managed_node2, managed_node3 5169 1726879814.91647: extending task lists for all hosts with included blocks 5169 1726879814.91715: done extending task lists 5169 1726879814.91716: done processing included files 5169 1726879814.91716: results queue empty 5169 1726879814.91717: checking for any_errors_fatal 5169 1726879814.91718: done checking for any_errors_fatal 5169 1726879814.91719: checking for max_fail_percentage 5169 1726879814.91719: done checking for max_fail_percentage 5169 1726879814.91720: checking to see if all hosts have failed and the running result is not ok 5169 1726879814.91720: done checking to see if all hosts have failed 5169 1726879814.91721: getting the remaining hosts for this loop 5169 1726879814.91722: done getting the remaining hosts for this loop 5169 1726879814.91723: getting the next task for host managed_node2 5169 1726879814.91726: done getting next task for host managed_node2 5169 1726879814.91728: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.91730: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879814.91730: getting the next task for host managed_node3 5169 1726879814.91732: done getting next task for host managed_node3 5169 1726879814.91733: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.91734: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879814.91747: getting variables 5169 1726879814.91748: in VariableManager get_vars() 5169 1726879814.91786: Calling all_inventory to load vars for managed_node2 5169 1726879814.91789: Calling groups_inventory to load vars for managed_node2 5169 1726879814.91792: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.91798: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.91801: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.91804: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.91952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.92092: done with get_vars() 5169 1726879814.92099: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Friday 20 September 2024 20:50:14 -0400 (0:00:00.053) 0:00:12.557 ****** 5169 1726879814.92150: entering _queue_task() for managed_node2/include_tasks 5169 1726879814.92152: Creating lock for include_tasks 5169 1726879814.92443: worker is 1 (out of 3 available) 5169 1726879814.92457: exiting _queue_task() for managed_node2/include_tasks 5169 1726879814.92495: getting variables 5169 1726879814.92498: in VariableManager get_vars() 5169 1726879814.92584: Calling all_inventory to load vars for managed_node3 5169 1726879814.92589: Calling groups_inventory to load vars for managed_node3 5169 1726879814.92592: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.92610: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.92615: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.92619: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.92868: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.92873: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.92877: variable 'ansible_search_path' from source: unknown 5169 1726879814.92879: variable 'ansible_search_path' from source: unknown 5169 1726879814.92882: calling self._execute() 5169 1726879814.92898: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879814.92908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879814.92926: variable 'omit' from source: magic vars 5169 1726879814.92936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.93188: done with get_vars() 5169 1726879814.93200: done getting variables 5169 1726879814.93240: _execute() done 5169 1726879814.93244: dumping result to json 5169 1726879814.93246: done dumping result, returning 5169 1726879814.93248: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000045] 5169 1726879814.93251: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.93305: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.93308: WORKER PROCESS EXITING 5169 1726879814.93355: entering _queue_task() for managed_node3/include_tasks 5169 1726879814.93602: worker is 2 (out of 3 available) 5169 1726879814.93615: exiting _queue_task() for managed_node3/include_tasks 5169 1726879814.93703: done queuing things up, now waiting for results queue to drain 5169 1726879814.93705: waiting for pending results... 5169 1726879814.93837: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.93910: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.93918: variable 'ansible_search_path' from source: unknown 5169 1726879814.93921: variable 'ansible_search_path' from source: unknown 5169 1726879814.93953: calling self._execute() 5169 1726879814.94019: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879814.94027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879814.94034: variable 'omit' from source: magic vars 5169 1726879814.94109: _execute() done 5169 1726879814.94113: dumping result to json 5169 1726879814.94118: done dumping result, returning 5169 1726879814.94121: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000045] 5169 1726879814.94287: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.94377: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000045 5169 1726879814.94380: WORKER PROCESS EXITING 5169 1726879814.94406: no more pending results, returning what we have 5169 1726879814.94411: in VariableManager get_vars() 5169 1726879814.94444: Calling all_inventory to load vars for managed_node2 5169 1726879814.94447: Calling groups_inventory to load vars for managed_node2 5169 1726879814.94449: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.94459: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.94461: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.94466: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.94609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.94748: done with get_vars() 5169 1726879814.94754: variable 'ansible_search_path' from source: unknown 5169 1726879814.94755: variable 'ansible_search_path' from source: unknown 5169 1726879814.94780: in VariableManager get_vars() 5169 1726879814.94790: Calling all_inventory to load vars for managed_node3 5169 1726879814.94791: Calling groups_inventory to load vars for managed_node3 5169 1726879814.94793: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.94796: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.94797: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.94799: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.94936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.95072: done with get_vars() 5169 1726879814.95076: variable 'ansible_search_path' from source: unknown 5169 1726879814.95077: variable 'ansible_search_path' from source: unknown 5169 1726879814.95097: we have included files to process 5169 1726879814.95097: generating all_blocks data 5169 1726879814.95099: done generating all_blocks data 5169 1726879814.95103: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 5169 1726879814.95104: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 5169 1726879814.95106: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml 5169 1726879814.95560: done processing included file 5169 1726879814.95562: iterating over new_blocks loaded from include file 5169 1726879814.95563: in VariableManager get_vars() 5169 1726879814.95578: done with get_vars() 5169 1726879814.95579: filtering new block on tags 5169 1726879814.95592: done filtering new block on tags 5169 1726879814.95594: in VariableManager get_vars() 5169 1726879814.95607: done with get_vars() 5169 1726879814.95608: filtering new block on tags 5169 1726879814.95621: done filtering new block on tags 5169 1726879814.95622: in VariableManager get_vars() 5169 1726879814.95633: done with get_vars() 5169 1726879814.95635: filtering new block on tags 5169 1726879814.95642: done filtering new block on tags 5169 1726879814.95644: done iterating over new_blocks loaded from include file included: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed_node2, managed_node3 5169 1726879814.95648: extending task lists for all hosts with included blocks 5169 1726879814.96080: done extending task lists 5169 1726879814.96081: done processing included files 5169 1726879814.96082: results queue empty 5169 1726879814.96082: checking for any_errors_fatal 5169 1726879814.96084: done checking for any_errors_fatal 5169 1726879814.96085: checking for max_fail_percentage 5169 1726879814.96086: done checking for max_fail_percentage 5169 1726879814.96087: checking to see if all hosts have failed and the running result is not ok 5169 1726879814.96088: done checking to see if all hosts have failed 5169 1726879814.96088: getting the remaining hosts for this loop 5169 1726879814.96089: done getting the remaining hosts for this loop 5169 1726879814.96091: getting the next task for host managed_node2 5169 1726879814.96094: done getting next task for host managed_node2 5169 1726879814.96096: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.96098: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879814.96099: getting the next task for host managed_node3 5169 1726879814.96100: done getting next task for host managed_node3 5169 1726879814.96101: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.96103: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879814.96108: getting variables 5169 1726879814.96109: in VariableManager get_vars() 5169 1726879814.96117: Calling all_inventory to load vars for managed_node2 5169 1726879814.96122: Calling groups_inventory to load vars for managed_node2 5169 1726879814.96124: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879814.96129: Calling all_plugins_play to load vars for managed_node2 5169 1726879814.96132: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879814.96135: Calling groups_plugins_play to load vars for managed_node2 5169 1726879814.96304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.96437: done with get_vars() 5169 1726879814.96444: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Friday 20 September 2024 20:50:14 -0400 (0:00:00.043) 0:00:12.601 ****** 5169 1726879814.96502: entering _queue_task() for managed_node2/setup 5169 1726879814.96759: worker is 3 (out of 3 available) 5169 1726879814.96773: exiting _queue_task() for managed_node2/setup 5169 1726879814.96809: getting variables 5169 1726879814.96812: in VariableManager get_vars() 5169 1726879814.96902: Calling all_inventory to load vars for managed_node3 5169 1726879814.96906: Calling groups_inventory to load vars for managed_node3 5169 1726879814.96909: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879814.96928: Calling all_plugins_play to load vars for managed_node3 5169 1726879814.96933: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879814.96938: Calling groups_plugins_play to load vars for managed_node3 5169 1726879814.97222: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.97227: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879814.97230: variable 'ansible_search_path' from source: unknown 5169 1726879814.97233: variable 'ansible_search_path' from source: unknown 5169 1726879814.97236: calling self._execute() 5169 1726879814.97238: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879814.97241: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879814.97258: variable 'omit' from source: magic vars 5169 1726879814.97284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879814.97529: done with get_vars() 5169 1726879814.97541: done getting variables 5169 1726879814.97649: entering _queue_task() for managed_node3/setup 5169 1726879814.97721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879814.98162: worker is 1 (out of 3 available) 5169 1726879814.98179: exiting _queue_task() for managed_node3/setup 5169 1726879814.98193: done queuing things up, now waiting for results queue to drain 5169 1726879814.98195: waiting for pending results... 5169 1726879814.98478: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role 5169 1726879814.98635: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879814.98657: variable 'ansible_search_path' from source: unknown 5169 1726879814.98668: variable 'ansible_search_path' from source: unknown 5169 1726879814.98720: calling self._execute() 5169 1726879814.98817: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879814.98833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879814.98850: variable 'omit' from source: magic vars 5169 1726879814.99331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879815.00595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879815.00733: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879815.00773: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879815.00851: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879815.00907: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879815.00999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.01043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.01118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.01140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.01161: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.01232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.01268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.01303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.01360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.01444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.01591: variable '__kdump_required_facts' from source: role '' all vars 5169 1726879815.01611: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.01773: Evaluated conditional (__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 5169 1726879815.01777: when evaluation is False, skipping this task 5169 1726879815.01780: _execute() done 5169 1726879815.01784: dumping result to json 5169 1726879815.01789: done dumping result, returning 5169 1726879815.01792: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000090] 5169 1726879815.01795: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879815.01934: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879815.01940: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 5169 1726879815.02103: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879815.02107: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879815.02147: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879815.02205: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879815.02258: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879815.02326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.02356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.02378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.02409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.02420: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.02468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.02486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.02507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.02534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.02548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.02682: variable '__kdump_required_facts' from source: role '' all vars 5169 1726879815.02770: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.02820: Evaluated conditional (__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 5169 1726879815.02829: when evaluation is False, skipping this task 5169 1726879815.02838: _execute() done 5169 1726879815.02846: dumping result to json 5169 1726879815.02854: done dumping result, returning 5169 1726879815.02869: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ansible_facts used by role [0229e9c9-8e59-8f9b-2ddb-000000000090] 5169 1726879815.03020: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879815.03085: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000090 5169 1726879815.03088: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 5169 1726879815.03116: no more pending results, returning what we have 5169 1726879815.03120: results queue empty 5169 1726879815.03121: checking for any_errors_fatal 5169 1726879815.03122: done checking for any_errors_fatal 5169 1726879815.03123: checking for max_fail_percentage 5169 1726879815.03125: done checking for max_fail_percentage 5169 1726879815.03126: checking to see if all hosts have failed and the running result is not ok 5169 1726879815.03127: done checking to see if all hosts have failed 5169 1726879815.03128: getting the remaining hosts for this loop 5169 1726879815.03130: done getting the remaining hosts for this loop 5169 1726879815.03140: getting the next task for host managed_node2 5169 1726879815.03149: done getting next task for host managed_node2 5169 1726879815.03153: ^ task is: TASK: fedora.linux_system_roles.kdump : Check if system is ostree 5169 1726879815.03158: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.03160: getting the next task for host managed_node3 5169 1726879815.03167: done getting next task for host managed_node3 5169 1726879815.03169: ^ task is: TASK: fedora.linux_system_roles.kdump : Check if system is ostree 5169 1726879815.03172: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.03187: getting variables 5169 1726879815.03189: in VariableManager get_vars() 5169 1726879815.03223: Calling all_inventory to load vars for managed_node2 5169 1726879815.03226: Calling groups_inventory to load vars for managed_node2 5169 1726879815.03228: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879815.03237: Calling all_plugins_play to load vars for managed_node2 5169 1726879815.03239: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879815.03242: Calling groups_plugins_play to load vars for managed_node2 5169 1726879815.03408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.03552: done with get_vars() 5169 1726879815.03561: done getting variables TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Friday 20 September 2024 20:50:15 -0400 (0:00:00.071) 0:00:12.672 ****** 5169 1726879815.03639: entering _queue_task() for managed_node2/stat 5169 1726879815.03870: worker is 2 (out of 3 available) 5169 1726879815.03885: exiting _queue_task() for managed_node2/stat 5169 1726879815.03918: getting variables 5169 1726879815.03921: in VariableManager get_vars() 5169 1726879815.04020: Calling all_inventory to load vars for managed_node3 5169 1726879815.04025: Calling groups_inventory to load vars for managed_node3 5169 1726879815.04028: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879815.04048: Calling all_plugins_play to load vars for managed_node3 5169 1726879815.04052: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879815.04056: Calling groups_plugins_play to load vars for managed_node3 5169 1726879815.04358: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Check if system is ostree 5169 1726879815.04362: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.04369: variable 'ansible_search_path' from source: unknown 5169 1726879815.04372: variable 'ansible_search_path' from source: unknown 5169 1726879815.04375: calling self._execute() 5169 1726879815.04378: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.04380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.04383: variable 'omit' from source: magic vars 5169 1726879815.04414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.04663: done with get_vars() 5169 1726879815.04678: done getting variables 5169 1726879815.04785: entering _queue_task() for managed_node3/stat 5169 1726879815.04807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.05259: worker is 3 (out of 3 available) 5169 1726879815.05276: exiting _queue_task() for managed_node3/stat 5169 1726879815.05291: done queuing things up, now waiting for results queue to drain 5169 1726879815.05293: waiting for pending results... 5169 1726879815.05328: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.05336: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879815.05340: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.05394: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.05520: 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) 5169 1726879815.05567: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree 5169 1726879815.05675: 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) 5169 1726879815.05681: 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) 5169 1726879815.05684: 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) 5169 1726879815.05694: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.05708: variable 'ansible_search_path' from source: unknown 5169 1726879815.05712: variable 'ansible_search_path' from source: unknown 5169 1726879815.05751: calling self._execute() 5169 1726879815.05828: Evaluated conditional (not __kdump_is_ostree is defined): True 5169 1726879815.05835: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.05897: variable 'omit' from source: magic vars 5169 1726879815.05901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.05904: variable 'omit' from source: magic vars 5169 1726879815.05932: variable 'omit' from source: magic vars 5169 1726879815.05976: variable 'omit' from source: magic vars 5169 1726879815.06071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.06075: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.06089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.06122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.06144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.06225: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879815.06228: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.06231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.06252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.06361: Set connection var ansible_timeout to 10 5169 1726879815.06376: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.06385: Set connection var ansible_connection to ssh 5169 1726879815.06444: Set connection var ansible_shell_type to sh 5169 1726879815.06447: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.06450: Set connection var ansible_pipelining to False 5169 1726879815.06454: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.06466: variable 'ansible_connection' from source: unknown 5169 1726879815.06549: variable 'ansible_module_compression' from source: unknown 5169 1726879815.06553: variable 'ansible_shell_type' from source: unknown 5169 1726879815.06555: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.06558: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.06560: variable 'ansible_pipelining' from source: unknown 5169 1726879815.06562: variable 'ansible_timeout' from source: unknown 5169 1726879815.06567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.06696: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.06699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879815.06702: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.06754: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.06774: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879815.06796: variable 'omit' from source: magic vars 5169 1726879815.06822: starting attempt loop 5169 1726879815.06830: running the handler 5169 1726879815.06851: _low_level_execute_command(): starting 5169 1726879815.06866: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 5169 1726879815.06916: 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) <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879815.06934: 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) <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879815.06970: 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) 5169 1726879815.07016: 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) 5169 1726879815.07193: Evaluated conditional (not __kdump_is_ostree is defined): True 5169 1726879815.07197: variable 'omit' from source: magic vars 5169 1726879815.07204: variable 'omit' from source: magic vars 5169 1726879815.07242: variable 'omit' from source: magic vars 5169 1726879815.07275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.07305: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.07326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.07344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.07355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.07416: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879815.07422: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.07426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.07655: Set connection var ansible_timeout to 10 5169 1726879815.07659: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.07662: Set connection var ansible_connection to ssh 5169 1726879815.07666: Set connection var ansible_shell_type to sh 5169 1726879815.07668: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.07671: Set connection var ansible_pipelining to False 5169 1726879815.07674: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.07676: variable 'ansible_connection' from source: unknown 5169 1726879815.07678: variable 'ansible_module_compression' from source: unknown 5169 1726879815.07682: variable 'ansible_shell_type' from source: unknown 5169 1726879815.07692: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.07696: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.07698: variable 'ansible_pipelining' from source: unknown 5169 1726879815.07701: variable 'ansible_timeout' from source: unknown 5169 1726879815.07703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.07883: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879815.07889: variable 'omit' from source: magic vars 5169 1726879815.07893: starting attempt loop 5169 1726879815.07895: running the handler 5169 1726879815.07898: _low_level_execute_command(): starting 5169 1726879815.07900: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.07903: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879815.07983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879815.08007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.08083: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.08116: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.08182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.08228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.08533: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.08537: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.08540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.08545: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879815.08550: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.08624: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.08649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.08653: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.08722: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879815.08726: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.08754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.09938: stdout chunk (state=3): >>>/root <<< 5169 1726879815.10041: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.10101: stderr chunk (state=3): >>><<< 5169 1726879815.10107: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.10133: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.10147: _low_level_execute_command(): starting 5169 1726879815.10153: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `" && echo ansible-tmp-1726879815.1013513-5285-67462691332465="` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `" && echo ansible-tmp-1726879815.1013513-5285-67462691332465="` echo /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 `" ) && sleep 0'"'"'' 5169 1726879815.10500: stdout chunk (state=3): >>>/root <<< 5169 1726879815.10610: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.10831: stderr chunk (state=3): >>><<< 5169 1726879815.10834: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.10841: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.10844: _low_level_execute_command(): starting 5169 1726879815.10847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `" && echo ansible-tmp-1726879815.1071777-5286-59704551496913="` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `" && echo ansible-tmp-1726879815.1071777-5286-59704551496913="` echo /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 `" ) && sleep 0'"'"'' 5169 1726879815.10876: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.11070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.11091: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.11136: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.11168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.11371: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.11375: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879815.11380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879815.11383: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.11389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.11437: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.11444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.11488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.13095: stdout chunk (state=3): >>>ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 <<< 5169 1726879815.13207: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.13267: stderr chunk (state=3): >>><<< 5169 1726879815.13270: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.13353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.1013513-5285-67462691332465=/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.13358: variable 'ansible_module_compression' from source: unknown 5169 1726879815.13431: ANSIBALLZ: Using lock for stat 5169 1726879815.13435: ANSIBALLZ: Acquiring lock 5169 1726879815.13437: ANSIBALLZ: Lock acquired: 140122399811360 5169 1726879815.13443: ANSIBALLZ: Creating module 5169 1726879815.13495: stdout chunk (state=3): >>>ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 <<< 5169 1726879815.13697: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.13700: stdout chunk (state=3): >>><<< 5169 1726879815.13703: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.13874: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.1071777-5286-59704551496913=/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.13877: variable 'ansible_module_compression' from source: unknown 5169 1726879815.13898: ANSIBALLZ: Using lock for stat 5169 1726879815.13906: ANSIBALLZ: Acquiring lock 5169 1726879815.21961: ANSIBALLZ: Writing module into payload 5169 1726879815.22035: ANSIBALLZ: Writing module 5169 1726879815.22050: ANSIBALLZ: Renaming module 5169 1726879815.22075: ANSIBALLZ: Done creating module 5169 1726879815.22078: ANSIBALLZ: Lock acquired: 140122399811360 5169 1726879815.22081: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.22271: ANSIBALLZ: Reading module after lock 5169 1726879815.22275: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879815.22280: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w TO /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879815.22291: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke TO /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py 5169 1726879815.22419: Sending initial data 5169 1726879815.22432: Sent initial data (150 bytes) <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879815.22654: Sending initial data 5169 1726879815.22668: Sent initial data (150 bytes) 5169 1726879815.23191: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.23244: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.23256: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.23260: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.23280: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.23311: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.23315: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.23352: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.23356: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.23359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879815.23369: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.23403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.23407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.25023: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879815.25035: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879815.25077: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879815.25129: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879815.25179: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879815.25184: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py <<< 5169 1726879815.25189: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879815.25203: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py M:0x001a <<< 5169 1726879815.25238: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879815.25242: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879815.25245: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py <<< 5169 1726879815.25284: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py M:0x001a <<< 5169 1726879815.25570: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983 <<< 5169 1726879815.25585: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983 <<< 5169 1726879815.25840: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 118983 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879815.25873: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879815.25942: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 118983 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879815.25946: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.25980: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879815.26013: stderr chunk (state=3): >>><<< 5169 1726879815.26019: stdout chunk (state=3): >>><<< 5169 1726879815.26068: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp_85exf7w" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118983 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879815.26081: done transferring module to remote 5169 1726879815.26104: _low_level_execute_command(): starting 5169 1726879815.26115: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879815.26224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879815.26471: stderr chunk (state=3): >>><<< 5169 1726879815.26476: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvbx7bxke" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118983\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118983 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879815.26483: done transferring module to remote 5169 1726879815.26489: _low_level_execute_command(): starting 5169 1726879815.26491: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879815.26754: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.26775: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.26794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.26813: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.26827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879815.26845: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 <<< 5169 1726879815.26861: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879815.26882: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879815.26896: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879815.26979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.27003: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.27018: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879815.27036: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879815.27061: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.27087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.27100: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.27123: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.27186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.27249: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.27298: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.27331: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.27338: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.27340: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.27381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.28974: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.29019: stderr chunk (state=3): >>><<< 5169 1726879815.29023: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.29155: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.29160: _low_level_execute_command(): starting 5169 1726879815.29164: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879815.29283: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.29319: stderr chunk (state=3): >>><<< 5169 1726879815.29331: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.29370: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.29467: _low_level_execute_command(): starting 5169 1726879815.29471: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879815.29790: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.29829: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.29846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879815.29881: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.29925: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.29936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.30015: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.30040: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879815.30074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.30078: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.30081: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.30120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.30124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.30127: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.30176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879815.30196: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879815.30200: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879815.30202: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879815.30205: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879815.30207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879815.30209: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.30212: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879815.30214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.30229: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.30278: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.30285: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.30289: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.30331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.32428: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879815.32466: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879815.32494: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879815.32499: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879815.32571: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879815.32577: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879815.32608: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879815.32651: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879815.32655: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879815.32660: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879815.32684: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879815.32689: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879815.32713: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879815.32734: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.32754: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879815.32790: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879815.32793: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879815.32823: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879815.32854: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879815.32860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879815.32869: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530> <<< 5169 1726879815.32896: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879815.32902: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30> <<< 5169 1726879815.32909: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0> <<< 5169 1726879815.32933: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879815.32938: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879815.32971: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879815.32974: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879815.32976: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 5169 1726879815.33008: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879815.33011: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879815.33034: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879815.33066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530> <<< 5169 1726879815.33101: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30> <<< 5169 1726879815.33108: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879815.33111: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879815.33137: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879815.33175: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0> <<< 5169 1726879815.33179: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879815.33185: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879815.33190: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879815.33228: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879815.33233: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879815.33251: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879815.33258: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 5169 1726879815.33261: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879815.33266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879815.33269: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190> <<< 5169 1726879815.33330: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879815.33334: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879815.33362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.33370: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0> <<< 5169 1726879815.33383: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879815.33428: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879815.33443: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879815.33461: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879815.33467: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879815.33480: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879815.33489: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0> <<< 5169 1726879815.33547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879815.33568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.33576: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0> <<< 5169 1726879815.33598: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879815.33636: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879815.33639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879815.33661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879815.33682: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879815.33690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.33705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879815.33750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879815.33769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879815.33785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879815.33807: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90> <<< 5169 1726879815.33825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879815.33840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879815.33880: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879815.33893: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50> <<< 5169 1726879815.33901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879815.33927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879815.33930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879815.33933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879815.33943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879815.33994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.33998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879815.34022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879815.34043: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879815.34049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60> <<< 5169 1726879815.34077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879815.34084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20> <<< 5169 1726879815.34101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 5169 1726879815.34106: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879815.34124: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879815.34145: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30> <<< 5169 1726879815.34157: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879815.34162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879815.34182: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280> <<< 5169 1726879815.34184: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879815.34239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.34281: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879815.34285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879815.34316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879815.34349: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879815.34414: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30> <<< 5169 1726879815.34418: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879815.34424: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879815.34439: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800> <<< 5169 1726879815.34453: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420> <<< 5169 1726879815.34481: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250> <<< 5169 1726879815.34491: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879815.34496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50> <<< 5169 1726879815.34535: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010> <<< 5169 1726879815.34544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879815.34567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0> <<< 5169 1726879815.34582: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879815.34611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879815.34623: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879815.34631: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0> <<< 5169 1726879815.34659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879815.34663: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.34667: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0> <<< 5169 1726879815.34677: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0> <<< 5169 1726879815.34700: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 5169 1726879815.34724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879815.34730: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450> <<< 5169 1726879815.34779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879815.34782: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879815.34787: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0> <<< 5169 1726879815.34792: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0> import 'importlib.machinery' # <<< 5169 1726879815.34795: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50> <<< 5169 1726879815.34833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879815.34838: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0> <<< 5169 1726879815.34857: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879815.34900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879815.34910: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879815.34917: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0> <<< 5169 1726879815.34942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879815.34976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0> import 'errno' # <<< 5169 1726879815.35000: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0> <<< 5169 1726879815.35011: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879815.35029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879815.35063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879815.35070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50> <<< 5169 1726879815.35074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0> <<< 5169 1726879815.35100: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370> import 'importlib.machinery' # <<< 5169 1726879815.35116: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879815.35129: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0> <<< 5169 1726879815.35145: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879815.35149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879815.35190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879815.35195: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30> <<< 5169 1726879815.35204: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560> <<< 5169 1726879815.35221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879815.35258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879815.35289: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540> <<< 5169 1726879815.35296: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0> <<< 5169 1726879815.35302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879815.35305: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879815.35308: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0> <<< 5169 1726879815.35317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879815.35329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879815.35360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879815.35365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0> <<< 5169 1726879815.35392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879815.35402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80> <<< 5169 1726879815.35410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879815.35464: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0> <<< 5169 1726879815.35477: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560> <<< 5169 1726879815.35487: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.35493: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830> <<< 5169 1726879815.35497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879815.35499: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.35538: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879815.35582: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560> <<< 5169 1726879815.35631: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0> <<< 5169 1726879815.35638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879815.35687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0> <<< 5169 1726879815.35693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879815.35699: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70> <<< 5169 1726879815.35723: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879815.35729: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879815.35749: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560> <<< 5169 1726879815.35798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.35807: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830> <<< 5169 1726879815.35829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879815.35834: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10> <<< 5169 1726879815.35845: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50> <<< 5169 1726879815.35857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879815.35869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879815.35879: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450> <<< 5169 1726879815.35928: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879815.35945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.35972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879815.35985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879815.36007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879815.36011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879815.36022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0> <<< 5169 1726879815.36078: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600> <<< 5169 1726879815.36083: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0> <<< 5169 1726879815.36086: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879815.36106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879815.36138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.36153: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879815.36168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879815.36198: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0> <<< 5169 1726879815.36202: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879815.36205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879815.36234: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480> <<< 5169 1726879815.36236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879815.36256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879815.36280: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879815.36303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879815.36307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.36314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879815.36336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879815.36391: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80> <<< 5169 1726879815.36399: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570> <<< 5169 1726879815.36411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879815.36449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879815.36468: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500> <<< 5169 1726879815.36508: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879815.36529: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290> <<< 5169 1726879815.36546: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560> <<< 5169 1726879815.36550: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879815.36569: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0> <<< 5169 1726879815.36593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879815.36616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879815.36662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879815.36666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879815.36683: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00> <<< 5169 1726879815.36758: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip' <<< 5169 1726879815.36762: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90> <<< 5169 1726879815.36764: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.36827: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440> <<< 5169 1726879815.36872: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200> <<< 5169 1726879815.36915: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440> <<< 5169 1726879815.36921: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.36942: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020> <<< 5169 1726879815.36944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879815.36985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879815.37028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879815.37058: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970> <<< 5169 1726879815.37074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879815.37106: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210> import '_typing' # <<< 5169 1726879815.37138: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip' # zipimport: zlib available <<< 5169 1726879815.37300: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37324: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290> <<< 5169 1726879815.37330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879815.37348: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 5169 1726879815.37357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879815.37373: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37396: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879815.37400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879815.37403: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879815.37488: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180> <<< 5169 1726879815.37497: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879815.37696: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200> <<< 5169 1726879815.37708: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37739: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879815.37745: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37774: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.37787: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879815.37808: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.38929: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.39358: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.40178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879815.40195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620> <<< 5169 1726879815.40207: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.40235: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879815.40241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879815.40268: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879815.40296: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0> <<< 5169 1726879815.40335: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940> <<< 5169 1726879815.40369: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280> <<< 5169 1726879815.40389: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879815.40392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879815.40432: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30> <<< 5169 1726879815.40446: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879815.40477: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.40481: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960> <<< 5169 1726879815.40506: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.40516: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0> <<< 5169 1726879815.40526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879815.40568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879815.40585: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879815.40627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879815.40630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0> <<< 5169 1726879815.40633: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0> <<< 5169 1726879815.40661: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.40691: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879815.40732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60> <<< 5169 1726879815.40758: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80> <<< 5169 1726879815.40775: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50> <<< 5169 1726879815.40778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879815.40795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879815.40823: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910> <<< 5169 1726879815.40830: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220> <<< 5169 1726879815.40834: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410> <<< 5169 1726879815.40847: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879815.40856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879815.40894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879815.40902: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10> import 'atexit' # <<< 5169 1726879815.40910: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0> <<< 5169 1726879815.40912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879815.40950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879815.40955: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930> <<< 5169 1726879815.40973: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70> <<< 5169 1726879815.40982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879815.40991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879815.41023: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080> <<< 5169 1726879815.41030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879815.41043: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879815.41059: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0> <<< 5169 1726879815.41092: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340> <<< 5169 1726879815.41096: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0> import 'pwd' # <<< 5169 1726879815.41129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879815.41136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879815.41139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879815.41142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879815.41162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879815.41185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879815.41188: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0> <<< 5169 1726879815.41228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879815.41235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879815.41244: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879815.41255: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70> import '_tokenize' # <<< 5169 1726879815.41258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879815.41308: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320> <<< 5169 1726879815.41321: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0> <<< 5169 1726879815.41390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879815.41399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879815.41405: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879815.41449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879815.41486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850> <<< 5169 1726879815.41507: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0> <<< 5169 1726879815.41516: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110> <<< 5169 1726879815.41539: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60> <<< 5169 1726879815.41543: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080> <<< 5169 1726879815.41551: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879815.41574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879815.41584: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220> <<< 5169 1726879815.41591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879815.41625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879815.41630: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30> <<< 5169 1726879815.41645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879815.41651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879815.41659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879815.41689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879815.41724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20> <<< 5169 1726879815.41740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879815.41747: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879815.41774: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230> <<< 5169 1726879815.41782: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0> <<< 5169 1726879815.41809: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879815.41816: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550> <<< 5169 1726879815.41851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.41874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879815.41877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879815.41880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879815.41888: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879815.41922: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20> <<< 5169 1726879815.41925: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950> <<< 5169 1726879815.41958: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730> <<< 5169 1726879815.42028: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70> <<< 5169 1726879815.42038: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0> <<< 5169 1726879815.42046: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879815.42050: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0> <<< 5169 1726879815.42063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879815.42092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 5169 1726879815.42098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879815.42135: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.42146: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0> <<< 5169 1726879815.42151: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710> <<< 5169 1726879815.42167: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40> <<< 5169 1726879815.42169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879815.42208: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879815.42212: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440> <<< 5169 1726879815.42240: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879815.42272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879815.42279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879815.42289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879815.42327: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.42331: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.42342: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310> <<< 5169 1726879815.42362: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879815.42365: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0> <<< 5169 1726879815.42397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.42422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879815.42430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879815.42440: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879815.42495: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0> <<< 5169 1726879815.42500: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960> <<< 5169 1726879815.42511: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50> <<< 5169 1726879815.42538: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00><<< 5169 1726879815.42545: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0> <<< 5169 1726879815.42571: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.42578: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879815.42598: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.42617: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0> <<< 5169 1726879815.42696: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.42703: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0> <<< 5169 1726879815.42744: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620> <<< 5169 1726879815.42838: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879815.42842: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0> <<< 5169 1726879815.42885: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879815.42898: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879815.42910: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.42926: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.42930: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0> <<< 5169 1726879815.42973: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43110: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860> <<< 5169 1726879815.43117: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43124: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50> <<< 5169 1726879815.43150: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.43162: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760> <<< 5169 1726879815.43182: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43190: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879815.43213: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43306: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43404: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43417: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879815.43446: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43455: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879815.43474: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43605: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43684: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.43733: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.44286: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879815.44300: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879815.44313: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879815.44317: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879815.44346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.44349: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.44390: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.44398: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980> <<< 5169 1726879815.44478: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879815.44487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879815.44505: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0> <<< 5169 1726879815.44510: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230> <<< 5169 1726879815.44558: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879815.44566: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.44587: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.44606: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879815.44774: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.44939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879815.45015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550> <<< 5169 1726879815.45019: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45029: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.45085: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879815.45091: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0> <<< 5169 1726879815.45169: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879815.45173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879815.45196: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670> <<< 5169 1726879815.45202: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0> <<< 5169 1726879815.45248: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879815.45266: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45297: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45301: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879815.45310: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45478: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879815.45655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370> <<< 5169 1726879815.45677: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.45980: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46055: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879815.46145: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46196: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46198: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879815.46238: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46312: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46412: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879815.46422: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46440: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879815.46462: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46545: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879815.46551: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46700: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46777: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46812: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46857: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879815.46864: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.46944: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879815.46956: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47029: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879815.47134: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879815.47152: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879815.47173: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879815.47176: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 5169 1726879815.47220: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47223: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480> # zipimport: zlib available <<< 5169 1726879815.47262: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879815.47270: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47304: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47389: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879815.47395: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879815.47426: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879815.47452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879815.47524: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.47547: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47642: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090> <<< 5169 1726879815.47706: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.47709: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0> <<< 5169 1726879815.47730: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47790: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879815.47820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879815.47841: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879815.47867: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879815.47883: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47939: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47944: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0> <<< 5169 1726879815.47954: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.47993: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48027: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48069: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879815.48111: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879815.48116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.48131: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879815.48157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879815.48162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879815.48194: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700> <<< 5169 1726879815.48242: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0> <<< 5169 1726879815.48247: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879815.48275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879815.48279: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879815.48354: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48376: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20> <<< 5169 1726879815.48436: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48440: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0> <<< 5169 1726879815.48456: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00> <<< 5169 1726879815.48462: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48477: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48510: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879815.48515: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.48521: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879815.48556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879815.48560: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879815.48569: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879815.48642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879815.48674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879815.48677: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48722: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48725: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0> <<< 5169 1726879815.48782: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40> <<< 5169 1726879815.48792: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879815.48842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.48853: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879815.48869: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48900: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.48936: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0> <<< 5169 1726879815.48938: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879815.48990: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0> <<< 5169 1726879815.49016: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879815.49020: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879815.49044: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879815.49047: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879815.49049: stdout chunk (state=3): >>> <<< 5169 1726879815.49093: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49156: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49193: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49196: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49232: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879815.49257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879815.49283: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879815.49303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879815.49368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879815.49405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879815.49408: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879815.49466: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40> <<< 5169 1726879815.49517: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0> <<< 5169 1726879815.49535: 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"}}} # destroy __main__ <<< 5169 1726879815.49604: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960> <<< 5169 1726879815.49607: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879815.49618: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49649: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49678: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 5169 1726879815.49684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879815.49733: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879815.49762: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49768: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49785: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879815.49794: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.49817: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879815.49823: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 5169 1726879815.50053: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 5169 1726879815.50057: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 5169 1726879815.50061: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 5169 1726879815.50066: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale <<< 5169 1726879815.50070: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings <<< 5169 1726879815.50074: stdout chunk (state=3): >>># destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 5169 1726879815.50077: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879815.50090: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.50145: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879815.50281: 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"}}} # destroy __main__ <<< 5169 1726879815.50293: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879815.50324: stdout chunk (state=3): >>># destroy _bz2 <<< 5169 1726879815.50328: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib<<< 5169 1726879815.50346: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma <<< 5169 1726879815.50350: stdout chunk (state=3): >>># destroy zipfile._path <<< 5169 1726879815.50357: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879815.50402: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879815.50405: stdout chunk (state=3): >>># destroy importlib <<< 5169 1726879815.50449: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 5169 1726879815.50453: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 5169 1726879815.50456: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select <<< 5169 1726879815.50463: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 5169 1726879815.50478: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 5169 1726879815.50488: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 5169 1726879815.50508: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 5169 1726879815.50527: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879815.50530: stdout chunk (state=3): >>># destroy distro # destroy distro.distro<<< 5169 1726879815.50533: stdout chunk (state=3): >>> # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879815.50618: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 5169 1726879815.50633: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 5169 1726879815.50722: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 5169 1726879815.50739: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 5169 1726879815.50755: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437<<< 5169 1726879815.50767: stdout chunk (state=3): >>> # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize <<< 5169 1726879815.50773: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes <<< 5169 1726879815.50803: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 5169 1726879815.50807: stdout chunk (state=3): >>># cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879815.50821: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879815.50916: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879815.50942: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 5169 1726879815.50968: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879815.50983: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879815.51035: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 5169 1726879815.51044: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879815.51067: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879815.51099: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879815.51112: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879815.51120: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879815.51129: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879815.51160: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879815.51188: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 5169 1726879815.51193: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879815.51214: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879815.51235: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879815.51240: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879815.51272: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879815.51275: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879815.51328: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon <<< 5169 1726879815.51370: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879815.51374: stdout chunk (state=3): >>># cleanup[3] wiping atexit <<< 5169 1726879815.51410: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 5169 1726879815.51417: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 5169 1726879815.51446: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 5169 1726879815.51468: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types <<< 5169 1726879815.51495: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs <<< 5169 1726879815.51513: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879815.51526: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal <<< 5169 1726879815.51533: stdout chunk (state=3): >>># destroy _datetime <<< 5169 1726879815.51756: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879815.51760: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879815.51763: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879815.51806: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879815.51809: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879815.51812: stderr chunk (state=3): >>><<< 5169 1726879815.51815: stdout chunk (state=3): >>><<< 5169 1726879815.51817: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879815.51820: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"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"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879815.52052: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 5169 1726879815.52060: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9688fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf968c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96671fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966afe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966e7f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c7b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c5280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ad040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9670a420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966c6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96708c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966ac2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96738bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96738fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf966aade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967396d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967393a0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a5d0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967547a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96755eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96756d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf967573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf967562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96757e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96757560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673a540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf964f3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651c560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651c830> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9651ca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964f1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651e0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9673acc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96546450> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96562600> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965973e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf965bdb80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96597500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96563290> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963dc560> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96561640> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9651eff0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcf96561a00> # zipimport: found 30 names in '/tmp/ansible_stat_payload_pdw9jcf7/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640d100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640c290> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9640f620> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96461bb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461940> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96461280> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964616d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96436c30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462960> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96462ba0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf964630b0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c4e60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962c6a50> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c7410> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c85f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cb080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf962cb1a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9340> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cee70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cd6a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962cff80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf962c9850> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96316fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96318d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96318b30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf9631b230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963193a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96322a20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9631b3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96323bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96317440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963273b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963287d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf96325b50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf96326f00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963257c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf963ac980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad6d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9632b230> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ad550> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963ae480> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be090> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961be9f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf963253d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcf961bd700> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961bebd0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf9624ecc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c8a40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6b10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcf961c6960> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"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"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879815.52870: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 5169 1726879815.52873: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879815.52877: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.1013513-5285-67462691332465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879815.52880: _low_level_execute_command(): starting 5169 1726879815.52882: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1013513-5285-67462691332465/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879815.52892: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879815.52895: stderr chunk (state=3): >>><<< 5169 1726879815.52897: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"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"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879815.53075: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5373b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb53a6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51551c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5155fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5193f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cb890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51cbf20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51abb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51a9250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5191010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ef830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ee450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51aa0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51ecc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb51902c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521cbf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb521cfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb518ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d6a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521d370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb52387a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb5239ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523ad80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb523be00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb523b560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521e5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4fcfcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8830> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4ff8a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4fcde50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffa0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ff8d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb521ecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5022480> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503e570> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5099a90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb5073440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503f200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eb8440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb503d5b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ffb020> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bb503d970> # zipimport: found 30 names in '/tmp/ansible_stat_payload_mnuuzi_r/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee9070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ee8200> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4eeb7a0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3db80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d910> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d220> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3d670> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f12e10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3e930> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4f3eb70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4f3eff0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da0da0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da29c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da3320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da44d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da6f60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4da7080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5220> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4daad20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da97f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da9550> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dab950> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4da5730> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df2e70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df2fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df4c20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df49e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4df7170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df5310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dfe960> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df72f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff7a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dff620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4dffc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4df32f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e033e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e04860> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01b50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e02f00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e01760> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4e888f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89670> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e07fb0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e89370> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4e8bec0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c99e20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c9a6f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4dffe00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bb4c993a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9a8a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4d2ab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4ca47d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e960> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bb4c9e7b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"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"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879815.54190: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.1071777-5286-59704551496913/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879815.54194: _low_level_execute_command(): starting 5169 1726879815.54197: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.1071777-5286-59704551496913/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879815.54212: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.54215: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.54218: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.54220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.54247: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.54251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879815.54254: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.54257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.54269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.54320: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.54341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.54391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.55527: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.55599: stderr chunk (state=3): >>><<< 5169 1726879815.55610: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.55659: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.55676: handler run complete 5169 1726879815.55706: attempt loop complete, returning result 5169 1726879815.55715: _execute() done 5169 1726879815.55722: dumping result to json 5169 1726879815.55729: done dumping result, returning 5169 1726879815.55742: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Check if system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000092] 5169 1726879815.55759: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.55848: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.55851: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } 5169 1726879815.56306: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.56353: stderr chunk (state=3): >>><<< 5169 1726879815.56357: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.56383: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.56392: handler run complete 5169 1726879815.56429: attempt loop complete, returning result 5169 1726879815.56438: _execute() done 5169 1726879815.56445: dumping result to json 5169 1726879815.56454: done dumping result, returning 5169 1726879815.56470: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Check if system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000092] 5169 1726879815.56674: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.56752: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000092 5169 1726879815.56755: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } 5169 1726879815.56832: no more pending results, returning what we have 5169 1726879815.56836: results queue empty 5169 1726879815.56837: checking for any_errors_fatal 5169 1726879815.56842: done checking for any_errors_fatal 5169 1726879815.56843: checking for max_fail_percentage 5169 1726879815.56845: done checking for max_fail_percentage 5169 1726879815.56846: checking to see if all hosts have failed and the running result is not ok 5169 1726879815.56847: done checking to see if all hosts have failed 5169 1726879815.56848: getting the remaining hosts for this loop 5169 1726879815.56850: done getting the remaining hosts for this loop 5169 1726879815.56854: getting the next task for host managed_node2 5169 1726879815.56859: done getting next task for host managed_node2 5169 1726879815.56863: ^ task is: TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 5169 1726879815.56868: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879815.56870: getting the next task for host managed_node3 5169 1726879815.56873: done getting next task for host managed_node3 5169 1726879815.56875: ^ task is: TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 5169 1726879815.56877: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879815.56889: getting variables 5169 1726879815.56890: in VariableManager get_vars() 5169 1726879815.56921: Calling all_inventory to load vars for managed_node2 5169 1726879815.56924: Calling groups_inventory to load vars for managed_node2 5169 1726879815.56926: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879815.56936: Calling all_plugins_play to load vars for managed_node2 5169 1726879815.56938: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879815.56941: Calling groups_plugins_play to load vars for managed_node2 5169 1726879815.57088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.57238: done with get_vars() 5169 1726879815.57247: done getting variables 5169 1726879815.57337: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Friday 20 September 2024 20:50:15 -0400 (0:00:00.537) 0:00:13.210 ****** 5169 1726879815.57380: entering _queue_task() for managed_node2/set_fact 5169 1726879815.57383: Creating lock for set_fact 5169 1726879815.57708: worker is 1 (out of 3 available) 5169 1726879815.57722: exiting _queue_task() for managed_node2/set_fact 5169 1726879815.57767: getting variables 5169 1726879815.57770: in VariableManager get_vars() 5169 1726879815.57867: Calling all_inventory to load vars for managed_node3 5169 1726879815.57872: Calling groups_inventory to load vars for managed_node3 5169 1726879815.57875: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879815.57894: Calling all_plugins_play to load vars for managed_node3 5169 1726879815.57897: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879815.57901: Calling groups_plugins_play to load vars for managed_node3 5169 1726879815.58181: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 5169 1726879815.58185: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000093 5169 1726879815.58189: variable 'ansible_search_path' from source: unknown 5169 1726879815.58192: variable 'ansible_search_path' from source: unknown 5169 1726879815.58203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.58511: done with get_vars() 5169 1726879815.58522: done getting variables 5169 1726879815.58572: calling self._execute() 5169 1726879815.58576: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.58579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.58582: variable 'omit' from source: magic vars 5169 1726879815.58632: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879815.58644: entering _queue_task() for managed_node3/set_fact 5169 1726879815.58724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.59130: worker is 2 (out of 3 available) 5169 1726879815.59139: exiting _queue_task() for managed_node3/set_fact 5169 1726879815.59152: done queuing things up, now waiting for results queue to drain 5169 1726879815.59153: waiting for pending results... 5169 1726879815.59105: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.59373: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879815.59378: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.59382: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.59397: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree 5169 1726879815.59424: 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) 5169 1726879815.59458: 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) 5169 1726879815.59489: 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) 5169 1726879815.59522: 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) 5169 1726879815.59582: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000093 5169 1726879815.59608: variable 'ansible_search_path' from source: unknown 5169 1726879815.59618: variable 'ansible_search_path' from source: unknown 5169 1726879815.59663: calling self._execute() 5169 1726879815.59718: Evaluated conditional (not __kdump_is_ostree is defined): True 5169 1726879815.59722: variable 'omit' from source: magic vars 5169 1726879815.59749: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.59756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.59768: variable 'omit' from source: magic vars 5169 1726879815.59776: variable 'omit' from source: magic vars 5169 1726879815.59909: variable '__ostree_booted_stat' from source: set_fact 5169 1726879815.59976: variable 'omit' from source: magic vars 5169 1726879815.60047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.60051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.60073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.60098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.60117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.60159: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879815.60171: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.60266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.60272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.60314: Set connection var ansible_timeout to 10 5169 1726879815.60329: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.60338: Set connection var ansible_connection to ssh 5169 1726879815.60351: Set connection var ansible_shell_type to sh 5169 1726879815.60363: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.60381: Set connection var ansible_pipelining to False 5169 1726879815.60410: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.60419: variable 'ansible_connection' from source: unknown 5169 1726879815.60426: variable 'ansible_module_compression' from source: unknown 5169 1726879815.60436: variable 'ansible_shell_type' from source: unknown 5169 1726879815.60444: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.60451: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.60460: variable 'ansible_pipelining' from source: unknown 5169 1726879815.60469: variable 'ansible_timeout' from source: unknown 5169 1726879815.60483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.60570: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.60699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879815.60703: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879815.60706: variable 'omit' from source: magic vars 5169 1726879815.60710: starting attempt loop 5169 1726879815.60712: running the handler 5169 1726879815.60714: handler run complete 5169 1726879815.60718: attempt loop complete, returning result 5169 1726879815.60720: _execute() done 5169 1726879815.60722: dumping result to json 5169 1726879815.60725: done dumping result, returning 5169 1726879815.60727: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.60738: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000093] 5169 1726879815.60748: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.60765: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093 ok: [managed_node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } 5169 1726879815.60937: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093 5169 1726879815.60940: 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) 5169 1726879815.60942: WORKER PROCESS EXITING 5169 1726879815.61045: 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) 5169 1726879815.61048: 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) 5169 1726879815.61051: 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) 5169 1726879815.61157: Evaluated conditional (not __kdump_is_ostree is defined): True 5169 1726879815.61167: variable 'omit' from source: magic vars 5169 1726879815.61217: variable 'omit' from source: magic vars 5169 1726879815.61303: variable '__ostree_booted_stat' from source: set_fact 5169 1726879815.61343: variable 'omit' from source: magic vars 5169 1726879815.61363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.61387: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.61571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.61575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.61578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.61580: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879815.61583: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.61586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.61615: Set connection var ansible_timeout to 10 5169 1726879815.61621: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.61624: Set connection var ansible_connection to ssh 5169 1726879815.61631: Set connection var ansible_shell_type to sh 5169 1726879815.61636: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.61642: Set connection var ansible_pipelining to False 5169 1726879815.61666: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.61669: variable 'ansible_connection' from source: unknown 5169 1726879815.61672: variable 'ansible_module_compression' from source: unknown 5169 1726879815.61675: variable 'ansible_shell_type' from source: unknown 5169 1726879815.61677: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.61680: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.61682: variable 'ansible_pipelining' from source: unknown 5169 1726879815.61687: variable 'ansible_timeout' from source: unknown 5169 1726879815.61693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.61785: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879815.61796: variable 'omit' from source: magic vars 5169 1726879815.61800: starting attempt loop 5169 1726879815.61803: running the handler 5169 1726879815.61817: handler run complete 5169 1726879815.61825: attempt loop complete, returning result 5169 1726879815.61828: _execute() done 5169 1726879815.61830: dumping result to json 5169 1726879815.61833: done dumping result, returning 5169 1726879815.61840: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set flag to indicate system is ostree [0229e9c9-8e59-8f9b-2ddb-000000000093] 5169 1726879815.62001: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093 5169 1726879815.62068: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000093 5169 1726879815.62071: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } 5169 1726879815.62104: no more pending results, returning what we have 5169 1726879815.62107: results queue empty 5169 1726879815.62108: checking for any_errors_fatal 5169 1726879815.62115: done checking for any_errors_fatal 5169 1726879815.62116: checking for max_fail_percentage 5169 1726879815.62118: done checking for max_fail_percentage 5169 1726879815.62119: checking to see if all hosts have failed and the running result is not ok 5169 1726879815.62120: done checking to see if all hosts have failed 5169 1726879815.62121: getting the remaining hosts for this loop 5169 1726879815.62123: done getting the remaining hosts for this loop 5169 1726879815.62127: getting the next task for host managed_node2 5169 1726879815.62143: done getting next task for host managed_node2 5169 1726879815.62147: ^ task is: TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 5169 1726879815.62151: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.62153: getting the next task for host managed_node3 5169 1726879815.62158: done getting next task for host managed_node3 5169 1726879815.62160: ^ task is: TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 5169 1726879815.62162: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.62175: getting variables 5169 1726879815.62177: in VariableManager get_vars() 5169 1726879815.62205: Calling all_inventory to load vars for managed_node2 5169 1726879815.62207: Calling groups_inventory to load vars for managed_node2 5169 1726879815.62210: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879815.62219: Calling all_plugins_play to load vars for managed_node2 5169 1726879815.62221: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879815.62225: Calling groups_plugins_play to load vars for managed_node2 5169 1726879815.62362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.62509: done with get_vars() 5169 1726879815.62517: done getting variables 5169 1726879815.62616: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Friday 20 September 2024 20:50:15 -0400 (0:00:00.052) 0:00:13.262 ****** 5169 1726879815.62640: entering _queue_task() for managed_node2/include_vars 5169 1726879815.62642: Creating lock for include_vars 5169 1726879815.62922: worker is 3 (out of 3 available) 5169 1726879815.62935: exiting _queue_task() for managed_node2/include_vars 5169 1726879815.62975: getting variables 5169 1726879815.62979: in VariableManager get_vars() 5169 1726879815.63077: Calling all_inventory to load vars for managed_node3 5169 1726879815.63083: Calling groups_inventory to load vars for managed_node3 5169 1726879815.63089: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879815.63109: Calling all_plugins_play to load vars for managed_node3 5169 1726879815.63113: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879815.63116: Calling groups_plugins_play to load vars for managed_node3 5169 1726879815.63402: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 5169 1726879815.63407: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.63410: variable 'ansible_search_path' from source: unknown 5169 1726879815.63413: variable 'ansible_search_path' from source: unknown 5169 1726879815.63432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.63709: done with get_vars() 5169 1726879815.63731: done getting variables 5169 1726879815.63780: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.63838: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879815.63853: entering _queue_task() for managed_node3/include_vars 5169 1726879815.63876: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.64232: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.64277: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.64263: worker is 1 (out of 3 available) 5169 1726879815.64284: exiting _queue_task() for managed_node3/include_vars 5169 1726879815.64297: done queuing things up, now waiting for results queue to drain 5169 1726879815.64298: waiting for pending results... 5169 1726879815.64374: variable 'omit' from source: magic vars 5169 1726879815.64487: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.64492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.64496: variable 'omit' from source: magic vars 5169 1726879815.64614: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables 5169 1726879815.64704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.64783: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.64809: variable 'ansible_search_path' from source: unknown 5169 1726879815.64828: variable 'ansible_search_path' from source: unknown 5169 1726879815.65029: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.65128: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879815.65369: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.65374: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.65376: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.65380: variable '__vars_file' from source: task vars 5169 1726879815.65394: variable 'role_path' from source: magic vars 5169 1726879815.65397: variable 'item' from source: unknown 5169 1726879815.65411: Evaluated conditional (__vars_file is file): False 5169 1726879815.65414: when evaluation is False, skipping this task 5169 1726879815.65454: variable 'item' from source: unknown 5169 1726879815.65502: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.65526: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.65773: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.65777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.65780: variable 'omit' from source: magic vars 5169 1726879815.65826: variable '__vars_file' from source: task vars 5169 1726879815.65889: variable 'role_path' from source: magic vars 5169 1726879815.65935: variable 'item' from source: unknown 5169 1726879815.65939: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.65941: Evaluated conditional (__vars_file is file): False 5169 1726879815.65944: when evaluation is False, skipping this task 5169 1726879815.65946: variable 'item' from source: unknown 5169 1726879815.66010: variable 'item' from source: unknown skipping: [managed_node2] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.66261: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.66267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.66271: variable 'omit' from source: magic vars 5169 1726879815.66274: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.66276: variable '__vars_file' from source: task vars 5169 1726879815.66371: variable 'omit' from source: magic vars 5169 1726879815.66375: variable 'role_path' from source: magic vars 5169 1726879815.66378: variable 'item' from source: unknown 5169 1726879815.66381: Evaluated conditional (__vars_file is file): False 5169 1726879815.66383: when evaluation is False, skipping this task 5169 1726879815.66463: variable 'item' from source: unknown 5169 1726879815.66469: variable 'item' from source: unknown 5169 1726879815.66474: variable 'ansible_host' from source: host vars for 'managed_node3' skipping: [managed_node2] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.66775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.66778: variable 'omit' from source: magic vars 5169 1726879815.66781: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.66784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.66787: variable 'omit' from source: magic vars 5169 1726879815.66790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879815.67130: variable '__vars_file' from source: task vars 5169 1726879815.67134: variable 'role_path' from source: magic vars 5169 1726879815.67137: variable 'item' from source: unknown 5169 1726879815.67139: Evaluated conditional (__vars_file is file): False 5169 1726879815.67143: when evaluation is False, skipping this task 5169 1726879815.67146: variable 'item' from source: unknown 5169 1726879815.67148: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879815.67175: variable 'item' from source: unknown 5169 1726879815.67215: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py skipping: [managed_node2] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.67336: dumping result to json 5169 1726879815.67339: done dumping result, returning 5169 1726879815.67342: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables [0229e9c9-8e59-8f9b-2ddb-000000000095] 5169 1726879815.67470: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.67515: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.67518: WORKER PROCESS EXITING 5169 1726879815.67521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879815.67523: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879815.67525: variable '__vars_file' from source: task vars skipping: [managed_node2] => { "changed": false } MSG: All items skipped 5169 1726879815.67617: variable 'role_path' from source: magic vars 5169 1726879815.67621: variable 'item' from source: unknown 5169 1726879815.67623: Evaluated conditional (__vars_file is file): False 5169 1726879815.67626: when evaluation is False, skipping this task 5169 1726879815.67651: variable 'item' from source: unknown 5169 1726879815.67709: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.67794: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.67798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.67976: variable 'omit' from source: magic vars 5169 1726879815.68025: variable '__vars_file' from source: task vars 5169 1726879815.68083: variable 'role_path' from source: magic vars 5169 1726879815.68089: variable 'item' from source: unknown 5169 1726879815.68105: Evaluated conditional (__vars_file is file): False 5169 1726879815.68108: when evaluation is False, skipping this task 5169 1726879815.68133: variable 'item' from source: unknown 5169 1726879815.68179: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.68261: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.68268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.68271: variable 'omit' from source: magic vars 5169 1726879815.68384: variable '__vars_file' from source: task vars 5169 1726879815.68449: variable 'role_path' from source: magic vars 5169 1726879815.68453: variable 'item' from source: unknown 5169 1726879815.68462: Evaluated conditional (__vars_file is file): False 5169 1726879815.68467: when evaluation is False, skipping this task 5169 1726879815.68494: variable 'item' from source: unknown 5169 1726879815.68542: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.68614: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.68618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.68628: variable 'omit' from source: magic vars 5169 1726879815.69002: variable '__vars_file' from source: task vars 5169 1726879815.69059: variable 'role_path' from source: magic vars 5169 1726879815.69062: variable 'item' from source: unknown 5169 1726879815.69077: Evaluated conditional (__vars_file is file): False 5169 1726879815.69081: when evaluation is False, skipping this task 5169 1726879815.69105: variable 'item' from source: unknown 5169 1726879815.69148: variable 'item' from source: unknown skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } 5169 1726879815.69234: dumping result to json 5169 1726879815.69237: done dumping result, returning 5169 1726879815.69240: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set platform/version specific variables [0229e9c9-8e59-8f9b-2ddb-000000000095] 5169 1726879815.69361: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.69421: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000095 5169 1726879815.69424: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 5169 1726879815.69500: no more pending results, returning what we have 5169 1726879815.69503: results queue empty 5169 1726879815.69504: checking for any_errors_fatal 5169 1726879815.69508: done checking for any_errors_fatal 5169 1726879815.69509: checking for max_fail_percentage 5169 1726879815.69510: done checking for max_fail_percentage 5169 1726879815.69511: checking to see if all hosts have failed and the running result is not ok 5169 1726879815.69512: done checking to see if all hosts have failed 5169 1726879815.69513: getting the remaining hosts for this loop 5169 1726879815.69515: done getting the remaining hosts for this loop 5169 1726879815.69519: getting the next task for host managed_node2 5169 1726879815.69526: done getting next task for host managed_node2 5169 1726879815.69530: ^ task is: TASK: fedora.linux_system_roles.kdump : Install required packages 5169 1726879815.69535: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.69536: getting the next task for host managed_node3 5169 1726879815.69540: done getting next task for host managed_node3 5169 1726879815.69542: ^ task is: TASK: fedora.linux_system_roles.kdump : Install required packages 5169 1726879815.69543: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879815.69557: getting variables 5169 1726879815.69559: in VariableManager get_vars() 5169 1726879815.69587: Calling all_inventory to load vars for managed_node2 5169 1726879815.69590: Calling groups_inventory to load vars for managed_node2 5169 1726879815.69592: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879815.69601: Calling all_plugins_play to load vars for managed_node2 5169 1726879815.69604: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879815.69607: Calling groups_plugins_play to load vars for managed_node2 5169 1726879815.69737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.69883: done with get_vars() 5169 1726879815.69893: done getting variables 5169 1726879815.69983: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Friday 20 September 2024 20:50:15 -0400 (0:00:00.073) 0:00:13.336 ****** 5169 1726879815.70006: entering _queue_task() for managed_node2/package 5169 1726879815.70007: Creating lock for package 5169 1726879815.70261: worker is 2 (out of 3 available) 5169 1726879815.70278: exiting _queue_task() for managed_node2/package 5169 1726879815.70316: getting variables 5169 1726879815.70319: in VariableManager get_vars() 5169 1726879815.70420: Calling all_inventory to load vars for managed_node3 5169 1726879815.70424: Calling groups_inventory to load vars for managed_node3 5169 1726879815.70427: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879815.70446: Calling all_plugins_play to load vars for managed_node3 5169 1726879815.70450: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879815.70454: Calling groups_plugins_play to load vars for managed_node3 5169 1726879815.70710: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Install required packages 5169 1726879815.70714: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879815.70718: variable 'ansible_search_path' from source: unknown 5169 1726879815.70720: variable 'ansible_search_path' from source: unknown 5169 1726879815.70723: calling self._execute() 5169 1726879815.70753: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.70758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.70763: variable 'omit' from source: magic vars 5169 1726879815.70774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879815.71344: done with get_vars() 5169 1726879815.71355: done getting variables 5169 1726879815.71387: variable 'omit' from source: magic vars 5169 1726879815.71391: variable 'omit' from source: magic vars 5169 1726879815.71394: variable '__kdump_packages' from source: role '' all vars 5169 1726879815.71396: variable '__kdump_packages' from source: role '' all vars 5169 1726879815.71436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879815.71474: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879815.71486: entering _queue_task() for managed_node3/package 5169 1726879815.71789: worker is 3 (out of 3 available) 5169 1726879815.71804: exiting _queue_task() for managed_node3/package 5169 1726879815.71819: done queuing things up, now waiting for results queue to drain 5169 1726879815.71821: waiting for pending results... 5169 1726879815.72120: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages 5169 1726879815.72263: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879815.72288: variable 'ansible_search_path' from source: unknown 5169 1726879815.72301: variable 'ansible_search_path' from source: unknown 5169 1726879815.72470: calling self._execute() 5169 1726879815.72475: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.72478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.72481: variable 'omit' from source: magic vars 5169 1726879815.72584: variable 'omit' from source: magic vars 5169 1726879815.72647: variable 'omit' from source: magic vars 5169 1726879815.72688: variable '__kdump_packages' from source: role '' all vars 5169 1726879815.72908: variable '__kdump_packages' from source: role '' all vars 5169 1726879815.73176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879815.74733: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879815.74810: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879815.74901: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879815.74905: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879815.74952: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879815.75072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.75118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.75146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.75206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.75220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.75333: variable '__kdump_is_ostree' from source: set_fact 5169 1726879815.75337: variable 'omit' from source: magic vars 5169 1726879815.75367: variable 'omit' from source: magic vars 5169 1726879815.75400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.75427: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.75446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.75548: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.75552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.75555: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879815.75559: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.75562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.75657: Set connection var ansible_timeout to 10 5169 1726879815.75666: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.75669: Set connection var ansible_connection to ssh 5169 1726879815.75676: Set connection var ansible_shell_type to sh 5169 1726879815.75691: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.75714: Set connection var ansible_pipelining to False 5169 1726879815.75745: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.75755: variable 'ansible_connection' from source: unknown 5169 1726879815.75813: variable 'ansible_module_compression' from source: unknown 5169 1726879815.75821: variable 'ansible_shell_type' from source: unknown 5169 1726879815.75825: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.75828: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879815.75831: variable 'ansible_pipelining' from source: unknown 5169 1726879815.75833: variable 'ansible_timeout' from source: unknown 5169 1726879815.75836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879815.75985: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879815.76009: variable 'omit' from source: magic vars 5169 1726879815.76041: starting attempt loop 5169 1726879815.76046: running the handler 5169 1726879815.76049: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879815.76052: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.76140: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.76145: _low_level_execute_command(): starting 5169 1726879815.76149: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879815.76156: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879815.76250: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879815.76254: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879815.76294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879815.76416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879815.76454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879815.76486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879815.76535: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879815.76683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879815.76759: variable '__kdump_is_ostree' from source: set_fact 5169 1726879815.76762: variable 'omit' from source: magic vars 5169 1726879815.76794: variable 'omit' from source: magic vars 5169 1726879815.76821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879815.76849: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879815.76877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879815.76901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.76918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879815.76954: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879815.76968: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.76980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.77102: Set connection var ansible_timeout to 10 5169 1726879815.77115: Set connection var ansible_shell_executable to /bin/sh 5169 1726879815.77171: Set connection var ansible_connection to ssh 5169 1726879815.77177: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.77180: Set connection var ansible_shell_type to sh 5169 1726879815.77183: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879815.77185: Set connection var ansible_pipelining to False 5169 1726879815.77193: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.77202: variable 'ansible_connection' from source: unknown 5169 1726879815.77209: variable 'ansible_module_compression' from source: unknown 5169 1726879815.77216: variable 'ansible_shell_type' from source: unknown 5169 1726879815.77225: variable 'ansible_shell_executable' from source: unknown 5169 1726879815.77299: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879815.77303: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.77306: variable 'ansible_pipelining' from source: unknown 5169 1726879815.77308: variable 'ansible_timeout' from source: unknown 5169 1726879815.77311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879815.77314: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879815.77317: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879815.77319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879815.77322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.77324: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.77327: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.77330: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.77342: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879815.77384: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.77429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.77449: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879815.77461: variable 'omit' from source: magic vars 5169 1726879815.77465: starting attempt loop 5169 1726879815.77470: running the handler 5169 1726879815.77475: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.77477: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879815.77526: _low_level_execute_command(): starting 5169 1726879815.77532: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879815.78087: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.78092: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879815.78101: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.78105: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879815.78111: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.78204: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.78232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.79116: stdout chunk (state=3): >>>/root <<< 5169 1726879815.79309: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.79330: stdout chunk (state=3): >>><<< 5169 1726879815.79348: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.79408: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.79438: _low_level_execute_command(): starting 5169 1726879815.79453: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `" && echo ansible-tmp-1726879815.7942295-5305-17810817927687="` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `" && echo ansible-tmp-1726879815.7942295-5305-17810817927687="` echo /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 `" ) && sleep 0'"'"'' 5169 1726879815.80166: stdout chunk (state=3): >>>/root <<< 5169 1726879815.80209: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.80213: stdout chunk (state=3): >>><<< 5169 1726879815.80215: stderr chunk (state=3): >>><<< 5169 1726879815.80218: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.80221: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.80229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.80262: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.80272: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.80451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879815.80455: _low_level_execute_command(): starting 5169 1726879815.80458: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `" && echo ansible-tmp-1726879815.802676-5306-157718430906241="` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `" && echo ansible-tmp-1726879815.802676-5306-157718430906241="` echo /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 `" ) && sleep 0'"'"'' 5169 1726879815.80485: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879815.80586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879815.80632: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.80663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.80933: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.80952: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.80968: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.81013: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.81028: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879815.81043: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.81078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.82585: stdout chunk (state=3): >>>ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 <<< 5169 1726879815.82694: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879815.82707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879815.82768: stderr chunk (state=3): >>><<< 5169 1726879815.82773: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.82789: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.7942295-5305-17810817927687=/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.82871: variable 'ansible_module_compression' from source: unknown 5169 1726879815.82915: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 5169 1726879815.82919: ANSIBALLZ: Acquiring lock 5169 1726879815.82922: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879815.82924: ANSIBALLZ: Creating module 5169 1726879815.83062: stdout chunk (state=3): >>>ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 <<< 5169 1726879815.83371: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879815.83375: stdout chunk (state=3): >>><<< 5169 1726879815.83378: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879815.83386: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879815.802676-5306-157718430906241=/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879815.83390: variable 'ansible_module_compression' from source: unknown 5169 1726879815.83530: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 5169 1726879815.83628: ANSIBALLZ: Acquiring lock 5169 1726879815.94168: ANSIBALLZ: Writing module into payload 5169 1726879815.94313: ANSIBALLZ: Writing module 5169 1726879815.94337: ANSIBALLZ: Renaming module 5169 1726879815.94421: ANSIBALLZ: Done creating module 5169 1726879815.94425: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879815.94428: ANSIBALLZ: Reading module after lock 5169 1726879815.94633: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879815.94636: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 5169 1726879815.94641: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b TO /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py 5169 1726879815.94650: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui TO /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879815.94813: Sending initial data 5169 1726879815.94824: Sent initial data (149 bytes) 5169 1726879815.94924: Sending initial data 5169 1726879815.94935: Sent initial data (149 bytes) 5169 1726879815.95433: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879815.95451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.95469: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.95477: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.95485: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879815.95491: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 5169 1726879815.95507: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879815.95539: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.95620: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.95624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.95627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.95671: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879815.95709: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.95717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879815.95783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.97262: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879815.97271: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879815.97297: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879815.97342: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879815.97346: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879815.97349: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py <<< 5169 1726879815.97407: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py" <<< 5169 1726879815.97411: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py M:0x001a <<< 5169 1726879815.97442: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 5169 1726879815.97456: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879815.97480: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313 <<< 5169 1726879815.97541: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 <<< 5169 1726879815.97570: stderr chunk (state=3): >>>debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879815.97637: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879815.97641: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py <<< 5169 1726879815.97680: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py M:0x001a <<< 5169 1726879815.97897: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313 <<< 5169 1726879815.98234: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 161313 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879815.98296: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879815.98384: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879815.98403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879815.98483: stderr chunk (state=3): >>><<< 5169 1726879815.98497: stdout chunk (state=3): >>><<< 5169 1726879815.98514: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879815.98518: stderr chunk (state=3): >>>debug3: In write loop, ack for 6 161313 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmprn1k2m_b" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161313 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879815.98763: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879815.98769: done transferring module to remote 5169 1726879815.98772: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879815.98775: _low_level_execute_command(): starting 5169 1726879815.98777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0' 5169 1726879815.98780: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879815.98795: stderr chunk (state=3): >>><<< 5169 1726879815.98883: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvle3w4ui" to remote "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:161313\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 161313 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'"'"'' 5169 1726879815.98895: done transferring module to remote 5169 1726879815.98897: _low_level_execute_command(): starting 5169 1726879815.98900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'"'"'' 5169 1726879815.99454: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.99469: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.99478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.99496: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.99506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879815.99558: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879815.99577: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879815.99595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.99613: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.99672: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879815.99676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879815.99685: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879815.99698: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879815.99705: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879815.99758: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879815.99780: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 5169 1726879815.99784: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879815.99798: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.99819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879815.99851: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879815.99853: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879815.99855: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879815.99890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879816.01614: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879816.01659: stderr chunk (state=3): >>><<< 5169 1726879816.01752: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879816.01763: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879816.01768: _low_level_execute_command(): starting 5169 1726879816.01771: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/AnsiballZ_dnf.py && sleep 0'"'"'' 5169 1726879816.01941: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879816.01944: stdout chunk (state=3): >>><<< 5169 1726879816.01947: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879816.01953: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879816.01958: _low_level_execute_command(): starting 5169 1726879816.01961: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/AnsiballZ_dnf.py && sleep 0'"'"'' 5169 1726879816.02494: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879816.02515: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879816.02532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879816.02550: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879816.02563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879816.02589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 <<< 5169 1726879816.02604: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879816.02619: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879816.02682: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879816.02740: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879816.02757: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879816.02781: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879816.02784: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879816.02803: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879816.02807: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879816.02836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879816.02855: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879816.02862: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879816.02879: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879816.02911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879816.02945: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879816.02966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879816.03004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879816.05214: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879816.05240: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879816.05282: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879816.05290: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879816.05294: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879816.05309: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879816.05349: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879816.05360: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879816.05401: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879816.05488: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 5169 1726879816.05501: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879816.05542: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 5169 1726879816.05607: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879816.05616: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.05621: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879816.05625: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879816.05658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30> <<< 5169 1726879816.05662: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 5169 1726879816.05697: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879816.05705: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879816.05744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0> <<< 5169 1726879816.05748: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530> <<< 5169 1726879816.05750: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879816.05753: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879816.05756: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 5169 1726879816.05786: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0> import '_signal' # <<< 5169 1726879816.05791: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879816.05807: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879816.05830: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879816.05872: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879816.05875: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879816.05904: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879816.05935: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879816.05976: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879816.05980: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 5169 1726879816.05989: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879816.06012: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879816.06016: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879816.06051: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879816.06055: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879816.06058: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 5169 1726879816.06079: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190> <<< 5169 1726879816.06083: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879816.06114: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879816.06131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.06135: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879816.06154: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0> <<< 5169 1726879816.06195: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190> <<< 5169 1726879816.06202: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879816.06245: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879816.06249: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0> <<< 5169 1726879816.06279: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879816.06300: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879816.06470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879816.06488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879816.06508: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879816.06514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.06535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879816.06582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879816.06586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879816.06630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879816.06635: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879816.06638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879816.06643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.06685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879816.06693: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879816.06698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879816.06701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879816.06727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879816.06731: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879816.06735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879816.06751: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0> <<< 5169 1726879816.06776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879816.06780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879816.06787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879816.06822: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0> <<< 5169 1726879816.06826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.06854: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879816.06859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879816.06867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0> <<< 5169 1726879816.06891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879816.06908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30> <<< 5169 1726879816.06916: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879816.06933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.06959: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879816.06978: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0> <<< 5169 1726879816.06996: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879816.07001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0> <<< 5169 1726879816.07018: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0> <<< 5169 1726879816.07025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30> <<< 5169 1726879816.07037: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879816.07107: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0> <<< 5169 1726879816.07116: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879816.07134: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80> <<< 5169 1726879816.07171: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879816.07186: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879816.07216: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0> <<< 5169 1726879816.07342: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80> <<< 5169 1726879816.07373: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879816.07377: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879816.07380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879816.07382: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879816.07385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879816.07392: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90> <<< 5169 1726879816.07396: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879816.07424: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740> <<< 5169 1726879816.07453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800> <<< 5169 1726879816.07457: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360> <<< 5169 1726879816.07459: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.07466: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90> <<< 5169 1726879816.07511: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60> <<< 5169 1726879816.07515: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.07520: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20> <<< 5169 1726879816.07526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879816.07557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200> <<< 5169 1726879816.07561: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.07570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879816.07574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879816.07599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610> <<< 5169 1726879816.07602: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60> <<< 5169 1726879816.07625: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310> import 'importlib.machinery' # <<< 5169 1726879816.07654: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20> <<< 5169 1726879816.07659: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510> <<< 5169 1726879816.07685: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879816.07721: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.07725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879816.07792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310> import 'importlib.machinery' # <<< 5169 1726879816.07862: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510> <<< 5169 1726879816.07874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879816.07930: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879816.07940: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0> <<< 5169 1726879816.07948: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350> <<< 5169 1726879816.08005: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879816.08012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710> import 'errno' # <<< 5169 1726879816.08037: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879816.08043: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0> <<< 5169 1726879816.08071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879816.08078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879816.08081: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540> <<< 5169 1726879816.08111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879816.08117: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0> <<< 5169 1726879816.08127: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240> <<< 5169 1726879816.08146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879816.08153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879816.08165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879816.08180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879816.08227: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.08233: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20> <<< 5169 1726879816.08237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.08249: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0> <<< 5169 1726879816.08259: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470> <<< 5169 1726879816.08301: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879816.08334: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0> <<< 5169 1726879816.08340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879816.08371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879816.08377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879816.08388: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20> <<< 5169 1726879816.08451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879816.08515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879816.08519: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0> <<< 5169 1726879816.08552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60> <<< 5169 1726879816.08567: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879816.08570: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879816.08596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.08616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879816.08652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879816.08677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879816.08683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879816.08697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000> <<< 5169 1726879816.08708: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240> <<< 5169 1726879816.08733: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80> <<< 5169 1726879816.08737: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30> <<< 5169 1726879816.08747: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879816.08769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.08781: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879816.08792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879816.08807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879816.08813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.08839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879816.08841: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0> <<< 5169 1726879816.08874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879816.08891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879816.08909: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390> <<< 5169 1726879816.08912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879816.08974: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879816.08979: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879816.09144: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170> <<< 5169 1726879816.09148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879816.09151: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879816.09154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879816.09157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879816.09160: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540> <<< 5169 1726879816.09163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879816.09167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879816.09170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879816.09202: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879816.09222: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0> <<< 5169 1726879816.09240: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910> <<< 5169 1726879816.09243: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879816.09287: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290> <<< 5169 1726879816.09296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879816.09306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879816.09323: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080> <<< 5169 1726879816.09359: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879816.09372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879816.09380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430> <<< 5169 1726879816.09392: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0> <<< 5169 1726879816.09444: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60> <<< 5169 1726879816.09496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879816.09523: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0> <<< 5169 1726879816.09527: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0> <<< 5169 1726879816.09567: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0> <<< 5169 1726879816.09615: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip' <<< 5169 1726879816.09619: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440> <<< 5169 1726879816.09622: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30> <<< 5169 1726879816.09625: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.09737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879816.09763: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.09769: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0> <<< 5169 1726879816.09786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879816.09833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879816.09846: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 5169 1726879816.09905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879816.09929: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 5169 1726879816.09943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40> <<< 5169 1726879816.09949: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879816.09995: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.10026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879816.10029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879816.10082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879816.10139: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30> <<< 5169 1726879816.10145: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0> # zipimport: zlib available <<< 5169 1726879816.10174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879816.10201: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879816.10204: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879816.10234: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0> import '_typing' # <<< 5169 1726879816.10238: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879816.10259: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.10423: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170> <<< 5169 1726879816.10442: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.10452: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 5169 1726879816.10472: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.10481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.10500: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879816.10503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.11774: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.12052: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.13012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879816.13016: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0> <<< 5169 1726879816.13040: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.13073: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879816.13078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879816.13105: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879816.13125: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0> <<< 5169 1726879816.13169: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760> <<< 5169 1726879816.13194: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070> <<< 5169 1726879816.13222: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879816.13279: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960> <<< 5169 1726879816.13301: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879816.13307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50> <<< 5169 1726879816.13342: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.13348: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750> <<< 5169 1726879816.13380: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990> <<< 5169 1726879816.13394: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879816.13400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879816.13421: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879816.13426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879816.13429: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879816.13439: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0> <<< 5169 1726879816.13469: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0> import 'pwd' # <<< 5169 1726879816.13476: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880> <<< 5169 1726879816.13505: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190> <<< 5169 1726879816.13512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879816.13522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879816.13533: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879816.13580: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20> <<< 5169 1726879816.13595: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840> <<< 5169 1726879816.13629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879816.13666: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50> import 'atexit' # <<< 5169 1726879816.13670: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0> <<< 5169 1726879816.13714: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879816.13732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80> <<< 5169 1726879816.13761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879816.13879: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30> import 'pwd' # <<< 5169 1726879816.13886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879816.13890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879816.13905: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10> <<< 5169 1726879816.13913: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0> <<< 5169 1726879816.13930: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0> <<< 5169 1726879816.13950: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879816.13957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879816.13997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879816.14004: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0> <<< 5169 1726879816.14008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879816.14010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879816.14043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879816.14050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879816.14053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879816.14073: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470> <<< 5169 1726879816.14081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0> <<< 5169 1726879816.14098: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879816.14103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879816.14116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879816.14155: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790> <<< 5169 1726879816.14164: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0> <<< 5169 1726879816.14181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879816.14185: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30> <<< 5169 1726879816.14192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879816.14215: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050> <<< 5169 1726879816.14272: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0> <<< 5169 1726879816.14474: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0> <<< 5169 1726879816.14478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879816.14481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879816.14485: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0> <<< 5169 1726879816.14488: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879816.14490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60> <<< 5169 1726879816.14493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60> <<< 5169 1726879816.14499: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879816.14502: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879816.14523: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879816.14560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879816.14612: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0> <<< 5169 1726879816.14632: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250> <<< 5169 1726879816.14648: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700> <<< 5169 1726879816.14657: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879816.14666: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0> <<< 5169 1726879816.14709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.14713: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0> <<< 5169 1726879816.14721: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879816.14733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879816.14768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879816.14771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 5169 1726879816.14773: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0> <<< 5169 1726879816.14775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879816.14803: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.14812: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90> <<< 5169 1726879816.14822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879816.14888: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260> <<< 5169 1726879816.14932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879816.14969: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0> <<< 5169 1726879816.15000: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0> <<< 5169 1726879816.15035: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0> <<< 5169 1726879816.15087: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.15091: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879816.15114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879816.15154: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10> <<< 5169 1726879816.15184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879816.15191: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170> <<< 5169 1726879816.15285: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0> <<< 5169 1726879816.15329: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.15340: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0> <<< 5169 1726879816.15369: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910> <<< 5169 1726879816.15378: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.15402: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30> <<< 5169 1726879816.15409: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0> # zipimport: zlib available # zipimport: zlib available <<< 5169 1726879816.15438: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60> <<< 5169 1726879816.15442: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879816.15457: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0> <<< 5169 1726879816.15462: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0> <<< 5169 1726879816.15484: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879816.15506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879816.15533: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879816.15554: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.15583: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680> <<< 5169 1726879816.15624: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15634: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15647: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 5169 1726879816.15670: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879816.15686: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15744: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.15765: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830> <<< 5169 1726879816.15771: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0> <<< 5169 1726879816.15806: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170> <<< 5169 1726879816.15831: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0> # zipimport: zlib available <<< 5169 1726879816.15869: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879816.15889: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15951: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.15971: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16053: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16071: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16074: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879816.16099: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879816.16107: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 5169 1726879816.16119: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16248: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16379: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16529: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.16991: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17135: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879816.17153: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879816.17160: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879816.17191: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879816.17206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.17257: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0> <<< 5169 1726879816.17343: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879816.17377: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190> <<< 5169 1726879816.17380: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00> <<< 5169 1726879816.17434: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879816.17440: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17472: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17478: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879816.17499: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17593: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879816.17600: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879816.17615: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879816.17640: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879816.17658: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.17705: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980> <<< 5169 1726879816.17801: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879816.17806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879816.17843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879816.17848: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90> <<< 5169 1726879816.17851: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0> # zipimport: zlib available <<< 5169 1726879816.17883: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879816.17894: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17908: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.17951: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879816.17955: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18118: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879816.18299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879816.18314: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850> <<< 5169 1726879816.18324: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18374: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18832: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18874: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.18951: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879816.19042: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19084: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19121: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879816.19128: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19207: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19302: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879816.19343: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19347: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879816.19349: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19357: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19401: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19410: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19435: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879816.19448: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19499: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879816.19502: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19544: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19586: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879816.19597: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19668: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19702: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19763: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879816.19780: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19795: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879816.19814: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19851: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19899: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879816.19902: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.19965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879816.20022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879816.20039: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879816.20109: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860> <<< 5169 1726879816.20120: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20160: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20199: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879816.20291: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879816.20300: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879816.20323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879816.20414: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.20417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879816.20486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879816.20492: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879816.20538: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00><<< 5169 1726879816.20544: stdout chunk (state=3): >>> <<< 5169 1726879816.20585: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0> <<< 5169 1726879816.20612: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20646: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990> # zipimport: zlib available <<< 5169 1726879816.20679: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20700: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20757: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879816.20822: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879816.20825: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879816.20846: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20885: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.20888: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.20957: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879816.21004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.21007: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450> <<< 5169 1726879816.21071: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.21078: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0> <<< 5169 1726879816.21082: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0> <<< 5169 1726879816.21102: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21104: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370> <<< 5169 1726879816.21139: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810> <<< 5169 1726879816.21144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879816.21183: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21186: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879816.21243: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21245: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21285: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21304: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21342: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21345: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21389: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.21415: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879816.21421: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879816.21440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879816.21466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879816.21470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.21511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879816.21534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879816.21552: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00> <<< 5169 1726879816.21558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879816.21598: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70> <<< 5169 1726879816.21624: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10> <<< 5169 1726879816.21630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879816.21641: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21662: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860> <<< 5169 1726879816.21719: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21755: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879816.21792: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.21823: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879816.21892: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879816.21930: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.21932: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879816.21934: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879816.21992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879816.22002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879816.22020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879816.22081: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0> <<< 5169 1726879816.22123: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30> <<< 5169 1726879816.22214: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879816.22225: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.22258: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.22284: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879816.22343: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879816.22347: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.22373: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879816.22397: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.22558: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.23032: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.23153: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.23626: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.23901: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.24390: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.24647: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 5169 1726879816.24654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740> <<< 5169 1726879816.24685: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0> <<< 5169 1726879816.24704: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 5169 1726879816.24711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 5169 1726879816.24729: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 5169 1726879816.24739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 5169 1726879816.24751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 5169 1726879816.24775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0> <<< 5169 1726879816.24794: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80> <<< 5169 1726879816.24804: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 5169 1726879816.24825: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 5169 1726879816.24831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 5169 1726879816.24908: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0> <<< 5169 1726879816.24941: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 5169 1726879816.24976: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 5169 1726879816.25015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 5169 1726879816.25039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 5169 1726879816.25063: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960> <<< 5169 1726879816.25109: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840> <<< 5169 1726879816.25113: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 5169 1726879816.25140: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290> <<< 5169 1726879816.25142: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780> <<< 5169 1726879816.25192: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0> <<< 5169 1726879816.25198: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560> <<< 5169 1726879816.25229: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 5169 1726879816.25253: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 5169 1726879816.25257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 5169 1726879816.25267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 5169 1726879816.25283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830> <<< 5169 1726879816.25298: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 5169 1726879816.25313: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 5169 1726879816.25325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 5169 1726879816.25327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 5169 1726879816.25362: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0> <<< 5169 1726879816.25406: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0> <<< 5169 1726879816.25413: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 5169 1726879816.25423: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60> <<< 5169 1726879816.25427: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 5169 1726879816.25495: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 5169 1726879816.25503: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200> <<< 5169 1726879816.25507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 5169 1726879816.25513: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 5169 1726879816.25516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 5169 1726879816.25519: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 5169 1726879816.25528: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 5169 1726879816.25548: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0> <<< 5169 1726879816.25570: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 5169 1726879816.25608: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80> <<< 5169 1726879816.25612: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0> <<< 5169 1726879816.25708: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010> <<< 5169 1726879816.25712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 5169 1726879816.25720: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 5169 1726879816.25782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0> <<< 5169 1726879816.25785: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 5169 1726879816.25805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 5169 1726879816.25812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 5169 1726879816.25838: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430> <<< 5169 1726879816.25897: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350> <<< 5169 1726879816.25905: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060> <<< 5169 1726879816.25926: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 5169 1726879816.25932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 5169 1726879816.25949: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40> <<< 5169 1726879816.25956: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 5169 1726879816.25994: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0> <<< 5169 1726879816.26000: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 5169 1726879816.26003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 5169 1726879816.26005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 5169 1726879816.26026: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50> <<< 5169 1726879816.26029: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 5169 1726879816.26066: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40> <<< 5169 1726879816.26076: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70> <<< 5169 1726879816.26080: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0> <<< 5169 1726879816.26113: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20> <<< 5169 1726879816.26148: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 5169 1726879816.26153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 5169 1726879816.26175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 5169 1726879816.26194: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 5169 1726879816.26198: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 5169 1726879816.26201: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880> <<< 5169 1726879816.26227: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460> <<< 5169 1726879816.26235: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070> <<< 5169 1726879816.26258: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 5169 1726879816.26275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.26344: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0> <<< 5169 1726879816.26350: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0> <<< 5169 1726879816.26374: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 5169 1726879816.26386: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470> <<< 5169 1726879816.26420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 5169 1726879816.26467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879816.26486: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 5169 1726879816.26524: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0> <<< 5169 1726879816.26528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879816.26535: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0> <<< 5169 1726879816.26574: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640> <<< 5169 1726879816.26611: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0> <<< 5169 1726879816.26625: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670> <<< 5169 1726879816.26662: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 5169 1726879816.26679: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 5169 1726879816.26713: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830> <<< 5169 1726879816.26717: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10> <<< 5169 1726879816.26737: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0> <<< 5169 1726879816.26753: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 5169 1726879816.26757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.26827: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330> <<< 5169 1726879816.26856: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0> <<< 5169 1726879816.26859: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 5169 1726879816.26892: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30> <<< 5169 1726879816.26895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 5169 1726879816.26918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 5169 1726879816.26923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 5169 1726879816.26951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879816.26956: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0> <<< 5169 1726879816.26994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 5169 1726879816.26998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879816.27004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 5169 1726879816.27013: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690> <<< 5169 1726879816.27030: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 5169 1726879816.27035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 5169 1726879816.27073: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 5169 1726879816.27077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 5169 1726879816.27079: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350> <<< 5169 1726879816.27090: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.27102: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 5169 1726879816.27142: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0> <<< 5169 1726879816.27184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 5169 1726879816.27262: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830> <<< 5169 1726879816.27286: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 5169 1726879816.27321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 5169 1726879816.27345: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0> <<< 5169 1726879816.27392: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90> <<< 5169 1726879816.27414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 5169 1726879816.27427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 5169 1726879816.27455: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0> <<< 5169 1726879816.27483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 5169 1726879816.27507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780> <<< 5169 1726879816.27534: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 5169 1726879816.27574: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 5169 1726879816.27594: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 5169 1726879816.27611: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 5169 1726879816.27637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0> <<< 5169 1726879816.27677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 5169 1726879816.27680: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.27743: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920> <<< 5169 1726879816.27782: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 5169 1726879816.27797: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 5169 1726879816.27800: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.27810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 5169 1726879816.27929: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28037: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00> <<< 5169 1726879816.28058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 5169 1726879816.28088: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879816.28091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 5169 1726879816.28109: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28112: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0> <<< 5169 1726879816.28156: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28159: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 5169 1726879816.28210: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28257: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 5169 1726879816.28277: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28353: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28404: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28475: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 5169 1726879816.28567: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879816.28570: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28592: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28623: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28685: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 5169 1726879816.28691: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28825: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.28948: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 5169 1726879816.29045: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879816.29078: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.29108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 5169 1726879816.29115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 5169 1726879816.29140: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 5169 1726879816.29147: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200> <<< 5169 1726879816.29170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879816.29210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879816.29342: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320> <<< 5169 1726879816.29382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879816.29415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879816.29421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 5169 1726879816.29470: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20> <<< 5169 1726879816.29500: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.29506: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0> <<< 5169 1726879816.29538: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450> <<< 5169 1726879816.29593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00> <<< 5169 1726879816.29614: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 5169 1726879816.29620: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 5169 1726879816.29625: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0> <<< 5169 1726879816.29639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879816.29682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879816.29706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 5169 1726879816.29733: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 5169 1726879816.29740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 5169 1726879816.29809: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200> <<< 5169 1726879816.29835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879816.29842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879816.29874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 5169 1726879816.29877: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0> <<< 5169 1726879816.29917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380> <<< 5169 1726879816.29920: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 5169 1726879816.29922: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00> <<< 5169 1726879816.29951: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.29954: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80> <<< 5169 1726879816.29955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 5169 1726879816.29982: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740> <<< 5169 1726879816.29990: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720> <<< 5169 1726879816.30022: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0> <<< 5169 1726879816.30026: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20> <<< 5169 1726879816.30051: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30> <<< 5169 1726879816.30054: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 5169 1726879816.30075: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 5169 1726879816.30132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 5169 1726879816.30189: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.30202: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 5169 1726879816.30227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 5169 1726879816.30315: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 5169 1726879816.30322: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350> <<< 5169 1726879816.30350: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 5169 1726879816.30399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 5169 1726879816.30457: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50> <<< 5169 1726879816.30496: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0> <<< 5169 1726879816.30516: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 5169 1726879816.30607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 5169 1726879816.31143: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 5169 1726879816.31149: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410> <<< 5169 1726879816.31217: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470> <<< 5169 1726879816.31244: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 5169 1726879816.31441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 5169 1726879816.31543: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0> <<< 5169 1726879816.31590: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110> <<< 5169 1726879816.31597: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890> <<< 5169 1726879816.31618: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 5169 1726879816.31667: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0> <<< 5169 1726879816.31676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 5169 1726879816.31682: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 5169 1726879816.31747: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 5169 1726879816.31753: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50> <<< 5169 1726879816.31793: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130> <<< 5169 1726879816.31817: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 5169 1726879816.31879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 5169 1726879816.31881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 5169 1726879816.31975: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110> <<< 5169 1726879816.31984: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30> <<< 5169 1726879816.32014: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320> <<< 5169 1726879816.32045: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 5169 1726879816.32049: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710> <<< 5169 1726879816.32051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 5169 1726879816.32065: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 5169 1726879816.32102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 5169 1726879816.32117: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370> <<< 5169 1726879816.32174: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770> <<< 5169 1726879816.32180: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140> <<< 5169 1726879816.32185: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 5169 1726879816.32200: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00> <<< 5169 1726879816.32220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 5169 1726879816.32334: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 5169 1726879816.32339: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 5169 1726879816.32342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 5169 1726879816.32345: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890> <<< 5169 1726879816.32393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 5169 1726879816.32408: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 5169 1726879816.32469: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0> <<< 5169 1726879816.32472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0> <<< 5169 1726879816.32475: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 5169 1726879816.32500: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 5169 1726879816.32524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 5169 1726879816.32541: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190> <<< 5169 1726879816.32544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0> <<< 5169 1726879816.32579: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.32582: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 5169 1726879816.32624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 5169 1726879816.32650: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 5169 1726879816.32654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 5169 1726879816.32686: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 5169 1726879816.32696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 5169 1726879816.32722: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.32728: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0> <<< 5169 1726879816.32760: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00> <<< 5169 1726879816.32785: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 5169 1726879816.32811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 5169 1726879816.32835: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 5169 1726879816.32841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 5169 1726879816.32869: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0> <<< 5169 1726879816.32910: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 5169 1726879816.32948: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 5169 1726879816.32984: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0> <<< 5169 1726879816.33019: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.33047: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0> <<< 5169 1726879816.33087: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 5169 1726879816.33109: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140> <<< 5169 1726879816.33131: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810> <<< 5169 1726879816.33158: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 5169 1726879816.33179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.33285: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 5169 1726879816.33291: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860> <<< 5169 1726879816.33310: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0> <<< 5169 1726879816.33381: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0> <<< 5169 1726879816.33432: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0> <<< 5169 1726879816.33445: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590> <<< 5169 1726879816.33458: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.33480: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 5169 1726879816.33496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0> <<< 5169 1726879816.33521: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90> <<< 5169 1726879816.33536: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630> <<< 5169 1726879816.33578: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 5169 1726879816.33596: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770> <<< 5169 1726879816.33603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.33629: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0> <<< 5169 1726879816.33656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py <<< 5169 1726879816.33662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20> <<< 5169 1726879816.33697: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 5169 1726879816.33706: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0> <<< 5169 1726879816.33720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 5169 1726879816.33733: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200> <<< 5169 1726879816.33737: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 5169 1726879816.33757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 5169 1726879816.33772: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 5169 1726879816.33801: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10> <<< 5169 1726879816.33808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 5169 1726879816.33825: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440> <<< 5169 1726879816.33855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879816.33859: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110> <<< 5169 1726879816.33920: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 5169 1726879816.33924: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.33961: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 5169 1726879816.33998: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0> <<< 5169 1726879816.34067: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590> <<< 5169 1726879816.34077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 5169 1726879816.34130: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0> <<< 5169 1726879816.34136: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 5169 1726879816.34139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 5169 1726879816.34142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250> <<< 5169 1726879816.34145: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 5169 1726879816.34176: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 5169 1726879816.34182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 5169 1726879816.34204: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 5169 1726879816.34215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170> <<< 5169 1726879816.34240: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 5169 1726879816.34277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879816.34281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879816.34284: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950> <<< 5169 1726879816.34286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 5169 1726879816.34319: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 5169 1726879816.34325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 5169 1726879816.34330: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 5169 1726879816.34335: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0> <<< 5169 1726879816.34363: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0> <<< 5169 1726879816.34382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 5169 1726879816.34394: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.34414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 5169 1726879816.34417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879816.34454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 5169 1726879816.34462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879816.34469: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 5169 1726879816.34551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0> <<< 5169 1726879816.34555: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350> <<< 5169 1726879816.34587: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 5169 1726879816.34642: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 5169 1726879816.34649: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400> <<< 5169 1726879816.34721: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0> <<< 5169 1726879816.34725: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0> <<< 5169 1726879816.34728: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 5169 1726879816.34773: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 5169 1726879816.34809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 5169 1726879816.34813: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.34816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879816.34818: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 5169 1726879816.34825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879816.34834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80> <<< 5169 1726879816.34875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879816.34879: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00> <<< 5169 1726879816.34917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879816.34921: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 5169 1726879816.34943: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20> <<< 5169 1726879816.34947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 5169 1726879816.34950: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080> <<< 5169 1726879816.34952: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0> <<< 5169 1726879816.34983: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0> <<< 5169 1726879816.34988: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0> <<< 5169 1726879816.35020: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0> <<< 5169 1726879816.35030: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160> <<< 5169 1726879816.35038: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0> <<< 5169 1726879816.35045: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 5169 1726879816.35120: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120> <<< 5169 1726879816.35149: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.35230: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20> <<< 5169 1726879816.35234: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40> <<< 5169 1726879816.35301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 5169 1726879816.35306: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 5169 1726879816.35310: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 5169 1726879816.35315: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280> <<< 5169 1726879816.35348: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640> <<< 5169 1726879816.35358: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700> <<< 5169 1726879816.35397: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830> <<< 5169 1726879816.35415: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820> <<< 5169 1726879816.35419: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820> <<< 5169 1726879816.35454: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 5169 1726879816.35457: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 5169 1726879816.35466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 5169 1726879816.35498: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920> <<< 5169 1726879816.35500: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 5169 1726879816.35502: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 5169 1726879816.35503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 5169 1726879816.35505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 5169 1726879816.35578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 5169 1726879816.35582: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410> <<< 5169 1726879816.35603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 5169 1726879816.35622: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540> <<< 5169 1726879816.35645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 5169 1726879816.35652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 5169 1726879816.35656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500> <<< 5169 1726879816.35669: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 5169 1726879816.35692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 5169 1726879816.35762: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0> <<< 5169 1726879816.35769: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0> <<< 5169 1726879816.35780: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 5169 1726879816.35811: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0> <<< 5169 1726879816.35832: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 5169 1726879816.35859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 5169 1726879816.35880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 5169 1726879816.35908: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0> <<< 5169 1726879816.35933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 5169 1726879816.35961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 5169 1726879816.35987: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120> <<< 5169 1726879816.36014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 5169 1726879816.36038: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580> <<< 5169 1726879816.36044: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 5169 1726879816.36092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0> <<< 5169 1726879816.36098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090> <<< 5169 1726879816.36106: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0> <<< 5169 1726879816.36112: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0> <<< 5169 1726879816.36118: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' <<< 5169 1726879816.36135: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50> <<< 5169 1726879816.36158: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0> <<< 5169 1726879816.36160: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 5169 1726879816.36191: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 5169 1726879816.36201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 5169 1726879816.36219: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0> <<< 5169 1726879816.36228: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340> <<< 5169 1726879816.36252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py <<< 5169 1726879816.36258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0> <<< 5169 1726879816.36290: stdout chunk (state=3): >>>import 'gc' # <<< 5169 1726879816.36296: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530> <<< 5169 1726879816.36318: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10> <<< 5169 1726879816.36331: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270> <<< 5169 1726879816.36351: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370> <<< 5169 1726879816.36355: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0> <<< 5169 1726879816.36383: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 5169 1726879816.36395: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 5169 1726879816.36414: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290> <<< 5169 1726879816.36433: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30> <<< 5169 1726879816.36486: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0> <<< 5169 1726879816.36540: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 5169 1726879816.36584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190> <<< 5169 1726879816.36638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600> import 'gc' # <<< 5169 1726879816.36656: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170> <<< 5169 1726879816.36956: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 5169 1726879816.36969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 5169 1726879816.37000: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py <<< 5169 1726879816.37003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0> <<< 5169 1726879816.37034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37069: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 5169 1726879816.37104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 5169 1726879816.37134: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 5169 1726879816.37193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 5169 1726879816.37212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30> <<< 5169 1726879816.37252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 5169 1726879816.37258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 5169 1726879816.37297: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 5169 1726879816.37308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 5169 1726879816.37321: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 5169 1726879816.37325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 5169 1726879816.37332: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37352: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37362: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 5169 1726879816.37401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 5169 1726879816.37433: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 5169 1726879816.37447: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.37465: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700> <<< 5169 1726879816.37493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 5169 1726879816.37530: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.37535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0> <<< 5169 1726879816.37537: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 5169 1726879816.37547: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30> <<< 5169 1726879816.37594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 5169 1726879816.37601: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 5169 1726879816.37629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37704: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 5169 1726879816.37758: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610> <<< 5169 1726879816.37762: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230> <<< 5169 1726879816.37803: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60> <<< 5169 1726879816.37843: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70> <<< 5169 1726879816.37886: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 5169 1726879816.37901: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 5169 1726879816.37936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 5169 1726879816.37940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 5169 1726879816.37943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.37967: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0> <<< 5169 1726879816.37983: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 5169 1726879816.37994: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 5169 1726879816.38006: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0> <<< 5169 1726879816.38024: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 5169 1726879816.38035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 5169 1726879816.38047: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20> <<< 5169 1726879816.38074: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730> <<< 5169 1726879816.38085: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 5169 1726879816.38137: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140> <<< 5169 1726879816.38143: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0> <<< 5169 1726879816.38148: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py <<< 5169 1726879816.38151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0> <<< 5169 1726879816.38177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40> <<< 5169 1726879816.38183: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 5169 1726879816.38253: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 5169 1726879816.38308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 5169 1726879816.38313: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 5169 1726879816.38317: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 5169 1726879816.38378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0> <<< 5169 1726879816.38384: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040> <<< 5169 1726879816.38387: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0> <<< 5169 1726879816.38470: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 5169 1726879816.38491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 5169 1726879816.38495: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 5169 1726879816.38522: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910> <<< 5169 1726879816.38538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 5169 1726879816.38604: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810> <<< 5169 1726879816.38607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 5169 1726879816.38693: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90> <<< 5169 1726879816.38698: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 5169 1726879816.38833: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760> <<< 5169 1726879816.38842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 5169 1726879816.38846: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0> <<< 5169 1726879816.38940: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 5169 1726879816.38949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 5169 1726879816.38959: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0> <<< 5169 1726879816.39028: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0> <<< 5169 1726879816.39038: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 5169 1726879816.39044: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840> <<< 5169 1726879816.39051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 5169 1726879816.39056: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0> <<< 5169 1726879816.39062: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0> <<< 5169 1726879816.39070: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560> <<< 5169 1726879816.39074: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0> <<< 5169 1726879816.39109: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 5169 1726879816.39123: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' <<< 5169 1726879816.39137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0> <<< 5169 1726879816.39155: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 5169 1726879816.39178: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 5169 1726879816.39205: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60> <<< 5169 1726879816.39250: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0> <<< 5169 1726879816.39271: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py <<< 5169 1726879816.39281: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py<<< 5169 1726879816.39302: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260> import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40> <<< 5169 1726879816.39340: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020> <<< 5169 1726879816.39351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 5169 1726879816.39371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 5169 1726879816.39402: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 5169 1726879816.39415: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0> <<< 5169 1726879816.39442: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650> <<< 5169 1726879816.39465: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150> <<< 5169 1726879816.39502: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 5169 1726879816.39508: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0> <<< 5169 1726879816.39544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 5169 1726879816.39574: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 5169 1726879816.39659: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.39696: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0> <<< 5169 1726879816.39703: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 5169 1726879816.39742: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 5169 1726879816.39791: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879816.39855: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660> <<< 5169 1726879816.39912: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 5169 1726879816.39976: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' <<< 5169 1726879816.39993: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330> <<< 5169 1726879816.40001: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.40044: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 5169 1726879816.40048: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80> <<< 5169 1726879816.40055: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010> <<< 5169 1726879816.40080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000> <<< 5169 1726879816.40084: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830> <<< 5169 1726879816.40123: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190> <<< 5169 1726879816.40127: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.40274: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 5169 1726879816.40278: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210><<< 5169 1726879816.40281: stdout chunk (state=3): >>> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740> <<< 5169 1726879816.40291: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010> <<< 5169 1726879816.40355: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 5169 1726879816.40360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py <<< 5169 1726879816.40399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 5169 1726879816.40404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 5169 1726879816.40409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.40413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0> <<< 5169 1726879816.40425: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0> <<< 5169 1726879816.40438: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 5169 1726879816.40453: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.40478: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 5169 1726879816.40521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 5169 1726879816.40538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879816.40542: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 5169 1726879816.40545: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.40586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440> <<< 5169 1726879816.40596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 5169 1726879816.40600: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.40608: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 5169 1726879816.40657: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879816.40681: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 5169 1726879816.40717: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 5169 1726879816.40772: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 5169 1726879816.40805: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 5169 1726879816.40841: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290> <<< 5169 1726879816.40881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 5169 1726879816.40904: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879816.40911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 5169 1726879816.40922: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020> <<< 5169 1726879816.40936: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 5169 1726879816.40959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 5169 1726879816.40983: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' <<< 5169 1726879816.41011: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0> <<< 5169 1726879816.41028: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0> <<< 5169 1726879816.41050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.41054: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0> <<< 5169 1726879816.41072: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 5169 1726879816.41083: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 5169 1726879816.41117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 5169 1726879816.41131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0> <<< 5169 1726879816.41137: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00> <<< 5169 1726879816.41160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00> <<< 5169 1726879816.41183: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.41187: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 5169 1726879816.41208: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 5169 1726879816.41219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 5169 1726879816.41237: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 5169 1726879816.41260: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # <<< 5169 1726879816.41266: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 5169 1726879816.41277: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500> <<< 5169 1726879816.41291: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 5169 1726879816.41313: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 5169 1726879816.41333: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160> <<< 5169 1726879816.41366: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0> <<< 5169 1726879816.41370: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 5169 1726879816.41373: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 5169 1726879816.41391: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 5169 1726879816.41424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0> <<< 5169 1726879816.41451: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0> <<< 5169 1726879816.41483: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 5169 1726879816.41510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 5169 1726879816.41534: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560> <<< 5169 1726879816.41572: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py <<< 5169 1726879816.41604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850> <<< 5169 1726879816.41608: stdout chunk (state=3): >>># destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 5169 1726879816.41701: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0> <<< 5169 1726879816.41706: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330> <<< 5169 1726879816.41710: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580> <<< 5169 1726879816.41724: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.41737: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 5169 1726879816.41746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 5169 1726879816.41774: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 5169 1726879816.41788: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 5169 1726879816.41852: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879816.41856: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0> <<< 5169 1726879816.41871: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140> <<< 5169 1726879816.41886: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 5169 1726879816.41965: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0> <<< 5169 1726879816.42013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 5169 1726879816.42017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920> <<< 5169 1726879816.42036: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860> <<< 5169 1726879817.18355: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} <<< 5169 1726879817.19692: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 5169 1726879817.19718: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879817.20213: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879817.20254: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 5169 1726879817.20258: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} <<< 5169 1726879817.20264: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 5169 1726879817.20283: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 5169 1726879817.20312: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random <<< 5169 1726879817.20341: stdout chunk (state=3): >>># cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters <<< 5169 1726879817.20574: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 5169 1726879817.20578: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 5169 1726879817.20582: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package <<< 5169 1726879817.20585: stdout chunk (state=3): >>># cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache <<< 5169 1726879817.20590: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff <<< 5169 1726879817.21099: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879817.21106: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 5169 1726879817.21110: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879817.21140: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 5169 1726879817.21146: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879817.21162: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 5169 1726879817.21171: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 5169 1726879817.21200: stdout chunk (state=3): >>># destroy selinux <<< 5169 1726879817.21219: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 5169 1726879817.21233: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 5169 1726879817.21274: stdout chunk (state=3): >>># destroy dbus <<< 5169 1726879817.21282: stdout chunk (state=3): >>># destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 5169 1726879817.21321: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 5169 1726879817.21325: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser <<< 5169 1726879817.21347: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 5169 1726879817.21389: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal <<< 5169 1726879817.21393: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 5169 1726879817.21435: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 5169 1726879817.21445: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879817.21454: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo <<< 5169 1726879817.21462: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall <<< 5169 1726879817.21469: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr <<< 5169 1726879817.21518: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging <<< 5169 1726879817.21536: stdout chunk (state=3): >>># destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module <<< 5169 1726879817.21545: stdout chunk (state=3): >>># destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 5169 1726879817.21549: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 5169 1726879817.21557: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 5169 1726879817.21596: stdout chunk (state=3): >>># cleanup[3] wiping glob <<< 5169 1726879817.21601: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 5169 1726879817.21632: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 5169 1726879817.21636: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 5169 1726879817.21681: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client <<< 5169 1726879817.21720: stdout chunk (state=3): >>># destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry <<< 5169 1726879817.21764: stdout chunk (state=3): >>># cleanup[3] wiping email._header_value_parser <<< 5169 1726879817.21769: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 5169 1726879817.21772: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset <<< 5169 1726879817.21817: stdout chunk (state=3): >>># cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 5169 1726879817.21848: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 5169 1726879817.21853: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 5169 1726879817.21874: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime <<< 5169 1726879817.21898: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879817.21935: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 5169 1726879817.21978: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 5169 1726879817.21998: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc <<< 5169 1726879817.22053: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 5169 1726879817.22102: stdout chunk (state=3): >>># cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 5169 1726879817.22190: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 5169 1726879817.22196: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879817.22200: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 5169 1726879817.22204: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 5169 1726879817.22208: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction <<< 5169 1726879817.22211: stdout chunk (state=3): >>># cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove <<< 5169 1726879817.22248: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff <<< 5169 1726879817.22252: stdout chunk (state=3): >>># destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879817.22645: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879817.22647: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879817.22692: stdout chunk (state=3): >>># destroy _weakref <<< 5169 1726879817.22700: stdout chunk (state=3): >>># destroy _thread <<< 5169 1726879817.22795: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879817.22804: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 5169 1726879817.22818: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879817.22828: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 5169 1726879817.22842: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 5169 1726879817.22852: stdout chunk (state=3): >>># destroy _queue <<< 5169 1726879817.22856: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 5169 1726879817.22862: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux <<< 5169 1726879817.22925: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 5169 1726879817.22933: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 5169 1726879817.22939: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps <<< 5169 1726879817.22946: stdout chunk (state=3): >>># destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 5169 1726879817.22949: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 5169 1726879817.23014: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 5169 1726879817.23031: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 5169 1726879817.23035: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal <<< 5169 1726879817.23042: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 5169 1726879817.23049: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 5169 1726879817.23052: stdout chunk (state=3): >>># destroy rpm <<< 5169 1726879817.23130: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group <<< 5169 1726879817.23135: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction <<< 5169 1726879817.23138: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 5169 1726879817.23194: stdout chunk (state=3): >>># destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 5169 1726879817.23249: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 5169 1726879817.23256: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression <<< 5169 1726879817.23261: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy <<< 5169 1726879817.23292: stdout chunk (state=3): >>># destroy _ssl <<< 5169 1726879817.23360: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 5169 1726879817.23368: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser <<< 5169 1726879817.23376: stdout chunk (state=3): >>># destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry <<< 5169 1726879817.23408: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879817.23527: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 5169 1726879817.23533: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879817.23537: stdout chunk (state=3): >>># destroy _sre <<< 5169 1726879817.23541: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 5169 1726879817.23671: stdout chunk (state=3): >>># destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch<<< 5169 1726879817.23676: stdout chunk (state=3): >>> # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 5169 1726879817.23679: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 5169 1726879817.23682: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 5169 1726879817.23685: stdout chunk (state=3): >>># destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879817.23687: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879817.23692: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 5169 1726879817.23722: stdout chunk (state=3): >>># destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879817.24120: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879817.24129: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879817.24162: stdout chunk (state=3): >>># destroy _weakref <<< 5169 1726879817.24176: stdout chunk (state=3): >>># destroy _thread <<< 5169 1726879817.24201: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879817.24210: stdout chunk (state=3): >>># destroy tokenize <<< 5169 1726879817.24234: stdout chunk (state=3): >>># destroy _compat_pickle <<< 5169 1726879817.24261: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 5169 1726879817.24289: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 5169 1726879817.24400: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize <<< 5169 1726879817.24406: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 5169 1726879817.24409: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 5169 1726879817.24426: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 5169 1726879817.24457: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879817.24462: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 5169 1726879817.24467: stderr chunk (state=3): >>><<< 5169 1726879817.24470: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar <<< 5169 1726879817.24475: stdout chunk (state=3): >>># destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 5169 1726879817.24497: stdout chunk (state=3): >>><<< 5169 1726879817.24694: stdout chunk (state=3): >>># destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 5169 1726879817.24709: stdout chunk (state=3): >>># destroy _ssl <<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0>\r\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80>\r\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010>\r\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0>\r\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470>\r\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670>\r\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0>\r\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330>\r\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90>\r\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0>\r\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780>\r\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920>\r\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00>\r\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0>\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.urls\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.respawn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.yumdnf\' # \r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200>\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0>\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630>\r\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110>\r\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc\'\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170>\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0>\r\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600>\r\nimport \'gc\' # \r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610>\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260>\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.expired-pgp-keys\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n# code object from \'/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050>\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860>\r\n\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# destroy _sitebuiltins\r\n# destroy _bz2\r\n# destroy _lzma\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ntpath\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy syslog\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy mimetypes\r\n# destroy netrc\r\n# destroy dbus\r\n# destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n# cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n# cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _weakref\r\n# destroy _thread\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy _queue\r\n# destroy array\r\n# destroy copyreg\r\n# destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves\r\n# destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n# destroy urllib.parse\r\n# destroy fnmatch\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy rpm\r\n# destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n# destroy _ssl\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n# destroy _sre\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879817.25236: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879817.25495: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c67fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c6b2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c465fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4db7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4dbe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4bbaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4b91c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ff740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fe360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4ba060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4fcb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52c800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c4a0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52cb60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c52cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c49ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52d310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c548710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c549e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54acf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54b350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54a240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c54bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c54b4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2bfc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e84a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c2e8950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2bddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2ea000> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2e8c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c52ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c316390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32e540> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3672c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c389a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c3673e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32f1d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c168440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c32d580> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c2eaf30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4f8c32d6a0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vcfwyrvw/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c60c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19cfb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19c170> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c19ff50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1e9af0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9880> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e9190> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1e95e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1c6d50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1ea8a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c1eaae0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c1eaf30> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c054ce0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c056900> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0572c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c058470> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05af30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c05b050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0591f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05ef60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05da30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05d790> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c05fbf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c059700> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a30e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a32c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a4dd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a4b90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0a72f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a54c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0aeb10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a74a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afe30> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afb60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0afef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0a34a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3680> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b8830> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b1df0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c0b3170> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b19d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13c980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d760> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0bbe90> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13d850> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13e8d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4a450> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf4adb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c13f5c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8bf49a00> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf4ae70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfdefc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf57e30> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52f00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bf52d50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0290> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0560> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0cb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe0830> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe15e0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbaea0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfbad80> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532cf0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb9010> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b545820> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b544350> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b532b40> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe22d0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b1880> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5699d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfb8470> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9550> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b35c0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5694f0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1c40> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1640> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe13a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe05c0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8bfe1670> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b9c10> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5b97f0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5ba330> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b5cc4d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a5af0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5baf90> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5a54f0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6780> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7410> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d6ed0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5d7920> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b5dbe00> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4c73e0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f70e0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7200> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27b380> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27ac00> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b27ad80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f7740> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6720> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b4f6d20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2f8770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f8350> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b2fbf50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b2f87d0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b0e7110> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0ac1a0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b160e30> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b0e7710> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b163e00> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b160fe0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8b1a3ef0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b1a0140> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89521190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895205c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b297e90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8953c6b0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523b00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ede0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fcb0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89564590> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89565ac0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953fef0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ec90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953e630> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f895676e0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953f200> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8953ca10> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523110> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f89523830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89523590> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f89521310> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4ce0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7170> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a7950> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a6510> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cc1a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895a4cb0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cdc10> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895cd190> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ccfb0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f08cb0> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2ed20> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f2f080> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f0afc0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f09160> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f081a0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce3f0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce120> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f68c20> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f2fd40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f895ce930> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69280> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69640> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69700> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69820> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88f8c410> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f6a540> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c500> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c5f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f69670> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c7a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88fe01d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fbb5c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88fb9fd0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8df10> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8d370> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8f2f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88f8c290> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8b30> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff8da0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9700> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ff9190> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffa600> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8b27b230> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f8c0b0170> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb0b0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd39e0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88deda60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ded610> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f8c13e870> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dec4d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd3d10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd0a70> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88dd37d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e0afc0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e09b20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e307d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30ad0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30d40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e30fe0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31700> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e31550> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e32ff0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33140> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33350> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e482f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e33b30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e48e90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e492b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49490> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e49760> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a660> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4a8d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4aae0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b6b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4b1d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e70560> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e4be60> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e711f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e714f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72450> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e726f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72870> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb4d0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb260> import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffab40> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88ffb020> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e72de0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e73650> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e981d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e988c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a000> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a0c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88e9a7e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9a660> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcdd0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde000> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde270> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88bde3f0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde210> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bddac0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdcf50> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdc200> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9b740> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e9aff0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99af0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88e99010> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bde570> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdf4d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c710> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c440> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1eb40> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1ffe0> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c1f4a0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1f050> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4d9d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4ce00> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4f500> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c71160> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4e060> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c4dd30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c9b0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1dd90> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c1c560> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88bdfd70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c732f0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c95580> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c960c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96a50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4f88c97bc0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97590> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97230> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c96ed0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f88c97950> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4f888d4860> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879817.26302: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 5169 1726879817.26305: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 5169 1726879817.27500: done with _execute_module (ansible.legacy.dnf, {'name': ['grubby', 'iproute', 'kexec-tools', 'openssh-clients'], 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.802676-5306-157718430906241/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879817.27505: _low_level_execute_command(): starting 5169 1726879817.27509: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.802676-5306-157718430906241/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879817.27518: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879817.27520: stderr chunk (state=3): >>><<< 5169 1726879817.27523: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0>\r\n# zipimport: found 34 names in \'/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'email\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'email.mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc\'\r\nimport \'quopri\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0>\r\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc\'\r\nimport \'email.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc\'\r\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960>\r\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc\'\r\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840>\r\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc\'\r\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780>\r\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0>\r\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0>\r\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60>\r\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200>\r\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970>\r\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc\'\r\nimport \'email._encoded_words\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0>\r\nimport \'email._header_value_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430>\r\nimport \'email.headerregistry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060>\r\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc\'\r\nimport \'email.iterators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0>\r\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0>\r\nimport \'email.contentmanager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50>\r\nimport \'email.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310>\r\nimport \'email.mime.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40>\r\nimport \'email.mime.nonmultipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70>\r\nimport \'email.mime.application\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0>\r\n# /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc\'\r\nimport \'email.mime.multipart\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20>\r\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\r\n# code object from \'/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc\'\r\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460>\r\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070>\r\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'http\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0>\r\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0>\r\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30>\r\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc\'\r\nimport \'mimetypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0>\r\n# /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc\'\r\nimport \'netrc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690>\r\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc\'\r\nimport \'urllib.response\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350>\r\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc\'\r\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830>\r\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\r\n# code object from \'/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc\'\r\nimport \'http.cookiejar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40>\r\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc\'\r\nimport \'gzip\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0>\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.urls\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.respawn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.yumdnf\' # \r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\r\n# code object from \'/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc\'\r\nimport \'email.mime.text\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320>\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830>\r\nimport \'dnf.pycomp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc\'\r\nimport \'dnf.const\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc\'\r\n# extension module \'libdnf._error\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_error.so\'\r\n# extension module \'libdnf._error\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_error.so\'\r\nimport \'libdnf._error\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0>\r\nimport \'libdnf.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc\'\r\n# extension module \'libdnf._common_types\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\'\r\n# extension module \'libdnf._common_types\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_common_types.so\'\r\nimport \'libdnf._common_types\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0>\r\nimport \'libdnf.common_types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc\'\r\n# extension module \'libdnf._conf\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\'\r\n# extension module \'libdnf._conf\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_conf.so\'\r\nimport \'libdnf._conf\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410>\r\nimport \'libdnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc\'\r\n# extension module \'libdnf._module\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_module.so\'\r\n# extension module \'libdnf._module\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_module.so\'\r\nimport \'libdnf._module\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0>\r\nimport \'libdnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc\'\r\n# extension module \'libdnf._repo\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\'\r\n# extension module \'libdnf._repo\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_repo.so\'\r\nimport \'libdnf._repo\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50>\r\nimport \'libdnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc\'\r\n# extension module \'libdnf._transaction\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\'\r\n# extension module \'libdnf._transaction\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_transaction.so\'\r\nimport \'libdnf._transaction\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110>\r\nimport \'libdnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320>\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc\'\r\n# extension module \'libdnf._utils\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\'\r\n# extension module \'libdnf._utils\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_utils.so\'\r\nimport \'libdnf._utils\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370>\r\nimport \'libdnf.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770>\r\nimport \'libdnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc\'\r\n# extension module \'unicodedata\' loaded from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'unicodedata\' executed from \'/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'unicodedata\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890>\r\nimport \'dnf.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.yum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0>\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'dnf.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'rpm._rpm\' loaded from \'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\'\r\n# extension module \'rpm._rpm\' executed from \'/usr/lib64/python3.12/site-packages/rpm/_rpm.so\'\r\nimport \'rpm._rpm\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0>\r\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40>\r\nimport \'rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140>\r\nimport \'dnf.yum.rpmtrans\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70>\r\nimport \'dnf.callback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810>\r\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'hawkey._hawkey\' loaded from \'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\'\r\n# extension module \'hawkey._hawkey\' executed from \'/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so\'\r\nimport \'hawkey._hawkey\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860>\r\nimport \'hawkey\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0>\r\nimport \'dnf.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0>\r\nimport \'dnf.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0>\r\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'libcomps._libpycomps\' loaded from \'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\'\r\n# extension module \'libcomps._libpycomps\' executed from \'/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so\'\r\nimport \'libcomps._libpycomps\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10>\r\nimport \'libcomps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770>\r\nimport \'dnf.comps\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.db\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc\'\r\nimport \'dnf.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440>\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0>\r\nimport \'dnf.yum.misc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750>\r\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc\'\r\nimport \'dnf.db.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440>\r\nimport \'dnf.db.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc\'\r\nimport \'dnf.conf.substitutions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0>\r\nimport \'dnf.conf.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430>\r\nimport \'dnf.conf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250>\r\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc\'\r\nimport \'dnf.lock\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80>\r\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260>\r\nimport \'logging.handlers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400>\r\nimport \'dnf.logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470>\r\nimport \'dnf.repo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0>\r\nimport \'dnf.conf.read\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc\'\r\nimport \'dnf.rpm.transaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60>\r\nimport \'dnf.rpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80>\r\nimport \'dnf.dnssec\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc\'\r\nimport \'dnf.drpm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc\'\r\nimport \'dnf.goal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc\'\r\nimport \'dnf.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnf.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc\'\r\n# extension module \'libdnf._smartcols\' loaded from \'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\'\r\n# extension module \'libdnf._smartcols\' executed from \'/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so\'\r\nimport \'libdnf._smartcols\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0>\r\nimport \'libdnf.smartcols\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc\'\r\nimport \'dnf.selector\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770>\r\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc\'\r\nimport \'dnf.module.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830>\r\nimport \'dnf.module.module_base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc\'\r\nimport \'dnf.persistor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120>\r\nimport \'dnf.plugin\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc\'\r\nimport \'dnf.query\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc\'\r\nimport \'dnf.repodict\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc\'\r\nimport \'dnf.rpm.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0>\r\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc\'\r\nimport \'dnf.rpm.miscutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc\'\r\nimport \'dnf.package\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0>\r\nimport \'dnf.sack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340>\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc\'\r\nimport \'dnf.subject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0>\r\nimport \'gc\' # \r\nimport \'dnf.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530>\r\nimport \'dnf\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'dnfpluginscore\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc\'\r\nimport \'dnf.cli.format\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\r\n# code object from \'/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_curses\' loaded from \'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_curses\' executed from \'/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_curses\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50>\r\nimport \'curses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700>\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0>\r\nimport \'dnf.cli.term\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0>\r\nimport \'dnf.cli.progress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30>\r\nimport \'dnf.cli.output\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'dnf.cli.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc\'\r\nimport \'dnf.cli.option_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230>\r\nimport \'dnf.cli.commands\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.alias\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.autoremove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.check\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.clean\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.repoquery\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0>\r\nimport \'dnf.cli.commands.deplist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.distrosync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.downgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.group\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc\'\r\nimport \'dnf.transaction_sr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0>\r\nimport \'dnf.cli.commands.history\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.makecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.mark\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.reinstall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.remove\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.repolist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc\'\r\nimport \'dnf.match_counter\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860>\r\nimport \'dnf.cli.commands.search\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc\'\r\nimport \'cmd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710>\r\nimport \'dnf.cli.commands.shell\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.updateinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc\'\r\nimport \'dnf.cli.commands.upgrademinimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840>\r\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc\'\r\nimport \'dnf.cli.demand\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0>\r\nimport \'dnf.cli.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620>\r\nimport \'dnf.cli\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0>\r\nimport \'dnf.plugin.dynamic.config_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.expired-pgp-keys\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repomanage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.reposync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.groups_manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.debuginfo-install\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\r\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\r\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\r\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\r\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\r\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930>\r\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\r\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90>\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\r\n# code object from \'/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'xml\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\r\n# code object from \'/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'xml.parsers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330>\r\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\r\n# code object from \'/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc\'\r\n# extension module \'pyexpat\' loaded from \'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'pyexpat\' executed from \'/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'pyexpat\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480>\r\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0>\r\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80>\r\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010>\r\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0>\r\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830>\r\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0>\r\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40>\r\nimport \'dnf.plugin.dynamic.needs_restarting\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.copr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.builddep\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc\'\r\nimport \'dateutil._version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770>\r\nimport \'dateutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\r\n# code object from \'/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc\'\r\nimport \'six\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020>\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc\'\r\nimport \'dateutil._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80>\r\nimport \'dateutil.relativedelta\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc\'\r\nimport \'six.moves\' # \r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc\'\r\nimport \'dateutil.tz._common\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc\'\r\nimport \'dateutil.tz._factories\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400>\r\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc\'\r\n# destroy dateutil.tz.win\r\nimport \'dateutil.tz.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210>\r\nimport \'dateutil.tz\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0>\r\nimport \'dateutil.parser._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40>\r\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc\'\r\nimport \'dateutil.parser.isoparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720>\r\nimport \'dateutil.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0>\r\nimport \'dnf.plugin.dynamic.changelog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.system_upgrade\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.debug\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.download\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repograph\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\r\n# code object from \'/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\r\n# code object from \'/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc\'\r\n# extension module \'_sqlite3\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sqlite3\' executed from \'/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sqlite3\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0>\r\nimport \'sqlite3.dbapi2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0>\r\nimport \'sqlite3\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0>\r\nimport \'dnf.plugin.dynamic.generate_completion_cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repoclosure\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0>\r\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\r\n# code object from \'/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc\'\r\nimport \'dnf.plugin.dynamic.repodiff\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920>\r\n\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}}\r\n# destroy dnf.plugin.dynamic\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing email\r\n# cleanup[2] removing email.mime\r\n# cleanup[2] removing quopri\r\n# cleanup[2] removing email.encoders\r\n# cleanup[2] removing email.errors\r\n# cleanup[2] removing email.quoprimime\r\n# cleanup[2] removing email.base64mime\r\n# cleanup[2] removing email.charset\r\n# cleanup[2] removing email.header\r\n# cleanup[2] removing calendar\r\n# cleanup[2] removing email._parseaddr\r\n# cleanup[2] removing email.utils\r\n# cleanup[2] removing email._policybase\r\n# cleanup[2] removing email._encoded_words\r\n# cleanup[2] removing email._header_value_parser\r\n# cleanup[2] removing email.headerregistry\r\n# cleanup[2] removing email.iterators\r\n# cleanup[2] removing email.message\r\n# cleanup[2] removing email.contentmanager\r\n# cleanup[2] removing email.policy\r\n# cleanup[2] removing email.mime.base\r\n# cleanup[2] removing email.mime.nonmultipart\r\n# cleanup[2] removing email.mime.application\r\n# cleanup[2] removing email.mime.multipart\r\n# cleanup[2] removing email.feedparser\r\n# cleanup[2] removing email.parser\r\n# cleanup[2] removing http\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# cleanup[2] removing http.client\r\n# cleanup[2] removing mimetypes\r\n# cleanup[2] removing netrc\r\n# cleanup[2] removing urllib.response\r\n# cleanup[2] removing urllib.error\r\n# cleanup[2] removing urllib.request\r\n# cleanup[2] removing http.cookiejar\r\n# cleanup[2] removing gzip\r\n# cleanup[2] removing ansible.module_utils.urls\r\n# destroy ansible.module_utils.urls\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.common.respawn\r\n# destroy ansible.module_utils.common.respawn\r\n# cleanup[2] removing ansible.module_utils.yumdnf\r\n# destroy ansible.module_utils.yumdnf\r\n# cleanup[2] removing email.mime.text\r\n# cleanup[2] removing configparser\r\n# destroy configparser\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing dnf.pycomp\r\n# cleanup[2] removing dnf.const\r\n# cleanup[2] removing libdnf._error\r\n# cleanup[2] removing libdnf.error\r\n# cleanup[2] removing libdnf._common_types\r\n# cleanup[2] removing libdnf.common_types\r\n# cleanup[2] removing libdnf._conf\r\n# cleanup[2] removing libdnf.conf\r\n# cleanup[2] removing libdnf._module\r\n# cleanup[2] removing libdnf.module\r\n# cleanup[2] removing libdnf._repo\r\n# cleanup[2] removing libdnf.repo\r\n# cleanup[2] removing libdnf._transaction\r\n# cleanup[2] removing libdnf.transaction\r\n# cleanup[2] removing libdnf._utils\r\n# cleanup[2] removing libdnf.utils\r\n# cleanup[2] removing libdnf\r\n# cleanup[2] removing unicodedata\r\n# cleanup[2] removing dnf.i18n\r\n# cleanup[2] removing dnf.yum\r\n# cleanup[2] removing dnf.transaction\r\n# cleanup[2] removing rpm._rpm\r\n# cleanup[2] removing rpm.transaction\r\n# cleanup[2] removing rpm\r\n# cleanup[2] removing dnf.yum.rpmtrans\r\n# cleanup[2] removing dnf.callback\r\n# cleanup[2] removing hawkey._hawkey\r\n# cleanup[2] removing hawkey\r\n# cleanup[2] removing dnf.util\r\n# cleanup[2] removing dnf.exceptions\r\n# cleanup[2] removing libcomps._libpycomps\r\n# cleanup[2] removing libcomps\r\n# cleanup[2] removing dnf.comps\r\n# cleanup[2] removing dnf.db\r\n# cleanup[2] removing dnf.crypto\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing dnf.yum.misc\r\n# cleanup[2] removing dnf.db.group\r\n# cleanup[2] removing dnf.db.history\r\n# cleanup[2] removing dnf.conf.substitutions\r\n# cleanup[2] removing dnf.conf.config\r\n# cleanup[2] removing dnf.conf\r\n# cleanup[2] removing dnf.lock\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing logging.handlers\r\n# cleanup[2] removing dnf.logging\r\n# cleanup[2] removing dnf.repo\r\n# cleanup[2] removing dnf.conf.read\r\n# cleanup[2] removing dnf.rpm.transaction\r\n# cleanup[2] removing dnf.rpm\r\n# cleanup[2] removing dnf.dnssec\r\n# cleanup[2] removing dnf.drpm\r\n# cleanup[2] removing dnf.goal\r\n# cleanup[2] removing dnf.history\r\n# cleanup[2] removing dnf.module\r\n# cleanup[2] removing libdnf._smartcols\r\n# cleanup[2] removing libdnf.smartcols\r\n# cleanup[2] removing dnf.selector\r\n# cleanup[2] removing dnf.module.exceptions\r\n# cleanup[2] removing dnf.module.module_base\r\n# cleanup[2] removing dnf.persistor\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing dnf.plugin\r\n# cleanup[2] removing dnf.query\r\n# cleanup[2] removing dnf.repodict\r\n# cleanup[2] removing dnf.rpm.connection\r\n# cleanup[2] removing dnf.rpm.miscutils\r\n# cleanup[2] removing dnf.package\r\n# cleanup[2] removing dnf.sack\r\n# cleanup[2] removing dnf.subject\r\n# cleanup[2] removing gc\r\n# cleanup[2] removing dnf.base\r\n# cleanup[2] removing dnf\r\n# cleanup[2] removing dnfpluginscore\r\n# destroy dnfpluginscore\r\n# cleanup[2] removing dnf.cli.format\r\n# cleanup[2] removing _curses\r\n# cleanup[2] removing curses\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing dnf.cli.term\r\n# cleanup[2] removing dnf.cli.progress\r\n# cleanup[2] removing dnf.cli.output\r\n# cleanup[2] removing dnf.cli.aliases\r\n# cleanup[2] removing dnf.cli.option_parser\r\n# cleanup[2] removing dnf.cli.commands\r\n# cleanup[2] removing dnf.cli.commands.alias\r\n# cleanup[2] removing dnf.cli.commands.autoremove\r\n# cleanup[2] removing dnf.cli.commands.check\r\n# cleanup[2] removing dnf.cli.commands.clean\r\n# cleanup[2] removing dnf.cli.commands.repoquery\r\n# cleanup[2] removing dnf.cli.commands.deplist\r\n# cleanup[2] removing dnf.cli.commands.distrosync\r\n# cleanup[2] removing dnf.cli.commands.downgrade\r\n# cleanup[2] removing dnf.cli.commands.group\r\n# cleanup[2] removing dnf.transaction_sr\r\n# cleanup[2] removing dnf.cli.commands.history\r\n# cleanup[2] removing dnf.cli.commands.install\r\n# cleanup[2] removing dnf.cli.commands.makecache\r\n# cleanup[2] removing dnf.cli.commands.mark\r\n# cleanup[2] removing dnf.cli.commands.module\r\n# cleanup[2] removing dnf.cli.commands.reinstall\r\n# cleanup[2] removing dnf.cli.commands.remove\r\n# cleanup[2] removing dnf.cli.commands.repolist\r\n# cleanup[2] removing dnf.match_counter\r\n# cleanup[2] removing dnf.cli.commands.search\r\n# cleanup[2] removing cmd\r\n# cleanup[2] removing dnf.cli.commands.shell\r\n# cleanup[2] removing dnf.cli.commands.swap\r\n# cleanup[2] removing dnf.cli.commands.updateinfo\r\n# cleanup[2] removing dnf.cli.commands.upgrade\r\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\r\n# cleanup[2] removing dnf.cli.demand\r\n# cleanup[2] removing dnf.cli.cli\r\n# cleanup[2] removing dnf.cli\r\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\r\n# destroy dnf.plugin.dynamic.config_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys\r\n# destroy dnf.plugin.dynamic.expired-pgp-keys\r\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\r\n# destroy dnf.plugin.dynamic.repomanage\r\n# cleanup[2] removing dnf.plugin.dynamic.reposync\r\n# destroy dnf.plugin.dynamic.reposync\r\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\r\n# destroy dnf.plugin.dynamic.groups_manager\r\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\r\n# destroy dnf.plugin.dynamic.debuginfo-install\r\n# cleanup[2] removing dbus._compat\r\n# cleanup[2] removing dbus.exceptions\r\n# cleanup[2] removing _dbus_bindings\r\n# cleanup[2] removing dbus.types\r\n# cleanup[2] removing dbus.lowlevel\r\n# cleanup[2] removing xml\r\n# destroy xml\r\n# cleanup[2] removing xml.parsers\r\n# destroy xml.parsers\r\n# cleanup[2] removing pyexpat.errors\r\n# cleanup[2] removing pyexpat.model\r\n# cleanup[2] removing pyexpat\r\n# cleanup[2] removing xml.parsers.expat.model\r\n# cleanup[2] removing xml.parsers.expat.errors\r\n# cleanup[2] removing xml.parsers.expat\r\n# destroy xml.parsers.expat\r\n# cleanup[2] removing dbus._expat_introspect_parser\r\n# cleanup[2] removing dbus.proxies\r\n# cleanup[2] removing dbus.connection\r\n# cleanup[2] removing dbus.bus\r\n# cleanup[2] removing dbus._dbus\r\n# cleanup[2] removing dbus\r\n# cleanup[2] removing dnf.plugin.dynamic.needs_restarting\r\n# destroy dnf.plugin.dynamic.needs_restarting\r\n# cleanup[2] removing dnf.plugin.dynamic.copr\r\n# destroy dnf.plugin.dynamic.copr\r\n# cleanup[2] removing dnf.plugin.dynamic.builddep\r\n# destroy dnf.plugin.dynamic.builddep\r\n# cleanup[2] removing dateutil._version\r\n# cleanup[2] removing dateutil\r\n# cleanup[2] removing six\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing dateutil._common\r\n# cleanup[2] removing dateutil.relativedelta\r\n# cleanup[2] removing six.moves\r\n# cleanup[2] removing dateutil.tz._common\r\n# cleanup[2] removing dateutil.tz._factories\r\n# cleanup[2] removing dateutil.tz.tz\r\n# cleanup[2] removing dateutil.tz\r\n# cleanup[2] removing dateutil.parser._parser\r\n# cleanup[2] removing dateutil.parser.isoparser\r\n# destroy dateutil.parser.isoparser\r\n# cleanup[2] removing dateutil.parser\r\n# cleanup[2] removing dnf.plugin.dynamic.changelog\r\n# destroy dnf.plugin.dynamic.changelog\r\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\r\n# destroy dnf.plugin.dynamic.system_upgrade\r\n# cleanup[2] removing dnf.plugin.dynamic.debug\r\n# destroy dnf.plugin.dynamic.debug\r\n# cleanup[2] removing dnf.plugin.dynamic.download\r\n# destroy dnf.plugin.dynamic.download\r\n# cleanup[2] removing dnf.plugin.dynamic.repograph\r\n# destroy dnf.plugin.dynamic.repograph\r\n# cleanup[2] removing _sqlite3\r\n# cleanup[2] removing sqlite3.dbapi2\r\n# cleanup[2] removing sqlite3\r\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\r\n# destroy dnf.plugin.dynamic.generate_completion_cache\r\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\r\n# destroy dnf.plugin.dynamic.repoclosure\r\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\r\n# destroy dnf.plugin.dynamic.repodiff\r\n# destroy _sitebuiltins\r\n# destroy _bz2\r\n# destroy _lzma\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ntpath\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy syslog\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy mimetypes\r\n# destroy netrc\r\n# destroy dbus\r\n# destroy dbus._compat\r\n# destroy dbus.exceptions\r\n# destroy dbus.types\r\n# destroy dbus.lowlevel\r\n# destroy dbus._expat_introspect_parser\r\n# destroy dbus.proxies\r\n# destroy dbus.connection\r\n# destroy dbus.bus\r\n# destroy dbus._dbus\r\n# destroy pyexpat.errors\r\n# destroy pyexpat.model\r\n# destroy pyexpat\r\n# destroy dateutil\r\n# destroy dateutil._version\r\n# destroy dateutil._common\r\n# destroy dateutil.parser\r\n# destroy dateutil.parser._parser\r\n# destroy dateutil.relativedelta\r\n# destroy six.moves.urllib\r\n# destroy six.moves\r\n# destroy six.moves.urllib_parse\r\n# destroy six.moves.urllib.error\r\n# destroy six.moves.urllib.request\r\n# destroy six.moves.urllib.response\r\n# destroy six.moves.urllib.robotparser\r\n# destroy dateutil.tz._common\r\n# destroy dateutil.tz._factories\r\n# destroy dateutil.tz.tz\r\n# destroy dateutil.tz\r\n# destroy six\r\n# destroy uuid\r\n# destroy systemd.journal\r\n# destroy sqlite3\r\n# destroy sqlite3.dbapi2\r\n# destroy _sqlite3\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping _dbus_bindings\r\n# cleanup[3] wiping dnf.cli\r\n# destroy dnf.cli.format\r\n# destroy dnf.cli.term\r\n# destroy dnf.cli.progress\r\n# destroy dnf.cli.aliases\r\n# destroy dnf.cli.option_parser\r\n# destroy dnf.cli.demand\r\n# destroy dnf.cli.cli\r\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\r\n# cleanup[3] wiping dnf.cli.commands.upgrade\r\n# cleanup[3] wiping dnf.cli.commands.updateinfo\r\n# cleanup[3] wiping dnf.cli.commands.swap\r\n# cleanup[3] wiping dnf.cli.commands.shell\r\n# destroy cmd\r\n# cleanup[3] wiping dnf.cli.commands.search\r\n# cleanup[3] wiping dnf.match_counter\r\n# cleanup[3] wiping dnf.cli.commands.repolist\r\n# cleanup[3] wiping dnf.cli.commands.remove\r\n# cleanup[3] wiping dnf.cli.commands.reinstall\r\n# cleanup[3] wiping dnf.cli.commands.module\r\n# cleanup[3] wiping dnf.cli.commands.mark\r\n# cleanup[3] wiping dnf.cli.commands.makecache\r\n# cleanup[3] wiping dnf.cli.commands.install\r\n# cleanup[3] wiping dnf.cli.commands.history\r\n# cleanup[3] wiping dnf.transaction_sr\r\n# cleanup[3] wiping dnf.cli.commands.group\r\n# cleanup[3] wiping dnf.cli.commands.downgrade\r\n# cleanup[3] wiping dnf.cli.commands.distrosync\r\n# cleanup[3] wiping dnf.cli.commands.deplist\r\n# cleanup[3] wiping dnf.cli.commands.repoquery\r\n# cleanup[3] wiping dnf.cli.commands.clean\r\n# cleanup[3] wiping dnf.cli.commands.check\r\n# cleanup[3] wiping dnf.cli.commands.autoremove\r\n# cleanup[3] wiping dnf.cli.commands.alias\r\n# destroy dnf.cli.commands\r\n# cleanup[3] wiping dnf.cli.output\r\n# cleanup[3] wiping termios\r\n# cleanup[3] wiping curses\r\n# cleanup[3] wiping _curses\r\n# cleanup[3] wiping dnf\r\n# destroy dnf.pycomp\r\n# destroy dnf.const\r\n# destroy dnf.i18n\r\n# destroy dnf.yum\r\n# destroy dnf.yum.rpmtrans\r\n# destroy dnf.transaction\r\n# destroy dnf.callback\r\n# destroy dnf.util\r\n# destroy dnf.exceptions\r\n# destroy dnf.comps\r\n# destroy dnf.db\r\n# destroy dnf.db.group\r\n# destroy dnf.db.history\r\n# destroy dnf.crypto\r\n# destroy dnf.conf\r\n# destroy dnf.conf.substitutions\r\n# destroy dnf.conf.config\r\n# destroy dnf.conf.read\r\n# destroy dnf.lock\r\n# destroy dnf.logging\r\n# destroy dnf.repo\r\n# destroy dnf.rpm\r\n# destroy dnf.dnssec\r\n# destroy dnf.drpm\r\n# destroy dnf.goal\r\n# destroy dnf.history\r\n# destroy dnf.module\r\n# destroy dnf.module.exceptions\r\n# destroy dnf.module.module_base\r\n# destroy dnf.selector\r\n# destroy dnf.persistor\r\n# destroy dnf.plugin\r\n# destroy dnf.query\r\n# destroy dnf.repodict\r\n# destroy dnf.package\r\n# destroy dnf.sack\r\n# destroy dnf.subject\r\n# destroy dnf.base\r\n# destroy dnf.transaction_sr\r\n# destroy dnf.match_counter\r\n# destroy dnf.cli\r\n# cleanup[3] wiping gc\r\n# cleanup[3] wiping dnf.rpm.miscutils\r\n# destroy subprocess\r\n# cleanup[3] wiping dnf.rpm.connection\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping libdnf.smartcols\r\n# cleanup[3] wiping libdnf._smartcols\r\n# cleanup[3] wiping dnf.rpm.transaction\r\n# cleanup[3] wiping logging.handlers\r\n# destroy pickle\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping _compat_pickle\r\n# cleanup[3] wiping dnf.yum.misc\r\n# cleanup[3] wiping glob\r\n# cleanup[3] wiping libcomps\r\n# cleanup[3] wiping libcomps._libpycomps\r\n# cleanup[3] wiping hawkey\r\n# cleanup[3] wiping hawkey._hawkey\r\n# cleanup[3] wiping rpm\r\n# destroy rpm.transaction\r\n# cleanup[3] wiping rpm._rpm\r\n# cleanup[3] wiping unicodedata\r\n# cleanup[3] wiping libdnf\r\n# destroy libdnf.error\r\n# destroy libdnf.common_types\r\n# destroy libdnf.conf\r\n# destroy libdnf.module\r\n# destroy libdnf.repo\r\n# destroy libdnf.transaction\r\n# destroy libdnf.utils\r\n# destroy libdnf.smartcols\r\n# cleanup[3] wiping libdnf._utils\r\n# cleanup[3] wiping libdnf._transaction\r\n# cleanup[3] wiping libdnf._repo\r\n# cleanup[3] wiping libdnf._module\r\n# cleanup[3] wiping libdnf._conf\r\n# cleanup[3] wiping libdnf._common_types\r\n# cleanup[3] wiping libdnf._error\r\n# cleanup[3] wiping queue\r\n# cleanup[3] wiping _queue\r\n# cleanup[3] wiping _heapq\r\n# destroy _heapq\r\n# cleanup[3] wiping email.mime.text\r\n# cleanup[3] wiping gzip\r\n# destroy _compression\r\n# cleanup[3] wiping http.cookiejar\r\n# destroy copy\r\n# cleanup[3] wiping urllib.request\r\n# destroy bisect\r\n# cleanup[3] wiping urllib.error\r\n# cleanup[3] wiping urllib.response\r\n# cleanup[3] wiping http.client\r\n# destroy http\r\n# destroy ssl\r\n# cleanup[3] wiping _ssl\r\n# cleanup[3] wiping email.parser\r\n# cleanup[3] wiping email.feedparser\r\n# cleanup[3] wiping email.mime.multipart\r\n# cleanup[3] wiping email.mime.application\r\n# cleanup[3] wiping email.mime.nonmultipart\r\n# cleanup[3] wiping email.mime.base\r\n# cleanup[3] wiping email.policy\r\n# cleanup[3] wiping email.contentmanager\r\n# cleanup[3] wiping email.message\r\n# destroy quopri\r\n# cleanup[3] wiping email.iterators\r\n# cleanup[3] wiping email.headerregistry\r\n# cleanup[3] wiping email._header_value_parser\r\n# cleanup[3] wiping email._encoded_words\r\n# cleanup[3] wiping email._policybase\r\n# cleanup[3] wiping email.utils\r\n# cleanup[3] wiping email._parseaddr\r\n# cleanup[3] wiping calendar\r\n# cleanup[3] wiping email.header\r\n# cleanup[3] wiping email.charset\r\n# cleanup[3] wiping email.base64mime\r\n# cleanup[3] wiping email.quoprimime\r\n# cleanup[3] wiping email.errors\r\n# cleanup[3] wiping email.encoders\r\n# cleanup[3] wiping email.mime\r\n# destroy email.mime.base\r\n# destroy email.mime.nonmultipart\r\n# destroy email.mime.application\r\n# destroy email.mime.multipart\r\n# destroy email.mime.text\r\n# cleanup[3] wiping email\r\n# destroy email._parseaddr\r\n# destroy email._policybase\r\n# destroy email._encoded_words\r\n# destroy email._header_value_parser\r\n# destroy email.mime\r\n# destroy email.encoders\r\n# destroy email.errors\r\n# destroy email.quoprimime\r\n# destroy email.base64mime\r\n# destroy email.charset\r\n# destroy email.header\r\n# destroy email.utils\r\n# destroy email.headerregistry\r\n# destroy email.iterators\r\n# destroy email.message\r\n# destroy email.contentmanager\r\n# destroy email.policy\r\n# destroy email.feedparser\r\n# destroy email.parser\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping socket\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy logging.handlers\r\n# cleanup[3] wiping string\r\n# cleanup[3] wiping _string\r\n# destroy _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping urllib.parse\r\n# destroy ipaddress\r\n# cleanup[3] wiping urllib\r\n# destroy urllib.response\r\n# destroy urllib.error\r\n# destroy urllib.request\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping zlib\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping base64\r\n# cleanup[3] wiping binascii\r\n# cleanup[3] wiping struct\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy decimal\r\n# destroy _dbus_bindings\r\n# destroy _curses\r\n# destroy libcomps._libpycomps\r\n# destroy hawkey._hawkey\r\n# destroy rpm._rpm\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _weakref\r\n# destroy _thread\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy _sha2\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _compat_pickle\r\n# destroy libdnf._error\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy _queue\r\n# destroy array\r\n# destroy copyreg\r\n# destroy _pickle\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves\r\n# destroy gzip\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# destroy unicodedata\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy email\r\n# destroy queue\r\n# destroy shlex\r\n# destroy pwd\r\n# destroy gettext\r\n# destroy libcomps\r\n# destroy urllib\r\n# destroy dnf.rpm.transaction\r\n# destroy dnf.rpm.connection\r\n# destroy dnf.rpm.miscutils\r\n# destroy hashlib\r\n# destroy json\r\n# destroy importlib\r\n# destroy inspect\r\n# destroy gc\r\n# destroy math\r\n# destroy shutil\r\n# destroy zlib\r\n# destroy urllib.parse\r\n# destroy fnmatch\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy calendar\r\n# destroy dnf.yum.misc\r\n# destroy glob\r\n# destroy curses\r\n# destroy struct\r\n# destroy termios\r\n# destroy argparse\r\n# destroy dnf.cli.commands.alias\r\n# destroy dnf.cli.commands.autoremove\r\n# destroy dnf.cli.commands.check\r\n# destroy dnf.cli.commands.clean\r\n# destroy dnf.cli.commands.repoquery\r\n# destroy dnf.cli.commands.deplist\r\n# destroy dnf.cli.commands.distrosync\r\n# destroy dnf.cli.commands.downgrade\r\n# destroy dnf.cli.commands.group\r\n# destroy dnf.cli.commands.history\r\n# destroy dnf.cli.commands.install\r\n# destroy dnf.cli.commands.makecache\r\n# destroy dnf.cli.commands.mark\r\n# destroy dnf.cli.commands.module\r\n# destroy dnf.cli.commands.reinstall\r\n# destroy dnf.cli.commands.remove\r\n# destroy dnf.cli.commands.repolist\r\n# destroy dnf.cli.commands.search\r\n# destroy dnf.cli.commands.shell\r\n# destroy dnf.cli.commands.swap\r\n# destroy dnf.cli.commands.updateinfo\r\n# destroy dnf.cli.commands.upgrade\r\n# destroy dnf.cli.commands.upgrademinimal\r\n# destroy datetime\r\n# destroy logging\r\n# destroy operator\r\n# destroy random\r\n# destroy hawkey\r\n# destroy dnf.cli.output\r\n# destroy dnf\r\n# destroy rpm\r\n# destroy itertools\r\n# destroy functools\r\n# destroy locale\r\n# destroy signal\r\n# destroy threading\r\n# destroy contextlib\r\n# destroy time\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy select\r\n# destroy selectors\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy collections\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy binascii\r\n# destroy http.client\r\n# destroy http.cookiejar\r\n# destroy socket\r\n# destroy base64\r\n# destroy errno\r\n# destroy warnings\r\n# destroy string\r\n# destroy _ssl\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n# destroy _sre\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879817.27912: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.27916: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.28176: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c648fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c64c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6295fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630b7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c630be30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ebaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62e91c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632f740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632e360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ea060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c632cb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635c800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62d0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635cb60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c635cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c62ced20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635d310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6378710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6379e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637acf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637b350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637a240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c637bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c637b4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c610bc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6134920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6109dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6135ee0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6134b60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c635ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6162240> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617a3f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61d9910> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c61b7290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c617b080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fb82c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6179430> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6136de0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f05c61798b0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fqgzvhfk/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6011f40> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fe8e30> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5fbbfb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5febdd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c60359d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035760> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6035070> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c60354c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6012960> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036750> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c6036990> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c6036ed0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea0c20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea2840> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea3f80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea6e10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ea6f30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea50d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eaacc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea9790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea94f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eabdd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ea55e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eeede0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eeef60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef0b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef0920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef30b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef1250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efa8d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5ef3260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efb8c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5ef80e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efbaa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5eef260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5eff170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f043b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd910> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5efecc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5efd5b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5f883b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f89190> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f07b00> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f892b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8b860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95d00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d96690> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5f8a990> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c5d95370> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d96810> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ab10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5da0860> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9f9e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5d9e750> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f740> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2f9b0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2c3e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ff80> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ccb0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06960> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06840> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5332780> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e04ad0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53452b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5333200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d970> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b12e0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5369430> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e06060> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b8dd0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b30b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5368f50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2d310> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cd40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2ca70> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2fad0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5e2cc20> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9460> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9070> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53b9bb0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c53c0830> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a19d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53bac30> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53a14c0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6690> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7350> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d6de0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c53d7830> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c539bd40> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52c61b0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7200> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7320> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507b4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507ad20> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c507aed0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f7830> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6450> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6f00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c50f89e0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f85c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c51242c0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8b30> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4ef3410> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c5124470> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f68fb0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4ef3890> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c4f6bf50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4f69130> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3374110> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c4fac320> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3375370> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3374770> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c50f8140> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3394890> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377ce0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396fc0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3397ec0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bc7a0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bdc40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33bc140> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396e70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3396810> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c33bf860> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33973e0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3394bf0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33772f0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c3377a10> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3377770> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33754f0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8f20> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fb440> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fbbf0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33fa750> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3424440> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c33f8ef0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425eb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425430> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425250> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50f80> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7eff0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d7f350> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d53260> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d51400> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d50470> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34266c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c34263f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db4e60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2d7ff80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3426c00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5490> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db57f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db58b0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db59d0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ddc5c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db66f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc770> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc830> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2db5820> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddc920> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2e2c3e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e077d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e061e0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde120> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddd580> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ddf500> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2dde090> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44ce0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e44f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e458b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e45340> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e467b0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c507b530> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c52f6270> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e471d0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1bb30> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2c39b50> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c39700> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2d514c0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c385c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1be30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c18bc0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c1b8f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c57230> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c55d60> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ca10> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7ccb0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7cf20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d1c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d8e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7d730> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f140> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f320> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7f500> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c944a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c7fce0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95040> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95460> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c95910> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96810> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96a80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c96c90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c973b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbc710> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2c97f50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbd670> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe5d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe840> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbe9f0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e47620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e473b0> import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2e46c60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/expired-pgp-keys.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/expired-pgp-keys.cpython-312.pyc' import 'dnf.plugin.dynamic.expired-pgp-keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c3425e20> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbef60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2cbf7d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4350> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce4a40> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6150> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce6210> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2ce6930> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce67b0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28e90> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a0c0> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a330> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a2a480> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2a2d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29b80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a29010> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a282c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7830> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce70b0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5c40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce5190> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a28f50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ce7530> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68770> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a684a0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6abd0> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a8c290> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2a6b500> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6b020> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99b80> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a98fb0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9af00> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abd400> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a9a210> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a99ee0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a68a40> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a6a720> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a687a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2a2bdd0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2abf560> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2add850> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2ade330> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adecc0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05c2adfdd0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf7d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf140> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2adf4d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05c2720920> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "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}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879817.30491: done with _execute_module (ansible.legacy.dnf, {'name': ['grubby', 'iproute', 'kexec-tools', 'openssh-clients'], 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879815.7942295-5305-17810817927687/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879817.30495: _low_level_execute_command(): starting 5169 1726879817.30498: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879815.7942295-5305-17810817927687/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879817.30507: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879817.30510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879817.30513: stderr chunk (state=3): >>><<< 5169 1726879817.30516: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.30522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.30530: handler run complete 5169 1726879817.30533: attempt loop complete, returning result 5169 1726879817.30536: _execute() done 5169 1726879817.30539: dumping result to json 5169 1726879817.30541: done dumping result, returning 5169 1726879817.30544: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Install required packages [0229e9c9-8e59-8f9b-2ddb-000000000046] 5169 1726879817.30547: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.30550: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879817.30639: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879817.30643: WORKER PROCESS EXITING 5169 1726879817.30646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879817.30649: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879817.30652: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879817.30654: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 5169 1726879817.30657: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.30660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do 5169 1726879817.31716: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.31769: stderr chunk (state=3): >>><<< 5169 1726879817.31773: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.31794: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.31798: handler run complete 5169 1726879817.31971: attempt loop complete, returning result 5169 1726879817.31976: _execute() done 5169 1726879817.31979: dumping result to json 5169 1726879817.31982: done dumping result, returning 5169 1726879817.31986: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Install required packages [0229e9c9-8e59-8f9b-2ddb-000000000046] 5169 1726879817.31989: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879817.32045: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000046 5169 1726879817.32049: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do 5169 1726879817.32125: no more pending results, returning what we have 5169 1726879817.32129: results queue empty 5169 1726879817.32130: checking for any_errors_fatal 5169 1726879817.32136: done checking for any_errors_fatal 5169 1726879817.32137: checking for max_fail_percentage 5169 1726879817.32139: done checking for max_fail_percentage 5169 1726879817.32140: checking to see if all hosts have failed and the running result is not ok 5169 1726879817.32141: done checking to see if all hosts have failed 5169 1726879817.32142: getting the remaining hosts for this loop 5169 1726879817.32143: done getting the remaining hosts for this loop 5169 1726879817.32147: getting the next task for host managed_node2 5169 1726879817.32153: done getting next task for host managed_node2 5169 1726879817.32156: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 5169 1726879817.32159: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879817.32161: getting the next task for host managed_node3 5169 1726879817.32163: done getting next task for host managed_node3 5169 1726879817.32167: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 5169 1726879817.32168: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879817.32193: getting variables 5169 1726879817.32194: in VariableManager get_vars() 5169 1726879817.32225: Calling all_inventory to load vars for managed_node2 5169 1726879817.32228: Calling groups_inventory to load vars for managed_node2 5169 1726879817.32230: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879817.32240: Calling all_plugins_play to load vars for managed_node2 5169 1726879817.32242: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879817.32245: Calling groups_plugins_play to load vars for managed_node2 5169 1726879817.32422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879817.32690: done with get_vars() 5169 1726879817.32705: done getting variables 5169 1726879817.32808: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Friday 20 September 2024 20:50:17 -0400 (0:00:01.628) 0:00:14.964 ****** 5169 1726879817.32832: entering _queue_task() for managed_node2/service 5169 1726879817.32834: Creating lock for service 5169 1726879817.33116: worker is 1 (out of 3 available) 5169 1726879817.33129: exiting _queue_task() for managed_node2/service 5169 1726879817.33170: getting variables 5169 1726879817.33172: in VariableManager get_vars() 5169 1726879817.33259: Calling all_inventory to load vars for managed_node3 5169 1726879817.33266: Calling groups_inventory to load vars for managed_node3 5169 1726879817.33268: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879817.33287: Calling all_plugins_play to load vars for managed_node3 5169 1726879817.33295: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879817.33300: Calling groups_plugins_play to load vars for managed_node3 5169 1726879817.33569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879817.33828: done with get_vars() 5169 1726879817.33840: done getting variables 5169 1726879817.33940: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 5169 1726879817.33945: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000047 5169 1726879817.33948: variable 'ansible_search_path' from source: unknown 5169 1726879817.33950: variable 'ansible_search_path' from source: unknown 5169 1726879817.33953: calling self._execute() 5169 1726879817.33956: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879817.33958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879817.33962: variable 'omit' from source: magic vars 5169 1726879817.33967: variable 'omit' from source: magic vars 5169 1726879817.33969: variable 'omit' from source: magic vars 5169 1726879817.33972: variable 'omit' from source: magic vars 5169 1726879817.33974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879817.33990: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879817.34001: entering _queue_task() for managed_node3/service 5169 1726879817.34584: worker is 2 (out of 3 available) 5169 1726879817.34270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879817.34634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879817.34640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879817.34644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879817.34647: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879817.34650: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879817.34653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879817.34656: Set connection var ansible_timeout to 10 5169 1726879817.34661: Set connection var ansible_shell_executable to /bin/sh 5169 1726879817.34666: Set connection var ansible_connection to ssh 5169 1726879817.34668: Set connection var ansible_shell_type to sh 5169 1726879817.34671: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879817.34673: Set connection var ansible_pipelining to False 5169 1726879817.34676: variable 'ansible_shell_executable' from source: unknown 5169 1726879817.34679: variable 'ansible_connection' from source: unknown 5169 1726879817.34681: variable 'ansible_module_compression' from source: unknown 5169 1726879817.34684: variable 'ansible_shell_type' from source: unknown 5169 1726879817.34687: variable 'ansible_shell_executable' from source: unknown 5169 1726879817.34689: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879817.34693: variable 'ansible_pipelining' from source: unknown 5169 1726879817.34695: variable 'ansible_timeout' from source: unknown 5169 1726879817.34698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879817.34702: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879817.34705: variable 'omit' from source: magic vars 5169 1726879817.34597: exiting _queue_task() for managed_node3/service 5169 1726879817.34729: done queuing things up, now waiting for results queue to drain 5169 1726879817.34731: waiting for pending results... 5169 1726879817.34716: starting attempt loop 5169 1726879817.34739: running the handler 5169 1726879817.34742: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879817.34867: _low_level_execute_command(): starting 5169 1726879817.34937: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879817.35011: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled 5169 1726879817.35136: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000047 5169 1726879817.35168: variable 'ansible_search_path' from source: unknown 5169 1726879817.35180: variable 'ansible_search_path' from source: unknown 5169 1726879817.35222: calling self._execute() 5169 1726879817.35375: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879817.35379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879817.35382: variable 'omit' from source: magic vars 5169 1726879817.35546: variable 'omit' from source: magic vars 5169 1726879817.35617: variable 'omit' from source: magic vars 5169 1726879817.35626: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.35638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879817.35650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.35668: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879817.35702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879817.35706: variable 'omit' from source: magic vars 5169 1726879817.35709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 <<< 5169 1726879817.35712: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879817.35715: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879817.35718: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879817.35737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879817.35740: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879817.35812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879817.35818: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.35833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879817.35843: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879817.35850: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879817.35922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.35930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879817.35933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.35941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879817.35944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879817.35946: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.36032: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879817.36036: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879817.36038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879817.36100: Set connection var ansible_timeout to 10 5169 1726879817.36106: Set connection var ansible_shell_executable to /bin/sh 5169 1726879817.36109: Set connection var ansible_connection to ssh 5169 1726879817.36115: Set connection var ansible_shell_type to sh 5169 1726879817.36122: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879817.36128: Set connection var ansible_pipelining to False 5169 1726879817.36151: variable 'ansible_shell_executable' from source: unknown 5169 1726879817.36154: variable 'ansible_connection' from source: unknown 5169 1726879817.36157: variable 'ansible_module_compression' from source: unknown 5169 1726879817.36160: variable 'ansible_shell_type' from source: unknown 5169 1726879817.36162: variable 'ansible_shell_executable' from source: unknown 5169 1726879817.36166: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879817.36249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.36258: variable 'ansible_pipelining' from source: unknown 5169 1726879817.36261: variable 'ansible_timeout' from source: unknown 5169 1726879817.36265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879817.36387: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879817.36406: variable 'omit' from source: magic vars 5169 1726879817.36409: starting attempt loop 5169 1726879817.36412: running the handler 5169 1726879817.36571: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879817.36670: _low_level_execute_command(): starting 5169 1726879817.36684: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879817.37215: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.37220: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879817.37226: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879817.37230: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.37269: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879817.37280: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.37295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.37314: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.37343: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.37590: stdout chunk (state=3): >>>/root <<< 5169 1726879817.37682: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.37737: stderr chunk (state=3): >>><<< 5169 1726879817.37739: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.37779: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.37783: _low_level_execute_command(): starting 5169 1726879817.37786: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `" && echo ansible-tmp-1726879817.377576-5327-244306817397423="` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `" && echo ansible-tmp-1726879817.377576-5327-244306817397423="` echo /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 `" ) && sleep 0'"'"'' 5169 1726879817.38355: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.38407: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879817.38419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879817.38422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.38425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.38428: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.38478: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879817.38483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.38485: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.38529: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.39061: stdout chunk (state=3): >>>/root <<< 5169 1726879817.39174: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.39229: stderr chunk (state=3): >>><<< 5169 1726879817.39232: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.39382: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.39386: _low_level_execute_command(): starting 5169 1726879817.39389: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `" && echo ansible-tmp-1726879817.3926616-5328-252203282957806="` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `" && echo ansible-tmp-1726879817.3926616-5328-252203282957806="` echo /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 `" ) && sleep 0'"'"'' 5169 1726879817.39861: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.39878: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879817.39891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879817.39905: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.39916: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.39993: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879817.39998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.40001: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879817.40003: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879817.40029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.40435: stdout chunk (state=3): >>>ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 <<< 5169 1726879817.40551: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.40607: stderr chunk (state=3): >>><<< 5169 1726879817.40610: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.40775: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879817.377576-5327-244306817397423=/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.40780: variable 'ansible_module_compression' from source: unknown 5169 1726879817.40784: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 5169 1726879817.40787: ANSIBALLZ: Acquiring lock 5169 1726879817.40792: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879817.40795: ANSIBALLZ: Creating module 5169 1726879817.41946: stdout chunk (state=3): >>>ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 <<< 5169 1726879817.42159: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.42163: stdout chunk (state=3): >>><<< 5169 1726879817.42168: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.42315: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879817.3926616-5328-252203282957806=/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.42319: variable 'ansible_module_compression' from source: unknown 5169 1726879817.42322: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 5169 1726879817.42325: ANSIBALLZ: Acquiring lock 5169 1726879817.61521: ANSIBALLZ: Writing module into payload 5169 1726879817.61639: ANSIBALLZ: Writing module 5169 1726879817.61662: ANSIBALLZ: Renaming module 5169 1726879817.61670: ANSIBALLZ: Done creating module 5169 1726879817.61692: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879817.61697: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879817.61872: ANSIBALLZ: Reading module after lock 5169 1726879817.61876: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py 5169 1726879817.61882: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 TO /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py 5169 1726879817.62031: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 TO /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py 5169 1726879817.62145: Sending initial data 5169 1726879817.62148: Sent initial data (153 bytes) <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879817.62422: Sending initial data 5169 1726879817.62426: Sent initial data (154 bytes) 5169 1726879817.62762: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.62871: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.63002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879817.63006: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879817.63009: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879817.63012: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 5169 1726879817.63014: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879817.63017: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879817.63019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.63138: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.63163: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879817.63186: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.63227: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.63276: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.64673: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879817.64706: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879817.64746: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879817.64749: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879817.64751: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py <<< 5169 1726879817.64787: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88" to remote "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py" <<< 5169 1726879817.64791: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py M:0x001a <<< 5169 1726879817.64936: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 5169 1726879817.64950: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 5169 1726879817.64968: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 5169 1726879817.64983: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 5169 1726879817.65001: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879817.65061: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879817.65127: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879817.65156: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py <<< 5169 1726879817.65407: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6" to remote "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py M:0x001a <<< 5169 1726879817.65780: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879817.66023: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 5169 1726879817.66031: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30646 <<< 5169 1726879817.66193: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 30646 bytes at 261120 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879817.66267: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879817.66327: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.66370: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120 <<< 5169 1726879817.66449: stderr chunk (state=3): >>><<< 5169 1726879817.66475: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxkbq8o88" to remote "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30646\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 30646 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879817.66582: done transferring module to remote 5169 1726879817.66586: _low_level_execute_command(): starting 5169 1726879817.66588: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'"'"'' 5169 1726879817.66889: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 261120 bytes at 0 <<< 5169 1726879817.66898: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30647 <<< 5169 1726879817.67199: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 7 30647 bytes at 261120 <<< 5169 1726879817.67203: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879817.67240: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879817.67381: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.67396: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.67419: stderr chunk (state=3): >>><<< 5169 1726879817.67423: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy8hmrnv6" to remote "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:261120\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 261120 bytes at 0\r\ndebug3: Sent message SSH2_FXP_WRITE I:7 O:261120 S:30647\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 7 30647 bytes at 261120\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879817.67463: done transferring module to remote 5169 1726879817.67482: _low_level_execute_command(): starting 5169 1726879817.67488: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879817.67526: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.67552: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.67568: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.67624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'"'"'' 5169 1726879817.68161: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.68215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879817.68218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879817.68221: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879817.68224: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.68227: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879817.68229: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.68282: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879817.68291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.68295: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.68329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.69398: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.69443: stderr chunk (state=3): >>><<< 5169 1726879817.69446: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.69472: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.69476: _low_level_execute_command(): starting 5169 1726879817.69579: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/AnsiballZ_systemd.py && sleep 0'"'"'' 5169 1726879817.70074: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.70078: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879817.70081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.70084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration <<< 5169 1726879817.70086: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879817.70092: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.70173: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879817.70177: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879817.70222: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.70226: stderr chunk (state=3): >>><<< 5169 1726879817.70248: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879817.70257: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879817.70261: _low_level_execute_command(): starting 5169 1726879817.70263: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/AnsiballZ_systemd.py && sleep 0'"'"'' 5169 1726879817.70496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.70818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879817.70875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879817.70879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.70881: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879817.70884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.70887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879817.70889: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879817.70892: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879817.70941: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879817.70946: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879817.70949: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879817.70991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879817.72717: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879817.72751: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879817.72785: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879817.72793: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879817.72858: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879817.72863: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879817.72914: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879817.72940: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879817.72967: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879817.72992: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879817.73033: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.73072: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879817.73075: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879817.73111: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879817.73141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30> <<< 5169 1726879817.73194: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879817.73197: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0> <<< 5169 1726879817.73243: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 5169 1726879817.73264: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879817.73274: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879817.73294: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879817.73298: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879817.73302: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879817.73380: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879817.73382: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879817.73408: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879817.73433: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879817.73474: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 5169 1726879817.73482: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879817.73502: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879817.73509: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879817.73554: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879817.73558: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879817.73562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879817.73567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.73582: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879817.73601: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190> <<< 5169 1726879817.73605: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879817.73640: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.73645: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879817.73648: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0> <<< 5169 1726879817.73668: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879817.73671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30> <<< 5169 1726879817.73703: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879817.73708: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0> <<< 5169 1726879817.73732: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879817.73758: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879817.73766: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879817.73780: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879817.73816: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879817.73909: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879817.73939: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879817.73954: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879817.73991: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879817.74008: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 5169 1726879817.74040: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879817.74076: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879817.74080: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879817.74137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190> <<< 5169 1726879817.74182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879817.74191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.74227: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0> import 'site' # <<< 5169 1726879817.74231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879817.74249: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879817.74285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879817.74321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0> <<< 5169 1726879817.74343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879817.74361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879817.74387: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879817.74429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.74452: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879817.74481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879817.74500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0> <<< 5169 1726879817.74513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30> <<< 5169 1726879817.74527: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879817.74583: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0> <<< 5169 1726879817.74591: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879817.74626: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0> <<< 5169 1726879817.74642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879817.74655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879817.74682: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879817.74685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.74711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879817.74722: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80> <<< 5169 1726879817.74746: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879817.74774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879817.74781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879817.74785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879817.74810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879817.74827: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879817.74845: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0> <<< 5169 1726879817.74849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879817.74875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879817.74905: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0> <<< 5169 1726879817.74913: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360> <<< 5169 1726879817.74922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879817.74925: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060> <<< 5169 1726879817.74971: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90> <<< 5169 1726879817.74980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879817.75173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879817.75180: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879817.75187: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.75195: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20> <<< 5169 1726879817.75199: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.75202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879817.75208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879817.75230: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0> import 'importlib.machinery' # <<< 5169 1726879817.75237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0> <<< 5169 1726879817.75332: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879817.75336: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0> <<< 5169 1726879817.75339: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879817.75437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0> <<< 5169 1726879817.75441: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.75490: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879817.75498: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879817.75506: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360> <<< 5169 1726879817.75523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90> <<< 5169 1726879817.75538: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90> <<< 5169 1726879817.75542: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.75586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200> <<< 5169 1726879817.75618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879817.75630: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879817.75650: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0> <<< 5169 1726879817.75682: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.75725: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.75750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879817.75797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879817.75847: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0> import 'importlib.machinery' # <<< 5169 1726879817.75882: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0> import 'importlib.util' # <<< 5169 1726879817.75926: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740> <<< 5169 1726879817.75935: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920> <<< 5169 1726879817.75958: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879817.75979: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0> import 'errno' # <<< 5169 1726879817.76006: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.76027: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20> <<< 5169 1726879817.76106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879817.76114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879817.76119: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40> <<< 5169 1726879817.76122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90> <<< 5169 1726879817.76166: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0> <<< 5169 1726879817.76194: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879817.76198: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210> <<< 5169 1726879817.76201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879817.76221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.76246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879817.76252: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0> <<< 5169 1726879817.76285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879817.76316: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879817.76320: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0> <<< 5169 1726879817.76385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879817.76394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879817.76397: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879817.76400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879817.76402: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20> <<< 5169 1726879817.76498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879817.76502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879817.76518: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740> <<< 5169 1726879817.76538: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0> <<< 5169 1726879817.76545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879817.76585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879817.76611: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879817.76703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879817.76708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879817.76756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879817.76760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00> <<< 5169 1726879817.76786: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879817.76810: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0> <<< 5169 1726879817.76816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.76838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879817.76880: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320> <<< 5169 1726879817.76887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879817.76958: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0> <<< 5169 1726879817.76968: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0> <<< 5169 1726879817.76993: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0> <<< 5169 1726879817.76997: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879817.77017: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40> <<< 5169 1726879817.77043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879817.77094: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450> <<< 5169 1726879817.77143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879817.77146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879817.77199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850> <<< 5169 1726879817.77229: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879817.77233: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200> <<< 5169 1726879817.77250: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879817.77283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879817.77293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879817.77326: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip' <<< 5169 1726879817.77341: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879817.77430: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0> <<< 5169 1726879817.77477: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879817.77514: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320> <<< 5169 1726879817.77553: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0> <<< 5169 1726879817.77566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879817.77592: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0> <<< 5169 1726879817.77607: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40> <<< 5169 1726879817.77620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879817.77651: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0> <<< 5169 1726879817.77671: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879817.77775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879817.77796: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850> <<< 5169 1726879817.77860: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50> <<< 5169 1726879817.77877: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77893: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879817.77902: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77922: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77938: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77946: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879817.77970: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.77982: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip' <<< 5169 1726879817.77991: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.78128: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.78161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879817.78168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879817.78206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879817.78279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879817.78313: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0> <<< 5169 1726879817.78319: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879817.78523: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50> <<< 5169 1726879817.78563: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 5169 1726879817.78570: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.78585: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.78612: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879817.78626: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.79483: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.80148: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.80715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879817.80723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30> <<< 5169 1726879817.80745: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.80776: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879817.80803: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879817.80831: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910> <<< 5169 1726879817.80873: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0> <<< 5169 1726879817.80896: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0> <<< 5169 1726879817.80921: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879817.80925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879817.80969: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60> <<< 5169 1726879817.80984: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879817.81008: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.81017: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660> <<< 5169 1726879817.81037: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0> <<< 5169 1726879817.81057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879817.81100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879817.81113: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879817.81158: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0> <<< 5169 1726879817.81167: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879817.81186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879817.81215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879817.81252: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30> <<< 5169 1726879817.81299: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750> <<< 5169 1726879817.81313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879817.81445: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20> <<< 5169 1726879817.81482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879817.81523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879817.81590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879817.81608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879817.81796: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879817.81801: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879817.81804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30> import '_tokenize' # <<< 5169 1726879817.82072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0> <<< 5169 1726879817.82080: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879817.82087: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879817.82093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879817.82098: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80> <<< 5169 1726879817.82103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879817.82108: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879817.82111: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879817.82137: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0> <<< 5169 1726879817.82146: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830> <<< 5169 1726879817.82259: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0> <<< 5169 1726879817.82271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879817.82325: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879817.82374: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879817.82387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879817.82462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879817.82471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720> <<< 5169 1726879817.82583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30> <<< 5169 1726879817.82602: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879817.82675: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0> <<< 5169 1726879817.82679: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500> <<< 5169 1726879817.82682: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0><<< 5169 1726879817.82710: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30> <<< 5169 1726879817.82743: stdout chunk (state=3): >>> <<< 5169 1726879817.82770: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80> <<< 5169 1726879817.82788: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879817.82897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.82901: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879817.82904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879817.82913: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60> <<< 5169 1726879817.82933: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879817.83018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879817.83074: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.83115: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879817.83122: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879817.83271: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.83275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720> <<< 5169 1726879817.83280: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.83332: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879817.83375: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0> <<< 5169 1726879817.83432: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879817.83470: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500> <<< 5169 1726879817.83488: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.83554: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890> <<< 5169 1726879817.83559: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110> <<< 5169 1726879817.83687: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.83697: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60> <<< 5169 1726879817.83837: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530> <<< 5169 1726879817.83857: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730> <<< 5169 1726879817.83937: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0> # zipimport: zlib available <<< 5169 1726879817.83940: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879817.83943: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84034: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84124: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84136: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879817.84172: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84176: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879817.84206: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84326: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84455: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.84798: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879817.84811: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879817.84821: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879817.84838: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879817.84851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.84902: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.84907: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530> <<< 5169 1726879817.84988: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879817.84996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879817.85030: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310> <<< 5169 1726879817.85034: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920> <<< 5169 1726879817.85115: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879817.85119: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.85122: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.85145: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879817.85283: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.85447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879817.85466: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340> <<< 5169 1726879817.85473: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.85681: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879817.85685: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879817.85688: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879817.85707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879817.85713: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879817.85735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.85791: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530> <<< 5169 1726879817.85880: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879817.85907: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310> <<< 5169 1726879817.85913: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920> <<< 5169 1726879817.85964: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879817.85996: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.85999: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86006: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86019: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879817.86185: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879817.86363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879817.86377: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340> <<< 5169 1726879817.86383: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86475: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86550: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879817.86643: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86679: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879817.86723: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86800: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86896: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879817.86904: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86922: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879817.86935: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.86980: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87012: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879817.87028: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87276: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87398: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87476: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879817.87557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879817.87565: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879817.87618: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87625: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879817.87645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879817.87677: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87695: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860> <<< 5169 1726879817.87728: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87757: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87772: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87835: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879817.87874: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.87908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879817.87939: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.87957: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879817.88003: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88006: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.88098: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80> <<< 5169 1726879817.88146: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.88158: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.88174: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70> # zipimport: zlib available <<< 5169 1726879817.88217: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88233: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88269: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879817.88276: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88317: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88368: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88422: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879817.88495: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879817.88537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.88547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879817.88555: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879817.88621: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860> <<< 5169 1726879817.88633: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490> <<< 5169 1726879817.88636: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88668: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0> <<< 5169 1726879817.88708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879817.88710: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879817.88712: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88798: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879817.88802: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879817.88804: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88813: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879817.88842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879817.88844: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879817.88882: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.88935: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.88981: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879817.88985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879817.89023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879817.89062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879817.89082: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50> <<< 5169 1726879817.89107: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0> <<< 5169 1726879817.89111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879817.89140: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0> <<< 5169 1726879817.89152: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0> # zipimport: zlib available <<< 5169 1726879817.89189: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89209: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10> <<< 5169 1726879817.89238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879817.89292: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879817.89297: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89303: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89312: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89337: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89340: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879817.89390: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89409: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879817.89427: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89445: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89461: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879817.89466: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89476: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879817.89502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.89598: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490> <<< 5169 1726879817.89638: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840> <<< 5169 1726879817.89680: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879817.89684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 5169 1726879817.89686: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89699: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89755: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89821: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89849: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89897: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89912: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.89943: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89946: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.89949: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879817.89959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879817.89968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879817.89984: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879817.90033: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879817.90073: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879817.90123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879817.90139: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90189: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0> <<< 5169 1726879817.90215: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90219: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830> <<< 5169 1726879817.90274: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879817.90347: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.90351: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.90388: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 5169 1726879817.90441: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879817.90444: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879817.90454: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879817.90544: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90654: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90734: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90782: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90833: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.90861: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 5169 1726879817.90887: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 5169 1726879817.90924: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90926: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 5169 1726879817.90933: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90955: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0> <<< 5169 1726879817.90974: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.90977: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 5169 1726879817.91008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 5169 1726879817.91011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879817.91014: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91054: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879817.91085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879817.91102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 5169 1726879817.91105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10> <<< 5169 1726879817.91112: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91132: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.91163: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.91169: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410> <<< 5169 1726879817.91191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91215: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340> <<< 5169 1726879817.91228: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710> <<< 5169 1726879817.91261: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440> <<< 5169 1726879817.91283: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91286: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350> <<< 5169 1726879817.91306: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91311: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 5169 1726879817.91322: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 5169 1726879817.91334: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 5169 1726879817.91385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 5169 1726879817.91415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879817.91457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.91502: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530> <<< 5169 1726879817.91518: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0> <<< 5169 1726879817.91543: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91622: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 5169 1726879817.91651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60> <<< 5169 1726879817.91684: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 5169 1726879817.91701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879817.91733: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690> <<< 5169 1726879817.91751: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91756: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91776: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680> <<< 5169 1726879817.91793: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830> import 'ansible.module_utils.facts.timeout' # <<< 5169 1726879817.91829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 5169 1726879817.91834: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879817.91837: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91872: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 5169 1726879817.91877: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91884: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 5169 1726879817.91889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 5169 1726879817.91902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 5169 1726879817.91924: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850> <<< 5169 1726879817.91945: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 5169 1726879817.91948: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.91968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 5169 1726879817.91995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 5169 1726879817.92005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879817.92010: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 5169 1726879817.92046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 5169 1726879817.92057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 5169 1726879817.92072: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0> <<< 5169 1726879817.92083: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92102: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.92132: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879817.92135: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380> <<< 5169 1726879817.92147: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 5169 1726879817.92174: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92177: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0> <<< 5169 1726879817.92209: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92219: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590> <<< 5169 1726879817.92260: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0> <<< 5169 1726879817.92263: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860> <<< 5169 1726879817.92269: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 5169 1726879817.92295: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 5169 1726879817.92323: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 5169 1726879817.92394: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 5169 1726879817.92422: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.92478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 5169 1726879817.92481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92484: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720> <<< 5169 1726879817.92532: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92584: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 5169 1726879817.92626: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00> <<< 5169 1726879817.92684: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 5169 1726879817.92692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 5169 1726879817.92704: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92742: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879817.92746: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0> <<< 5169 1726879817.92752: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92755: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0> import 'ansible.module_utils.facts.timeout' # <<< 5169 1726879817.92775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 5169 1726879817.92798: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.92802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 5169 1726879817.92877: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.92937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 5169 1726879817.92944: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93000: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 5169 1726879817.93075: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 5169 1726879817.93101: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93134: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 5169 1726879817.93179: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93226: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93277: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 5169 1726879817.93293: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93343: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 5169 1726879817.93402: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93471: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93523: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93593: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93637: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 5169 1726879817.93659: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 5169 1726879817.93764: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93819: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93883: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93917: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.93953: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 5169 1726879817.93986: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94010: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94047: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 5169 1726879817.94053: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94118: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94193: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879817.94196: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94197: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94223: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879817.94263: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94298: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94336: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 5169 1726879817.94348: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94425: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879817.94553: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00> <<< 5169 1726879817.94575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879817.94606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879817.94674: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 5169 1726879817.94680: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94742: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800> <<< 5169 1726879817.94745: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94748: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 5169 1726879817.94751: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94794: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94825: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94868: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 5169 1726879817.94891: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 5169 1726879817.94906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 5169 1726879817.94909: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94924: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.94956: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 5169 1726879817.94963: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95000: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95018: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95099: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 5169 1726879817.95103: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 5169 1726879817.95138: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 5169 1726879817.95180: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95209: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95244: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 5169 1726879817.95280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 5169 1726879817.95333: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95350: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879817.95450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879817.95455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879817.95460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879817.95463: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80> <<< 5169 1726879817.95488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 5169 1726879817.95512: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.95528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 5169 1726879817.95562: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80> <<< 5169 1726879817.95619: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740> import 'ansible.module_utils.facts.system.local' # <<< 5169 1726879817.95641: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95710: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95768: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10> import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879817.95795: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 5169 1726879817.95845: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95900: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 5169 1726879817.95920: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.95986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 5169 1726879817.96004: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96013: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96068: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96098: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96148: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 5169 1726879817.96154: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96200: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96227: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 5169 1726879817.96299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 5169 1726879817.96383: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.96390: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 5169 1726879817.96400: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96445: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60> <<< 5169 1726879817.96448: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96485: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 5169 1726879817.96502: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96537: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879817.96643: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.96675: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920> import 'ansible.module_utils.facts.system.python' # <<< 5169 1726879817.96684: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480> import 'ansible.module_utils.facts.system.user' # <<< 5169 1726879817.96713: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.96717: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96729: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.96768: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.96818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 5169 1726879817.96834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 5169 1726879817.96895: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97001: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97004: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97099: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97149: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 5169 1726879817.97165: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97250: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 5169 1726879817.97261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 5169 1726879817.97277: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97284: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97311: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97360: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 5169 1726879817.97377: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97382: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97406: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97426: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 5169 1726879817.97482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 5169 1726879817.97513: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97517: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879817.97539: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97564: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 5169 1726879817.97573: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97577: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 5169 1726879817.97584: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97615: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97655: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 5169 1726879817.97668: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97698: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97835: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.97858: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879817.97868: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98009: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 5169 1726879817.98018: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98126: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879817.98149: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98187: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98231: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98234: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98282: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 5169 1726879817.98341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 5169 1726879817.98394: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879817.98398: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98541: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 5169 1726879817.98707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 5169 1726879817.98709: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98838: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98846: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.98980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 5169 1726879817.98986: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99022: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 5169 1726879817.99417: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99529: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99647: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 5169 1726879817.99657: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99673: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99765: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879817.99880: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 5169 1726879817.99886: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00052: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00248: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 5169 1726879818.00252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 5169 1726879818.00270: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 5169 1726879818.00278: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00281: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00317: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00379: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 5169 1726879818.00383: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00385: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 5169 1726879818.00493: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00495: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00598: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00600: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00701: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 5169 1726879818.00707: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00816: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.00876: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01055: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 5169 1726879818.01060: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 5169 1726879818.01075: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.01100: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 5169 1726879818.01106: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01148: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879818.01156: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01205: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01232: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 5169 1726879818.01253: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 5169 1726879818.01318: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01322: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 5169 1726879818.01466: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 5169 1726879818.01469: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01512: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 5169 1726879818.01630: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01647: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01714: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 5169 1726879818.01724: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 5169 1726879818.01873: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01907: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 5169 1726879818.01955: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.01983: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02023: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 5169 1726879818.02027: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02029: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02095: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 5169 1726879818.02179: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02206: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02236: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 5169 1726879818.02244: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 5169 1726879818.02316: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02318: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 5169 1726879818.02387: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02391: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02442: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879818.02466: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02503: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 5169 1726879818.02514: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02517: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02536: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 5169 1726879818.02581: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02612: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879818.02631: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02662: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02702: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879818.02707: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02804: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02806: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.02886: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879818.02945: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.02948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 5169 1726879818.02992: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 5169 1726879818.03103: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03148: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 5169 1726879818.03154: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.03191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03219: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 5169 1726879818.03237: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03279: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03282: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 5169 1726879818.03318: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03361: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 5169 1726879818.03370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 5169 1726879818.03374: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03399: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03403: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 5169 1726879818.03406: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03434: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03437: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 5169 1726879818.03493: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 5169 1726879818.03497: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03568: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03648: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 5169 1726879818.03675: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03682: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 5169 1726879818.03710: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03713: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03743: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 5169 1726879818.03802: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03826: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03847: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03898: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 5169 1726879818.03947: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03957: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.03992: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04032: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04044: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 5169 1726879818.04051: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04111: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04118: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 5169 1726879818.04121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 5169 1726879818.04137: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04149: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 5169 1726879818.04178: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04185: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 5169 1726879818.04274: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04298: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04388: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 5169 1726879818.04470: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04484: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04545: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 5169 1726879818.04569: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04679: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 5169 1726879818.04686: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04726: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04732: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 5169 1726879818.04793: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04849: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04876: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 5169 1726879818.04894: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 5169 1726879818.04910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04968: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.04994: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.05091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 5169 1726879818.05100: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.05194: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.05294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 5169 1726879818.05299: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 5169 1726879818.05310: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.05466: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.05609: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 5169 1726879818.05703: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.07491: stdout chunk (state=3): >>> {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ExecMainStartTimestampMonotonic": "51278083", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ExecMainExitTimestampMonotonic": "52148397", "ExecMainPID": "9481", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl st<<< 5169 1726879818.07509: stdout chunk (state=3): >>>op ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "4773", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303104512", "CPUUsageNSec": "968156000", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4185", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13953", "LimitNPROCSoft": "13953", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13953", "LimitSIGPENDINGSoft": "13953", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf c<<< 5169 1726879818.07548: stdout chunk (state=3): >>>ap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:57 EDT", "StateChangeTimestampMonotonic": "52148554", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveExitTimestampMonotonic": "51278272", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ActiveEnterTimestampMonotonic": "52148554", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ActiveExitTimestampMonotonic": "51247276", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveEnterTimestampMonotonic": "51271711", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ConditionTimestampMonotonic": "51274032", "AssertTimestamp": "Fri 2024-09-20 20:49:56 EDT", "AssertTimestampMonotonic": "51274059", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "93107b4f209945be8a13a680fad32470", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} <<< 5169 1726879818.08152: stdout chunk (state=3): >>> {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3526541312", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": <<< 5169 1726879818.08222: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 5169 1726879818.08229: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 5169 1726879818.08352: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 5169 1726879818.08361: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 5169 1726879818.08411: stdout chunk (state=3): >>>"infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} <<< 5169 1726879818.08419: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq <<< 5169 1726879818.08470: stdout chunk (state=3): >>># cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python<<< 5169 1726879818.08478: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat <<< 5169 1726879818.08522: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 5169 1726879818.08771: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879818.08775: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 5169 1726879818.08807: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 5169 1726879818.08843: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 5169 1726879818.08878: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile <<< 5169 1726879818.08883: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879818.08912: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 5169 1726879818.08934: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879818.08947: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 5169 1726879818.08953: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec <<< 5169 1726879818.08989: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util <<< 5169 1726879818.09021: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879818.09067: stdout chunk (state=3): >>># cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd <<< 5169 1726879818.09075: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other <<< 5169 1726879818.09103: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 5169 1726879818.09136: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 5169 1726879818.09182: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool <<< 5169 1726879818.09227: stdout chunk (state=3): >>># destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 5169 1726879818.09270: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl <<< 5169 1726879818.09351: stdout chunk (state=3): >>># destroy datetime # destroy base64 # destroy _ssl <<< 5169 1726879818.09355: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 5169 1726879818.09358: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 5169 1726879818.09360: stdout chunk (state=3): >>># destroy errno # destroy json <<< 5169 1726879818.09403: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 5169 1726879818.09470: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 5169 1726879818.09547: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879818.09555: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879818.09563: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib <<< 5169 1726879818.09575: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 5169 1726879818.09696: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 5169 1726879818.09703: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879818.09706: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879818.09709: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 5169 1726879818.09775: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 5169 1726879818.09859: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 5169 1726879818.09914: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879818.09975: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 5169 1726879818.10020: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879818.10133: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 5169 1726879818.10140: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879818.10233: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 5169 1726879818.10240: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879818.10279: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 5169 1726879818.10304: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879818.10431: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879818.10443: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879818.10454: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879818.10491: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879818.10495: stdout chunk (state=3): >>># destroy tokenize <<< 5169 1726879818.10523: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879818.10556: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879818.10592: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879818.10623: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879818.10628: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879818.10783: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879818.10794: stdout chunk (state=3): >>><<< 5169 1726879818.10800: stderr chunk (state=3): >>><<< 5169 1726879818.10807: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879818.10940: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850>\r\n# zipimport: found 104 names in \'/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.service\' # \r\n# zipimport: zlib available\r\n\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ExecMainStartTimestampMonotonic": "51278083", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ExecMainExitTimestampMonotonic": "52148397", "ExecMainPID": "9481", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "4773", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303104512", "CPUUsageNSec": "968156000", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4185", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13953", "LimitNPROCSoft": "13953", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13953", "LimitSIGPENDINGSoft": "13953", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:57 EDT", "StateChangeTimestampMonotonic": "52148554", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveExitTimestampMonotonic": "51278272", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ActiveEnterTimestampMonotonic": "52148554", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ActiveExitTimestampMonotonic": "51247276", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveEnterTimestampMonotonic": "51271711", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ConditionTimestampMonotonic": "51274032", "AssertTimestamp": "Fri 2024-09-20 20:49:56 EDT", "AssertTimestampMonotonic": "51274059", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "93107b4f209945be8a13a680fad32470", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy errno\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879818.11515: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd2e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd31aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd10dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd14bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1837a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd183e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd163aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1611c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a6360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd162060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1a4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd148200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1d4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd146d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d64b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f06e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffd1f3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1f34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcedbc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcf04920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffced9dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf05f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf04bc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffd1d6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf322a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4a450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcfa99a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf87320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf4b0e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddc2f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf49490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcf06e40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbffcf49850> # zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_77d3877j/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce49fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1cec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff50> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce1fe30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce75910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce756a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce74fb0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce75520> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce4ac60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce76660> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffce768a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffce76de0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdcb30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffccde750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffccdf0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcddff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce2cc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcce3050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce0fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce6c30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce5460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce7e60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcce14c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd2ad80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2aff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd30a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd30830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd32fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd31130> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3a720> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd330b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b8f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3b890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd2b110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3ef60> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd40530> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d730> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcd3eab0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3d3a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbc8530> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9310> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd3b920> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbc9340> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbcb860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1e80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd2720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcd43a70> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffcbd1490> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd28a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc66ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbdca10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd69c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcbd67e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc698e0> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc150a10> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc150410> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc49340> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc48710> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b440> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc68350> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153b00> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1533b0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc153530> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1527e0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc153b60> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1be690> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bc680> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffcc6b830> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bec00> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1bf800> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1e6d80> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1d3a10> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbffc1fe8d0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbffc1fe480> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ExecMainStartTimestampMonotonic": "51278083", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ExecMainExitTimestampMonotonic": "52148397", "ExecMainPID": "9481", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "4773", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303104512", "CPUUsageNSec": "968156000", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4185", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13953", "LimitNPROCSoft": "13953", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13953", "LimitSIGPENDINGSoft": "13953", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Fri 2024-09-20 20:49:57 EDT", "StateChangeTimestampMonotonic": "52148554", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveExitTimestampMonotonic": "51278272", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ActiveEnterTimestampMonotonic": "52148554", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ActiveExitTimestampMonotonic": "51247276", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveEnterTimestampMonotonic": "51271711", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ConditionTimestampMonotonic": "51274032", "AssertTimestamp": "Fri 2024-09-20 20:49:56 EDT", "AssertTimestampMonotonic": "51274059", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "93107b4f209945be8a13a680fad32470", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879818.12071: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879818.12087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879818.12091: stdout chunk (state=3): >>><<< 5169 1726879818.12095: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850>\r\n# zipimport: found 104 names in \'/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.namespace\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc\'\r\nimport \'multiprocessing.process\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0>\r\nimport \'multiprocessing.reduction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590>\r\nimport \'multiprocessing.context\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0>\r\nimport \'multiprocessing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc\'\r\n# extension module \'_heapq\' loaded from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_heapq\' executed from \'/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_heapq\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40>\r\nimport \'heapq\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0>\r\n# extension module \'_queue\' loaded from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_queue\' executed from \'/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_queue\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0>\r\nimport \'queue\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc\'\r\nimport \'multiprocessing.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00>\r\n# /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py\r\n# code object from \'/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc\'\r\n# extension module \'_multiprocessing\' loaded from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_multiprocessing\' executed from \'/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_multiprocessing\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600>\r\nimport \'multiprocessing.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0>\r\nimport \'multiprocessing.pool\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0>\r\nimport \'ansible.module_utils.facts.timeout\' # \r\nimport \'ansible.module_utils.facts.collector\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.facter\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.other.ohai\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.apparmor\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.caps\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.chroot\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.utils\' # \r\nimport \'ansible.module_utils.facts.system.cmdline\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.distribution\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.datetime\' # \r\nimport \'ansible.module_utils.facts.system.date_time\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.env\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.dns\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.fips\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.loadavg\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80>\r\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc\'\r\nimport \'configparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740>\r\nimport \'ansible.module_utils.facts.system.local\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.lsb\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.pkg_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.platform\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc\'\r\n# extension module \'_ssl\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ssl\' executed from \'/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ssl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60>\r\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920>\r\nimport \'ansible.module_utils.facts.system.python\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.version\' # \r\nimport \'ansible.module_utils.facts.system.service_mgr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.system.ssh_pub_keys\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600>\r\nimport \'getpass\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0>\r\nimport \'ansible.module_utils.facts.system.user\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.sysctl\' # \r\nimport \'ansible.module_utils.facts.hardware.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.freebsd\' # \r\nimport \'ansible.module_utils.facts.hardware.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.linux\' # \r\nimport \'ansible.module_utils.facts.hardware.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.hardware.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.generic_bsd\' # \r\nimport \'ansible.module_utils.facts.network.aix\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.darwin\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.fc_wwn\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.freebsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.hurd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.iscsi\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.nvme\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.network.sunos\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.base\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sysctl\' # \r\nimport \'ansible.module_utils.facts.virtual.freebsd\' # \r\nimport \'ansible.module_utils.facts.virtual.dragonfly\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.hpux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.linux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.netbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.openbsd\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.virtual.sunos\' # \r\nimport \'ansible.module_utils.facts.default_collectors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.facts.ansible_collector\' # \r\nimport \'ansible.module_utils.facts.compat\' # \r\nimport \'ansible.module_utils.facts\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.service\' # \r\n# zipimport: zlib available\r\n\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3526541312", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ansible.module_utils.facts.namespace\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# cleanup[2] removing multiprocessing.process\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# cleanup[2] removing multiprocessing.reduction\r\n# cleanup[2] removing multiprocessing.context\r\n# cleanup[2] removing __mp_main__\r\n# destroy __main__\r\n# cleanup[2] removing multiprocessing\r\n# cleanup[2] removing _heapq\r\n# cleanup[2] removing heapq\r\n# destroy heapq\r\n# cleanup[2] removing _queue\r\n# cleanup[2] removing queue\r\n# cleanup[2] removing multiprocessing.util\r\n# cleanup[2] removing _multiprocessing\r\n# cleanup[2] removing multiprocessing.connection\r\n# cleanup[2] removing multiprocessing.pool\r\n# cleanup[2] removing ansible.module_utils.facts.timeout\r\n# cleanup[2] removing ansible.module_utils.facts.collector\r\n# cleanup[2] removing ansible.module_utils.facts.other\r\n# cleanup[2] removing ansible.module_utils.facts.other.facter\r\n# cleanup[2] removing ansible.module_utils.facts.other.ohai\r\n# cleanup[2] removing ansible.module_utils.facts.system\r\n# cleanup[2] removing ansible.module_utils.facts.system.apparmor\r\n# cleanup[2] removing ansible.module_utils.facts.system.caps\r\n# cleanup[2] removing ansible.module_utils.facts.system.chroot\r\n# cleanup[2] removing ansible.module_utils.facts.utils\r\n# cleanup[2] removing ansible.module_utils.facts.system.cmdline\r\n# cleanup[2] removing ansible.module_utils.facts.system.distribution\r\n# cleanup[2] removing ansible.module_utils.compat.datetime\r\n# destroy ansible.module_utils.compat.datetime\r\n# cleanup[2] removing ansible.module_utils.facts.system.date_time\r\n# cleanup[2] removing ansible.module_utils.facts.system.env\r\n# cleanup[2] removing ansible.module_utils.facts.system.dns\r\n# cleanup[2] removing ansible.module_utils.facts.system.fips\r\n# cleanup[2] removing ansible.module_utils.facts.system.loadavg\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing configparser\r\n# cleanup[2] removing ansible.module_utils.facts.system.local\r\n# cleanup[2] removing ansible.module_utils.facts.system.lsb\r\n# cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.platform\r\n# cleanup[2] removing _ssl\r\n# cleanup[2] removing ssl\r\n# destroy ssl\r\n# cleanup[2] removing ansible.module_utils.facts.system.python\r\n# cleanup[2] removing ansible.module_utils.facts.system.selinux\r\n# cleanup[2] removing ansible.module_utils.compat.version\r\n# destroy ansible.module_utils.compat.version\r\n# cleanup[2] removing ansible.module_utils.facts.system.service_mgr\r\n# cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing getpass\r\n# cleanup[2] removing ansible.module_utils.facts.system.user\r\n# cleanup[2] removing ansible.module_utils.facts.hardware\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.base\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.aix\r\n# cleanup[2] removing ansible.module_utils.facts.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.linux\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.hardware.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.network\r\n# cleanup[2] removing ansible.module_utils.facts.network.base\r\n# cleanup[2] removing ansible.module_utils.facts.network.generic_bsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.aix\r\n# cleanup[2] removing ansible.module_utils.facts.network.darwin\r\n# cleanup[2] removing ansible.module_utils.facts.network.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.network.fc_wwn\r\n# cleanup[2] removing ansible.module_utils.facts.network.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.network.hurd\r\n# cleanup[2] removing ansible.module_utils.facts.network.linux\r\n# cleanup[2] removing ansible.module_utils.facts.network.iscsi\r\n# cleanup[2] removing ansible.module_utils.facts.network.nvme\r\n# cleanup[2] removing ansible.module_utils.facts.network.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.network.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.virtual\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.base\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sysctl\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.freebsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.hpux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.linux\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.netbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.openbsd\r\n# cleanup[2] removing ansible.module_utils.facts.virtual.sunos\r\n# cleanup[2] removing ansible.module_utils.facts.default_collectors\r\n# cleanup[2] removing ansible.module_utils.facts.ansible_collector\r\n# cleanup[2] removing ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts\r\n# destroy ansible.module_utils.facts.namespace\r\n# destroy ansible.module_utils.facts.other\r\n# destroy ansible.module_utils.facts.other.facter\r\n# destroy ansible.module_utils.facts.other.ohai\r\n# destroy ansible.module_utils.facts.system\r\n# destroy ansible.module_utils.facts.system.apparmor\r\n# destroy ansible.module_utils.facts.system.caps\r\n# destroy ansible.module_utils.facts.system.chroot\r\n# destroy ansible.module_utils.facts.system.cmdline\r\n# destroy ansible.module_utils.facts.system.distribution\r\n# destroy ansible.module_utils.facts.system.date_time\r\n# destroy ansible.module_utils.facts.system.env\r\n# destroy ansible.module_utils.facts.system.dns\r\n# destroy ansible.module_utils.facts.system.fips\r\n# destroy ansible.module_utils.facts.system.loadavg\r\n# destroy ansible.module_utils.facts.system.local\r\n# destroy ansible.module_utils.facts.system.lsb\r\n# destroy ansible.module_utils.facts.system.pkg_mgr\r\n# destroy ansible.module_utils.facts.system.platform\r\n# destroy ansible.module_utils.facts.system.python\r\n# destroy ansible.module_utils.facts.system.selinux\r\n# destroy ansible.module_utils.facts.system.service_mgr\r\n# destroy ansible.module_utils.facts.system.ssh_pub_keys\r\n# destroy ansible.module_utils.facts.system.user\r\n# destroy ansible.module_utils.facts.utils\r\n# destroy ansible.module_utils.facts.hardware\r\n# destroy ansible.module_utils.facts.hardware.base\r\n# destroy ansible.module_utils.facts.hardware.aix\r\n# destroy ansible.module_utils.facts.hardware.darwin\r\n# destroy ansible.module_utils.facts.hardware.freebsd\r\n# destroy ansible.module_utils.facts.hardware.dragonfly\r\n# destroy ansible.module_utils.facts.hardware.hpux\r\n# destroy ansible.module_utils.facts.hardware.linux\r\n# destroy ansible.module_utils.facts.hardware.hurd\r\n# destroy ansible.module_utils.facts.hardware.netbsd\r\n# destroy ansible.module_utils.facts.hardware.openbsd\r\n# destroy ansible.module_utils.facts.hardware.sunos\r\n# destroy ansible.module_utils.facts.sysctl\r\n# destroy ansible.module_utils.facts.network\r\n# destroy ansible.module_utils.facts.network.base\r\n# destroy ansible.module_utils.facts.network.generic_bsd\r\n# destroy ansible.module_utils.facts.network.aix\r\n# destroy ansible.module_utils.facts.network.darwin\r\n# destroy ansible.module_utils.facts.network.dragonfly\r\n# destroy ansible.module_utils.facts.network.fc_wwn\r\n# destroy ansible.module_utils.facts.network.freebsd\r\n# destroy ansible.module_utils.facts.network.hpux\r\n# destroy ansible.module_utils.facts.network.hurd\r\n# destroy ansible.module_utils.facts.network.linux\r\n# destroy ansible.module_utils.facts.network.iscsi\r\n# destroy ansible.module_utils.facts.network.nvme\r\n# destroy ansible.module_utils.facts.network.netbsd\r\n# destroy ansible.module_utils.facts.network.openbsd\r\n# destroy ansible.module_utils.facts.network.sunos\r\n# destroy ansible.module_utils.facts.virtual\r\n# destroy ansible.module_utils.facts.virtual.base\r\n# destroy ansible.module_utils.facts.virtual.sysctl\r\n# destroy ansible.module_utils.facts.virtual.freebsd\r\n# destroy ansible.module_utils.facts.virtual.dragonfly\r\n# destroy ansible.module_utils.facts.virtual.hpux\r\n# destroy ansible.module_utils.facts.virtual.linux\r\n# destroy ansible.module_utils.facts.virtual.netbsd\r\n# destroy ansible.module_utils.facts.virtual.openbsd\r\n# destroy ansible.module_utils.facts.virtual.sunos\r\n# destroy ansible.module_utils.facts.compat\r\n# cleanup[2] removing ansible.module_utils.service\r\n# destroy ansible.module_utils.service\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy locale\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy logging\r\n# destroy ansible.module_utils.facts.default_collectors\r\n# destroy ansible.module_utils.facts.ansible_collector\r\n# destroy multiprocessing\r\n# destroy multiprocessing.connection\r\n# destroy multiprocessing.pool\r\n# destroy signal\r\n# destroy multiprocessing.context\r\n# destroy array\r\n# destroy _compat_pickle\r\n# destroy _pickle\r\n# destroy queue\r\n# destroy _heapq\r\n# destroy _queue\r\n# destroy multiprocessing.process\r\n# destroy tempfile\r\n# destroy multiprocessing.util\r\n# destroy multiprocessing.reduction\r\n# destroy selectors\r\n# destroy _multiprocessing\r\n# destroy fcntl\r\n# destroy datetime\r\n# destroy base64\r\n# destroy _ssl\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy getpass\r\n# destroy pwd\r\n# destroy termios\r\n# destroy errno\r\n# destroy json\r\n# destroy socket\r\n# destroy struct\r\n# destroy fnmatch\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.facts.timeout\r\n# destroy ansible.module_utils.facts.collector\r\n# destroy glob\r\n# destroy pickle\r\n# destroy select\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping configparser\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# destroy configparser\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879818.12986: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ce7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6d1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b0dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b837a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b83e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b63aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b611c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba6360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b62060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6ba4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b48200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bd4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6b46d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd64b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf06e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6bf3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bf34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b68dbc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6904920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b68d9dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6905f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6904bc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6bd6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69322a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694a450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b69a99a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6987320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b694b0e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e42f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6949490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6906e40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89b6949850> # zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_grqjtpab/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6851fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6824ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f50> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6827e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687d910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d6a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687cfb0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687d520> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6852c60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e660> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b687e8a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b687ede0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e4b30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66e6750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e70b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67e7f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eacc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b66eb050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e8fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66eec30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66ed460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66efe30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66e94c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6732d80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6732ff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6738a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6738830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b673afc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6739130> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6742720> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b673b0b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b67438f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6743890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6733110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746f60> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6748530> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6745730> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b6746ab0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b67453a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d0530> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1310> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6743920> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d1340> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65d3860> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9e50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65da6f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b674b7a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b65d9490> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65da840> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b666eae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65e4830> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de8a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b65de6f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6671850> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b508f0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b50380> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b66512b0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6650590> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6673fb0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670860> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b53a40> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b532f0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5b534d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b52720> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5b53b00> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bbe600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbc5f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b6670fe0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbea80> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bbf740> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5be6c60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bd3920> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89b5bfe600> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89b5bfe1e0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3526541312", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice -.mount", "Wants": "tmp.mount", "WantedBy": "multi-user.target", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "RequiresMountsFor": "/var/tmp", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879818.16916: done with _execute_module (ansible.legacy.systemd, {'name': 'kdump', 'enabled': True, '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879817.377576-5327-244306817397423/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879818.16919: _low_level_execute_command(): starting 5169 1726879818.16921: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879818.16925: done with _execute_module (ansible.legacy.systemd, {'name': 'kdump', 'enabled': True, '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879817.3926616-5328-252203282957806/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879818.16927: _low_level_execute_command(): starting 5169 1726879818.16928: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.3926616-5328-252203282957806/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879817.377576-5327-244306817397423/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879818.16935: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.16936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.16937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.16939: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879818.16940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879818.16941: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 <<< 5169 1726879818.16943: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879818.16944: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879818.16945: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879818.16947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.16948: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.16949: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.16951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.16952: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.16956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.16958: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.16961: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879818.16963: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.16967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.17490: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.17573: stderr chunk (state=3): >>><<< 5169 1726879818.17576: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.17585: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.17590: handler run complete 5169 1726879818.17770: attempt loop complete, returning result 5169 1726879818.17773: _execute() done 5169 1726879818.17776: dumping result to json 5169 1726879818.17778: done dumping result, returning 5169 1726879818.17781: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.17783: stdout chunk (state=3): >>><<< 5169 1726879818.17786: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled [0229e9c9-8e59-8f9b-2ddb-000000000047] 5169 1726879818.17788: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047 5169 1726879818.17790: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.17799: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.17801: handler run complete 5169 1726879818.17808: attempt loop complete, returning result 5169 1726879818.17827: _execute() done 5169 1726879818.17835: dumping result to json 5169 1726879818.17859: done dumping result, returning 5169 1726879818.17877: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure that kdump is enabled [0229e9c9-8e59-8f9b-2ddb-000000000047] 5169 1726879818.18262: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047 5169 1726879818.18485: WORKER PROCESS EXITING 5169 1726879818.18490: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047 ok: [managed_node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ActiveEnterTimestampMonotonic": "52148554", "ActiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ActiveExitTimestampMonotonic": "51247276", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service network-online.target remote-fs.target network.target tmp.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-09-20 20:49:56 EDT", "AssertTimestampMonotonic": "51274059", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "968156000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "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": "Fri 2024-09-20 20:49:56 EDT", "ConditionTimestampMonotonic": "51274032", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4773", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-09-20 20:49:57 EDT", "ExecMainExitTimestampMonotonic": "52148397", "ExecMainPID": "9481", "ExecMainStartTimestamp": "Fri 2024-09-20 20:49:56 EDT", "ExecMainStartTimestampMonotonic": "51278083", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Fri 2024-09-20 20:49:56 EDT] ; stop_time=[Fri 2024-09-20 20:49:57 EDT] ; pid=9481 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveEnterTimestampMonotonic": "51271711", "InactiveExitTimestamp": "Fri 2024-09-20 20:49:56 EDT", "InactiveExitTimestampMonotonic": "51278272", "InvocationID": "93107b4f209945be8a13a680fad32470", "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": "13953", "LimitNPROCSoft": "13953", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13953", "LimitSIGPENDINGSoft": "13953", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3303104512", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "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": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2024-09-20 20:49:57 EDT", "StateChangeTimestampMonotonic": "52148554", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4185", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 5169 1726879818.18830: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000047 5169 1726879818.18935: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-tmpfiles-setup.service network-online.target basic.target system.slice remote-fs.target systemd-journald.socket network.target tmp.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3526541312", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "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": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "tmp.mount", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 5169 1726879818.19220: no more pending results, returning what we have 5169 1726879818.19225: results queue empty 5169 1726879818.19226: checking for any_errors_fatal 5169 1726879818.19231: done checking for any_errors_fatal 5169 1726879818.19232: checking for max_fail_percentage 5169 1726879818.19234: done checking for max_fail_percentage 5169 1726879818.19235: checking to see if all hosts have failed and the running result is not ok 5169 1726879818.19237: done checking to see if all hosts have failed 5169 1726879818.19238: getting the remaining hosts for this loop 5169 1726879818.19239: done getting the remaining hosts for this loop 5169 1726879818.19249: getting the next task for host managed_node2 5169 1726879818.19254: done getting next task for host managed_node2 5169 1726879818.19259: ^ task is: TASK: fedora.linux_system_roles.kdump : Include SSH tasks 5169 1726879818.19262: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.19266: getting the next task for host managed_node3 5169 1726879818.19268: done getting next task for host managed_node3 5169 1726879818.19271: ^ task is: TASK: fedora.linux_system_roles.kdump : Include SSH tasks 5169 1726879818.19273: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.19290: getting variables 5169 1726879818.19292: in VariableManager get_vars() 5169 1726879818.19328: Calling all_inventory to load vars for managed_node2 5169 1726879818.19331: Calling groups_inventory to load vars for managed_node2 5169 1726879818.19334: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.19345: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.19348: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.19357: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.19561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.19705: done with get_vars() 5169 1726879818.19713: done getting variables TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Friday 20 September 2024 20:50:18 -0400 (0:00:00.869) 0:00:15.834 ****** 5169 1726879818.19789: entering _queue_task() for managed_node2/include_tasks 5169 1726879818.20057: worker is 3 (out of 3 available) 5169 1726879818.20224: exiting _queue_task() for managed_node2/include_tasks 5169 1726879818.20257: getting variables 5169 1726879818.20260: in VariableManager get_vars() 5169 1726879818.20346: Calling all_inventory to load vars for managed_node3 5169 1726879818.20352: Calling groups_inventory to load vars for managed_node3 5169 1726879818.20356: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.20378: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.20382: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.20387: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.20677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.20957: done with get_vars() 5169 1726879818.20979: done getting variables 5169 1726879818.21083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Include SSH tasks 5169 1726879818.21087: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.21093: variable 'ansible_search_path' from source: unknown 5169 1726879818.21096: variable 'ansible_search_path' from source: unknown 5169 1726879818.21099: calling self._execute() 5169 1726879818.21101: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.21105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.21107: variable 'omit' from source: magic vars 5169 1726879818.21110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879818.21146: entering _queue_task() for managed_node3/include_tasks 5169 1726879818.21850: worker is 1 (out of 3 available) 5169 1726879818.21867: exiting _queue_task() for managed_node3/include_tasks 5169 1726879818.21881: done queuing things up, now waiting for results queue to drain 5169 1726879818.21882: waiting for pending results... 5169 1726879818.22143: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks 5169 1726879818.22259: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.22274: variable 'ansible_search_path' from source: unknown 5169 1726879818.22278: variable 'ansible_search_path' from source: unknown 5169 1726879818.22326: calling self._execute() 5169 1726879818.22419: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.22422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.22429: variable 'omit' from source: magic vars 5169 1726879818.22886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879818.24231: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879818.24372: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879818.24411: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879818.24492: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879818.24527: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879818.24630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879818.24700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879818.24707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879818.24757: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879818.24779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879818.24921: variable 'kdump_target' from source: play vars 5169 1726879818.25030: variable 'kdump_ssh_user' from source: play vars 5169 1726879818.25244: variable 'hostvars' from source: magic vars 5169 1726879818.25248: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879818.25251: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.25274: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.25295: in VariableManager get_vars() 5169 1726879818.25311: Calling all_inventory to load vars for managed_node2 5169 1726879818.25330: Calling groups_inventory to load vars for managed_node2 5169 1726879818.25342: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.25367: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.25463: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.25468: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.25582: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879818.25614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.25669: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879818.25730: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879818.25772: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879818.25830: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879818.25907: done with get_vars() 5169 1726879818.25928: variable 'ansible_user_id' from source: facts 5169 1726879818.26008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879818.26012: variable 'kdump_test_ssh_server_inside' from source: play vars 5169 1726879818.26015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879818.26018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879818.26066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879818.26087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879818.26223: variable 'kdump_target' from source: play vars 5169 1726879818.26266: variable 'kdump_test_ssh_source' from source: play vars 5169 1726879818.26457: variable 'kdump_ssh_user' from source: play vars 5169 1726879818.26461: variable 'hostvars' from source: magic vars 5169 1726879818.26466: variable 'ansible_env' from source: facts 5169 1726879818.26473: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879818.26547: variable 'hostvars' from source: magic vars 5169 1726879818.26551: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.26554: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879818.26556: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.26559: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.26561: in VariableManager get_vars() 5169 1726879818.26693: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.26696: Calling all_inventory to load vars for managed_node2 5169 1726879818.26699: Calling groups_inventory to load vars for managed_node2 5169 1726879818.26702: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.26705: in VariableManager get_vars() 5169 1726879818.26707: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.26709: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.26712: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.26714: Calling all_inventory to load vars for managed_node3 5169 1726879818.26716: Calling groups_inventory to load vars for managed_node3 5169 1726879818.26718: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.26721: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.26723: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.26725: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.26769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.26927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.27183: done with get_vars() 5169 1726879818.27195: done with get_vars() 5169 1726879818.27216: variable 'ansible_user_id' from source: facts 5169 1726879818.27248: variable 'kdump_test_ssh_server_inside' from source: play vars 5169 1726879818.27323: variable 'ansible_all_ipv4_addresses' from source: facts 5169 1726879818.27327: in VariableManager get_vars() 5169 1726879818.27332: Calling all_inventory to load vars for managed_node2 5169 1726879818.27366: Calling groups_inventory to load vars for managed_node2 5169 1726879818.27375: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.27379: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.27381: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.27384: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.27610: variable 'kdump_test_ssh_source' from source: play vars 5169 1726879818.27677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.27871: variable 'ansible_env' from source: facts 5169 1726879818.27874: variable 'hostvars' from source: magic vars 5169 1726879818.27877: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879818.27879: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.27910: done with get_vars() 5169 1726879818.27930: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.27934: in VariableManager get_vars() 5169 1726879818.27937: Calling all_inventory to load vars for managed_node3 5169 1726879818.27939: Calling groups_inventory to load vars for managed_node3 5169 1726879818.27942: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.27944: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.27951: variable 'ansible_all_ipv6_addresses' from source: facts 5169 1726879818.27953: in VariableManager get_vars() 5169 1726879818.27960: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.28072: Calling all_inventory to load vars for managed_node2 5169 1726879818.28075: Calling groups_inventory to load vars for managed_node2 5169 1726879818.28078: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.28080: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.28083: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.28085: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.28087: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.28162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.28186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.28430: done with get_vars() 5169 1726879818.28478: done with get_vars() 5169 1726879818.28482: variable 'ansible_default_ipv4' from source: facts 5169 1726879818.28485: variable 'ansible_all_ipv4_addresses' from source: facts 5169 1726879818.28488: in VariableManager get_vars() 5169 1726879818.28493: Evaluated conditional (kdump_target.type | d(none) == 'ssh'): True 5169 1726879818.28496: Calling all_inventory to load vars for managed_node3 5169 1726879818.28498: Calling groups_inventory to load vars for managed_node3 5169 1726879818.28501: _execute() done 5169 1726879818.28503: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.28505: dumping result to json 5169 1726879818.28507: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.28510: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.28512: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.28571: done dumping result, returning 5169 1726879818.28575: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Include SSH tasks [0229e9c9-8e59-8f9b-2ddb-000000000048] 5169 1726879818.28578: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.28810: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.28814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.28817: WORKER PROCESS EXITING 5169 1726879818.28873: done with get_vars() 5169 1726879818.28888: variable 'ansible_all_ipv6_addresses' from source: facts 5169 1726879818.28896: in VariableManager get_vars() 5169 1726879818.28905: Calling all_inventory to load vars for managed_node3 5169 1726879818.28943: Calling groups_inventory to load vars for managed_node3 5169 1726879818.28946: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.28948: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.28951: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.28957: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.29096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.29242: done with get_vars() 5169 1726879818.29249: variable 'ansible_default_ipv4' from source: facts 5169 1726879818.29264: Evaluated conditional (kdump_target.type | d(none) == 'ssh'): True 5169 1726879818.29271: _execute() done 5169 1726879818.29276: dumping result to json 5169 1726879818.29278: done dumping result, returning 5169 1726879818.29285: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Include SSH tasks [0229e9c9-8e59-8f9b-2ddb-000000000048] 5169 1726879818.29431: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.29505: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000048 5169 1726879818.29510: WORKER PROCESS EXITING 5169 1726879818.29535: no more pending results, returning what we have 5169 1726879818.29539: in VariableManager get_vars() 5169 1726879818.29579: Calling all_inventory to load vars for managed_node2 5169 1726879818.29582: Calling groups_inventory to load vars for managed_node2 5169 1726879818.29584: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.29596: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.29599: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.29603: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.29778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.29920: done with get_vars() 5169 1726879818.29927: variable 'ansible_search_path' from source: unknown 5169 1726879818.29928: variable 'ansible_search_path' from source: unknown 5169 1726879818.29952: in VariableManager get_vars() 5169 1726879818.29963: Calling all_inventory to load vars for managed_node3 5169 1726879818.29966: Calling groups_inventory to load vars for managed_node3 5169 1726879818.29968: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.29971: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.29972: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.29974: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.30126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.30268: done with get_vars() 5169 1726879818.30272: variable 'ansible_search_path' from source: unknown 5169 1726879818.30273: variable 'ansible_search_path' from source: unknown 5169 1726879818.30294: we have included files to process 5169 1726879818.30297: generating all_blocks data 5169 1726879818.30299: done generating all_blocks data 5169 1726879818.30305: processing included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 5169 1726879818.30307: loading included file: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 5169 1726879818.30311: Loading data from /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml 5169 1726879818.31446: done processing included file 5169 1726879818.31448: iterating over new_blocks loaded from include file 5169 1726879818.31449: in VariableManager get_vars() 5169 1726879818.31468: done with get_vars() 5169 1726879818.31469: filtering new block on tags 5169 1726879818.31482: done filtering new block on tags 5169 1726879818.31484: in VariableManager get_vars() 5169 1726879818.31498: done with get_vars() 5169 1726879818.31499: filtering new block on tags 5169 1726879818.31515: done filtering new block on tags 5169 1726879818.31517: in VariableManager get_vars() 5169 1726879818.31528: done with get_vars() 5169 1726879818.31529: filtering new block on tags 5169 1726879818.31538: done filtering new block on tags 5169 1726879818.31539: done iterating over new_blocks loaded from include file included: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed_node2, managed_node3 5169 1726879818.31543: extending task lists for all hosts with included blocks 5169 1726879818.32407: done extending task lists 5169 1726879818.32409: done processing included files 5169 1726879818.32409: results queue empty 5169 1726879818.32410: checking for any_errors_fatal 5169 1726879818.32416: done checking for any_errors_fatal 5169 1726879818.32417: checking for max_fail_percentage 5169 1726879818.32418: done checking for max_fail_percentage 5169 1726879818.32418: checking to see if all hosts have failed and the running result is not ok 5169 1726879818.32419: done checking to see if all hosts have failed 5169 1726879818.32419: getting the remaining hosts for this loop 5169 1726879818.32420: done getting the remaining hosts for this loop 5169 1726879818.32422: getting the next task for host managed_node2 5169 1726879818.32426: done getting next task for host managed_node2 5169 1726879818.32428: ^ task is: TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 5169 1726879818.32431: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.32431: getting the next task for host managed_node3 5169 1726879818.32433: done getting next task for host managed_node3 5169 1726879818.32434: ^ task is: TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 5169 1726879818.32436: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.32443: getting variables 5169 1726879818.32444: in VariableManager get_vars() 5169 1726879818.32452: Calling all_inventory to load vars for managed_node2 5169 1726879818.32454: Calling groups_inventory to load vars for managed_node2 5169 1726879818.32455: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.32459: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.32461: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.32463: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.32567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.32703: done with get_vars() 5169 1726879818.32710: done getting variables 5169 1726879818.32777: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Friday 20 September 2024 20:50:18 -0400 (0:00:00.130) 0:00:15.964 ****** 5169 1726879818.32806: entering _queue_task() for managed_node2/command 5169 1726879818.32808: Creating lock for command 5169 1726879818.33117: worker is 2 (out of 3 available) 5169 1726879818.33133: exiting _queue_task() for managed_node2/command 5169 1726879818.33177: getting variables 5169 1726879818.33180: in VariableManager get_vars() 5169 1726879818.33313: Calling all_inventory to load vars for managed_node3 5169 1726879818.33318: Calling groups_inventory to load vars for managed_node3 5169 1726879818.33322: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.33340: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.33344: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.33348: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.33723: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 5169 1726879818.33728: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000114 5169 1726879818.33733: variable 'ansible_search_path' from source: unknown 5169 1726879818.33736: variable 'ansible_search_path' from source: unknown 5169 1726879818.33740: calling self._execute() 5169 1726879818.33759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.34028: done with get_vars() 5169 1726879818.34038: done getting variables 5169 1726879818.34096: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.34100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.34103: variable 'omit' from source: magic vars 5169 1726879818.34105: variable 'omit' from source: magic vars 5169 1726879818.34108: variable 'omit' from source: magic vars 5169 1726879818.34110: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.34158: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879818.34172: entering _queue_task() for managed_node3/command 5169 1726879818.34633: worker is 3 (out of 3 available) 5169 1726879818.34644: exiting _queue_task() for managed_node3/command 5169 1726879818.34657: done queuing things up, now waiting for results queue to drain 5169 1726879818.34659: waiting for pending results... 5169 1726879818.34605: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.34776: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.34782: variable 'omit' from source: magic vars 5169 1726879818.34785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879818.34792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879818.34796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879818.34799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.34803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.34806: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.34810: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.34813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.34952: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist 5169 1726879818.35100: Set connection var ansible_timeout to 10 5169 1726879818.35170: Set connection var ansible_shell_executable to /bin/sh 5169 1726879818.35174: Set connection var ansible_connection to ssh 5169 1726879818.35177: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000114 5169 1726879818.35179: variable 'ansible_search_path' from source: unknown 5169 1726879818.35182: variable 'ansible_search_path' from source: unknown 5169 1726879818.35185: Set connection var ansible_shell_type to sh 5169 1726879818.35188: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879818.35193: Set connection var ansible_pipelining to False 5169 1726879818.35196: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.35198: variable 'ansible_connection' from source: unknown 5169 1726879818.35202: variable 'ansible_module_compression' from source: unknown 5169 1726879818.35204: variable 'ansible_shell_type' from source: unknown 5169 1726879818.35207: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.35212: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.35219: variable 'ansible_pipelining' from source: unknown 5169 1726879818.35222: variable 'ansible_timeout' from source: unknown 5169 1726879818.35225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.35238: calling self._execute() 5169 1726879818.35435: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.35439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.35442: variable 'omit' from source: magic vars 5169 1726879818.35447: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879818.35451: variable 'omit' from source: magic vars 5169 1726879818.35453: starting attempt loop 5169 1726879818.35456: running the handler 5169 1726879818.35459: _low_level_execute_command(): starting 5169 1726879818.35461: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879818.35515: variable 'omit' from source: magic vars <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879818.35595: variable 'omit' from source: magic vars 5169 1726879818.35699: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.35836: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.35930: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.35948: variable 'omit' from source: magic vars 5169 1726879818.36003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879818.36038: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879818.36061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879818.36136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.36139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.36142: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.36145: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.36147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.36268: Set connection var ansible_timeout to 10 5169 1726879818.36274: Set connection var ansible_shell_executable to /bin/sh 5169 1726879818.36277: Set connection var ansible_connection to ssh 5169 1726879818.36285: Set connection var ansible_shell_type to sh 5169 1726879818.36293: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879818.36297: Set connection var ansible_pipelining to False 5169 1726879818.36331: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.36335: variable 'ansible_connection' from source: unknown 5169 1726879818.36339: variable 'ansible_module_compression' from source: unknown 5169 1726879818.36342: variable 'ansible_shell_type' from source: unknown 5169 1726879818.36345: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.36456: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.36460: variable 'ansible_pipelining' from source: unknown 5169 1726879818.36463: variable 'ansible_timeout' from source: unknown 5169 1726879818.36468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.36493: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879818.36527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.36548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879818.36561: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879818.36605: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879818.36642: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.36677: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879818.36680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.36683: variable 'omit' from source: magic vars 5169 1726879818.36867: starting attempt loop 5169 1726879818.36873: running the handler 5169 1726879818.36876: _low_level_execute_command(): starting 5169 1726879818.36879: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879818.37375: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.37396: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.37412: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.37450: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879818.37464: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.37483: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.37526: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.38384: stdout chunk (state=3): >>>/root <<< 5169 1726879818.38528: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.38550: stderr chunk (state=3): >>><<< 5169 1726879818.38552: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.38771: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.38775: _low_level_execute_command(): starting 5169 1726879818.38779: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `" && echo ansible-tmp-1726879818.38582-5350-265070391793400="` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `" && echo ansible-tmp-1726879818.38582-5350-265070391793400="` echo /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 `" ) && sleep 0'"'"'' 5169 1726879818.39230: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.39234: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.39259: stdout chunk (state=3): >>>/root <<< 5169 1726879818.39280: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.39419: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.39423: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.39427: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.39430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.39435: stderr chunk (state=3): >>><<< 5169 1726879818.39451: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.39567: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.39572: _low_level_execute_command(): starting 5169 1726879818.39575: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `" && echo ansible-tmp-1726879818.3948345-5351-223320211850467="` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `" && echo ansible-tmp-1726879818.3948345-5351-223320211850467="` echo /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 `" ) && sleep 0'"'"'' 5169 1726879818.40104: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.40118: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.40157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879818.40161: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.40164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.40174: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.40180: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.40240: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.40244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.40246: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.40284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.41387: stdout chunk (state=3): >>>ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 <<< 5169 1726879818.41522: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.41553: stderr chunk (state=3): >>><<< 5169 1726879818.41559: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.41777: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.38582-5350-265070391793400=/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.41781: variable 'ansible_module_compression' from source: unknown 5169 1726879818.41785: ANSIBALLZ: Using generic lock for ansible.legacy.command 5169 1726879818.41788: ANSIBALLZ: Acquiring lock 5169 1726879818.41793: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879818.41797: ANSIBALLZ: Creating module 5169 1726879818.42255: stdout chunk (state=3): >>>ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 <<< 5169 1726879818.42576: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.42580: stdout chunk (state=3): >>><<< 5169 1726879818.42583: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.42592: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.3948345-5351-223320211850467=/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.42595: variable 'ansible_module_compression' from source: unknown 5169 1726879818.42597: ANSIBALLZ: Using generic lock for ansible.legacy.command 5169 1726879818.42600: ANSIBALLZ: Acquiring lock 5169 1726879818.50546: ANSIBALLZ: Writing module into payload 5169 1726879818.50613: ANSIBALLZ: Writing module 5169 1726879818.50630: ANSIBALLZ: Renaming module 5169 1726879818.50637: ANSIBALLZ: Done creating module 5169 1726879818.50871: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879818.50876: ANSIBALLZ: Lock acquired: 140122399810688 5169 1726879818.50878: ANSIBALLZ: Reading module after lock 5169 1726879818.50881: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 5169 1726879818.50886: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva TO /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 5169 1726879818.50897: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji TO /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879818.50976: Sending initial data 5169 1726879818.50980: Sent initial data (152 bytes) 5169 1726879818.51043: Sending initial data 5169 1726879818.51134: Sent initial data (154 bytes) 5169 1726879818.51701: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.51705: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.51770: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879818.51774: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879818.51777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879818.51780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.51782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879818.51797: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.51801: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879818.51857: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.51860: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879818.51908: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879818.51948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.51997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.52067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.52071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.53534: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 5169 1726879818.53539: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879818.53579: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879818.53640: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879818.53645: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879818.53649: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py <<< 5169 1726879818.53673: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." <<< 5169 1726879818.53692: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879818.53727: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879818.53731: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py M:0x001a <<< 5169 1726879818.53739: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879818.53742: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py <<< 5169 1726879818.53776: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py M:0x001a <<< 5169 1726879818.53970: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119128 <<< 5169 1726879818.53987: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119126 <<< 5169 1726879818.54379: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119128 bytes at 0 <<< 5169 1726879818.54383: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879818.54403: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119126 bytes at 0 <<< 5169 1726879818.54409: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879818.54444: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879818.54463: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879818.54572: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.54575: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.54596: stderr chunk (state=3): >>><<< 5169 1726879818.54604: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxjtpyqva" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119126\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119126 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879818.54658: stderr chunk (state=3): >>><<< 5169 1726879818.54662: stdout chunk (state=3): >>><<< 5169 1726879818.54698: done transferring module to remote 5169 1726879818.54716: _low_level_execute_command(): starting 5169 1726879818.54719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'"'"'' <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpv2yvseji" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119128\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119128 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879818.55075: done transferring module to remote 5169 1726879818.55078: _low_level_execute_command(): starting 5169 1726879818.55081: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'"'"'' 5169 1726879818.55508: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.55518: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.55536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.55544: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879818.55578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.55584: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879818.55599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879818.55681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.55703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879818.55712: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879818.55729: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879818.55829: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.55833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.55848: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.55873: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.55896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.55994: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.56033: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879818.56052: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879818.56069: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879818.56099: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.56132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879818.56154: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.56189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.57578: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879818.57581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879818.57622: stderr chunk (state=3): >>><<< 5169 1726879818.57626: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.57650: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.57654: _low_level_execute_command(): starting 5169 1726879818.57656: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/AnsiballZ_command.py && sleep 0'"'"'' 5169 1726879818.58229: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.58240: stdout chunk (state=3): >>><<< 5169 1726879818.58252: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.58317: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.58323: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879818.58325: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879818.58331: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879818.58333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.58454: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879818.58458: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.58461: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.58464: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.58468: _low_level_execute_command(): starting 5169 1726879818.58508: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None 5169 1726879818.58515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/AnsiballZ_command.py && sleep 0'"'"'' 5169 1726879818.59038: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.59042: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.59045: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.59048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879818.59051: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.59117: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879818.59122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.59127: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879818.59148: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.59174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.60755: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879818.60790: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879818.60822: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879818.60827: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879818.60899: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879818.60905: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879818.60937: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879818.60979: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879818.61007: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 5169 1726879818.61014: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879818.61077: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879818.61084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.61098: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879818.61116: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879818.61152: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879818.61183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530> <<< 5169 1726879818.61203: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30> <<< 5169 1726879818.61220: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879818.61232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0> <<< 5169 1726879818.61262: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879818.61290: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879818.61302: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879818.61309: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879818.61346: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879818.61395: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879818.61437: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879818.61445: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879818.61476: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879818.61479: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879818.61512: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879818.61533: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879818.61540: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 5169 1726879818.61561: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879818.61576: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879818.61587: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 5169 1726879818.61620: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879818.61624: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879818.61632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879818.61646: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190> <<< 5169 1726879818.61648: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879818.61703: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.61707: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.61710: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0> <<< 5169 1726879818.61730: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879818.61743: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879818.61747: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879818.61774: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879818.61784: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879818.61931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530> <<< 5169 1726879818.61937: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879818.61961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0> <<< 5169 1726879818.61966: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879818.61969: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879818.61972: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879818.61986: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879818.62032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879818.62036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879818.62096: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879818.62103: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879818.62150: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879818.62156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879818.62206: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879818.62210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0> <<< 5169 1726879818.62238: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0> <<< 5169 1726879818.62282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0> <<< 5169 1726879818.62286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879818.62312: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000> <<< 5169 1726879818.62327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879818.62347: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879818.62377: stdout chunk (state=3): >>>import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879818.62394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.62409: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879818.62424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879818.62433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0> <<< 5169 1726879818.62458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879818.62461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879818.62478: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30> <<< 5169 1726879818.62480: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879818.62537: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0> import '_functools' # <<< 5169 1726879818.62581: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0> <<< 5169 1726879818.62596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879818.62614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879818.62637: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879818.62645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.62669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879818.62675: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80> <<< 5169 1726879818.62709: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879818.62713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879818.62730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879818.62737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879818.62829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30> <<< 5169 1726879818.62833: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879818.62836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879818.62840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 5169 1726879818.62898: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879818.62902: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879818.62942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879818.63001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.63006: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879818.63009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200> <<< 5169 1726879818.63049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90> import '_collections' # <<< 5169 1726879818.63094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20> <<< 5169 1726879818.63122: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.63151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879818.63192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879818.63195: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220> <<< 5169 1726879818.63215: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879818.63265: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0> <<< 5169 1726879818.63277: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0> import 'importlib.util' # import 'runpy' # <<< 5169 1726879818.63296: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879818.63299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879818.63355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879818.63359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879818.63365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879818.63369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0> <<< 5169 1726879818.63373: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879818.63422: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20> <<< 5169 1726879818.63442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879818.63446: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0> <<< 5169 1726879818.63450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879818.63454: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60> <<< 5169 1726879818.63528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879818.63532: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90> <<< 5169 1726879818.63537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879818.63542: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260> <<< 5169 1726879818.63594: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879818.63605: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.63652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.63716: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879818.63723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879818.63740: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0> import 'importlib.machinery' # <<< 5169 1726879818.63797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879818.63801: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510> import 'importlib.util' # <<< 5169 1726879818.63804: stdout chunk (state=3): >>>import 'runpy' # <<< 5169 1726879818.63849: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879818.63886: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.63895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879818.63900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740> <<< 5169 1726879818.63934: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950> <<< 5169 1726879818.63942: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879818.63994: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879818.64032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20> <<< 5169 1726879818.64053: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270> <<< 5169 1726879818.64115: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50> <<< 5169 1726879818.64119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879818.64151: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00> <<< 5169 1726879818.64158: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879818.64177: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0> <<< 5169 1726879818.64200: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570> <<< 5169 1726879818.64239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879818.64244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879818.64250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879818.64271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879818.64309: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360> <<< 5169 1726879818.64332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879818.64368: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879818.64375: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530> <<< 5169 1726879818.64435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879818.64441: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0> <<< 5169 1726879818.64444: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50> <<< 5169 1726879818.64456: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510> <<< 5169 1726879818.64479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879818.64498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879818.64519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879818.64540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879818.64586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879818.64592: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879818.64641: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10> <<< 5169 1726879818.64645: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879818.64649: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60> <<< 5169 1726879818.64684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879818.64691: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879818.64739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879818.64745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.64748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879818.64754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879818.64774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879818.64794: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420> <<< 5169 1726879818.64811: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00> <<< 5169 1726879818.64849: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879818.64913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879818.64917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879818.64921: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380> <<< 5169 1726879818.64974: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0> <<< 5169 1726879818.64977: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879818.64983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879818.64986: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0> <<< 5169 1726879818.65022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879818.65054: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879818.65081: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00> <<< 5169 1726879818.65136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879818.65139: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0> <<< 5169 1726879818.65142: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879818.65148: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0> <<< 5169 1726879818.65168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879818.65194: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip' <<< 5169 1726879818.65198: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879818.65294: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90> <<< 5169 1726879818.65344: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65373: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410> <<< 5169 1726879818.65381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879818.65415: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230> <<< 5169 1726879818.65431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879818.65446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879818.65452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470> <<< 5169 1726879818.65471: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0> <<< 5169 1726879818.65500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879818.65535: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70> <<< 5169 1726879818.65553: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879818.65559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879818.65580: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0> <<< 5169 1726879818.65653: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip' <<< 5169 1726879818.65661: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65742: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60> <<< 5169 1726879818.65745: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0> <<< 5169 1726879818.65748: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65780: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879818.65792: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65851: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65855: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879818.65858: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.65888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879818.65983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879818.66013: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180> import '_typing' # <<< 5169 1726879818.66202: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0> <<< 5169 1726879818.66226: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.66244: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 5169 1726879818.66268: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.66302: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879818.66307: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.67390: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.67821: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.68654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879818.68657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00> <<< 5169 1726879818.68682: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.68714: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879818.68726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879818.68744: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879818.68750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879818.68784: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0> <<< 5169 1726879818.68826: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670> <<< 5169 1726879818.68857: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80> <<< 5169 1726879818.68878: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879818.68884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879818.68925: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0> <<< 5169 1726879818.68937: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00> <<< 5169 1726879818.68947: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879818.68969: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.68975: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630> <<< 5169 1726879818.69001: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.69011: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870> <<< 5169 1726879818.69022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879818.69079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879818.69083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879818.69093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590> <<< 5169 1726879818.69129: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.69136: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879818.69143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879818.69145: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879818.69162: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0> import 'pwd' # <<< 5169 1726879818.69179: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879818.69196: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0> <<< 5169 1726879818.69270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879818.69279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879818.69283: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940> <<< 5169 1726879818.69288: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250> <<< 5169 1726879818.69304: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879818.69332: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790> <<< 5169 1726879818.69391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879818.69405: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40> <<< 5169 1726879818.69672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879818.69678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879818.69685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879818.69688: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020> import 'pwd' # <<< 5169 1726879818.69692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879818.69698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879818.69701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879818.69703: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0> <<< 5169 1726879818.69706: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0> <<< 5169 1726879818.69709: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879818.69715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879818.69718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879818.69752: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879818.69763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560> <<< 5169 1726879818.69795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879818.69833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30> import '_tokenize' # <<< 5169 1726879818.69839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879818.69861: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460> <<< 5169 1726879818.69887: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020> <<< 5169 1726879818.69895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879818.69917: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.69926: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140> <<< 5169 1726879818.69966: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0> <<< 5169 1726879818.69971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879818.70054: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400> <<< 5169 1726879818.70109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879818.70113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00> import '_tokenize' # <<< 5169 1726879818.70158: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879818.70200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70> <<< 5169 1726879818.70225: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879818.70229: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879818.70300: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00> <<< 5169 1726879818.70382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879818.70387: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0> <<< 5169 1726879818.70390: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.70430: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879818.70437: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879818.70471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879818.70475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879818.70479: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30> <<< 5169 1726879818.70482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879818.70511: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0> <<< 5169 1726879818.70570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879818.70618: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.70622: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0> <<< 5169 1726879818.70647: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879818.70652: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170> <<< 5169 1726879818.70699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.70752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879818.70775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0> <<< 5169 1726879818.70783: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830> <<< 5169 1726879818.70813: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170> <<< 5169 1726879818.70846: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879818.70874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879818.70896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879818.70932: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350> <<< 5169 1726879818.70967: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200> <<< 5169 1726879818.70996: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0> <<< 5169 1726879818.71020: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10> <<< 5169 1726879818.71052: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30> <<< 5169 1726879818.71110: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470> <<< 5169 1726879818.71115: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879818.71165: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0> <<< 5169 1726879818.71175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879818.71205: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0> # zipimport: zlib available <<< 5169 1726879818.71209: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.71211: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290> <<< 5169 1726879818.71226: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879818.71237: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71327: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71335: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.71344: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30> <<< 5169 1726879818.71380: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.71384: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700> # zipimport: zlib available <<< 5169 1726879818.71439: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.71475: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879818.71494: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879818.71519: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71544: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71644: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71683: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879818.71748: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71809: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.71928: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.72350: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.72524: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.72966: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879818.72991: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879818.72995: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879818.72998: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879818.73017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.73076: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.73082: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830> <<< 5169 1726879818.73139: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879818.73144: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879818.73169: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879818.73173: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879818.73198: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879818.73202: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080> <<< 5169 1726879818.73205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.73251: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879818.73257: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710> <<< 5169 1726879818.73271: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73288: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73297: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879818.73303: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73335: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879818.73339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879818.73357: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0> <<< 5169 1726879818.73379: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20> <<< 5169 1726879818.73417: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879818.73433: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73459: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73477: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73484: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879818.73644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879818.73649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879818.73674: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.73689: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0> # zipimport: zlib available <<< 5169 1726879818.73828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879818.73854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0> # zipimport: zlib available <<< 5169 1726879818.74186: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74354: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74694: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74770: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74865: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879818.74868: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74870: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74903: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74937: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.74941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879818.74954: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75029: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879818.75032: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75034: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75072: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75115: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879818.75132: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879818.75135: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75153: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879818.75169: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75196: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75212: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75242: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879818.75263: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75291: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879818.75309: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75321: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879818.75341: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75425: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879818.75432: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75516: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75695: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879818.75838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879818.75856: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879818.75929: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0> <<< 5169 1726879818.75952: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.75954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879818.76023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879818.76026: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76027: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879818.76113: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40> <<< 5169 1726879818.76117: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879818.76120: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879818.76123: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879818.76149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879818.76184: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76238: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.76263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879818.76293: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879818.76319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879818.76394: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090> <<< 5169 1726879818.76398: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.76427: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.76456: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0> <<< 5169 1726879818.76485: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76512: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76540: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0> <<< 5169 1726879818.76573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879818.76599: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930> <<< 5169 1726879818.76620: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.76659: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0> # zipimport: zlib available <<< 5169 1726879818.76663: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76689: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76717: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76732: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879818.76735: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76761: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76791: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879818.76806: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.76868: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.76924: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0> <<< 5169 1726879818.76937: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879818.76978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.76984: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90> <<< 5169 1726879818.77000: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879818.77016: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77057: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879818.77063: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610> <<< 5169 1726879818.77081: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77101: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0> <<< 5169 1726879818.77132: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879818.77157: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77159: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77179: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77225: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77228: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.77250: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879818.77283: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879818.77296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879818.77302: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77317: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879818.77370: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879818.77453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879818.77456: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879818.77459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879818.77462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879818.77496: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40> <<< 5169 1726879818.77517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879818.77537: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0> <<< 5169 1726879818.77574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879818.77592: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879818.77612: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40> <<< 5169 1726879818.77658: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879818.77662: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0> <<< 5169 1726879818.77681: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879818.77747: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879818.77753: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77773: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 5169 1726879818.77805: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879818.77839: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879818.77862: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879818.77870: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77895: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879818.77899: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.77908: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.78019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879818.78028: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.78046: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870> <<< 5169 1726879818.78125: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.78145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879818.78160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879818.78172: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0> <<< 5169 1726879818.78250: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879818.78289: stdout chunk (state=3): >>> {"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since '/root/.ssh/kdump_id_rsa' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} <<< 5169 1726879818.78295: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879818.78402: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} <<< 5169 1726879818.78408: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879818.78632: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 5169 1726879818.78638: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 5169 1726879818.78661: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 5169 1726879818.78721: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword <<< 5169 1726879818.78728: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ <<< 5169 1726879818.78778: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string <<< 5169 1726879818.78881: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 5169 1726879818.78887: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 5169 1726879818.78914: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 5169 1726879818.79081: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879818.79176: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879818.79181: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport <<< 5169 1726879818.79341: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 5169 1726879818.79352: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib <<< 5169 1726879818.79457: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 5169 1726879818.79470: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 5169 1726879818.79586: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 5169 1726879818.79597: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879818.79710: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 <<< 5169 1726879818.79714: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879818.79717: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879818.79720: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879818.79850: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 5169 1726879818.79872: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879818.79945: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879818.79949: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879818.79962: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879818.80026: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879818.80028: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 5169 1726879818.80030: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879818.80057: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879818.80088: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879818.80105: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879818.80117: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879818.80139: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879818.80197: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. <<< 5169 1726879818.80255: stderr chunk (state=3): >>><<< 5169 1726879818.80258: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0>\r\n# zipimport: zlib available\r\n\r\n{"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.62 closed.\r\n") 5169 1726879818.80433: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167fcbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ffeab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167db2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167defef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e27e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e05220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167decfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e4a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e07e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e48b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dec260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e78b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e78f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167dead80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e79610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e792e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e94740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e95e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e96270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167e97da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e974d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7a570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c5bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c847d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c84800> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167c849e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c59e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86090> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c84d10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167e7ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cb2420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cca5a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff2f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167d25a90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cff410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ccb230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b00470> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167cc95e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167c86fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa167b006e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e344ffn2/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5a180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b35070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b341d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b37590> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b81bb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81940> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81250> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b81790> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b5ae10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82900> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167b82b40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167b83020> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679e8dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ea9f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679eb380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ec560> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ef020> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa1679ef140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed2e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f2f00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f19d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f1730> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679f3e00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1679ed7f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a37020> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a371a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a38d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a38b30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a3b290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a393d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a429c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a3b350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a437d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a43b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a37470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a47290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a48590> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45a30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167a46900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a45700> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad0710> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad14f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167a4bc20> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad11f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad3a40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9fd0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ada930> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ad2ba0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa167ad9610> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ada9f0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa16796eb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e47d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade960> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa167ade7b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa1678e66f0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.62 closed. 5169 1726879818.81661: done with _execute_module (ansible.legacy.command, {'creates': '/root/.ssh/kdump_id_rsa', '_raw_params': "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.38582-5350-265070391793400/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879818.81666: _low_level_execute_command(): starting 5169 1726879818.81671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.38582-5350-265070391793400/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879818.81717: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879818.81722: stdout chunk (state=3): >>><<< 5169 1726879818.81726: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879818.81888: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.81895: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.81902: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15718530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1571aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1552dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1556bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155a3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15583aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c6360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15582060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15568200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba155f4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15566d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f64b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156106e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15611e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba156132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15612210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15613d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba156134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153d7c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154004a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15400950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153d5dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15401fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15400c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba155f6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1542e360> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15446510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154a5a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1547f380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba154471a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15284320> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15445550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15402f00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba154452e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_xl368u88/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152d9f70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b4e60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287fe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152b7e00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba153018e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15301670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15300f80> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba153013d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152dac00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302630> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15302870> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15302db0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516cb30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba1516e750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1516f0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15287f50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15172cc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15172de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15170f80> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15176c30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15175460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15177f20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15171400> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bad50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bafc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151bca70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bc830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151befc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bd160> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c67b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bf170> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c75f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c7830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151c79b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151bb170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cb200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cc6e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c99a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba151cad50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151c95b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15254830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152556a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba151cf080> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba152555e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15257fe0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba15062090> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150629f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15610bf0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba150616a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15062c90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150f6e40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506fce0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba150672c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba15066ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba1506e870> # zipimport: zlib available {"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since '/root/.ssh/kdump_id_rsa' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879818.83007: done with _execute_module (ansible.legacy.command, {'creates': '/root/.ssh/kdump_id_rsa', '_raw_params': "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.3948345-5351-223320211850467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879818.83012: _low_level_execute_command(): starting 5169 1726879818.83015: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.3948345-5351-223320211850467/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879818.83027: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879818.83030: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879818.83033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.83036: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879818.83039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879818.83043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.83046: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879818.83049: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.83052: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879818.83056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879818.83059: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879818.83062: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.83471: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.83505: stdout chunk (state=3): >>><<< 5169 1726879818.83509: stderr chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.83678: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.83683: handler run complete 5169 1726879818.83686: attempt loop complete, returning result 5169 1726879818.83690: _execute() done 5169 1726879818.83692: dumping result to json 5169 1726879818.83694: done dumping result, returning 5169 1726879818.83697: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist [0229e9c9-8e59-8f9b-2ddb-000000000114] 5169 1726879818.83699: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114 5169 1726879818.83789: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114 5169 1726879818.83793: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 5169 1726879818.85006: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.85022: stdout chunk (state=3): >>><<< 5169 1726879818.85037: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.85130: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.85136: handler run complete 5169 1726879818.85139: attempt loop complete, returning result 5169 1726879818.85344: _execute() done 5169 1726879818.85348: dumping result to json 5169 1726879818.85351: done dumping result, returning 5169 1726879818.85354: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Create key if it does not exist [0229e9c9-8e59-8f9b-2ddb-000000000114] 5169 1726879818.85696: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114 ok: [managed_node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists 5169 1726879818.85875: no more pending results, returning what we have 5169 1726879818.85879: results queue empty 5169 1726879818.85880: checking for any_errors_fatal 5169 1726879818.85882: done checking for any_errors_fatal 5169 1726879818.85882: checking for max_fail_percentage 5169 1726879818.85884: done checking for max_fail_percentage 5169 1726879818.85906: checking to see if all hosts have failed and the running result is not ok 5169 1726879818.85907: done checking to see if all hosts have failed 5169 1726879818.85908: getting the remaining hosts for this loop 5169 1726879818.85910: done getting the remaining hosts for this loop 5169 1726879818.85916: getting the next task for host managed_node2 5169 1726879818.85921: done getting next task for host managed_node2 5169 1726879818.85926: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch key 5169 1726879818.85930: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.85931: getting the next task for host managed_node3 5169 1726879818.85933: done getting next task for host managed_node3 5169 1726879818.85935: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch key 5169 1726879818.85937: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879818.85949: getting variables 5169 1726879818.85951: in VariableManager get_vars() 5169 1726879818.85991: Calling all_inventory to load vars for managed_node2 5169 1726879818.85994: Calling groups_inventory to load vars for managed_node2 5169 1726879818.85997: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879818.86004: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000114 5169 1726879818.86007: WORKER PROCESS EXITING 5169 1726879818.86018: Calling all_plugins_play to load vars for managed_node2 5169 1726879818.86021: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879818.86025: Calling groups_plugins_play to load vars for managed_node2 5169 1726879818.86235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.86401: done with get_vars() 5169 1726879818.86410: done getting variables TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Friday 20 September 2024 20:50:18 -0400 (0:00:00.536) 0:00:16.501 ****** 5169 1726879818.86488: entering _queue_task() for managed_node2/slurp 5169 1726879818.86758: worker is 1 (out of 3 available) 5169 1726879818.86780: exiting _queue_task() for managed_node2/slurp 5169 1726879818.86823: getting variables 5169 1726879818.86826: in VariableManager get_vars() 5169 1726879818.87070: Calling all_inventory to load vars for managed_node3 5169 1726879818.87075: Calling groups_inventory to load vars for managed_node3 5169 1726879818.87078: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879818.87103: Calling all_plugins_play to load vars for managed_node3 5169 1726879818.87108: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879818.87113: Calling groups_plugins_play to load vars for managed_node3 5169 1726879818.87464: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Fetch key 5169 1726879818.87470: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879818.87473: variable 'ansible_search_path' from source: unknown 5169 1726879818.87476: variable 'ansible_search_path' from source: unknown 5169 1726879818.87479: calling self._execute() 5169 1726879818.87481: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.87484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.87486: variable 'omit' from source: magic vars 5169 1726879818.87509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879818.87775: done with get_vars() 5169 1726879818.87786: done getting variables 5169 1726879818.87836: variable 'omit' from source: magic vars 5169 1726879818.87839: variable 'omit' from source: magic vars 5169 1726879818.87842: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.87916: entering _queue_task() for managed_node3/slurp 5169 1726879818.88397: worker is 2 (out of 3 available) 5169 1726879818.88411: exiting _queue_task() for managed_node3/slurp 5169 1726879818.88427: done queuing things up, now waiting for results queue to drain 5169 1726879818.88428: waiting for pending results... 5169 1726879818.88462: variable 'omit' from source: magic vars 5169 1726879818.88472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879818.88478: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879818.88482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879818.88485: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.88492: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.88496: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879818.88499: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.88501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.88504: Set connection var ansible_timeout to 10 5169 1726879818.88506: Set connection var ansible_shell_executable to /bin/sh 5169 1726879818.88508: Set connection var ansible_connection to ssh 5169 1726879818.88510: Set connection var ansible_shell_type to sh 5169 1726879818.88512: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879818.88514: Set connection var ansible_pipelining to False 5169 1726879818.88517: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.88540: variable 'ansible_connection' from source: unknown 5169 1726879818.88545: variable 'ansible_module_compression' from source: unknown 5169 1726879818.88548: variable 'ansible_shell_type' from source: unknown 5169 1726879818.88551: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.88553: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879818.88561: variable 'ansible_pipelining' from source: unknown 5169 1726879818.88565: variable 'ansible_timeout' from source: unknown 5169 1726879818.88568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879818.88696: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key 5169 1726879818.88852: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879818.88876: variable 'ansible_search_path' from source: unknown 5169 1726879818.88887: variable 'ansible_search_path' from source: unknown 5169 1726879818.88941: calling self._execute() 5169 1726879818.89041: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.89054: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879818.89068: variable 'omit' from source: magic vars 5169 1726879818.89071: starting attempt loop 5169 1726879818.89075: running the handler 5169 1726879818.89114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.89117: variable 'omit' from source: magic vars 5169 1726879818.89120: _low_level_execute_command(): starting 5169 1726879818.89123: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879818.89247: variable 'omit' from source: magic vars 5169 1726879818.89332: variable 'omit' from source: magic vars 5169 1726879818.89771: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879818.89774: variable 'omit' from source: magic vars 5169 1726879818.89777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879818.89779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879818.89782: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879818.89784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.89786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879818.89801: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879818.89811: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.89819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.89922: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.89961: Set connection var ansible_timeout to 10 5169 1726879818.89978: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.89983: Set connection var ansible_shell_executable to /bin/sh 5169 1726879818.89994: Set connection var ansible_connection to ssh 5169 1726879818.90006: Set connection var ansible_shell_type to sh 5169 1726879818.90025: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879818.90032: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879818.90053: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.90056: Set connection var ansible_pipelining to False 5169 1726879818.90130: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.90134: variable 'ansible_connection' from source: unknown 5169 1726879818.90136: variable 'ansible_module_compression' from source: unknown 5169 1726879818.90139: variable 'ansible_shell_type' from source: unknown 5169 1726879818.90141: variable 'ansible_shell_executable' from source: unknown 5169 1726879818.90144: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879818.90146: variable 'ansible_pipelining' from source: unknown 5169 1726879818.90149: variable 'ansible_timeout' from source: unknown 5169 1726879818.90151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879818.90208: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.90213: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.90304: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.90487: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879818.90493: variable 'omit' from source: magic vars 5169 1726879818.90496: starting attempt loop 5169 1726879818.90499: running the handler 5169 1726879818.90561: _low_level_execute_command(): starting 5169 1726879818.90571: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879818.91102: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.91131: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879818.91136: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.91180: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879818.91184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.91213: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.91215: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.91256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.91910: stdout chunk (state=3): >>>/root <<< 5169 1726879818.92050: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.92070: stderr chunk (state=3): >>><<< 5169 1726879818.92073: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.92271: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.92277: _low_level_execute_command(): starting 5169 1726879818.92280: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `" && echo ansible-tmp-1726879818.9210439-5369-162497642094205="` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `" ) && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `" && echo ansible-tmp-1726879818.9210439-5369-162497642094205="` echo /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 `" ) && sleep 0'"'"'' 5169 1726879818.92741: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.92759: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879818.92777: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879818.92824: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' <<< 5169 1726879818.92838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.92892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.92944: stdout chunk (state=3): >>>/root <<< 5169 1726879818.93055: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.93103: stderr chunk (state=3): >>><<< 5169 1726879818.93107: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.93136: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.93371: _low_level_execute_command(): starting 5169 1726879818.93375: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `" && echo ansible-tmp-1726879818.9313586-5370-75254690229794="` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `" && echo ansible-tmp-1726879818.9313586-5370-75254690229794="` echo /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 `" ) && sleep 0'"'"'' 5169 1726879818.93807: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879818.93813: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879818.93831: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879818.93878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879818.94803: stdout chunk (state=3): >>>ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 <<< 5169 1726879818.94921: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.94961: stderr chunk (state=3): >>><<< 5169 1726879818.94966: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.94988: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.9210439-5369-162497642094205=/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.95171: variable 'ansible_module_compression' from source: unknown 5169 1726879818.95175: ANSIBALLZ: Using lock for slurp 5169 1726879818.95179: ANSIBALLZ: Acquiring lock 5169 1726879818.95182: ANSIBALLZ: Lock acquired: 140122399812656 5169 1726879818.95185: ANSIBALLZ: Creating module 5169 1726879818.95832: stdout chunk (state=3): >>>ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 <<< 5169 1726879818.96018: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879818.96036: stdout chunk (state=3): >>><<< 5169 1726879818.96049: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879818.96088: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879818.9313586-5370-75254690229794=/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879818.96417: variable 'ansible_module_compression' from source: unknown 5169 1726879818.96420: ANSIBALLZ: Using lock for slurp 5169 1726879818.96423: ANSIBALLZ: Acquiring lock 5169 1726879819.03881: ANSIBALLZ: Writing module into payload 5169 1726879819.03927: ANSIBALLZ: Writing module 5169 1726879819.03946: ANSIBALLZ: Renaming module 5169 1726879819.03955: ANSIBALLZ: Done creating module 5169 1726879819.03971: variable 'ansible_facts' from source: host vars for 'managed_node2' 5169 1726879819.04063: ANSIBALLZ: Lock acquired: 140122399812656 5169 1726879819.04068: ANSIBALLZ: Reading module after lock 5169 1726879819.04071: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py 5169 1726879819.04076: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py <10.31.47.62> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq TO /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py <10.31.47.62> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' '[10.31.47.62]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py 5169 1726879819.04148: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b TO /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879819.04306: Sending initial data 5169 1726879819.04311: Sent initial data (152 bytes) 5169 1726879819.04473: Sending initial data 5169 1726879819.04476: Sent initial data (151 bytes) 5169 1726879819.04842: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.04958: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.04983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879819.05031: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.05060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.05123: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.05126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.05130: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879819.05134: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.05136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.05139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.05200: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.05207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.05224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.05282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.06678: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 5169 1726879819.06687: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879819.06716: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879819.06751: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879819.06755: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879819.06758: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py <<< 5169 1726879819.06796: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py" <<< 5169 1726879819.06798: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py M:0x001a <<< 5169 1726879819.06854: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114922 <<< 5169 1726879819.06959: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879819.07006: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879819.07076: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879819.07081: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py <<< 5169 1726879819.07119: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py M:0x001a <<< 5169 1726879819.07302: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114921 <<< 5169 1726879819.07354: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 114922 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879819.07427: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879819.07568: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.07722: stderr chunk (state=3): >>><<< 5169 1726879819.07726: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/93e4e220ce\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpaamyqiuq" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114922\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114922 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879819.07740: done transferring module to remote 5169 1726879819.07742: _low_level_execute_command(): starting 5169 1726879819.07745: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879819.08000: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 114921 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879819.08030: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879819.08175: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.08196: stderr chunk (state=3): >>><<< 5169 1726879819.08206: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpco874c8b" to remote "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114921\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114921 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879819.08539: done transferring module to remote 5169 1726879819.08542: _low_level_execute_command(): starting 5169 1726879819.08545: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879819.08554: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879819.08592: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 4176 <<< 5169 1726879819.08613: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879819.08644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.09143: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.09157: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879819.09174: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.09224: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.09240: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879819.09253: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879819.09296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.10425: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.10477: stderr chunk (state=3): >>><<< 5169 1726879819.10481: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.10500: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.10505: _low_level_execute_command(): starting 5169 1726879819.10670: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' -tt 10.31.47.62 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879819.11120: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.11132: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.11138: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.11150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.11167: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879819.11177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.11222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.11247: stderr chunk (state=3): >>><<< 5169 1726879819.11257: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.11318: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.11322: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.11327: _low_level_execute_command(): starting 5169 1726879819.11330: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.11332: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879819.11428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.11932: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.11971: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.11974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.11978: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.11982: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879819.11985: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879819.11988: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.11990: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.12010: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.12061: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.12069: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879819.12071: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.12119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.13623: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879819.13657: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879819.13691: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879819.13698: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879819.13772: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879819.13777: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879819.13810: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879819.13851: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879819.13880: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879819.13886: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879819.13940: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879819.13947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.13970: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879819.13995: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879819.14030: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879819.14062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879819.14071: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530> <<< 5169 1726879819.14094: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30> <<< 5169 1726879819.14107: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879819.14114: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0> <<< 5169 1726879819.14137: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879819.14169: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879819.14189: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879819.14209: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879819.14241: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879819.14335: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879819.14373: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879819.14467: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 5169 1726879819.14475: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 5169 1726879819.14546: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879819.14550: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879819.14635: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190> <<< 5169 1726879819.14640: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879819.14679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0> <<< 5169 1726879819.14704: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879819.14710: stdout chunk (state=3): >>>import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879819.14724: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.14729: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879819.14754: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879819.14792: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879819.14818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879819.14832: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530> <<< 5169 1726879819.14838: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30> <<< 5169 1726879819.14870: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879819.14875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0> <<< 5169 1726879819.14913: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879819.14922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879819.14953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879819.14959: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879819.14962: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879819.14981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.14984: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879819.14994: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879819.15004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879819.15022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879819.15033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879819.15073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879819.15087: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879819.15097: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60> <<< 5169 1726879819.15115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879819.15131: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879819.15162: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879819.15170: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879819.15173: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20> <<< 5169 1726879819.15202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879819.15209: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879819.15233: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879819.15241: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879819.15244: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879819.15253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879819.15462: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190> <<< 5169 1726879819.15485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.15489: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830> <<< 5169 1726879819.15495: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0> <<< 5169 1726879819.15498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0> <<< 5169 1726879819.15501: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879819.15503: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879819.15506: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30> <<< 5169 1726879819.15509: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879819.15514: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250> <<< 5169 1726879819.15592: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010> <<< 5169 1726879819.15646: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879819.15697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879819.15738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.15742: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879819.15745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879819.15750: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879819.15785: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450> <<< 5169 1726879819.15798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879819.15827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879819.15831: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60> <<< 5169 1726879819.15834: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0> <<< 5169 1726879819.15850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879819.15853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879819.15887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0> <<< 5169 1726879819.15915: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20> <<< 5169 1726879819.15922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879819.15941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879819.15951: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.15969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879819.15971: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0> <<< 5169 1726879819.16013: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.16027: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0> <<< 5169 1726879819.16036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.16039: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879819.16131: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879819.16137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830> <<< 5169 1726879819.16152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0> import '_collections' # <<< 5169 1726879819.16156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340> import 'importlib.machinery' # <<< 5169 1726879819.16194: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879819.16223: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879819.16245: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30> import '_functools' # <<< 5169 1726879819.16286: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250> <<< 5169 1726879819.16295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879819.16353: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0> <<< 5169 1726879819.16369: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879819.16413: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879819.16446: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879819.16460: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80> <<< 5169 1726879819.16495: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0> <<< 5169 1726879819.16528: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0> <<< 5169 1726879819.16543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879819.16604: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530> <<< 5169 1726879819.16636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879819.16658: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0> <<< 5169 1726879819.16698: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0> <<< 5169 1726879819.16725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879819.16731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879819.16734: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0> <<< 5169 1726879819.16800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879819.16811: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0> <<< 5169 1726879819.16815: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.16844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.16873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340> import 'importlib.machinery' # <<< 5169 1726879819.16970: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0> <<< 5169 1726879819.16976: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980> <<< 5169 1726879819.16980: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879819.16983: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879819.16986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879819.16991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879819.17024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0> <<< 5169 1726879819.17039: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879819.17077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879819.17109: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0> <<< 5169 1726879819.17231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0> <<< 5169 1726879819.17235: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879819.17238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80> <<< 5169 1726879819.17241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.17245: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879819.17254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879819.17299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879819.17307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879819.17315: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0> <<< 5169 1726879819.17348: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530> <<< 5169 1726879819.17399: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879819.17432: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879819.17450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879819.17545: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0> <<< 5169 1726879819.17549: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0> <<< 5169 1726879819.17552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879819.17640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0> <<< 5169 1726879819.17646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110> <<< 5169 1726879819.17675: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879819.17679: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879819.17720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879819.17724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879819.17762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879819.17813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879819.17817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879819.17866: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0> <<< 5169 1726879819.17869: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880> <<< 5169 1726879819.17881: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879819.17917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.17931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879819.17938: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200> <<< 5169 1726879819.17974: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050> <<< 5169 1726879819.17983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879819.18021: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879819.18024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0> <<< 5169 1726879819.18027: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420> <<< 5169 1726879819.18030: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70> <<< 5169 1726879819.18051: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879819.18072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.18092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879819.18118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879819.18121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879819.18144: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520> <<< 5169 1726879819.18163: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0> <<< 5169 1726879819.18188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879819.18251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879819.18255: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip' # zipimport: zlib available <<< 5169 1726879819.18324: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879819.18329: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260> <<< 5169 1726879819.18351: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879819.18404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879819.18472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879819.18476: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879819.18481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879819.18552: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00> <<< 5169 1726879819.18587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879819.18590: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0> <<< 5169 1726879819.18612: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879819.18618: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380> <<< 5169 1726879819.18655: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170> <<< 5169 1726879819.18688: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350> <<< 5169 1726879819.18711: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0> <<< 5169 1726879819.18805: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0> <<< 5169 1726879819.18808: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0> <<< 5169 1726879819.18837: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.18841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879819.18844: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 5169 1726879819.18866: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640> <<< 5169 1726879819.18875: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.18895: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.18903: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879819.18916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.18923: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip' # zipimport: zlib available <<< 5169 1726879819.19063: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.19092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879819.19103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879819.19148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879819.19222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879819.19261: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030> <<< 5169 1726879819.19270: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879819.19472: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0> <<< 5169 1726879819.19482: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.19511: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 5169 1726879819.19541: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.19552: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.19558: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879819.19583: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.20453: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.21135: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.21706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879819.21713: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40> <<< 5169 1726879819.21739: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.21778: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879819.21805: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879819.21811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879819.21853: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0> <<< 5169 1726879819.21888: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640> <<< 5169 1726879819.21926: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50> <<< 5169 1726879819.21950: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879819.21998: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40> <<< 5169 1726879819.22023: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879819.22045: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0> <<< 5169 1726879819.22087: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810> <<< 5169 1726879819.22103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879819.22131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879819.22149: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879819.22214: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50> <<< 5169 1726879819.22217: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879819.22240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879819.22282: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0> <<< 5169 1726879819.22315: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.22324: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0> <<< 5169 1726879819.22334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879819.22354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879819.22403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879819.22410: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0> <<< 5169 1726879819.22413: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40> <<< 5169 1726879819.22432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879819.22440: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.22469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879819.22482: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879819.22488: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879819.22491: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879819.22536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879819.22541: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940> <<< 5169 1726879819.22559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879819.22562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879819.22578: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0> <<< 5169 1726879819.22609: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010> <<< 5169 1726879819.22618: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20> <<< 5169 1726879819.22629: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879819.22648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879819.22652: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40> <<< 5169 1726879819.22696: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0> <<< 5169 1726879819.22702: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0> <<< 5169 1726879819.22707: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879819.22710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879819.22728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879819.22784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879819.22827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879819.22853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70> import '_tokenize' # <<< 5169 1726879819.22895: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879819.22943: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40> import 'pwd' # <<< 5169 1726879819.22975: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879819.22979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879819.23022: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720> <<< 5169 1726879819.23085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879819.23090: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50> <<< 5169 1726879819.23152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879819.23159: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50> <<< 5169 1726879819.23198: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879819.23205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879819.23213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879819.23242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879819.23248: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0> <<< 5169 1726879819.23251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879819.23258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879819.23293: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80> <<< 5169 1726879819.23336: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0> <<< 5169 1726879819.23359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879819.23361: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040> <<< 5169 1726879819.23383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879819.23409: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30> <<< 5169 1726879819.23467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879819.23513: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070> <<< 5169 1726879819.23520: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879819.23523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879819.23557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0> <<< 5169 1726879819.23576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0> import '_tokenize' # <<< 5169 1726879819.23634: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0> <<< 5169 1726879819.23638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879819.23660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879819.23694: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080> <<< 5169 1726879819.23727: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00> <<< 5169 1726879819.23775: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550> <<< 5169 1726879819.23823: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10> <<< 5169 1726879819.23833: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410> <<< 5169 1726879819.23872: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879819.23892: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0> <<< 5169 1726879819.23901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879819.23904: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879819.23928: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920> <<< 5169 1726879819.23948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879819.23951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879819.23954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879819.23981: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.23992: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170> <<< 5169 1726879819.24049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879819.24104: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.24110: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220> <<< 5169 1726879819.24131: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879819.24151: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.24214: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200> <<< 5169 1726879819.24220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.24223: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0> <<< 5169 1726879819.24226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879819.24234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879819.24279: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879819.24301: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24321: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870> <<< 5169 1726879819.24376: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24401: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200> <<< 5169 1726879819.24511: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24518: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879819.24521: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680> <<< 5169 1726879819.24612: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200> <<< 5169 1726879819.24615: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879819.24618: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879819.24621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879819.24645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879819.24674: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24687: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.24700: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0> <<< 5169 1726879819.24796: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24862: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.24886: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0> <<< 5169 1726879819.24889: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20> <<< 5169 1726879819.24923: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0> <<< 5169 1726879819.24928: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700> <<< 5169 1726879819.24947: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24968: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.24981: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879819.24987: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25082: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25185: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879819.25236: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25240: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879819.25248: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25388: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.25507: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.26005: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879819.26009: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879819.26014: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879819.26051: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879819.26079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.26118: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440> <<< 5169 1726879819.26144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.26219: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879819.26236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0> <<< 5169 1726879819.26322: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879819.26330: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.26363: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 5169 1726879819.26505: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.26680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879819.26699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879819.26703: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0> <<< 5169 1726879819.26727: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.26742: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879819.26753: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879819.26761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879819.26786: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879819.26800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.26851: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830> <<< 5169 1726879819.26940: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879819.26946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879819.26973: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730> <<< 5169 1726879819.26977: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0> <<< 5169 1726879819.27033: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879819.27039: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27062: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27082: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879819.27088: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27222: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27254: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879819.27434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879819.27439: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490> <<< 5169 1726879819.27461: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27723: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27808: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879819.27904: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27938: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27978: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.27982: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879819.27992: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28154: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879819.28185: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28189: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879819.28210: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28253: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28292: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879819.28305: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28474: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28566: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28586: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28648: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 5169 1726879819.28722: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879819.28756: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28823: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879819.28900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879819.28912: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 5169 1726879819.28927: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879819.28939: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879819.28955: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28962: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890> <<< 5169 1726879819.28987: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.28990: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29027: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879819.29050: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29053: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29132: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879819.29139: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879819.29154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879819.29180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879819.29262: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.29295: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29387: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40> <<< 5169 1726879819.29443: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510> <<< 5169 1726879819.29453: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10> <<< 5169 1726879819.29473: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29519: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879819.29568: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879819.29583: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879819.29623: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29637: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879819.29670: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29712: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0> <<< 5169 1726879819.29723: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29727: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29804: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.29807: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879819.29839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.29882: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879819.29899: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879819.29930: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190> <<< 5169 1726879819.29933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879819.29976: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750> <<< 5169 1726879819.30019: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879819.30025: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.30028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 5169 1726879819.30031: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30102: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30167: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180> <<< 5169 1726879819.30226: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.30271: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0> # zipimport: zlib available <<< 5169 1726879819.30313: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879819.30377: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879819.30384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879819.30431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879819.30434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.30464: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990> <<< 5169 1726879819.30485: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30506: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0> <<< 5169 1726879819.30557: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879819.30605: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750> <<< 5169 1726879819.30609: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879819.30612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.30619: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30643: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30691: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 5169 1726879819.30694: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879819.30696: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0> <<< 5169 1726879819.30743: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879819.30748: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0> <<< 5169 1726879819.30754: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30789: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879819.30794: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879819.30836: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30851: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30945: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30948: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.30993: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879819.31001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.31017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879819.31045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879819.31079: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.31083: stdout chunk (state=3): >>> {"failed": true, "msg": "file not found: /root/.ssh/kdump_id_rsa.pub", "exception": " File \"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\", line 101, in main\n with open(source, 'rb') as source_fh:\n ^^^^^^^^^^^^^^^^^^\n", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} <<< 5169 1726879819.31088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879819.31099: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879819.31123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879819.31156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879819.31183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879819.31226: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0> <<< 5169 1726879819.31283: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50> <<< 5169 1726879819.31371: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879819.31414: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.31453: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 5169 1726879819.31502: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 5169 1726879819.31588: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing <<< 5169 1726879819.31596: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879819.31600: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879819.31622: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.31706: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.31828: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879819.31832: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879819.31837: stdout chunk (state=3): >>># destroy _bz2 <<< 5169 1726879819.31840: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 5169 1726879819.31878: stdout chunk (state=3): >>> {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} # destroy __main__ <<< 5169 1726879819.31919: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 5169 1726879819.31923: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879819.31970: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879819.31974: stdout chunk (state=3): >>># destroy _hashlib <<< 5169 1726879819.32006: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879819.32033: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 5169 1726879819.32051: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879819.32104: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 5169 1726879819.32133: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879819.32195: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879819.32200: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 5169 1726879819.32205: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections <<< 5169 1726879819.32227: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879819.32236: stdout chunk (state=3): >>># cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib <<< 5169 1726879819.32259: stdout chunk (state=3): >>># cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading <<< 5169 1726879819.32330: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid <<< 5169 1726879819.32371: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879819.32407: stdout chunk (state=3): >>># cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process <<< 5169 1726879819.32435: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879819.32454: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 5169 1726879819.32458: stdout chunk (state=3): >>> # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879819.32544: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879819.32547: stdout chunk (state=3): >>># destroy time <<< 5169 1726879819.32663: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879819.32676: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879819.32732: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 5169 1726879819.32759: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879819.32824: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879819.32852: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse <<< 5169 1726879819.32883: stdout chunk (state=3): >>># destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879819.32973: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879819.33032: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 1 Shared connection to 10.31.47.62 closed. <<< 5169 1726879819.33041: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections <<< 5169 1726879819.33093: stdout chunk (state=3): >>># destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879819.33097: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879819.33109: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 5169 1726879819.33171: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879819.33201: stderr chunk (state=3): >>><<< 5169 1726879819.33205: stdout chunk (state=3): >>><<< <10.31.47.62> (1, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520>\r\n# zipimport: found 30 names in \'/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"failed": true, "msg": "file not found: /root/.ssh/kdump_id_rsa.pub", "exception": " File \\"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\\", line 101, in main\\n with open(source, \'rb\') as source_fh:\\n ^^^^^^^^^^^^^^^^^^\\n", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 10.31.47.62 closed.\r\n") <10.31.47.62> Failed to connect to the host via ssh: OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 1 Shared connection to 10.31.47.62 closed. 5169 1726879819.33461: _low_level_execute_command() done: rc=1, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386318530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83862e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838631aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cd190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83860cdfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838610bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386143ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386123b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386121250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386109010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386167830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386166450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386122120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386164bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861082c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386194bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8386194f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386106de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386195340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f83861b3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861b3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f83861965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385f7bce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa44d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa47a0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385fa4980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385f79e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa5f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa4c20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386196cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fd22d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fea3c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027110> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f838604d880> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8386027200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385feb050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e281d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fe9400> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385fa6e70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8385fe9520> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e81eb0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e54da0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e2bef0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e57d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea58b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea4f50> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea5a00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385e82b40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea65d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385ea6810> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385ea6d50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0cad0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d0e6f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0f0b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d0ff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d12d20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d12e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d10fe0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d16b70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d15670> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d153d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d17c50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d114f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d5ed50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5ef30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d60a10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d607d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d62f30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d61070> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6a6f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d63080> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b410> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6b9e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d5f0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6f170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d70200> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d8e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385d6ec90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d6d550> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385df8440> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df92e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385d738f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385df90a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfb890> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05c40> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c06510> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385dfab10> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8385c05190> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c06750> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c96990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c106e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a750> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8385c0a5a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"failed": true, "msg": "file not found: /root/.ssh/kdump_id_rsa.pub", "exception": " File \"/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py\", line 101, in main\n with open(source, 'rb') as source_fh:\n ^^^^^^^^^^^^^^^^^^\n", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 1 Shared connection to 10.31.47.62 closed. 5169 1726879819.34295: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879819.35029: done with _execute_module (slurp, {'src': '/root/.ssh/kdump_id_rsa.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.9210439-5369-162497642094205/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879819.35034: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879819.35037: stdout chunk (state=3): >>># destroy time <<< 5169 1726879819.35040: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879819.35043: _low_level_execute_command(): starting 5169 1726879819.35046: stdout chunk (state=3): >>># destroy _operator <<< 5169 1726879819.35049: stdout chunk (state=3): >>># destroy _sha2 # destroy _string # destroy re <<< 5169 1726879819.35051: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879819.35053: stdout chunk (state=3): >>># destroy _abc <<< 5169 1726879819.35056: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ > /dev/null 2>&1 && sleep 0' <10.31.47.62> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.62> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/93e4e220ce"' 10.31.47.62 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9210439-5369-162497642094205/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879819.35067: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879819.35089: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879819.35097: stdout chunk (state=3): >>><<< 5169 1726879819.35099: stderr chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640>\r\n# zipimport: found 30 names in \'/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879819.35330: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4dae7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4db1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cd190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d8cdfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d90bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d943ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d923b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d921250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d909010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d967830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d966450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d922120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d964bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9082c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d994bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d994f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d906de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d995340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d9b3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9b3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d9965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d77fce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a8770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d7a89e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d77de80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aa060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7a8ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d996cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7d6420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ee4e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d849a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d82b380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ef170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d62c350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7ed520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d7aafc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4d7ed640> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_35zimy6q/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d658f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6580b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d65bd40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6a9940> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a96d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a9010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6a94f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d686cc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa6c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d6aa900> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d6aae40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d510b00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d512720> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5130e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d513f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d516d80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d516ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515040> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51acc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d519790> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5194f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d51be00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d515550> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d562e10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d562f60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d564b60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d564920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d567050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d565220> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d56e870> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d567200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f680> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56f6b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d56fb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d563200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5733b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5745f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571b20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d572ea0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d571700> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d5fc830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd730> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d577da0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fd490> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5fe6c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40a180> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d40aae0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d5ff5c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4d4096a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40acc0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d49ade0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d417c50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40ecc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4d40eb10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879819.35839: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.35843: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.36513: done with _execute_module (slurp, {'src': '/root/.ssh/kdump_id_rsa.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879818.9313586-5370-75254690229794/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879819.36517: _low_level_execute_command(): starting 5169 1726879819.36520: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879818.9313586-5370-75254690229794/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879819.36530: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.36533: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.36535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.36538: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.36540: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879819.36543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.36546: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879819.36548: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.36551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.36589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.36763: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.36771: stderr chunk (state=3): >>><<< 5169 1726879819.36773: stdout chunk (state=3): >>><<< <10.31.47.62> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.62 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 4176\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.36900: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.62 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.62 originally 10.31.47.62 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/93e4e220ce' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 4176 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.36904: handler run complete 5169 1726879819.36907: attempt loop complete, returning result 5169 1726879819.36909: _execute() done 5169 1726879819.36912: dumping result to json 5169 1726879819.36914: done dumping result, returning 5169 1726879819.36917: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kdump : Fetch key [0229e9c9-8e59-8f9b-2ddb-000000000115] 5169 1726879819.36919: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879819.37099: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879819.37109: WORKER PROCESS EXITING 5169 1726879819.37117: marking managed_node2 as failed 5169 1726879819.37127: marking host managed_node2 failed, current state: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879819.37138: ^ failed state is now: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879819.37142: getting the next task for host managed_node2 5169 1726879819.37150: done getting next task for host managed_node2 5169 1726879819.37153: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879819.37154: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False The full traceback is: File "/tmp/ansible_slurp_payload_cg9ndxxr/ansible_slurp_payload.zip/ansible/modules/slurp.py", line 101, in main with open(source, 'rb') as source_fh: ^^^^^^^^^^^^^^^^^^ fatal: [managed_node2]: FAILED! => { "changed": false, "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } } } MSG: file not found: /root/.ssh/kdump_id_rsa.pub 5169 1726879819.38489: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.38541: stderr chunk (state=3): >>><<< 5169 1726879819.38548: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.38577: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.38586: handler run complete 5169 1726879819.38602: attempt loop complete, returning result 5169 1726879819.38605: _execute() done 5169 1726879819.38607: dumping result to json 5169 1726879819.38610: done dumping result, returning 5169 1726879819.38619: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch key [0229e9c9-8e59-8f9b-2ddb-000000000115] 5169 1726879819.38770: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879819.38844: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000115 5169 1726879819.38847: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaTVNamZUdWswdko1VEdOZ1BoWm1zdXJBeWZoWVNlNEx1TTFINVVLdmtWekNPNzFKSDNZNzB2ZnVtaWIyV2RrdWdINU9abEVHL1krSXZJQWQvMHBIWGhUVlpOTzNuOWljdUFkQTFEekJlT3VVQzdxUHNJVGpyT2t0TktOb0hTQXhrM1Z2a1Q3UVk4Z01yUmphV3poNE0yZTJQSVg5WnFZUDNXYitzZmhUa3ZHUkpjUjZXVWM4TkhvRGxKaEJDdmdIZnBUMTFuNFhhcDZNcXJKeWFjMjN2S0x4b21WSkE1QWtFSkYzSTFMVDYrZ0xPQjdoRklLUzk5ekVqOWtqS1I4cUw0Rm9MN25vL1pmc1ExNk1VNGhtOS9ZQnNtU3BMVWo4YjZJZ3BxSWllZkx5aE1MWE1JcG55THNzZm5nWmRjbTY2MGVNaG9JS3VycldzdDhOZVFyem9XU1ZwNERkaVpQL0dUQXdYOFM0cDMvNndSRkhNN0RsNEYwSTErWDd6dlBiV3VDbjV6TmJTeGJrZEV6NE9POU40cy80RjZuQWR5UjJsMXM2RFYyalVWMFZueWRFRWlBanBtcXBDdkVkeFRlQjROQ0lGQkdlU1pybURzNGVreVh1andnNnB2U1YxSHBGd0F0RktJM3RMMng1SXJaRmlXWDdWenRBZ3JLUVJHTE09IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } 5169 1726879819.38903: no more pending results, returning what we have 5169 1726879819.38908: results queue empty 5169 1726879819.38909: checking for any_errors_fatal 5169 1726879819.38919: done checking for any_errors_fatal 5169 1726879819.38920: checking for max_fail_percentage 5169 1726879819.38922: done checking for max_fail_percentage 5169 1726879819.38923: checking to see if all hosts have failed and the running result is not ok 5169 1726879819.38924: done checking to see if all hosts have failed 5169 1726879819.38925: getting the remaining hosts for this loop 5169 1726879819.38927: done getting the remaining hosts for this loop 5169 1726879819.38931: getting the next task for host managed_node2 5169 1726879819.38938: done getting next task for host managed_node2 5169 1726879819.38940: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879819.38942: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879819.38943: getting the next task for host managed_node3 5169 1726879819.38948: done getting next task for host managed_node3 5169 1726879819.38952: ^ task is: TASK: fedora.linux_system_roles.kdump : Get userinfo for {{ kdump_ssh_user }} 5169 1726879819.38955: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879819.38960: getting variables 5169 1726879819.38963: in VariableManager get_vars() 5169 1726879819.38997: Calling all_inventory to load vars for managed_node2 5169 1726879819.39000: Calling groups_inventory to load vars for managed_node2 5169 1726879819.39004: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879819.39015: Calling all_plugins_play to load vars for managed_node2 5169 1726879819.39018: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879819.39022: Calling groups_plugins_play to load vars for managed_node2 5169 1726879819.39246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879819.39533: done with get_vars() 5169 1726879819.39542: done getting variables 5169 1726879819.39609: getting variables 5169 1726879819.39610: in VariableManager get_vars() 5169 1726879819.39623: Calling all_inventory to load vars for managed_node3 5169 1726879819.39625: Calling groups_inventory to load vars for managed_node3 5169 1726879819.39627: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879819.39630: Calling all_plugins_play to load vars for managed_node3 5169 1726879819.39632: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879819.39633: Calling groups_plugins_play to load vars for managed_node3 5169 1726879819.39744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879819.39886: done with get_vars() 5169 1726879819.39894: done getting variables 5169 1726879819.40022: variable 'kdump_ssh_user' from source: play vars 5169 1726879819.40102: variable 'hostvars' from source: magic vars 5169 1726879819.40105: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879819.40107: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.40146: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.40151: in VariableManager get_vars() 5169 1726879819.40153: Calling all_inventory to load vars for managed_node3 5169 1726879819.40155: Calling groups_inventory to load vars for managed_node3 5169 1726879819.40156: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879819.40161: Calling all_plugins_play to load vars for managed_node3 5169 1726879819.40165: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879819.40168: Calling groups_plugins_play to load vars for managed_node3 5169 1726879819.40285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879819.40411: done with get_vars() 5169 1726879819.40418: variable 'ansible_user_id' from source: facts TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Friday 20 September 2024 20:50:19 -0400 (0:00:00.539) 0:00:17.040 ****** 5169 1726879819.40450: entering _queue_task() for managed_node3/user 5169 1726879819.40451: Creating lock for user 5169 1726879819.40771: worker is 3 (out of 3 available) 5169 1726879819.40788: exiting _queue_task() for managed_node3/user 5169 1726879819.40804: done queuing things up, now waiting for results queue to drain 5169 1726879819.40806: waiting for pending results... 5169 1726879819.41135: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root 5169 1726879819.41234: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000117 5169 1726879819.41245: variable 'ansible_search_path' from source: unknown 5169 1726879819.41249: variable 'ansible_search_path' from source: unknown 5169 1726879819.41282: calling self._execute() 5169 1726879819.41302: variable 'kdump_ssh_server' from source: play vars 5169 1726879819.41447: variable 'kdump_ssh_server' from source: play vars 5169 1726879819.41453: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879819.41510: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879819.41514: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.41562: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.41578: in VariableManager get_vars() 5169 1726879819.41618: Calling all_inventory to load vars for managed_node3 5169 1726879819.41622: Calling groups_inventory to load vars for managed_node3 5169 1726879819.41626: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879819.41648: Calling all_plugins_play to load vars for managed_node3 5169 1726879819.41651: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879819.41654: Calling groups_plugins_play to load vars for managed_node3 5169 1726879819.41833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879819.41990: done with get_vars() 5169 1726879819.42000: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.42037: variable 'ansible_delegated_vars' from source: unknown 5169 1726879819.42047: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.42056: variable 'omit' from source: magic vars 5169 1726879819.42123: variable 'omit' from source: magic vars 5169 1726879819.42163: variable 'omit' from source: magic vars 5169 1726879819.42186: variable 'kdump_ssh_user' from source: play vars 5169 1726879819.42240: variable 'kdump_ssh_user' from source: play vars 5169 1726879819.42327: variable 'hostvars' from source: magic vars 5169 1726879819.42331: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879819.42334: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.42381: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.42389: in VariableManager get_vars() 5169 1726879819.42397: Calling all_inventory to load vars for managed_node3 5169 1726879819.42400: Calling groups_inventory to load vars for managed_node3 5169 1726879819.42406: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879819.42415: Calling all_plugins_play to load vars for managed_node3 5169 1726879819.42418: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879819.42425: Calling groups_plugins_play to load vars for managed_node3 5169 1726879819.42568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879819.42699: done with get_vars() 5169 1726879819.42713: variable 'ansible_user_id' from source: facts 5169 1726879819.42728: variable 'omit' from source: magic vars 5169 1726879819.42741: variable 'ansible_delegated_vars' from source: unknown 5169 1726879819.42759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879819.42786: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879819.42804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879819.42818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879819.42829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879819.42857: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.42860: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879819.42863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879819.42867: variable 'ansible_port' from source: unknown 5169 1726879819.42871: variable 'ansible_user' from source: unknown 5169 1726879819.42951: Set connection var ansible_timeout to 10 5169 1726879819.42954: Set connection var ansible_shell_executable to /bin/sh 5169 1726879819.42957: Set connection var ansible_connection to ssh 5169 1726879819.42967: Set connection var ansible_shell_type to sh 5169 1726879819.42970: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879819.42975: Set connection var ansible_pipelining to False 5169 1726879819.42995: variable 'ansible_delegated_vars' from source: unknown 5169 1726879819.43000: variable 'ansible_user' from source: unknown 5169 1726879819.43007: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.43186: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879819.43191: variable 'omit' from source: magic vars 5169 1726879819.43199: starting attempt loop 5169 1726879819.43202: running the handler 5169 1726879819.43214: _low_level_execute_command(): starting 5169 1726879819.43221: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879819.43789: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.43797: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879819.43802: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.43812: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879819.43817: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.43928: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.43932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879819.43936: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.43984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.45688: stdout chunk (state=3): >>>/root <<< 5169 1726879819.45802: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.45852: stderr chunk (state=3): >>><<< 5169 1726879819.45856: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.45888: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.46073: _low_level_execute_command(): starting 5169 1726879819.46078: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `" && echo ansible-tmp-1726879819.4588895-5385-6790332458526="` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `" && echo ansible-tmp-1726879819.4588895-5385-6790332458526="` echo /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 `" ) && sleep 0'"'"'' 5169 1726879819.46549: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.46566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.46579: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.46631: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.46649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.46693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.48655: stdout chunk (state=3): >>>ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 <<< 5169 1726879819.48778: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.48822: stderr chunk (state=3): >>><<< 5169 1726879819.48826: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.48844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879819.4588895-5385-6790332458526=/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.49070: variable 'ansible_delegated_vars' from source: unknown 5169 1726879819.49074: variable 'ansible_module_compression' from source: unknown 5169 1726879819.49077: ANSIBALLZ: Using lock for user 5169 1726879819.49079: ANSIBALLZ: Acquiring lock 5169 1726879819.49082: ANSIBALLZ: Lock acquired: 140122398498672 5169 1726879819.49084: ANSIBALLZ: Creating module 5169 1726879819.61180: ANSIBALLZ: Writing module into payload 5169 1726879819.61405: ANSIBALLZ: Writing module 5169 1726879819.61422: ANSIBALLZ: Renaming module 5169 1726879819.61432: ANSIBALLZ: Done creating module 5169 1726879819.61446: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py 5169 1726879819.61500: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n TO /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879819.61633: Sending initial data 5169 1726879819.61636: Sent initial data (149 bytes) 5169 1726879819.62129: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.62133: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.62136: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879819.62140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.62178: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.62186: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.62190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879819.62207: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.62261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.63986: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 5169 1726879819.63990: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879819.64024: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879819.64079: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879819.64082: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879819.64083: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py <<< 5169 1726879819.64119: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n" to remote "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py" <<< 5169 1726879819.64125: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py M:0x001a <<< 5169 1726879819.64198: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:141632 <<< 5169 1726879819.64643: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 141632 bytes at 0 <<< 5169 1726879819.64647: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879819.64684: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879819.64748: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.64809: stderr chunk (state=3): >>><<< 5169 1726879819.64812: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp2cexwx5n" to remote "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:141632\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 141632 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879819.65074: done transferring module to remote 5169 1726879819.65078: _low_level_execute_command(): starting 5169 1726879819.65081: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'"'"'' 5169 1726879819.65480: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.65497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.65515: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.65556: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.65574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879819.65593: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879819.65628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.67504: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.67550: stderr chunk (state=3): >>><<< 5169 1726879819.67554: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.67579: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.67585: _low_level_execute_command(): starting 5169 1726879819.67588: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/AnsiballZ_user.py && sleep 0'"'"'' 5169 1726879819.68272: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.68276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.68279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.68281: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.68284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879819.68286: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.68343: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.68347: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.68350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.68393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.70723: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879819.70756: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879819.70788: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879819.70797: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879819.70871: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879819.70878: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879819.70907: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879819.70945: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879819.70977: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 5169 1726879819.70983: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879819.71034: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879819.71038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.71058: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879819.71083: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879819.71119: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879819.71143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879819.71159: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530> <<< 5169 1726879819.71176: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30> <<< 5169 1726879819.71188: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879819.71201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0> <<< 5169 1726879819.71224: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879819.71249: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879819.71255: stdout chunk (state=3): >>> import 'abc' # <<< 5169 1726879819.71284: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879819.71316: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879819.71320: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879819.71409: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879819.71439: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879819.71489: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879819.71527: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 5169 1726879819.71542: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879819.71579: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879819.71600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190> <<< 5169 1726879819.71667: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879819.71694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0> <<< 5169 1726879819.71720: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879819.71733: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879819.72004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879819.72015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879819.72029: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879819.72047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.72060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879819.72108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879819.72122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879819.72155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879819.72160: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60> <<< 5169 1726879819.72188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879819.72198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879819.72226: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879819.72233: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20> <<< 5169 1726879819.72254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879819.72279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879819.72302: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879819.72351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.72377: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879819.72393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879819.72409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830> <<< 5169 1726879819.72416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879819.72439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0> <<< 5169 1726879819.72454: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879819.72511: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30> <<< 5169 1726879819.72514: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879819.72548: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250> <<< 5169 1726879819.72645: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010> <<< 5169 1726879819.72674: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879819.72698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879819.72701: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879819.72727: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879819.72750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879819.72779: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879819.72818: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830> <<< 5169 1726879819.72822: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450> <<< 5169 1726879819.72856: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879819.72867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879819.72880: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0> <<< 5169 1726879819.72931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879819.72934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890> <<< 5169 1726879819.72944: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0> <<< 5169 1726879819.73020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 5169 1726879819.73025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879819.73034: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.73037: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0> <<< 5169 1726879819.73063: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0> <<< 5169 1726879819.73101: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 5169 1726879819.73104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.73156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879819.73160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879819.73169: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0> <<< 5169 1726879819.73181: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370> import 'importlib.machinery' # <<< 5169 1726879819.73210: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879819.73246: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570> import 'importlib.util' # <<< 5169 1726879819.73275: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879819.73312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879819.73327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 5169 1726879819.73361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0> import 'errno' # <<< 5169 1726879819.73400: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.73404: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0> <<< 5169 1726879819.73433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879819.73437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879819.73478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879819.73482: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80> <<< 5169 1726879819.73520: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.73525: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0> <<< 5169 1726879819.73567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879819.73599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879819.73603: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0> <<< 5169 1726879819.73622: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530> <<< 5169 1726879819.73656: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0> <<< 5169 1726879819.73680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879819.73702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879819.73722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879819.73746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879819.73786: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.73798: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0> <<< 5169 1726879819.73808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 5169 1726879819.73817: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879819.73843: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.73852: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0> <<< 5169 1726879819.73878: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770> <<< 5169 1726879819.73911: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950> <<< 5169 1726879819.73932: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50> <<< 5169 1726879819.73947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879819.74057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879819.74095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879819.74123: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20> <<< 5169 1726879819.74135: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750> <<< 5169 1726879819.74180: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879819.74221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.74242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879819.74288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879819.74317: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330> <<< 5169 1726879819.74379: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879819.74392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.74399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879819.74421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879819.74473: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0> <<< 5169 1726879819.74496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879819.74532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879819.74590: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879819.74617: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 5169 1726879819.74622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200> <<< 5169 1726879819.74635: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879819.74677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879819.74699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879819.74743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879819.74835: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0> <<< 5169 1726879819.74911: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320> <<< 5169 1726879819.74955: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140> <<< 5169 1726879819.74996: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879819.75010: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0> <<< 5169 1726879819.75016: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0> <<< 5169 1726879819.75120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879819.75142: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610> <<< 5169 1726879819.75227: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip' <<< 5169 1726879819.75234: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.75382: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.75415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879819.75421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879819.75470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879819.75541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879819.75579: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000> <<< 5169 1726879819.75589: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879819.75788: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0> <<< 5169 1726879819.75796: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0> # zipimport: zlib available <<< 5169 1726879819.75823: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879819.75828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.75857: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.75873: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.75879: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879819.75894: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.77446: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.78698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879819.78705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90> <<< 5169 1726879819.78725: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879819.78731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.78774: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879819.78782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879819.78791: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879819.78801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879819.78826: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.78832: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970> <<< 5169 1726879819.78871: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700> <<< 5169 1726879819.78903: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010> <<< 5169 1726879819.78918: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879819.78933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879819.78977: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460> <<< 5169 1726879819.78983: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20> import 'atexit' # <<< 5169 1726879819.79012: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720> <<< 5169 1726879819.79040: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.79045: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960> <<< 5169 1726879819.79070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879819.79115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879819.79128: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879819.79183: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70> <<< 5169 1726879819.79197: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879819.79205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879819.79232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879819.79271: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30> <<< 5169 1726879819.79301: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750> <<< 5169 1726879819.79330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879819.79333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879819.79385: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0> <<< 5169 1726879819.79400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879819.79432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879819.79442: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20> <<< 5169 1726879819.79472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879819.79508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879819.79526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879819.79532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879819.79588: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0> <<< 5169 1726879819.79627: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.79640: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10> <<< 5169 1726879819.79643: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0> <<< 5169 1726879819.79670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879819.79695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879819.79717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879819.79724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879819.79744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879819.79773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879819.79831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50> <<< 5169 1726879819.79835: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879819.79917: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580> <<< 5169 1726879819.79938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879819.80009: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50> <<< 5169 1726879819.80051: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0> <<< 5169 1726879819.80106: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0> <<< 5169 1726879819.80150: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879819.80169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879819.80221: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950> <<< 5169 1726879819.80232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879819.80333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879819.80386: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.80389: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280> <<< 5169 1726879819.80416: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 5169 1726879819.80422: stdout chunk (state=3): >>> <<< 5169 1726879819.80466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.80490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879819.80495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879819.80507: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879819.80550: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930> <<< 5169 1726879819.80681: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0> <<< 5169 1726879819.80757: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.80763: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0> <<< 5169 1726879819.80792: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.80800: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710> <<< 5169 1726879819.80836: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.80855: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10> <<< 5169 1726879819.80869: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0> <<< 5169 1726879819.80872: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879819.80893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879819.80896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879819.80925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879819.80952: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.80982: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0> <<< 5169 1726879819.81146: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.81151: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0> <<< 5169 1726879819.81172: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30> <<< 5169 1726879819.81201: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.81269: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670> <<< 5169 1726879819.81272: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879819.81275: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.81370: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.81499: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.81505: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879819.81535: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879819.81642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.81775: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.82384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.83017: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879819.83023: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879819.83038: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879819.83056: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879819.83070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.83125: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800> <<< 5169 1726879819.83219: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879819.83237: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670> <<< 5169 1726879819.83250: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30> <<< 5169 1726879819.83305: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879819.83307: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.83334: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.83338: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879819.83361: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.83516: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.83702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879819.83706: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0> <<< 5169 1726879819.83713: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84234: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84726: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84806: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84893: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879819.84897: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84937: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.84978: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879819.84982: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85059: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85149: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879819.85176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.85192: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879819.85199: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85239: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85285: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879819.85291: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85541: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.85805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879819.86095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0> # zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.86137: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879819.86150: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879819.86159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879819.86175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879819.86256: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.86384: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000> <<< 5169 1726879819.86431: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.86488: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00> <<< 5169 1726879819.86573: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879819.86601: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879819.86615: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.86658: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.86715: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.86849: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879819.86870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879819.86923: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640> <<< 5169 1726879819.87006: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10> <<< 5169 1726879819.87010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879819.87025: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87087: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87146: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87186: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879819.87246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879819.87271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879819.87304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879819.87349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879819.87381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879819.87407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879819.87451: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80> <<< 5169 1726879819.87501: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0> <<< 5169 1726879819.87593: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879819.87642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87662: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879819.87711: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879819.87721: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.87746: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879819.87756: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.89978: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.91914: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 5169 1726879819.91918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 5169 1726879819.91936: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0> <<< 5169 1726879819.91948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 5169 1726879819.91981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 5169 1726879819.92048: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50> <<< 5169 1726879819.92077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py <<< 5169 1726879819.92086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' <<< 5169 1726879819.92106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py # code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' <<< 5169 1726879819.92135: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879819.92189: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940> <<< 5169 1726879819.92212: stdout chunk (state=3): >>>import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0> import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0> # zipimport: zlib available <<< 5169 1726879819.92247: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.92270: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 5169 1726879819.92532: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879819.93270: stdout chunk (state=3): >>> {"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}} <<< 5169 1726879819.93301: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879819.93804: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879819.93809: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 5169 1726879819.93828: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 5169 1726879819.93839: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref <<< 5169 1726879819.93855: stdout chunk (state=3): >>># cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 5169 1726879819.93867: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 5169 1726879819.93875: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 5169 1726879819.93895: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy <<< 5169 1726879819.93917: stdout chunk (state=3): >>># destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib <<< 5169 1726879819.93935: stdout chunk (state=3): >>># destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 5169 1726879819.93939: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid <<< 5169 1726879819.93978: stdout chunk (state=3): >>># cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 5169 1726879819.94013: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 5169 1726879819.94027: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing <<< 5169 1726879819.94319: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879819.94342: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879819.94423: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid <<< 5169 1726879819.94434: stdout chunk (state=3): >>># destroy array <<< 5169 1726879819.94467: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux <<< 5169 1726879819.94494: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 5169 1726879819.94522: stdout chunk (state=3): >>># destroy datetime <<< 5169 1726879819.94535: stdout chunk (state=3): >>># destroy tty <<< 5169 1726879819.94555: stdout chunk (state=3): >>># destroy termios # cleanup[3] wiping ctypes.util <<< 5169 1726879819.94584: stdout chunk (state=3): >>># destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux <<< 5169 1726879819.94608: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 5169 1726879819.94626: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879819.94643: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select <<< 5169 1726879819.94651: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings <<< 5169 1726879819.94678: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl <<< 5169 1726879819.94693: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 5169 1726879819.94722: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping errno <<< 5169 1726879819.94740: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 5169 1726879819.94780: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879819.94797: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 5169 1726879819.94807: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879819.94813: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 5169 1726879819.94819: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat <<< 5169 1726879819.94826: stdout chunk (state=3): >>># cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879819.94854: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 5169 1726879819.94881: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879819.95028: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879819.95032: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879819.95060: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879819.95081: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy re._parser <<< 5169 1726879819.95113: stdout chunk (state=3): >>># destroy tokenize # destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno <<< 5169 1726879819.95147: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib <<< 5169 1726879819.95201: stdout chunk (state=3): >>># destroy select # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879819.95234: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879819.95249: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879819.95334: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 5169 1726879819.95350: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879819.95372: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879819.95395: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879819.95421: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 5169 1726879819.95429: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879819.95447: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879819.95841: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879819.95904: stderr chunk (state=3): >>><<< 5169 1726879819.95908: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610>\r\n# zipimport: found 31 names in \'/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0>\r\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc\'\r\nimport \'calendar\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50>\r\n# /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc\'\r\n# extension module \'termios\' loaded from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'termios\' executed from \'/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'termios\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940>\r\nimport \'tty\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0>\r\nimport \'pty\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat.typing\' # \r\n# zipimport: zlib available\r\n\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing calendar\r\n# destroy calendar\r\n# cleanup[2] removing termios\r\n# cleanup[2] removing tty\r\n# cleanup[2] removing pty\r\n# destroy pty\r\n# cleanup[2] removing ansible.module_utils.compat.typing\r\n# destroy ansible.module_utils.compat.typing\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy pwd\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy array\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy datetime\r\n# destroy tty\r\n# destroy termios\r\n# cleanup[3] wiping ctypes.util\r\n# destroy subprocess\r\n# destroy tempfile\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy errno\r\n# destroy stat\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy posixpath\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy select\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879819.96011: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94ce7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94d1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acd190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94acdfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b0bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b43ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b23b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b21250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b09010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b67830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b66450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b22120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b64bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b082c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b94bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94b94fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b06de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b956a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b95370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94bb3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94bb3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9493bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949644a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94964950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94939e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94965f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94964c20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94b96750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94992330> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949aa4b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94a059a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949e7320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949ab140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947e82f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf949a94f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94966ed0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdf949a9610> # zipimport: found 31 names in '/tmp/ansible_user_payload_iztzsi6l/ansible_user_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483e000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94814ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ebfb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94817e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94869970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94869460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9483ea20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9486a960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9486ae70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d0b30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d2750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d30e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d3f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d6cf0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf946d6e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d4fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dad50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d9580> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946dbf50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946d54c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9471eed0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94720b90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94720950> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94723110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94721280> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472a930> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947232c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b6e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472b710> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472ba10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471f2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472f2c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947306b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472da30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf9472e900> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9472d670> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf947b8800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b9670> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9471ef30> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947b96a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947ba5a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6000> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c6930> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947baf00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf945c5640> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945c6b10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf94656d80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945d3bf0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945cabd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf9465bbc0> # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf945caa50> # /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py # code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py # code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdf94631940> import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf946310d0> import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdf947305f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available {"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid # destroy array # destroy _hashlib # destroy _blake2 # destroy selinux # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy datetime # destroy tty # destroy termios # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib # destroy select # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879819.97386: done with _execute_module (user, {'name': 'root', 'state': 'present', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'user', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879819.97391: _low_level_execute_command(): starting 5169 1726879819.97394: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879819.4588895-5385-6790332458526/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879819.97404: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879819.97406: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.97409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.97412: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879819.97414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.97417: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879819.97419: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879819.97431: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879819.97433: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879819.97436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879819.97439: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879819.97441: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.97444: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879819.97446: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879819.97449: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879819.97451: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879819.97454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879819.97456: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879819.97458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879819.97461: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879819.97463: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879819.97468: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879819.97470: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879819.97473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879819.97475: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879819.97478: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879819.97480: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879819.97485: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879819.97491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879819.97493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879819.97496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879819.97498: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879819.97501: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879819.97503: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879819.97506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879819.99280: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879819.99336: stderr chunk (state=3): >>><<< 5169 1726879819.99339: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879819.99361: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879819.99571: handler run complete 5169 1726879819.99576: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879819.99579: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879819.99583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879819.99586: variable 'ansible_port' from source: unknown 5169 1726879819.99589: variable 'ansible_user' from source: unknown 5169 1726879819.99595: attempt loop complete, returning result 5169 1726879819.99599: _execute() done 5169 1726879819.99602: dumping result to json 5169 1726879819.99605: done dumping result, returning 5169 1726879819.99608: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get userinfo for root [0229e9c9-8e59-8f9b-2ddb-000000000117] 5169 1726879819.99656: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000117 ok: [managed_node3] => { "append": false, "changed": false, "comment": "Super User", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-47-113.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } 5169 1726879819.99972: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000117 5169 1726879819.99975: WORKER PROCESS EXITING 5169 1726879819.99984: no more pending results, returning what we have 5169 1726879819.99988: results queue empty 5169 1726879819.99988: checking for any_errors_fatal 5169 1726879819.99994: done checking for any_errors_fatal 5169 1726879819.99995: checking for max_fail_percentage 5169 1726879819.99997: done checking for max_fail_percentage 5169 1726879819.99998: checking to see if all hosts have failed and the running result is not ok 5169 1726879819.99999: done checking to see if all hosts have failed 5169 1726879820.00000: getting the remaining hosts for this loop 5169 1726879820.00002: done getting the remaining hosts for this loop 5169 1726879820.00006: getting the next task for host managed_node2 5169 1726879820.00018: done getting next task for host managed_node2 5169 1726879820.00021: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879820.00023: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879820.00024: getting the next task for host managed_node3 5169 1726879820.00027: done getting next task for host managed_node3 5169 1726879820.00029: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user 5169 1726879820.00032: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879820.00037: getting variables 5169 1726879820.00038: in VariableManager get_vars() 5169 1726879820.00082: Calling all_inventory to load vars for managed_node2 5169 1726879820.00086: Calling groups_inventory to load vars for managed_node2 5169 1726879820.00090: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879820.00101: Calling all_plugins_play to load vars for managed_node2 5169 1726879820.00104: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879820.00108: Calling groups_plugins_play to load vars for managed_node2 5169 1726879820.00334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.00575: done with get_vars() 5169 1726879820.00589: done getting variables 5169 1726879820.00702: getting variables 5169 1726879820.00711: in VariableManager get_vars() 5169 1726879820.00725: Calling all_inventory to load vars for managed_node3 5169 1726879820.00728: Calling groups_inventory to load vars for managed_node3 5169 1726879820.00730: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.00735: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.00738: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.00740: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.00882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.01021: done with get_vars() 5169 1726879820.01028: done getting variables TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Friday 20 September 2024 20:50:20 -0400 (0:00:00.606) 0:00:17.647 ****** 5169 1726879820.01087: entering _queue_task() for managed_node3/stat 5169 1726879820.01362: worker is 1 (out of 3 available) 5169 1726879820.01378: exiting _queue_task() for managed_node3/stat 5169 1726879820.01393: done queuing things up, now waiting for results queue to drain 5169 1726879820.01395: waiting for pending results... 5169 1726879820.01713: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user 5169 1726879820.01790: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000118 5169 1726879820.01811: variable 'ansible_search_path' from source: unknown 5169 1726879820.01815: variable 'ansible_search_path' from source: unknown 5169 1726879820.01840: calling self._execute() 5169 1726879820.01858: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.02015: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.02029: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.02078: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.02082: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.02139: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.02148: in VariableManager get_vars() 5169 1726879820.02185: Calling all_inventory to load vars for managed_node3 5169 1726879820.02189: Calling groups_inventory to load vars for managed_node3 5169 1726879820.02199: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.02214: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.02221: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.02227: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.02408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.02583: done with get_vars() 5169 1726879820.02593: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.02630: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.02641: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.02647: variable 'omit' from source: magic vars 5169 1726879820.02715: variable 'omit' from source: magic vars 5169 1726879820.02758: variable 'omit' from source: magic vars 5169 1726879820.02782: variable '__kdump_ssh_path' from source: task vars 5169 1726879820.02836: variable '__kdump_ssh_path' from source: task vars 5169 1726879820.02917: variable '__kdump_ssh_user_info' from source: set_fact 5169 1726879820.02940: variable 'omit' from source: magic vars 5169 1726879820.02951: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.02974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879820.03000: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879820.03018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879820.03033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.03043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.03070: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.03074: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879820.03077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879820.03079: variable 'ansible_port' from source: unknown 5169 1726879820.03084: variable 'ansible_user' from source: unknown 5169 1726879820.03163: Set connection var ansible_timeout to 10 5169 1726879820.03168: Set connection var ansible_shell_executable to /bin/sh 5169 1726879820.03171: Set connection var ansible_connection to ssh 5169 1726879820.03180: Set connection var ansible_shell_type to sh 5169 1726879820.03183: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879820.03189: Set connection var ansible_pipelining to False 5169 1726879820.03208: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.03211: variable 'ansible_user' from source: unknown 5169 1726879820.03219: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.03399: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879820.03409: variable 'omit' from source: magic vars 5169 1726879820.03412: starting attempt loop 5169 1726879820.03416: running the handler 5169 1726879820.03430: _low_level_execute_command(): starting 5169 1726879820.03437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879820.04013: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.04019: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.04023: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.04026: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879820.04030: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.04174: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.04178: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.05877: stdout chunk (state=3): >>>/root <<< 5169 1726879820.05981: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.06036: stderr chunk (state=3): >>><<< 5169 1726879820.06040: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.06069: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.06084: _low_level_execute_command(): starting 5169 1726879820.06090: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `" && echo ansible-tmp-1726879820.0607157-5396-255596307072056="` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `" && echo ansible-tmp-1726879820.0607157-5396-255596307072056="` echo /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 `" ) && sleep 0'"'"'' 5169 1726879820.06780: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.06784: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879820.06788: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879820.06791: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.06793: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.06854: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.06859: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.06861: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.06863: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.06900: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.08884: stdout chunk (state=3): >>>ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 <<< 5169 1726879820.09002: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.09046: stderr chunk (state=3): >>><<< 5169 1726879820.09050: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.09073: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.0607157-5396-255596307072056=/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.09270: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.09274: variable 'ansible_module_compression' from source: unknown 5169 1726879820.09277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 5169 1726879820.09279: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879820.09375: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po TO /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879820.09648: Sending initial data 5169 1726879820.09651: Sent initial data (151 bytes) 5169 1726879820.10041: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.10068: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.10081: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.10121: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.10136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879820.10151: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879820.10187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.11806: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879820.11845: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879820.11895: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879820.11899: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879820.11901: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py <<< 5169 1726879820.11933: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py" <<< 5169 1726879820.11936: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py M:0x001a <<< 5169 1726879820.12004: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118976 <<< 5169 1726879820.12403: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 118976 bytes at 0 <<< 5169 1726879820.12409: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879820.12448: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879820.12504: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.12561: stderr chunk (state=3): >>><<< 5169 1726879820.12566: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1cpxa8po" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118976\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118976 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879820.12772: done transferring module to remote 5169 1726879820.12776: _low_level_execute_command(): starting 5169 1726879820.12779: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879820.13245: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.13259: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.13273: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.13313: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.13326: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879820.13355: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879820.13378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.15204: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.15247: stderr chunk (state=3): >>><<< 5169 1726879820.15251: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.15271: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.15278: _low_level_execute_command(): starting 5169 1726879820.15281: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879820.15952: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.15955: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879820.15959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879820.15966: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879820.15969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.16011: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.16025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.16078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.18350: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879820.18382: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879820.18412: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879820.18418: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879820.18494: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879820.18497: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879820.18533: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879820.18583: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879820.18599: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879820.18610: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879820.18670: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879820.18685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.18690: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879820.18712: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879820.18749: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879820.18789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879820.18793: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530> <<< 5169 1726879820.18809: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30> <<< 5169 1726879820.18819: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879820.18833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0> <<< 5169 1726879820.18855: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879820.18883: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879820.18896: stdout chunk (state=3): >>> import 'abc' # <<< 5169 1726879820.18912: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879820.18941: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879820.18948: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879820.19035: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879820.19070: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879820.19100: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879820.19110: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879820.19159: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879820.19206: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879820.19223: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0> <<< 5169 1726879820.19304: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.19339: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0> <<< 5169 1726879820.19347: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879820.19382: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879820.19609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879820.19616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879820.19632: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879820.19649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.19668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879820.19714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879820.19727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879820.19757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879820.19767: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60> <<< 5169 1726879820.19794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879820.19804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879820.19830: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20> <<< 5169 1726879820.19855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879820.19885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879820.19912: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879820.19967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.19985: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879820.20008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879820.20026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890> <<< 5169 1726879820.20037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879820.20055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879820.20059: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20> <<< 5169 1726879820.20066: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879820.20119: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30> <<< 5169 1726879820.20124: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879820.20162: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250> <<< 5169 1726879820.20258: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010> <<< 5169 1726879820.20287: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879820.20305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879820.20319: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879820.20337: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879820.20372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879820.20391: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879820.20398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879820.20424: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830> <<< 5169 1726879820.20441: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450> <<< 5169 1726879820.20477: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879820.20481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50> <<< 5169 1726879820.20531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879820.20545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890> <<< 5169 1726879820.20551: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0> <<< 5169 1726879820.20577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879820.20602: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.20629: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0> <<< 5169 1726879820.20671: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879820.20676: stdout chunk (state=3): >>> <<< 5169 1726879820.20679: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.20709: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.20747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879820.20758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879820.20793: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340> <<< 5169 1726879820.20796: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 5169 1726879820.20840: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879820.20844: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570> <<< 5169 1726879820.20860: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879820.20891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879820.20927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879820.20969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0> <<< 5169 1726879820.21002: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879820.21009: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.21034: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0> <<< 5169 1726879820.21038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879820.21057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879820.21141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879820.21149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80> <<< 5169 1726879820.21152: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0> <<< 5169 1726879820.21183: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879820.21234: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.21244: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560> <<< 5169 1726879820.21281: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0> <<< 5169 1726879820.21299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879820.21322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879820.21347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879820.21363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879820.21400: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.21404: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0> <<< 5169 1726879820.21426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879820.21460: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.21474: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560> <<< 5169 1726879820.21484: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.21503: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830> <<< 5169 1726879820.21522: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10> <<< 5169 1726879820.21555: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50> <<< 5169 1726879820.21577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879820.21694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879820.21750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0> <<< 5169 1726879820.21754: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70> <<< 5169 1726879820.21790: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0> <<< 5169 1726879820.21807: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879820.21856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.21871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879820.21912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879820.21935: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450> <<< 5169 1726879820.21990: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879820.21996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.22019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879820.22036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879820.22101: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0> <<< 5169 1726879820.22120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879820.22166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879820.22218: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879820.22244: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 5169 1726879820.22249: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350> <<< 5169 1726879820.22271: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879820.22309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879820.22332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879820.22380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879820.22471: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0> <<< 5169 1726879820.22546: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470> <<< 5169 1726879820.22589: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230> <<< 5169 1726879820.22621: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879820.22638: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0> <<< 5169 1726879820.22645: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0> <<< 5169 1726879820.22743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879820.22771: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700> <<< 5169 1726879820.22845: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip' <<< 5169 1726879820.22850: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.22999: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.23027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879820.23030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879820.23086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879820.23166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879820.23198: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0> <<< 5169 1726879820.23205: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879820.23406: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0> <<< 5169 1726879820.23417: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170> # zipimport: zlib available <<< 5169 1726879820.23443: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879820.23446: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.23473: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.23485: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.23502: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879820.23507: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.25074: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.26340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879820.26344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00> <<< 5169 1726879820.26424: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.26446: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879820.26490: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90> <<< 5169 1726879820.26541: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820> <<< 5169 1726879820.26569: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130> <<< 5169 1726879820.26601: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879820.26663: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10> import 'atexit' # <<< 5169 1726879820.26702: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810> <<< 5169 1726879820.26724: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50> <<< 5169 1726879820.26742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879820.26788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879820.26830: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90> import 'pwd' # <<< 5169 1726879820.26860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879820.26885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879820.26918: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0> <<< 5169 1726879820.26946: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.26956: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.26980: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 5169 1726879820.26998: stdout chunk (state=3): >>> <<< 5169 1726879820.27001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879820.27034: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380> <<< 5169 1726879820.27055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879820.27083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879820.27111: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0> <<< 5169 1726879820.27120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879820.27172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879820.27180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879820.27196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879820.27241: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0> <<< 5169 1726879820.27285: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110> <<< 5169 1726879820.27311: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0> <<< 5169 1726879820.27327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879820.27357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879820.27378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879820.27388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879820.27402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879820.27438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879820.27451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879820.27472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0> <<< 5169 1726879820.27485: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879820.27559: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880> <<< 5169 1726879820.27580: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0> <<< 5169 1726879820.27586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879820.27675: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50> <<< 5169 1726879820.27702: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0> <<< 5169 1726879820.27721: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.27760: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00> <<< 5169 1726879820.27764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080> <<< 5169 1726879820.27803: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879820.27806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879820.27834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879820.27881: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.27885: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40> <<< 5169 1726879820.27910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879820.28024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879820.28079: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28085: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0> <<< 5169 1726879820.28097: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879820.28141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.28167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879820.28186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879820.28222: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900> <<< 5169 1726879820.28353: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290> <<< 5169 1726879820.28433: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28439: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920> <<< 5169 1726879820.28471: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28479: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0> <<< 5169 1726879820.28521: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28524: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350> <<< 5169 1726879820.28554: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879820.28558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879820.28581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879820.28602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879820.28630: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28656: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28662: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0> <<< 5169 1726879820.28829: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.28839: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0> <<< 5169 1726879820.28842: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0> <<< 5169 1726879820.28884: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0> <<< 5169 1726879820.28898: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.28915: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.28919: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879820.28938: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.29036: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.29125: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.29144: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879820.29172: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.29191: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879820.29326: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.29450: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.30069: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.30689: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879820.30695: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879820.30710: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879820.30734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.30788: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890> <<< 5169 1726879820.30876: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879820.30885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879820.30909: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0> <<< 5169 1726879820.30961: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879820.30968: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.30996: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.31017: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879820.31025: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.31182: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.31352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879820.31356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879820.31375: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0> <<< 5169 1726879820.31381: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.31901: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32405: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32483: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32565: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879820.32574: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32612: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32648: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879820.32652: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32735: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32832: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879820.32842: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32857: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32870: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879820.32874: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32914: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.32951: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879820.32974: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.33216: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.33476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879820.33540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879820.33554: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879820.33631: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0> <<< 5169 1726879820.33639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.33717: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.33804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879820.33808: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879820.33815: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879820.33843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879820.33943: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.34086: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150> <<< 5169 1726879820.34149: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0> <<< 5169 1726879820.34197: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34214: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34258: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879820.34278: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34310: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34349: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34414: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34484: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879820.34529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.34617: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700> <<< 5169 1726879820.34660: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70> <<< 5169 1726879820.34694: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879820.34697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879820.34776: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34840: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34871: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.34915: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879820.34927: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.34938: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879820.34973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879820.34977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879820.35045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879820.35066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879820.35081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879820.35136: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80> <<< 5169 1726879820.35187: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60> <<< 5169 1726879820.35276: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0> <<< 5169 1726879820.35288: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879820.35312: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.35341: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879820.35406: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879820.35416: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.35436: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.35443: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879820.35452: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.35601: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.35806: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.36608: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1726879588.4716902, "mtime": 1726879795.0160353, "ctime": 1726879795.0160353, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3346655407", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 5169 1726879820.36633: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879820.37053: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879820.37084: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 5169 1726879820.37092: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 5169 1726879820.37274: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 5169 1726879820.37279: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random <<< 5169 1726879820.37282: stdout chunk (state=3): >>># destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 5169 1726879820.37285: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters <<< 5169 1726879820.37289: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 5169 1726879820.37292: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879820.37501: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879820.37550: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879820.37554: stdout chunk (state=3): >>># destroy binascii # destroy struct<<< 5169 1726879820.37558: stdout chunk (state=3): >>> # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879820.37604: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879820.37609: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879820.37625: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879820.37648: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 5169 1726879820.37677: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 5169 1726879820.37696: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879820.37738: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 5169 1726879820.37742: stdout chunk (state=3): >>># destroy datetime <<< 5169 1726879820.37780: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879820.37784: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879820.37859: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 5169 1726879820.37863: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 5169 1726879820.37868: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 5169 1726879820.37978: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 5169 1726879820.37989: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 5169 1726879820.38020: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879820.38159: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879820.38195: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 5169 1726879820.38208: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879820.38253: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879820.38298: stdout chunk (state=3): >>># destroy _typing <<< 5169 1726879820.38312: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879820.38397: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879820.38404: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 5169 1726879820.38415: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879820.38433: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879820.38445: stdout chunk (state=3): >>># destroy _weakref <<< 5169 1726879820.38481: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 5169 1726879820.38497: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 5169 1726879820.38509: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879820.38515: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879820.38882: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879820.38886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879820.38946: stderr chunk (state=3): >>><<< 5169 1726879820.38949: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1726879588.4716902, "mtime": 1726879795.0160353, "ctime": 1726879795.0160353, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3346655407", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879820.39116: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5c3b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f5f6ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f6051c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f605fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e3f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41b890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f41bf20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fbb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3f9250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e1010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43f830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43e450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3fa0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f43cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3e02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46cbf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f46cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f3dede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46d340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f4887a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f489ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48ad80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f48be00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f48b560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46e5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f20fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238830> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f238a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f20de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23a0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f238d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f46ecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f262450> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27e5a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2d9af0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f2b3470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27f230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0f4440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f27d5e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f23aff0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f206f27d700> # zipimport: found 30 names in '/tmp/ansible_stat_payload_bspfxwqf/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14e0f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124fe0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f124170> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f127e00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f175a90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175820> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175130> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f175c10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f14eb10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176810> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f176a50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f176f90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efd8da0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efda9c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdb380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdc2c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdeff0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206efdf110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd2b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe2db0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe1880> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe15e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efe3c50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206efdd7c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02af00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02cc80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02ca40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f02f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02d2e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f036900> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02f290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037920> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0377a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f037aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f02b350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03b2f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03c7a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f039ac0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f03ae70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0396d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0c0890> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c1610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f03fce0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c15b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c22a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0ce150> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cea80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0c30e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f206f0cd700> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0ceb70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206ef5ed80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206eed8b60> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2bd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206f0d2a20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1726879588.4716902, "mtime": 1726879795.0160353, "ctime": 1726879795.0160353, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3346655407", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879820.40369: done with _execute_module (stat, {'path': '/root/.ssh', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.0607157-5396-255596307072056/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879820.40373: _low_level_execute_command(): starting 5169 1726879820.40376: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.0607157-5396-255596307072056/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879820.40387: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879820.40394: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.40396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.40399: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879820.40402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.40405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.40408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.42047: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.42100: stderr chunk (state=3): >>><<< 5169 1726879820.42104: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.42126: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.42162: handler run complete 5169 1726879820.42221: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.42275: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879820.42279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879820.42282: variable 'ansible_port' from source: unknown 5169 1726879820.42284: variable 'ansible_user' from source: unknown 5169 1726879820.42286: attempt loop complete, returning result 5169 1726879820.42289: _execute() done 5169 1726879820.42294: dumping result to json 5169 1726879820.42297: done dumping result, returning 5169 1726879820.42299: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the ssh directory for the user [0229e9c9-8e59-8f9b-2ddb-000000000118] 5169 1726879820.42581: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000118 5169 1726879820.42696: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000118 5169 1726879820.42700: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1726879588.4716902, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "ctime": 1726879795.0160353, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 457, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1726879795.0160353, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "3346655407", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } 5169 1726879820.42830: no more pending results, returning what we have 5169 1726879820.42834: results queue empty 5169 1726879820.42835: checking for any_errors_fatal 5169 1726879820.42846: done checking for any_errors_fatal 5169 1726879820.42853: checking for max_fail_percentage 5169 1726879820.42856: done checking for max_fail_percentage 5169 1726879820.42856: checking to see if all hosts have failed and the running result is not ok 5169 1726879820.42858: done checking to see if all hosts have failed 5169 1726879820.42858: getting the remaining hosts for this loop 5169 1726879820.42860: done getting the remaining hosts for this loop 5169 1726879820.42865: getting the next task for host managed_node2 5169 1726879820.42880: done getting next task for host managed_node2 5169 1726879820.42883: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879820.42885: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879820.42886: getting the next task for host managed_node3 5169 1726879820.42889: done getting next task for host managed_node3 5169 1726879820.42894: ^ task is: TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user 5169 1726879820.42897: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879820.42900: getting variables 5169 1726879820.42902: in VariableManager get_vars() 5169 1726879820.42927: Calling all_inventory to load vars for managed_node2 5169 1726879820.42931: Calling groups_inventory to load vars for managed_node2 5169 1726879820.42935: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879820.42944: Calling all_plugins_play to load vars for managed_node2 5169 1726879820.42947: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879820.42949: Calling groups_plugins_play to load vars for managed_node2 5169 1726879820.43200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.43454: done with get_vars() 5169 1726879820.43475: done getting variables 5169 1726879820.43545: getting variables 5169 1726879820.43547: in VariableManager get_vars() 5169 1726879820.43557: Calling all_inventory to load vars for managed_node3 5169 1726879820.43559: Calling groups_inventory to load vars for managed_node3 5169 1726879820.43560: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.43568: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.43569: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.43571: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.43714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.43855: done with get_vars() 5169 1726879820.43862: done getting variables TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Friday 20 September 2024 20:50:20 -0400 (0:00:00.428) 0:00:18.075 ****** 5169 1726879820.43923: entering _queue_task() for managed_node3/stat 5169 1726879820.44211: worker is 2 (out of 3 available) 5169 1726879820.44229: exiting _queue_task() for managed_node3/stat 5169 1726879820.44246: done queuing things up, now waiting for results queue to drain 5169 1726879820.44248: waiting for pending results... 5169 1726879820.44561: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user 5169 1726879820.44653: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000119 5169 1726879820.44666: variable 'ansible_search_path' from source: unknown 5169 1726879820.44669: variable 'ansible_search_path' from source: unknown 5169 1726879820.44707: calling self._execute() 5169 1726879820.44727: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.44885: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.44892: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.44949: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.44954: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.45007: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.45024: in VariableManager get_vars() 5169 1726879820.45061: Calling all_inventory to load vars for managed_node3 5169 1726879820.45066: Calling groups_inventory to load vars for managed_node3 5169 1726879820.45071: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.45090: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.45099: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.45105: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.45287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.45462: done with get_vars() 5169 1726879820.45471: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.45513: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.45524: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.45529: variable 'omit' from source: magic vars 5169 1726879820.45601: variable 'omit' from source: magic vars 5169 1726879820.45640: variable 'omit' from source: magic vars 5169 1726879820.45660: variable '__kdump_authorized_keys_path' from source: task vars 5169 1726879820.45719: variable '__kdump_authorized_keys_path' from source: task vars 5169 1726879820.45800: variable '__kdump_ssh_user_info' from source: set_fact 5169 1726879820.45827: variable 'omit' from source: magic vars 5169 1726879820.45837: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.45856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879820.45883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879820.45903: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879820.45921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.45929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.45954: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.45958: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879820.45961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879820.45968: variable 'ansible_port' from source: unknown 5169 1726879820.45971: variable 'ansible_user' from source: unknown 5169 1726879820.46053: Set connection var ansible_timeout to 10 5169 1726879820.46057: Set connection var ansible_shell_executable to /bin/sh 5169 1726879820.46060: Set connection var ansible_connection to ssh 5169 1726879820.46067: Set connection var ansible_shell_type to sh 5169 1726879820.46073: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879820.46079: Set connection var ansible_pipelining to False 5169 1726879820.46100: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.46105: variable 'ansible_user' from source: unknown 5169 1726879820.46113: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.46300: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879820.46308: variable 'omit' from source: magic vars 5169 1726879820.46311: starting attempt loop 5169 1726879820.46314: running the handler 5169 1726879820.46329: _low_level_execute_command(): starting 5169 1726879820.46335: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879820.46861: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.46908: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879820.46914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879820.46919: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879820.46922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879820.46926: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.47030: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.47034: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.47037: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.47084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.48802: stdout chunk (state=3): >>>/root <<< 5169 1726879820.48914: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.48957: stderr chunk (state=3): >>><<< 5169 1726879820.48960: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.48996: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.49006: _low_level_execute_command(): starting 5169 1726879820.49011: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `" && echo ansible-tmp-1726879820.4899325-5404-110393693094918="` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `" && echo ansible-tmp-1726879820.4899325-5404-110393693094918="` echo /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 `" ) && sleep 0'"'"'' 5169 1726879820.49671: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.49675: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879820.49679: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.49682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.49684: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879820.49688: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.49731: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.49742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.49757: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.49800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.51743: stdout chunk (state=3): >>>ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 <<< 5169 1726879820.51859: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.51907: stderr chunk (state=3): >>><<< 5169 1726879820.51910: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.51929: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.4899325-5404-110393693094918=/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.52170: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.52173: variable 'ansible_module_compression' from source: unknown 5169 1726879820.52176: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 5169 1726879820.52178: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879820.52243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte TO /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879820.52431: Sending initial data 5169 1726879820.52434: Sent initial data (151 bytes) 5169 1726879820.52909: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.52915: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879820.52946: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.52949: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.52952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879820.52955: stderr chunk (state=3): >>>debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.53019: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.53025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.53027: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.53029: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.53072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.54644: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 5169 1726879820.54648: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879820.54689: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879820.54730: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879820.54733: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879820.54736: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py <<< 5169 1726879820.54773: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py" <<< 5169 1726879820.54777: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py M:0x001a <<< 5169 1726879820.54837: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118992 <<< 5169 1726879820.55224: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 118992 bytes at 0 <<< 5169 1726879820.55235: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879820.55267: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879820.55323: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.55384: stderr chunk (state=3): >>><<< 5169 1726879820.55388: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpo8m78dte" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118992\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118992 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879820.55571: done transferring module to remote 5169 1726879820.55575: _low_level_execute_command(): starting 5169 1726879820.55578: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879820.56058: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.56076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.56088: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.56134: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.56160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.56195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.58000: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.58042: stderr chunk (state=3): >>><<< 5169 1726879820.58046: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.58063: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.58070: _low_level_execute_command(): starting 5169 1726879820.58275: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879820.58696: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.58718: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.58734: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.58772: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.58787: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.58840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.61146: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879820.61190: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879820.61213: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879820.61220: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879820.61294: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879820.61298: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879820.61331: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879820.61370: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879820.61398: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879820.61414: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879820.61461: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879820.61467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.61487: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879820.61516: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879820.61551: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879820.61577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879820.61584: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530> <<< 5169 1726879820.61598: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30> <<< 5169 1726879820.61630: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879820.61635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0> <<< 5169 1726879820.61659: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879820.61684: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879820.61689: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879820.61708: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879820.61747: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879820.61839: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879820.61872: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879820.61901: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879820.61930: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 5169 1726879820.61936: stdout chunk (state=3): >>>Processing global site-packages <<< 5169 1726879820.61982: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879820.61987: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879820.61990: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879820.62027: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879820.62031: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190> <<< 5169 1726879820.62106: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879820.62110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.62121: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0> <<< 5169 1726879820.62144: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879820.62178: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879820.62428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879820.62444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879820.62468: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879820.62471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.62493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879820.62526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879820.62550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879820.62579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879820.62582: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90> <<< 5169 1726879820.62610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879820.62628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879820.62653: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879820.62657: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50> <<< 5169 1726879820.62680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879820.62705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879820.62732: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879820.62781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.62803: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879820.62829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879820.62839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890> <<< 5169 1726879820.62860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879820.62865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879820.62878: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20> <<< 5169 1726879820.62890: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879820.62936: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30> <<< 5169 1726879820.62955: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879820.62981: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280> <<< 5169 1726879820.63082: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040> <<< 5169 1726879820.63108: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879820.63132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879820.63142: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879820.63169: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879820.63190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879820.63216: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879820.63254: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800> <<< 5169 1726879820.63273: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420> <<< 5169 1726879820.63302: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879820.63306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50> <<< 5169 1726879820.63369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879820.63384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0> <<< 5169 1726879820.63410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879820.63462: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.63517: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0> <<< 5169 1726879820.63529: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0> <<< 5169 1726879820.63580: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.63588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879820.63633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0> import 'importlib.machinery' # <<< 5169 1726879820.63675: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879820.63703: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0> <<< 5169 1726879820.63716: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879820.63749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879820.63783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879820.63835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0> <<< 5169 1726879820.63840: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879820.63875: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0> <<< 5169 1726879820.63938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879820.63942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879820.63975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50> <<< 5169 1726879820.64006: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0> <<< 5169 1726879820.64019: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879820.64029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879820.64063: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.64068: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.64077: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30> <<< 5169 1726879820.64092: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560> <<< 5169 1726879820.64128: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540> <<< 5169 1726879820.64150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879820.64180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879820.64203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879820.64221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879820.64252: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.64258: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0> <<< 5169 1726879820.64280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879820.64316: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560> <<< 5169 1726879820.64340: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.64345: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830> <<< 5169 1726879820.64376: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.64386: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10> <<< 5169 1726879820.64399: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50> <<< 5169 1726879820.64429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879820.64531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879820.64566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879820.64581: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0> <<< 5169 1726879820.64608: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70> <<< 5169 1726879820.64621: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0> <<< 5169 1726879820.64644: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879820.64709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.64728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879820.64778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879820.64803: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450> <<< 5169 1726879820.64855: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879820.64890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879820.64912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879820.64951: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600> <<< 5169 1726879820.64974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879820.65013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879820.65069: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879820.65098: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0> <<< 5169 1726879820.65119: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879820.65157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879820.65185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879820.65225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879820.65321: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80> <<< 5169 1726879820.65400: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500> <<< 5169 1726879820.65444: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290> <<< 5169 1726879820.65476: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879820.65488: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560> <<< 5169 1726879820.65500: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0> <<< 5169 1726879820.65602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879820.65623: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00> <<< 5169 1726879820.65704: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip' # zipimport: zlib available <<< 5169 1726879820.65860: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.65891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879820.65899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879820.65944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879820.66020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879820.66053: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210> <<< 5169 1726879820.66073: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879820.66267: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100> <<< 5169 1726879820.66270: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290> <<< 5169 1726879820.66280: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.66308: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879820.66318: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.66340: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.66345: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.66365: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879820.66382: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.67947: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.69209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879820.69214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620> <<< 5169 1726879820.69243: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879820.69286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879820.69321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879820.69345: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.69376: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50> <<< 5169 1726879820.69399: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0> <<< 5169 1726879820.69447: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220> <<< 5169 1726879820.69451: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879820.69497: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30> import 'atexit' # <<< 5169 1726879820.69526: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930> <<< 5169 1726879820.69588: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70> <<< 5169 1726879820.69595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879820.69648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879820.69657: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879820.69727: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0> import 'pwd' # <<< 5169 1726879820.69742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879820.69752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879820.69786: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70> <<< 5169 1726879820.69818: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960> <<< 5169 1726879820.69839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879820.69861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879820.69899: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320> <<< 5169 1726879820.69920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879820.69946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879820.69969: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500> <<< 5169 1726879820.69988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879820.70029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879820.70048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879820.70110: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90> <<< 5169 1726879820.70153: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879820.70159: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0> <<< 5169 1726879820.70178: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250> <<< 5169 1726879820.70200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879820.70223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879820.70251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879820.70274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879820.70301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879820.70327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879820.70344: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80> <<< 5169 1726879820.70356: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879820.70427: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0> <<< 5169 1726879820.70453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879820.70468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879820.70546: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0> <<< 5169 1726879820.70591: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760> <<< 5169 1726879820.70648: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0> <<< 5169 1726879820.70652: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0> <<< 5169 1726879820.70711: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879820.70756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879820.70783: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879820.70902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879820.70947: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340> <<< 5169 1726879820.70968: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879820.71012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.71044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879820.71047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879820.71049: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879820.71100: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0> <<< 5169 1726879820.71231: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260> <<< 5169 1726879820.71313: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90> <<< 5169 1726879820.71347: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.71353: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0> <<< 5169 1726879820.71401: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.71405: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0> <<< 5169 1726879820.71413: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320> <<< 5169 1726879820.71437: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879820.71461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879820.71485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879820.71512: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.71534: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380> <<< 5169 1726879820.71711: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.71721: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350> <<< 5169 1726879820.71728: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20> <<< 5169 1726879820.71762: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0> <<< 5169 1726879820.71771: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0> <<< 5169 1726879820.71790: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.71803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879820.71824: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.71915: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.72024: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.72057: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 5169 1726879820.72092: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879820.72221: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.72349: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.72969: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.73582: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879820.73599: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879820.73606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879820.73625: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879820.73644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.73691: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680> <<< 5169 1726879820.73782: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879820.73805: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460> <<< 5169 1726879820.73814: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950> <<< 5169 1726879820.73873: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879820.73884: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.73901: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.73914: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879820.73927: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.74085: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.74254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879820.74262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879820.74280: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90> <<< 5169 1726879820.74285: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.74802: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75303: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75386: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879820.75482: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75513: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879820.75563: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75637: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75727: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879820.75750: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75768: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75777: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879820.75780: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75825: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.75867: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879820.75876: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.76124: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.76384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879820.76447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879820.76462: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879820.76540: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60> <<< 5169 1726879820.76548: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.76625: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.76710: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879820.76720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879820.76727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879820.76752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879820.76757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879820.76844: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.76983: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0> <<< 5169 1726879820.77055: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00> <<< 5169 1726879820.77079: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77119: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77160: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879820.77223: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77258: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77319: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77385: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879820.77430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.77518: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879820.77523: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550> <<< 5169 1726879820.77570: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0> <<< 5169 1726879820.77602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879820.77617: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77683: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77754: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77780: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.77824: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879820.77851: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879820.77885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879820.77898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879820.77955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879820.77988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879820.77992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879820.78053: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0> <<< 5169 1726879820.78101: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830> <<< 5169 1726879820.78188: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0> # destroy ansible.module_utils.distro <<< 5169 1726879820.78205: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 5169 1726879820.78215: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78238: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78269: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879820.78322: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879820.78344: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78360: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78372: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879820.78379: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78527: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.78729: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879820.80046: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1589, "inode": 262646, "dev": 51714, "nlink": 1, "atime": 1726879664.376482, "mtime": 1726879588.4696903, "ctime": 1726879795.0160353, "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": "e8b9f9a400aecf628ce1fcc780a6ff8421a11096", "mimetype": "text/plain", "charset": "us-ascii", "version": "3998606801", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 5169 1726879820.80073: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879820.80511: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 5169 1726879820.80534: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ <<< 5169 1726879820.80538: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 5169 1726879820.80543: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal <<< 5169 1726879820.80624: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io <<< 5169 1726879820.80629: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 5169 1726879820.80712: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters <<< 5169 1726879820.80730: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879820.81007: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879820.81028: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879820.81055: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879820.81176: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879820.81180: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 5169 1726879820.81241: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879820.81298: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879820.81416: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 5169 1726879820.81423: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879820.81534: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 5169 1726879820.81561: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879820.81582: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879820.81702: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879820.81716: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879820.81719: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879820.81751: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 5169 1726879820.81766: stdout chunk (state=3): >>># destroy tokenize <<< 5169 1726879820.81791: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879820.81822: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879820.81841: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response <<< 5169 1726879820.81848: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879820.81875: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879820.81956: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879820.81978: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 5169 1726879820.81984: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879820.82008: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879820.82038: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879820.82058: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879820.82078: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 5169 1726879820.82086: stdout chunk (state=3): >>># destroy _thread <<< 5169 1726879820.82096: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879820.82446: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879820.82507: stderr chunk (state=3): >>><<< 5169 1726879820.82511: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1589, "inode": 262646, "dev": 51714, "nlink": 1, "atime": 1726879664.376482, "mtime": 1726879588.4696903, "ctime": 1726879795.0160353, "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": "e8b9f9a400aecf628ce1fcc780a6ff8421a11096", "mimetype": "text/plain", "charset": "us-ascii", "version": "3998606801", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879820.82681: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196528fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19652c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965071fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650afe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650e7f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c7b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c5280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ad040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196510a420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650c6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965108c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650ac2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965138bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965138fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19650aade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651396d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651393a0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a5d0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651547a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965155eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965156d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f19651573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f19651562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1965157e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1965157560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513a540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964ee3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0c560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0c830> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964f0ca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964ee1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0e0f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0cd70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f196513acc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f36450> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f52600> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f873e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964fadb80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f87500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f53290> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dcc560> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f51640> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964f0eff0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1964f51a00> # zipimport: found 30 names in '/tmp/ansible_stat_payload_1kxekogw/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfd100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dfc290> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964dff620> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4db50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d8e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d220> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4d670> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e26c30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4e930> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964e4eb70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964e4eff0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb4d70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cb6960> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb7320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb8500> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbaf90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964cbb0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9250> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbed80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbd5b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cbfec0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964cb9760> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d06ea0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d06ff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d08c50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d08a10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d0b1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d09340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d128d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d0b260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13b90> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d136e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d13cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d07320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d17380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d18350> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d15b20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d16ed0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d157c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964d9c680> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9d460> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d1b950> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9da90> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9fb60> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964badeb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bae750> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964d9ec00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1964bad550> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bae9c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964c3eba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb8830> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb6960> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1964bb67b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1589, "inode": 262646, "dev": 51714, "nlink": 1, "atime": 1726879664.376482, "mtime": 1726879588.4696903, "ctime": 1726879795.0160353, "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": "e8b9f9a400aecf628ce1fcc780a6ff8421a11096", "mimetype": "text/plain", "charset": "us-ascii", "version": "3998606801", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879820.83998: done with _execute_module (stat, {'path': '/root/.ssh/authorized_keys', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.4899325-5404-110393693094918/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879820.84003: _low_level_execute_command(): starting 5169 1726879820.84006: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.4899325-5404-110393693094918/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879820.84019: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879820.84021: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.84024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.84026: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879820.84029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879820.84032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879820.84034: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879820.84037: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879820.84039: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879820.84042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.84061: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879820.84066: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.84069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879820.84071: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879820.84074: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879820.84076: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.84079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.84082: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879820.84084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879820.84087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879820.84089: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879820.84094: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879820.84097: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879820.84100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.84102: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879820.84104: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.84107: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879820.84110: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.84112: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.84115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.85788: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.85840: stderr chunk (state=3): >>><<< 5169 1726879820.85843: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.85870: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.86073: handler run complete 5169 1726879820.86077: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.86080: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879820.86082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879820.86084: variable 'ansible_port' from source: unknown 5169 1726879820.86087: variable 'ansible_user' from source: unknown 5169 1726879820.86089: attempt loop complete, returning result 5169 1726879820.86094: _execute() done 5169 1726879820.86097: dumping result to json 5169 1726879820.86099: done dumping result, returning 5169 1726879820.86102: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get the authorized_keys file for the user [0229e9c9-8e59-8f9b-2ddb-000000000119] 5169 1726879820.86242: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000119 ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1726879664.376482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e8b9f9a400aecf628ce1fcc780a6ff8421a11096", "ctime": 1726879795.0160353, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262646, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1726879588.4696903, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "3998606801", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 5169 1726879820.86536: no more pending results, returning what we have 5169 1726879820.86540: results queue empty 5169 1726879820.86541: checking for any_errors_fatal 5169 1726879820.86551: done checking for any_errors_fatal 5169 1726879820.86552: checking for max_fail_percentage 5169 1726879820.86554: done checking for max_fail_percentage 5169 1726879820.86555: checking to see if all hosts have failed and the running result is not ok 5169 1726879820.86556: done checking to see if all hosts have failed 5169 1726879820.86557: getting the remaining hosts for this loop 5169 1726879820.86558: done getting the remaining hosts for this loop 5169 1726879820.86562: getting the next task for host managed_node2 5169 1726879820.86578: done getting next task for host managed_node2 5169 1726879820.86581: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879820.86583: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879820.86584: getting the next task for host managed_node3 5169 1726879820.86587: done getting next task for host managed_node3 5169 1726879820.86590: ^ task is: TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed 5169 1726879820.86592: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879820.86596: getting variables 5169 1726879820.86598: in VariableManager get_vars() 5169 1726879820.86630: Calling all_inventory to load vars for managed_node2 5169 1726879820.86635: Calling groups_inventory to load vars for managed_node2 5169 1726879820.86639: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879820.86650: Calling all_plugins_play to load vars for managed_node2 5169 1726879820.86653: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879820.86657: Calling groups_plugins_play to load vars for managed_node2 5169 1726879820.86869: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000119 5169 1726879820.86874: WORKER PROCESS EXITING 5169 1726879820.86913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.87189: done with get_vars() 5169 1726879820.87201: done getting variables 5169 1726879820.87267: getting variables 5169 1726879820.87268: in VariableManager get_vars() 5169 1726879820.87279: Calling all_inventory to load vars for managed_node3 5169 1726879820.87281: Calling groups_inventory to load vars for managed_node3 5169 1726879820.87282: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.87285: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.87287: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.87289: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.87400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.87542: done with get_vars() 5169 1726879820.87548: done getting variables TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Friday 20 September 2024 20:50:20 -0400 (0:00:00.436) 0:00:18.512 ****** 5169 1726879820.87612: entering _queue_task() for managed_node3/file 5169 1726879820.87890: worker is 3 (out of 3 available) 5169 1726879820.87907: exiting _queue_task() for managed_node3/file 5169 1726879820.87921: done queuing things up, now waiting for results queue to drain 5169 1726879820.87922: waiting for pending results... 5169 1726879820.88285: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed 5169 1726879820.88404: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011a 5169 1726879820.88473: variable 'ansible_search_path' from source: unknown 5169 1726879820.88477: variable 'ansible_search_path' from source: unknown 5169 1726879820.88485: calling self._execute() 5169 1726879820.88521: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.88743: variable 'kdump_ssh_server' from source: play vars 5169 1726879820.88757: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.88849: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.88863: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.88971: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.88980: in VariableManager get_vars() 5169 1726879820.89035: Calling all_inventory to load vars for managed_node3 5169 1726879820.89060: Calling groups_inventory to load vars for managed_node3 5169 1726879820.89166: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.89171: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.89176: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.89179: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.89860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.90091: done with get_vars() 5169 1726879820.90102: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.90137: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.90148: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.90153: variable 'omit' from source: magic vars 5169 1726879820.90221: variable 'omit' from source: magic vars 5169 1726879820.90263: variable 'omit' from source: magic vars 5169 1726879820.90381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879820.92137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879820.92204: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879820.92246: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879820.92283: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879820.92315: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879820.92386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879820.92409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879820.92430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879820.92460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879820.92473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879820.92547: variable '__kdump_ssh_path_stat' from source: set_fact 5169 1726879820.92559: variable '__kdump_ssh_path' from source: task vars 5169 1726879820.92635: variable '__kdump_ssh_user_info' from source: set_fact 5169 1726879820.92735: variable '__kdump_ssh_path_stat' from source: set_fact 5169 1726879820.92748: variable 'kdump_ssh_user' from source: play vars 5169 1726879820.92824: variable 'hostvars' from source: magic vars 5169 1726879820.92828: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.92831: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.92879: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.92886: in VariableManager get_vars() 5169 1726879820.92895: Calling all_inventory to load vars for managed_node3 5169 1726879820.92899: Calling groups_inventory to load vars for managed_node3 5169 1726879820.92902: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.92909: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.92914: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.92920: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.93028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.93178: done with get_vars() 5169 1726879820.93191: variable 'ansible_user_id' from source: facts 5169 1726879820.93281: variable '__kdump_ssh_path_stat' from source: set_fact 5169 1726879820.93296: variable 'kdump_ssh_user' from source: play vars 5169 1726879820.93363: variable 'hostvars' from source: magic vars 5169 1726879820.93369: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879820.93371: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.93420: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.93425: in VariableManager get_vars() 5169 1726879820.93431: Calling all_inventory to load vars for managed_node3 5169 1726879820.93434: Calling groups_inventory to load vars for managed_node3 5169 1726879820.93442: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879820.93450: Calling all_plugins_play to load vars for managed_node3 5169 1726879820.93453: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879820.93458: Calling groups_plugins_play to load vars for managed_node3 5169 1726879820.93563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879820.93698: done with get_vars() 5169 1726879820.93709: variable 'ansible_user_id' from source: facts 5169 1726879820.93799: variable '__kdump_ssh_path_stat' from source: set_fact 5169 1726879820.93821: variable 'omit' from source: magic vars 5169 1726879820.93831: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.93846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879820.93868: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879820.93884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879820.93900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.93909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879820.93936: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.93949: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879820.93952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879820.93955: variable 'ansible_port' from source: unknown 5169 1726879820.93957: variable 'ansible_user' from source: unknown 5169 1726879820.94177: Set connection var ansible_timeout to 10 5169 1726879820.94180: Set connection var ansible_shell_executable to /bin/sh 5169 1726879820.94183: Set connection var ansible_connection to ssh 5169 1726879820.94186: Set connection var ansible_shell_type to sh 5169 1726879820.94188: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879820.94191: Set connection var ansible_pipelining to False 5169 1726879820.94196: variable 'ansible_delegated_vars' from source: unknown 5169 1726879820.94199: variable 'ansible_user' from source: unknown 5169 1726879820.94201: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879820.94332: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879820.94341: variable 'omit' from source: magic vars 5169 1726879820.94346: starting attempt loop 5169 1726879820.94349: running the handler 5169 1726879820.94368: _low_level_execute_command(): starting 5169 1726879820.94376: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879820.94999: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.95016: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879820.95028: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.95073: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.95088: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879820.95107: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.95149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.96860: stdout chunk (state=3): >>>/root <<< 5169 1726879820.96977: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879820.97029: stderr chunk (state=3): >>><<< 5169 1726879820.97033: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879820.97058: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879820.97183: _low_level_execute_command(): starting 5169 1726879820.97187: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `" && echo ansible-tmp-1726879820.970574-5412-239300675928626="` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `" && echo ansible-tmp-1726879820.970574-5412-239300675928626="` echo /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 `" ) && sleep 0'"'"'' 5169 1726879820.97811: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879820.97817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879820.97820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879820.97823: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879820.97827: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.97830: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879820.97847: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879820.97874: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879820.97884: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879820.97904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879820.97934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879820.99919: stdout chunk (state=3): >>>ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 <<< 5169 1726879821.00036: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.00090: stderr chunk (state=3): >>><<< 5169 1726879821.00099: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.00276: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879820.970574-5412-239300675928626=/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.00281: variable 'ansible_delegated_vars' from source: unknown 5169 1726879821.00284: variable 'ansible_module_compression' from source: unknown 5169 1726879821.00288: ANSIBALLZ: Using lock for file 5169 1726879821.00291: ANSIBALLZ: Acquiring lock 5169 1726879821.00297: ANSIBALLZ: Lock acquired: 140122399812176 5169 1726879821.00307: ANSIBALLZ: Creating module 5169 1726879821.09596: ANSIBALLZ: Writing module into payload 5169 1726879821.09707: ANSIBALLZ: Writing module 5169 1726879821.09729: ANSIBALLZ: Renaming module 5169 1726879821.09803: ANSIBALLZ: Done creating module 5169 1726879821.09818: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 5169 1726879821.09879: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj TO /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879821.10007: Sending initial data 5169 1726879821.10011: Sent initial data (150 bytes) 5169 1726879821.10507: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.10514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879821.10518: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.10521: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.10523: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.10604: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879821.10614: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879821.10656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.12358: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879821.12400: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879821.12439: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj <<< 5169 1726879821.12446: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879821.12461: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py <<< 5169 1726879821.12481: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py" <<< 5169 1726879821.12488: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py M:0x001a <<< 5169 1726879821.12547: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125335 <<< 5169 1726879821.12983: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125335 bytes at 0 <<< 5169 1726879821.12987: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879821.13025: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879821.13085: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.13154: stderr chunk (state=3): >>><<< 5169 1726879821.13159: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp1g27tluj" to remote "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125335\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125335 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879821.13373: done transferring module to remote 5169 1726879821.13376: _low_level_execute_command(): starting 5169 1726879821.13379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879821.13879: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.13893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.13907: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879821.13920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.13962: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.13980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879821.14000: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879821.14027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.15834: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.15883: stderr chunk (state=3): >>><<< 5169 1726879821.15888: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.15908: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.15914: _low_level_execute_command(): starting 5169 1726879821.15916: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879821.16600: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.16607: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879821.16613: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879821.16619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879821.16649: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.16653: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.16716: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.16722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879821.16723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879821.16725: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.16768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.19022: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879821.19057: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879821.19091: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879821.19099: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879821.19175: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879821.19214: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879821.19247: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879821.19278: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879821.19281: stdout chunk (state=3): >>>import 'zipimport' # <<< 5169 1726879821.19296: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879821.19340: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879821.19345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.19368: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879821.19392: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879821.19429: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879821.19456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879821.19469: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530> <<< 5169 1726879821.19478: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30> <<< 5169 1726879821.19505: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879821.19510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0> <<< 5169 1726879821.19537: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879821.19566: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879821.19573: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879821.19586: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879821.19617: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879821.19714: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879821.19743: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879821.19747: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879821.19809: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879821.19813: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 5169 1726879821.19839: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879821.19860: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879821.19885: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879821.19914: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190> <<< 5169 1726879821.19962: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879821.19995: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0> <<< 5169 1726879821.20017: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879821.23996: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879821.24251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879821.24274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879821.24298: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879821.24304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.24325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879821.24368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879821.24387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879821.24410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879821.24428: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60> <<< 5169 1726879821.24448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879821.24469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879821.24494: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879821.24508: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20> <<< 5169 1726879821.24518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879821.24546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879821.24572: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879821.24622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.24640: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879821.24671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879821.24681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830> <<< 5169 1726879821.24704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879821.24709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0> <<< 5169 1726879821.24732: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879821.24788: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30> <<< 5169 1726879821.24791: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879821.24821: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250> <<< 5169 1726879821.24922: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010> <<< 5169 1726879821.24952: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879821.24978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879821.24983: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879821.25011: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879821.25031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879821.25058: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879821.25061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879821.25098: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830> <<< 5169 1726879821.25115: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450> <<< 5169 1726879821.25146: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879821.25150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0> <<< 5169 1726879821.25217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879821.25225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890> <<< 5169 1726879821.25231: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0> <<< 5169 1726879821.25260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879821.25300: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40> <<< 5169 1726879821.25327: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0> <<< 5169 1726879821.25362: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0> <<< 5169 1726879821.25369: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0> <<< 5169 1726879821.25407: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.25431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879821.25521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879821.25526: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370> import 'importlib.machinery' # <<< 5169 1726879821.25532: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879821.25562: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879821.25596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879821.25631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879821.25672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879821.25724: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0> import 'errno' # <<< 5169 1726879821.25732: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0> <<< 5169 1726879821.25796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879821.25800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80> <<< 5169 1726879821.25852: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0> <<< 5169 1726879821.25878: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0> <<< 5169 1726879821.25891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879821.25921: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.25933: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0> <<< 5169 1726879821.25950: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530> <<< 5169 1726879821.25986: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0> <<< 5169 1726879821.26010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879821.26032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879821.26062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879821.26079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879821.26113: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0> <<< 5169 1726879821.26136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879821.26174: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740> <<< 5169 1726879821.26189: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0> <<< 5169 1726879821.26205: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770> <<< 5169 1726879821.26234: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.26239: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950> <<< 5169 1726879821.26268: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50> <<< 5169 1726879821.26299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879821.26405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879821.26418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879821.26446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70> <<< 5169 1726879821.26472: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20> <<< 5169 1726879821.26492: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750> <<< 5169 1726879821.26523: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879821.26575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.26593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879821.26635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879821.26668: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330> <<< 5169 1726879821.26736: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879821.26739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.26775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879821.26821: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0> <<< 5169 1726879821.26843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879821.26885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879821.26937: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879821.26969: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200> <<< 5169 1726879821.26992: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879821.27028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879821.27056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879821.27100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879821.27197: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0> <<< 5169 1726879821.27272: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320> <<< 5169 1726879821.27317: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140> <<< 5169 1726879821.27347: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879821.27359: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0> <<< 5169 1726879821.27374: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0> <<< 5169 1726879821.27380: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0> <<< 5169 1726879821.27479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879821.27503: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610> <<< 5169 1726879821.27585: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip' <<< 5169 1726879821.27590: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.27740: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.27775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879821.27780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879821.27825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879821.27908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879821.27940: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000> <<< 5169 1726879821.27959: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879821.28156: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0> <<< 5169 1726879821.28165: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0> <<< 5169 1726879821.28171: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.28204: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879821.28213: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.28230: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.28236: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.28257: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879821.28277: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.29860: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.31147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879821.31152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90> <<< 5169 1726879821.31191: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.31230: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879821.31258: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879821.31300: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970> <<< 5169 1726879821.31343: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700> <<< 5169 1726879821.31377: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010> <<< 5169 1726879821.31408: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879821.31456: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20> <<< 5169 1726879821.31505: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879821.31540: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.31562: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879821.31615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879821.31619: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879821.31675: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70> import 'pwd' # <<< 5169 1726879821.31691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879821.31714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879821.31754: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90> <<< 5169 1726879821.31788: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0> <<< 5169 1726879821.31810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879821.31827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879821.31868: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0> <<< 5169 1726879821.31891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879821.31915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879821.31936: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0> <<< 5169 1726879821.31958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879821.31999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879821.32023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879821.32083: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90> <<< 5169 1726879821.32123: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0> <<< 5169 1726879821.32151: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0> <<< 5169 1726879821.32174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879821.32202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879821.32227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879821.32236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879821.32249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879821.32281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879821.32313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879821.32324: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60> <<< 5169 1726879821.32339: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879821.32410: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730> <<< 5169 1726879821.32420: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490> <<< 5169 1726879821.32439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879821.32448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879821.32532: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00> <<< 5169 1726879821.32580: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490> <<< 5169 1726879821.32604: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10> <<< 5169 1726879821.32656: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30> <<< 5169 1726879821.32667: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879821.32736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879821.32741: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.32763: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879821.32886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879821.32924: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.32928: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0> <<< 5169 1726879821.32959: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879821.33006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.33028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879821.33043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879821.33050: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879821.33094: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810> <<< 5169 1726879821.33230: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0> <<< 5169 1726879821.33305: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830> <<< 5169 1726879821.33342: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920> <<< 5169 1726879821.33385: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40> <<< 5169 1726879821.33403: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0> <<< 5169 1726879821.33431: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879821.33452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879821.33478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879821.33502: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.33534: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140> <<< 5169 1726879821.33712: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.33720: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0><<< 5169 1726879821.33723: stdout chunk (state=3): >>> <<< 5169 1726879821.33730: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0> <<< 5169 1726879821.33766: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520> <<< 5169 1726879821.33792: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.33809: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.33822: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879821.33824: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.33920: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34023: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34057: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879821.34065: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879821.34113: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34228: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34359: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.34984: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.35607: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879821.35619: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879821.35630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879821.35633: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879821.35662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.35715: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710> <<< 5169 1726879821.35805: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879821.35833: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490> <<< 5169 1726879821.35837: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0> <<< 5169 1726879821.35893: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879821.35902: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.35926: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.35946: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879821.35953: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.36111: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.36292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879821.36317: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0> <<< 5169 1726879821.36322: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.36850: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37361: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37440: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879821.37539: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37575: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37614: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879821.37620: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37700: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37791: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879821.37814: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37817: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37836: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879821.37841: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37890: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.37923: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879821.37941: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.38195: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.38459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879821.38522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879821.38542: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879821.38625: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0> <<< 5169 1726879821.38631: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.38711: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.38797: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879821.38809: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879821.38814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879821.38841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879821.38931: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.39072: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90> <<< 5169 1726879821.39129: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0> <<< 5169 1726879821.39132: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230> <<< 5169 1726879821.39154: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39202: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39248: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879821.39308: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39348: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39412: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39480: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879821.39525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.39619: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879821.39623: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310> <<< 5169 1726879821.39667: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0> <<< 5169 1726879821.39701: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879821.39718: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39784: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39854: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39881: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.39929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.39957: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879821.39980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879821.40004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879821.40063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879821.40085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879821.40104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879821.40166: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0> <<< 5169 1726879821.40213: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680> <<< 5169 1726879821.40303: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879821.40322: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.40352: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.40386: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879821.40440: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879821.40465: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.40475: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.40494: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879821.41090: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.41718: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.42157: stdout chunk (state=3): >>> {"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "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, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 5169 1726879821.42161: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879821.42521: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 5169 1726879821.42530: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 5169 1726879821.42547: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal<<< 5169 1726879821.42559: stdout chunk (state=3): >>> # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 5169 1726879821.42576: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 5169 1726879821.42590: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random <<< 5169 1726879821.42631: stdout chunk (state=3): >>># destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse <<< 5169 1726879821.42659: stdout chunk (state=3): >>># destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 5169 1726879821.42706: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 5169 1726879821.42710: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 5169 1726879821.42735: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879821.42955: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879821.42997: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 5169 1726879821.43034: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 5169 1726879821.43038: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879821.43093: stdout chunk (state=3): >>># destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro <<< 5169 1726879821.43096: stdout chunk (state=3): >>># cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 5169 1726879821.43101: stdout chunk (state=3): >>># cleanup[3] wiping hashlib <<< 5169 1726879821.43153: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback <<< 5169 1726879821.43159: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879821.43196: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading <<< 5169 1726879821.43202: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 5169 1726879821.43205: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 5169 1726879821.43249: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 5169 1726879821.43287: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 5169 1726879821.43291: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879821.43329: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc <<< 5169 1726879821.43345: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath<<< 5169 1726879821.43349: stdout chunk (state=3): >>> # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 5169 1726879821.43362: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 5169 1726879821.43390: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879821.43548: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879821.43592: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 5169 1726879821.43628: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath <<< 5169 1726879821.43644: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize <<< 5169 1726879821.43681: stdout chunk (state=3): >>># destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 5169 1726879821.43717: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 5169 1726879821.43742: stdout chunk (state=3): >>># destroy _hashlib <<< 5169 1726879821.43745: stdout chunk (state=3): >>># destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib <<< 5169 1726879821.43786: stdout chunk (state=3): >>># destroy _signal # destroy _typing <<< 5169 1726879821.43790: stdout chunk (state=3): >>># destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings <<< 5169 1726879821.43816: stdout chunk (state=3): >>># destroy operator <<< 5169 1726879821.43839: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879821.43934: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time <<< 5169 1726879821.43938: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879821.43968: stdout chunk (state=3): >>># destroy re # destroy _random # destroy itertools # destroy _collections <<< 5169 1726879821.43992: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy builtins <<< 5169 1726879821.43997: stdout chunk (state=3): >>># destroy _thread # destroy _abc <<< 5169 1726879821.44026: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 5169 1726879821.44408: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879821.44475: stderr chunk (state=3): >>><<< 5169 1726879821.44478: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610>\r\n# zipimport: found 30 names in \'/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "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, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879821.44641: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1518530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14e7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f151aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f132dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f136bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1383b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1381250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1369010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c7830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c6450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1382120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f4bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f13f4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1366de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f56a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f5370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14107a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1411ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1412d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f14133b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f14122d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1413dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1413530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f11f3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f121c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f11f1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121df70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121cc20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f13f6750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f124a330> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12624b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12bd9a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f129f320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1263140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a02f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f12614f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f121eed0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29f1261610> # zipimport: found 30 names in '/tmp/ansible_file_payload_5yvmzbpk/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10ccef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10a3fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10cfe90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1121970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1121460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f10f6a20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122720> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f1122960> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f1122e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f84b90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f867b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f870b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f87ef0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ac90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0f8ade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f88fb0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8ec60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d730> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8d490> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f8fe00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f89490> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd6e10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd6f30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fd8b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd88f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fdb050> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd91c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe2810> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fdb1a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe3a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fd71d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe7140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe85c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe58e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0fe6c90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe5520> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f106c710> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d490> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0feafc0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106d4f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f106fdd0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7dd90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7e6f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0fe4230> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29f0e7d310> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e7e8d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0f0e9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e88680> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e82780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29f0e825d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "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, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879821.45838: done with _execute_module (file, {'path': '/root/.ssh', 'state': 'directory', 'group': 'root', 'owner': 'root', 'mode': '0700', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879820.970574-5412-239300675928626/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879821.45843: _low_level_execute_command(): starting 5169 1726879821.45845: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879820.970574-5412-239300675928626/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879821.45855: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879821.45858: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.45861: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879821.45863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.45867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.47551: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879821.47555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879821.47674: stderr chunk (state=3): >>><<< 5169 1726879821.47678: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.47687: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.47690: handler run complete 5169 1726879821.47695: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.47698: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879821.47701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879821.47704: variable 'ansible_port' from source: unknown 5169 1726879821.47706: variable 'ansible_user' from source: unknown 5169 1726879821.47708: attempt loop complete, returning result 5169 1726879821.47711: _execute() done 5169 1726879821.47713: dumping result to json 5169 1726879821.47716: done dumping result, returning 5169 1726879821.47718: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed [0229e9c9-8e59-8f9b-2ddb-00000000011a] 5169 1726879821.47970: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011a 5169 1726879821.48188: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011a ok: [managed_node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } 5169 1726879821.48291: no more pending results, returning what we have 5169 1726879821.48295: results queue empty 5169 1726879821.48296: checking for any_errors_fatal 5169 1726879821.48306: done checking for any_errors_fatal 5169 1726879821.48307: checking for max_fail_percentage 5169 1726879821.48308: done checking for max_fail_percentage 5169 1726879821.48309: checking to see if all hosts have failed and the running result is not ok 5169 1726879821.48310: done checking to see if all hosts have failed 5169 1726879821.48315: getting the remaining hosts for this loop 5169 1726879821.48317: done getting the remaining hosts for this loop 5169 1726879821.48322: getting the next task for host managed_node2 5169 1726879821.48334: done getting next task for host managed_node2 5169 1726879821.48337: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879821.48339: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879821.48340: getting the next task for host managed_node3 5169 1726879821.48343: done getting next task for host managed_node3 5169 1726879821.48345: ^ task is: TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed 5169 1726879821.48348: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879821.48352: getting variables 5169 1726879821.48354: in VariableManager get_vars() 5169 1726879821.48383: Calling all_inventory to load vars for managed_node2 5169 1726879821.48386: Calling groups_inventory to load vars for managed_node2 5169 1726879821.48389: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879821.48400: Calling all_plugins_play to load vars for managed_node2 5169 1726879821.48403: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879821.48409: Calling groups_plugins_play to load vars for managed_node2 5169 1726879821.49003: WORKER PROCESS EXITING 5169 1726879821.49024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879821.49179: done with get_vars() 5169 1726879821.49188: done getting variables 5169 1726879821.49251: getting variables 5169 1726879821.49252: in VariableManager get_vars() 5169 1726879821.49261: Calling all_inventory to load vars for managed_node3 5169 1726879821.49263: Calling groups_inventory to load vars for managed_node3 5169 1726879821.49267: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879821.49271: Calling all_plugins_play to load vars for managed_node3 5169 1726879821.49273: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879821.49274: Calling groups_plugins_play to load vars for managed_node3 5169 1726879821.49378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879821.49520: done with get_vars() 5169 1726879821.49526: done getting variables TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Friday 20 September 2024 20:50:21 -0400 (0:00:00.619) 0:00:19.132 ****** 5169 1726879821.49584: entering _queue_task() for managed_node3/lineinfile 5169 1726879821.49585: Creating lock for lineinfile 5169 1726879821.49900: worker is 1 (out of 3 available) 5169 1726879821.49916: exiting _queue_task() for managed_node3/lineinfile 5169 1726879821.49934: done queuing things up, now waiting for results queue to drain 5169 1726879821.49936: waiting for pending results... 5169 1726879821.50267: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed 5169 1726879821.50362: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011b 5169 1726879821.50378: variable 'ansible_search_path' from source: unknown 5169 1726879821.50381: variable 'ansible_search_path' from source: unknown 5169 1726879821.50421: calling self._execute() 5169 1726879821.50434: variable 'kdump_ssh_server' from source: play vars 5169 1726879821.50597: variable 'kdump_ssh_server' from source: play vars 5169 1726879821.50608: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879821.50660: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879821.50666: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.50718: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.50733: in VariableManager get_vars() 5169 1726879821.50770: Calling all_inventory to load vars for managed_node3 5169 1726879821.50774: Calling groups_inventory to load vars for managed_node3 5169 1726879821.50779: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879821.50801: Calling all_plugins_play to load vars for managed_node3 5169 1726879821.50807: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879821.50813: Calling groups_plugins_play to load vars for managed_node3 5169 1726879821.50995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879821.51212: done with get_vars() 5169 1726879821.51219: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.51259: variable 'ansible_delegated_vars' from source: unknown 5169 1726879821.51272: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.51278: variable 'omit' from source: magic vars 5169 1726879821.51346: variable 'omit' from source: magic vars 5169 1726879821.51391: variable 'omit' from source: magic vars 5169 1726879821.51416: variable '__kdump_new_key' from source: task vars 5169 1726879821.51469: variable '__kdump_new_key' from source: task vars 5169 1726879821.51569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879821.53433: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879821.53501: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879821.53542: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879821.53583: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879821.53612: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879821.53680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879821.53702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879821.53725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879821.53753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879821.53766: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879821.53848: variable '__kdump_keydata' from source: set_fact 5169 1726879821.53933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879821.53952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879821.53973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879821.54004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879821.54015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879821.54075: variable '__kdump_authorized_keys_file' from source: set_fact 5169 1726879821.54086: variable '__kdump_authorized_keys_path' from source: task vars 5169 1726879821.54154: variable '__kdump_ssh_user_info' from source: set_fact 5169 1726879821.54247: variable '__kdump_authorized_keys_file' from source: set_fact 5169 1726879821.54259: variable 'kdump_ssh_user' from source: play vars 5169 1726879821.54336: variable 'hostvars' from source: magic vars 5169 1726879821.54339: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879821.54345: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.54396: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.54400: in VariableManager get_vars() 5169 1726879821.54407: Calling all_inventory to load vars for managed_node3 5169 1726879821.54410: Calling groups_inventory to load vars for managed_node3 5169 1726879821.54416: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879821.54425: Calling all_plugins_play to load vars for managed_node3 5169 1726879821.54428: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879821.54433: Calling groups_plugins_play to load vars for managed_node3 5169 1726879821.54541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879821.54683: done with get_vars() 5169 1726879821.54697: variable 'ansible_user_id' from source: facts 5169 1726879821.54794: variable '__kdump_authorized_keys_file' from source: set_fact 5169 1726879821.54804: variable 'kdump_ssh_user' from source: play vars 5169 1726879821.54879: variable 'hostvars' from source: magic vars 5169 1726879821.54882: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879821.54885: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.54934: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.54938: in VariableManager get_vars() 5169 1726879821.54944: Calling all_inventory to load vars for managed_node3 5169 1726879821.54947: Calling groups_inventory to load vars for managed_node3 5169 1726879821.54952: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879821.54959: Calling all_plugins_play to load vars for managed_node3 5169 1726879821.54965: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879821.54973: Calling groups_plugins_play to load vars for managed_node3 5169 1726879821.55155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879821.55379: done with get_vars() 5169 1726879821.55388: variable 'ansible_user_id' from source: facts 5169 1726879821.55526: variable '__kdump_authorized_keys_file' from source: set_fact 5169 1726879821.55558: variable 'omit' from source: magic vars 5169 1726879821.55573: variable 'ansible_delegated_vars' from source: unknown 5169 1726879821.55591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879821.55617: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879821.55642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879821.55655: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879821.55670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879821.55692: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.55703: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879821.55712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879821.55716: variable 'ansible_port' from source: unknown 5169 1726879821.55719: variable 'ansible_user' from source: unknown 5169 1726879821.55783: Set connection var ansible_timeout to 10 5169 1726879821.55787: Set connection var ansible_shell_executable to /bin/sh 5169 1726879821.55790: Set connection var ansible_connection to ssh 5169 1726879821.55797: Set connection var ansible_shell_type to sh 5169 1726879821.55802: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879821.55811: Set connection var ansible_pipelining to False 5169 1726879821.55829: variable 'ansible_delegated_vars' from source: unknown 5169 1726879821.55833: variable 'ansible_user' from source: unknown 5169 1726879821.55840: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879821.55970: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879821.55979: variable 'omit' from source: magic vars 5169 1726879821.55984: starting attempt loop 5169 1726879821.55987: running the handler 5169 1726879821.56000: _low_level_execute_command(): starting 5169 1726879821.56007: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879821.56554: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.56559: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879821.56562: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.56568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879821.56572: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.56630: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.56634: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879821.56640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879821.56642: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.56687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.58396: stdout chunk (state=3): >>>/root <<< 5169 1726879821.58505: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.58555: stderr chunk (state=3): >>><<< 5169 1726879821.58559: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.58589: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.58705: _low_level_execute_command(): starting 5169 1726879821.58709: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `" && echo ansible-tmp-1726879821.5858736-5423-200995413029751="` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `" && echo ansible-tmp-1726879821.5858736-5423-200995413029751="` echo /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 `" ) && sleep 0'"'"'' 5169 1726879821.59321: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.59326: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879821.59330: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.59334: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.59348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.59412: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.59419: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879821.59421: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.59466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.61467: stdout chunk (state=3): >>>ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 <<< 5169 1726879821.61586: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.61630: stderr chunk (state=3): >>><<< 5169 1726879821.61634: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.61656: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879821.5858736-5423-200995413029751=/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.61871: variable 'ansible_delegated_vars' from source: unknown 5169 1726879821.61876: variable 'ansible_module_compression' from source: unknown 5169 1726879821.61880: ANSIBALLZ: Using lock for lineinfile 5169 1726879821.61883: ANSIBALLZ: Acquiring lock 5169 1726879821.61886: ANSIBALLZ: Lock acquired: 140122395751200 5169 1726879821.61889: ANSIBALLZ: Creating module 5169 1726879821.70709: ANSIBALLZ: Writing module into payload 5169 1726879821.70797: ANSIBALLZ: Writing module 5169 1726879821.70811: ANSIBALLZ: Renaming module 5169 1726879821.70818: ANSIBALLZ: Done creating module 5169 1726879821.70836: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py 5169 1726879821.70890: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w TO /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879821.71016: Sending initial data 5169 1726879821.71020: Sent initial data (157 bytes) 5169 1726879821.71530: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.71534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879821.71537: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.71540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.71542: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879821.71546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.71582: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.71599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879821.71615: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.71663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.73338: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 5169 1726879821.73347: stderr chunk (state=3): >>>debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879821.73383: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879821.73426: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879821.73429: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879821.73435: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py <<< 5169 1726879821.73473: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w" to remote "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py M:0x001a <<< 5169 1726879821.73528: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122068 <<< 5169 1726879821.73926: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 122068 bytes at 0 <<< 5169 1726879821.73931: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879821.73969: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879821.74029: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.74090: stderr chunk (state=3): >>><<< 5169 1726879821.74093: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp368pi2_w" to remote "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:122068\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 122068 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879821.74174: done transferring module to remote 5169 1726879821.74178: _low_level_execute_command(): starting 5169 1726879821.74181: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'"'"'' 5169 1726879821.74833: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.74847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.74860: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.74932: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879821.74936: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879821.74938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879821.74944: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879821.74972: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.76790: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879821.76837: stderr chunk (state=3): >>><<< 5169 1726879821.76840: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879821.76861: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879821.76868: _low_level_execute_command(): starting 5169 1726879821.76871: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/AnsiballZ_lineinfile.py && sleep 0'"'"'' 5169 1726879821.77559: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879821.77566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879821.77570: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.77573: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879821.77575: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879821.77578: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879821.77615: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879821.77636: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879821.77680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879821.79958: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879821.79992: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879821.80017: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879821.80022: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879821.80098: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879821.80138: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879821.80182: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879821.80190: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879821.80206: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879821.80215: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879821.80269: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.80294: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879821.80322: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879821.80326: stdout chunk (state=3): >>> <<< 5169 1726879821.80358: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879821.80392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530> <<< 5169 1726879821.80402: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30> <<< 5169 1726879821.80430: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879821.80434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879821.80436: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0> <<< 5169 1726879821.80471: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879821.80488: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879821.80506: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879821.80515: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879821.80549: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879821.80553: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879821.80641: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879821.80674: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879821.80681: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879821.80708: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879821.80745: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 5169 1726879821.80777: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879821.80807: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 5169 1726879821.80836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879821.80840: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190> <<< 5169 1726879821.80904: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879821.80908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.80911: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0> <<< 5169 1726879821.80942: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879821.80977: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879821.81232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879821.81258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.81287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879821.81321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879821.81339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879821.81374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879821.81383: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30> <<< 5169 1726879821.81394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879821.81416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879821.81438: stdout chunk (state=3): >>>import '_operator' # <<< 5169 1726879821.81449: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0> <<< 5169 1726879821.81466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879821.81492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879821.81520: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879821.81577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.81583: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879821.81619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879821.81627: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860> <<< 5169 1726879821.81649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879821.81657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0> <<< 5169 1726879821.81672: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879821.81725: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00> <<< 5169 1726879821.81730: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879821.81767: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220> <<< 5169 1726879821.81863: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0> <<< 5169 1726879821.81887: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879821.81911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879821.81916: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879821.81943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879821.81983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879821.81991: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879821.81997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879821.82031: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0> <<< 5169 1726879821.82039: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0> <<< 5169 1726879821.82080: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879821.82083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0> <<< 5169 1726879821.82134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879821.82150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830> <<< 5169 1726879821.82161: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260> <<< 5169 1726879821.82179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879821.82213: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.82245: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90> <<< 5169 1726879821.82249: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.82278: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80> <<< 5169 1726879821.82315: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.82335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879821.82378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879821.82392: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340> import 'importlib.machinery' # <<< 5169 1726879821.82425: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 5169 1726879821.82463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570> <<< 5169 1726879821.82480: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879821.82495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879821.82542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879821.82563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0> <<< 5169 1726879821.82595: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879821.82610: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.82632: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0> <<< 5169 1726879821.82665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879821.82684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879821.82714: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50> <<< 5169 1726879821.82729: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.82768: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879821.82797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879821.82813: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30> <<< 5169 1726879821.82830: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560> <<< 5169 1726879821.82894: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0> <<< 5169 1726879821.82909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879821.82931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879821.82956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879821.82973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879821.83002: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70> <<< 5169 1726879821.83027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879821.83042: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.83055: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0> <<< 5169 1726879821.83082: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0> <<< 5169 1726879821.83119: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0> <<< 5169 1726879821.83131: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10> <<< 5169 1726879821.83166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879821.83267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879821.83338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0> <<< 5169 1726879821.83342: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30> <<< 5169 1726879821.83377: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0> <<< 5169 1726879821.83395: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879821.83439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.83462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879821.83495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879821.83528: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570> <<< 5169 1726879821.83608: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879821.83629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879821.83681: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0> <<< 5169 1726879821.83696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879821.83734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879821.83792: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879821.83815: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440> <<< 5169 1726879821.83835: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879821.83875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879821.83902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879821.83941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879821.84034: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0> <<< 5169 1726879821.84109: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560> <<< 5169 1726879821.84156: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350> <<< 5169 1726879821.84186: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0> <<< 5169 1726879821.84208: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700> <<< 5169 1726879821.84213: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110> <<< 5169 1726879821.84310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879821.84334: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830> <<< 5169 1726879821.84412: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip' <<< 5169 1726879821.84418: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.84568: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.84594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879821.84603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879821.84647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879821.84722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879821.84760: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0> <<< 5169 1726879821.84772: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879821.84962: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0> <<< 5169 1726879821.84978: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320> # zipimport: zlib available <<< 5169 1726879821.85011: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879821.85023: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.85030: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.85053: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.85059: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879821.85085: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.86629: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.87886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879821.87896: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0> <<< 5169 1726879821.87913: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879821.87917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.87960: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879821.88001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879821.88028: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40> <<< 5169 1726879821.88060: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0> <<< 5169 1726879821.88109: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310> <<< 5169 1726879821.88129: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879821.88180: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60> import 'atexit' # <<< 5169 1726879821.88224: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0> <<< 5169 1726879821.88258: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.88274: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879821.88314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879821.88330: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879821.88388: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050> <<< 5169 1726879821.88414: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879821.88446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879821.88504: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0> <<< 5169 1726879821.88525: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0> <<< 5169 1726879821.88530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879821.88533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879821.88569: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0> <<< 5169 1726879821.88578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879821.88612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879821.88624: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560> <<< 5169 1726879821.88650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879821.88684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879821.88706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879821.88770: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080> <<< 5169 1726879821.88808: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.88820: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0> <<< 5169 1726879821.88825: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340> <<< 5169 1726879821.88855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879821.88879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879821.88901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879821.88916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879821.88923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879821.88953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879821.88987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879821.89003: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30> <<< 5169 1726879821.89005: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879821.89078: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760> <<< 5169 1726879821.89100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879821.89105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879821.89205: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0> <<< 5169 1726879821.89241: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0> <<< 5169 1726879821.89268: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050> <<< 5169 1726879821.89310: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0> <<< 5169 1726879821.89346: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879821.89401: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.89417: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879821.89522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879821.89595: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380> <<< 5169 1726879821.89612: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879821.89646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.89674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879821.89677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879821.89726: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40> <<< 5169 1726879821.89857: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0> <<< 5169 1726879821.89934: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.89940: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0> <<< 5169 1726879821.89971: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60> <<< 5169 1726879821.90022: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0> <<< 5169 1726879821.90026: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0> <<< 5169 1726879821.90058: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879821.90079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879821.90101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879821.90117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879821.90136: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.90167: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500> <<< 5169 1726879821.90373: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.90439: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0> # zipimport: zlib available <<< 5169 1726879821.90466: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879821.90530: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.90656: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.90661: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.90689: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879821.90896: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.90953: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.91562: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.92174: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879821.92196: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879821.92201: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879821.92224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.92282: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.92288: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0> <<< 5169 1726879821.92369: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879821.92378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879821.92389: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820> <<< 5169 1726879821.92402: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170> <<< 5169 1726879821.92448: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879821.92462: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.92481: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.92505: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879821.92507: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.92674: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.92845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879821.92855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879821.92860: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0> <<< 5169 1726879821.92871: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.93377: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.93878: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.93951: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94046: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879821.94052: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94097: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94129: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879821.94148: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94219: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94316: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879821.94330: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879821.94370: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94406: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94448: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879821.94451: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94712: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.94971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879821.95035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879821.95044: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879821.95123: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0> <<< 5169 1726879821.95126: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95211: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95291: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879821.95300: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 5169 1726879821.95306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 5169 1726879821.95318: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879821.95335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879821.95342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879821.95424: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.95555: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0> <<< 5169 1726879821.95611: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.95617: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0> <<< 5169 1726879821.95647: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95693: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879821.95746: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95800: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95839: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95908: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.95980: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879821.96023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.96121: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879821.96142: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700> <<< 5169 1726879821.96162: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0> <<< 5169 1726879821.96201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879821.96205: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96261: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96324: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96358: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96402: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879821.96408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879821.96426: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879821.96457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879821.96476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879821.96530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879821.96554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879821.96576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879821.96627: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0> <<< 5169 1726879821.96682: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0> <<< 5169 1726879821.96762: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40> <<< 5169 1726879821.96773: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879821.96788: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96813: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96837: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879821.96905: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879821.96922: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.96929: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879821.96951: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.97243: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.97603: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879821.98032: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 5169 1726879821.98038: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879821.98396: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 5169 1726879821.98406: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 5169 1726879821.98572: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 5169 1726879821.98576: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 5169 1726879821.98581: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback <<< 5169 1726879821.98584: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes <<< 5169 1726879821.98587: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879821.98841: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879821.98875: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 5169 1726879821.98907: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879821.98939: stdout chunk (state=3): >>># destroy ntpath <<< 5169 1726879821.98970: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879821.99001: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 5169 1726879821.99027: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879821.99042: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 5169 1726879821.99072: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 5169 1726879821.99096: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879821.99141: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 5169 1726879821.99186: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 5169 1726879821.99216: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 5169 1726879821.99260: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 5169 1726879821.99266: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 5169 1726879821.99272: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 5169 1726879821.99275: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 5169 1726879821.99314: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 5169 1726879821.99353: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879821.99357: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 5169 1726879821.99382: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879821.99505: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879821.99546: stdout chunk (state=3): >>># destroy _collections # destroy platform <<< 5169 1726879821.99583: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879821.99588: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879821.99641: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response<<< 5169 1726879821.99646: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879821.99649: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879821.99671: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879821.99743: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879821.99772: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879821.99805: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 5169 1726879821.99809: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 5169 1726879821.99819: stdout chunk (state=3): >>># destroy _string # destroy re <<< 5169 1726879821.99845: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879821.99870: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879822.00231: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879822.00292: stderr chunk (state=3): >>><<< 5169 1726879822.00298: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830>\r\n# zipimport: found 30 names in \'/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879822.00453: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61448fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6144c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614271fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142afef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142e7ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c7b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c5220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142acfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61430a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142c6210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aeed0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142ac260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614338b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614338f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6142aad80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614339340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143547a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614355eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614356d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6143573b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6143562a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa614357e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614357560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433a5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6140f3d70> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411c5f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411c8c0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61411caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140f1f10> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411e1b0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411ce30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61433acc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614146570> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141626c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197440> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6141bdbe0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614197560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614163350> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fdc5c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614161700> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61411f110> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa613fdc830> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_kxy4if9a/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6140362d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400d1c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400c320> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61400f8f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405dc40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d9d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d310> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405d760> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa614036f60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405e9f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa61405ec00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa61405f050> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ec8dd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613eca9f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecb3b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecc560> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecf080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613ecf3e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd340> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed2f30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1a00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed1760> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ed3fe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613ecd7c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f17050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f171a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f18e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f18bc0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f1b380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f194c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f22b40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f1b4d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f239b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23b60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f23ef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f174d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f28710> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f25c70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613f27020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f258b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613fb08f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1820> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613f2b170> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb1cd0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb25d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbe0c0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbea50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613fb35c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa613dbd700> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dbeba0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613e52cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc89b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6b40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa613dc6990> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879822.01863: done with _execute_module (lineinfile, {'line': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com', 'state': 'present', 'create': True, 'path': '/root/.ssh/authorized_keys', 'group': 'root', 'owner': 'root', 'mode': '0600', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879822.01870: _low_level_execute_command(): starting 5169 1726879822.01873: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879821.5858736-5423-200995413029751/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879822.01883: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879822.01885: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879822.01888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.01890: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.01895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879822.01898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879822.01901: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879822.01903: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879822.01906: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879822.01908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879822.01911: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879822.01919: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.01922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879822.01929: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879822.01932: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879822.01935: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879822.01937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.01940: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.01942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879822.01945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879822.01948: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.01950: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879822.01953: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879822.01955: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879822.01958: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.01960: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.01962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.03468: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.03521: stderr chunk (state=3): >>><<< 5169 1726879822.03524: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.03550: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.03553: handler run complete 5169 1726879822.03673: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.03677: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.03680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.03682: variable 'ansible_port' from source: unknown 5169 1726879822.03685: variable 'ansible_user' from source: unknown 5169 1726879822.03687: attempt loop complete, returning result 5169 1726879822.03690: _execute() done 5169 1726879822.03692: dumping result to json 5169 1726879822.03697: done dumping result, returning 5169 1726879822.03700: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Write new authorized_keys if needed [0229e9c9-8e59-8f9b-2ddb-00000000011b] 5169 1726879822.03871: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011b ok: [managed_node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi5MjfTuk0vJ5TGNgPhZmsurAyfhYSe4LuM1H5UKvkVzCO71JH3Y70vfumib2WdkugH5OZlEG/Y+IvIAd/0pHXhTVZNO3n9icuAdA1DzBeOuUC7qPsITjrOktNKNoHSAxk3VvkT7QY8gMrRjaWzh4M2e2PIX9ZqYP3Wb+sfhTkvGRJcR6WUc8NHoDlJhBCvgHfpT11n4Xap6MqrJyac23vKLxomVJA5AkEJF3I1LT6+gLOB7hFIKS99zEj9kjKR8qL4FoL7no/ZfsQ16MU4hm9/YBsmSpLUj8b6IgpqIiefLyhMLXMIpnyLssfngZdcm660eMhoIKurrWst8NeQrzoWSVp4DdiZP/GTAwX8S4p3/6wRFHM7Dl4F0I1+X7zvPbWuCn5zNbSxbkdEz4OO9N4s/4F6nAdyR2l1s6DV2jUV0VnydEEiAjpmqpCvEdxTeB4NCIFBGeSZrmDs4ekyXujwg6pvSV1HpFwAtFKI3tL2x5IrZFiWX7VztAgrKQRGLM= root@ip-10-31-47-113.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } 5169 1726879822.04188: no more pending results, returning what we have 5169 1726879822.04195: results queue empty 5169 1726879822.04196: checking for any_errors_fatal 5169 1726879822.04209: done checking for any_errors_fatal 5169 1726879822.04210: checking for max_fail_percentage 5169 1726879822.04211: done checking for max_fail_percentage 5169 1726879822.04212: checking to see if all hosts have failed and the running result is not ok 5169 1726879822.04213: done checking to see if all hosts have failed 5169 1726879822.04214: getting the remaining hosts for this loop 5169 1726879822.04215: done getting the remaining hosts for this loop 5169 1726879822.04219: getting the next task for host managed_node2 5169 1726879822.04231: done getting next task for host managed_node2 5169 1726879822.04234: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879822.04236: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879822.04237: getting the next task for host managed_node3 5169 1726879822.04242: done getting next task for host managed_node3 5169 1726879822.04245: ^ task is: TASK: fedora.linux_system_roles.kdump : Fetch the servers public key 5169 1726879822.04248: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879822.04255: getting variables 5169 1726879822.04256: in VariableManager get_vars() 5169 1726879822.04283: Calling all_inventory to load vars for managed_node2 5169 1726879822.04286: Calling groups_inventory to load vars for managed_node2 5169 1726879822.04290: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879822.04305: Calling all_plugins_play to load vars for managed_node2 5169 1726879822.04309: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879822.04313: Calling groups_plugins_play to load vars for managed_node2 5169 1726879822.04529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.04758: done with get_vars() 5169 1726879822.04775: done getting variables 5169 1726879822.04820: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011b 5169 1726879822.04824: WORKER PROCESS EXITING 5169 1726879822.04908: getting variables 5169 1726879822.04909: in VariableManager get_vars() 5169 1726879822.04928: Calling all_inventory to load vars for managed_node3 5169 1726879822.04931: Calling groups_inventory to load vars for managed_node3 5169 1726879822.04934: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.04940: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.04942: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.04946: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.05172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.05313: done with get_vars() 5169 1726879822.05324: done getting variables TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Friday 20 September 2024 20:50:22 -0400 (0:00:00.557) 0:00:19.690 ****** 5169 1726879822.05383: entering _queue_task() for managed_node3/slurp 5169 1726879822.05700: worker is 2 (out of 3 available) 5169 1726879822.05717: exiting _queue_task() for managed_node3/slurp 5169 1726879822.05734: done queuing things up, now waiting for results queue to drain 5169 1726879822.05736: waiting for pending results... 5169 1726879822.06089: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key 5169 1726879822.06192: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011d 5169 1726879822.06206: variable 'ansible_search_path' from source: unknown 5169 1726879822.06210: variable 'ansible_search_path' from source: unknown 5169 1726879822.06243: calling self._execute() 5169 1726879822.06260: variable 'kdump_ssh_server' from source: play vars 5169 1726879822.06431: variable 'kdump_ssh_server' from source: play vars 5169 1726879822.06434: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.06490: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.06498: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.06548: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.06564: in VariableManager get_vars() 5169 1726879822.06603: Calling all_inventory to load vars for managed_node3 5169 1726879822.06607: Calling groups_inventory to load vars for managed_node3 5169 1726879822.06611: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.06632: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.06637: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.06643: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.06825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.06982: done with get_vars() 5169 1726879822.06988: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.07030: variable 'ansible_delegated_vars' from source: unknown 5169 1726879822.07040: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.07046: variable 'omit' from source: magic vars 5169 1726879822.07116: variable 'omit' from source: magic vars 5169 1726879822.07156: variable 'omit' from source: magic vars 5169 1726879822.07184: variable 'omit' from source: magic vars 5169 1726879822.07198: variable 'ansible_delegated_vars' from source: unknown 5169 1726879822.07217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879822.07245: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879822.07260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879822.07277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879822.07287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879822.07315: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.07318: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.07321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.07324: variable 'ansible_port' from source: unknown 5169 1726879822.07328: variable 'ansible_user' from source: unknown 5169 1726879822.07410: Set connection var ansible_timeout to 10 5169 1726879822.07414: Set connection var ansible_shell_executable to /bin/sh 5169 1726879822.07417: Set connection var ansible_connection to ssh 5169 1726879822.07423: Set connection var ansible_shell_type to sh 5169 1726879822.07428: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879822.07434: Set connection var ansible_pipelining to False 5169 1726879822.07456: variable 'ansible_delegated_vars' from source: unknown 5169 1726879822.07460: variable 'ansible_user' from source: unknown 5169 1726879822.07467: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.07651: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879822.07663: variable 'omit' from source: magic vars 5169 1726879822.07671: starting attempt loop 5169 1726879822.07675: running the handler 5169 1726879822.07683: _low_level_execute_command(): starting 5169 1726879822.07690: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879822.08257: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.08267: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.08271: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.08275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.08316: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.08325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.08346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879822.08402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.10094: stdout chunk (state=3): >>>/root <<< 5169 1726879822.10206: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.10255: stderr chunk (state=3): >>><<< 5169 1726879822.10258: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.10289: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.10305: _low_level_execute_command(): starting 5169 1726879822.10312: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `" && echo ansible-tmp-1726879822.1029134-5434-30073408132317="` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `" && echo ansible-tmp-1726879822.1029134-5434-30073408132317="` echo /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 `" ) && sleep 0'"'"'' 5169 1726879822.11020: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879822.11024: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879822.11027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.11030: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.11033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879822.11036: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879822.11038: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879822.11041: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879822.11044: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879822.11050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879822.11060: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879822.11092: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.11095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.11100: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879822.11102: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.11173: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.11176: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.11178: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879822.11180: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879822.11212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.13179: stdout chunk (state=3): >>>ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 <<< 5169 1726879822.13292: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.13339: stderr chunk (state=3): >>><<< 5169 1726879822.13342: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.13361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879822.1029134-5434-30073408132317=/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.13571: variable 'ansible_delegated_vars' from source: unknown 5169 1726879822.13576: variable 'ansible_module_compression' from source: unknown 5169 1726879822.13579: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 5169 1726879822.13582: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py 5169 1726879822.13643: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s TO /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879822.13829: Sending initial data 5169 1726879822.13833: Sent initial data (151 bytes) 5169 1726879822.14361: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.14378: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879822.14390: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.14435: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.14452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879822.14499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.16115: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879822.16119: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879822.16153: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879822.16205: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879822.16210: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879822.16212: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py <<< 5169 1726879822.16251: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s" to remote "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py" <<< 5169 1726879822.16257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py M:0x001a <<< 5169 1726879822.16321: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923 <<< 5169 1726879822.16699: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 114923 bytes at 0 <<< 5169 1726879822.16703: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879822.16739: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879822.16797: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.16858: stderr chunk (state=3): >>><<< 5169 1726879822.16866: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpvt2exg6s" to remote "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114923 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879822.17071: done transferring module to remote 5169 1726879822.17075: _low_level_execute_command(): starting 5169 1726879822.17078: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879822.17578: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.17592: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879822.17606: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879822.17617: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.17658: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.17677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.17692: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.17722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.19544: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.19591: stderr chunk (state=3): >>><<< 5169 1726879822.19597: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.19618: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.19624: _low_level_execute_command(): starting 5169 1726879822.19627: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879822.20294: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.20308: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.20321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879822.20338: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.20386: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.20393: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.20426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879822.20431: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879822.20469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.22914: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879822.22946: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879822.22985: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879822.22991: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879822.23062: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879822.23069: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879822.23104: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879822.23141: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879822.23179: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879822.23183: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879822.23239: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879822.23242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.23261: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879822.23287: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879822.23321: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879822.23348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879822.23359: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530> <<< 5169 1726879822.23374: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30> <<< 5169 1726879822.23401: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879822.23407: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0> <<< 5169 1726879822.23430: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879822.23460: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879822.23482: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879822.23516: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879822.23611: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879822.23639: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879822.23645: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879822.23687: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879822.23702: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879822.23729: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 5169 1726879822.23733: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879822.23758: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879822.23792: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879822.23818: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190> <<< 5169 1726879822.23871: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879822.23887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0> <<< 5169 1726879822.23923: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879822.23947: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879822.24206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879822.24244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879822.24266: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879822.24299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879822.24317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879822.24341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879822.24355: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60> <<< 5169 1726879822.24383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879822.24392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879822.24418: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20> <<< 5169 1726879822.24441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879822.24472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879822.24499: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879822.24543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.24568: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879822.24602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830> <<< 5169 1726879822.24625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879822.24628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0> <<< 5169 1726879822.24652: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879822.24701: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30> <<< 5169 1726879822.24716: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879822.24741: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250> <<< 5169 1726879822.24841: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010> <<< 5169 1726879822.24868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879822.24892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879822.24903: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879822.24930: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879822.24950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879822.24975: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879822.24980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879822.25020: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830> <<< 5169 1726879822.25032: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450> <<< 5169 1726879822.25063: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879822.25068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0> <<< 5169 1726879822.25133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879822.25139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0> <<< 5169 1726879822.25169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879822.25207: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.25239: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0> <<< 5169 1726879822.25292: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0> <<< 5169 1726879822.25327: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.25374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879822.25379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879822.25435: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340> import 'importlib.machinery' # <<< 5169 1726879822.25443: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879822.25500: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570> import 'importlib.util' # import 'runpy' # <<< 5169 1726879822.25517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879822.25573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879822.25576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0> <<< 5169 1726879822.25623: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879822.25661: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0> <<< 5169 1726879822.25691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879822.25727: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80> <<< 5169 1726879822.25755: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0> <<< 5169 1726879822.25781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 5169 1726879822.25788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879822.25829: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.25842: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0> <<< 5169 1726879822.25847: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530> <<< 5169 1726879822.25896: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0> <<< 5169 1726879822.25916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879822.25943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879822.25963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879822.25985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879822.26018: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.26021: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0> <<< 5169 1726879822.26040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879822.26076: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.26082: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560> <<< 5169 1726879822.26108: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.26112: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770> <<< 5169 1726879822.26141: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0> <<< 5169 1726879822.26167: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80> <<< 5169 1726879822.26192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879822.26311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879822.26348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060> <<< 5169 1726879822.26386: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0> <<< 5169 1726879822.26414: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879822.26496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.26500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879822.26533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879822.26563: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420> <<< 5169 1726879822.26630: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879822.26634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.26645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879822.26669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879822.26719: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0> <<< 5169 1726879822.26741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879822.26783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879822.26834: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879822.26863: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260> <<< 5169 1726879822.26883: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879822.26925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879822.26947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879822.26993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879822.27086: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00> <<< 5169 1726879822.27166: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380> <<< 5169 1726879822.27206: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170> <<< 5169 1726879822.27240: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350> <<< 5169 1726879822.27263: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0> <<< 5169 1726879822.27368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879822.27389: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640> <<< 5169 1726879822.27467: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip' # zipimport: zlib available <<< 5169 1726879822.27621: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.27646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879822.27661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879822.27706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879822.27786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879822.27820: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 5169 1726879822.27825: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030> import '_typing' # <<< 5169 1726879822.28029: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0> <<< 5169 1726879822.28045: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.28075: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879822.28082: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.28111: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.28115: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.28121: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879822.28144: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.29717: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.30978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 5169 1726879822.30985: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90> <<< 5169 1726879822.31012: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.31043: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879822.31083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879822.31087: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879822.31121: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00> <<< 5169 1726879822.31167: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790> <<< 5169 1726879822.31195: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0> <<< 5169 1726879822.31228: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879822.31232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879822.31276: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50> <<< 5169 1726879822.31279: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879822.31318: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630> <<< 5169 1726879822.31348: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840> <<< 5169 1726879822.31371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879822.31422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879822.31433: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879822.31484: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50> import 'pwd' # <<< 5169 1726879822.31527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879822.31539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879822.31568: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70> <<< 5169 1726879822.31640: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690> <<< 5169 1726879822.31647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879822.31683: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050> <<< 5169 1726879822.31695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879822.31716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879822.31741: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0> <<< 5169 1726879822.31761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879822.31797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879822.31822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879822.31828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879822.31881: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90> <<< 5169 1726879822.31918: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0> <<< 5169 1726879822.31947: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80> <<< 5169 1726879822.31969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879822.31994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879822.32019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879822.32026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879822.32041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879822.32074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879822.32102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879822.32118: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40> <<< 5169 1726879822.32121: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879822.32199: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610> <<< 5169 1726879822.32207: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370> <<< 5169 1726879822.32224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879822.32307: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30> <<< 5169 1726879822.32346: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490> <<< 5169 1726879822.32379: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50> <<< 5169 1726879822.32417: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0> <<< 5169 1726879822.32432: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879822.32467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879822.32480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879822.32516: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.32546: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879822.32655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879822.32710: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0> <<< 5169 1726879822.32743: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879822.32810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.32813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879822.32863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879822.32881: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0> <<< 5169 1726879822.32997: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080> <<< 5169 1726879822.33075: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.33082: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10> <<< 5169 1726879822.33111: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.33117: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740> <<< 5169 1726879822.33158: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.33170: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0> <<< 5169 1726879822.33183: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0> <<< 5169 1726879822.33204: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879822.33226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879822.33247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879822.33280: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.33309: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0> <<< 5169 1726879822.33474: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.33487: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0> <<< 5169 1726879822.33493: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30> <<< 5169 1726879822.33533: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0> <<< 5169 1726879822.33542: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640> <<< 5169 1726879822.33550: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.33572: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879822.33591: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.33686: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.33783: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.33799: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879822.33831: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879822.33852: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 5169 1726879822.33880: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.33996: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.34121: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.34738: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.35348: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879822.35356: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879822.35379: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879822.35384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879822.35398: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879822.35415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.35463: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.35471: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650> <<< 5169 1726879822.35550: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879822.35556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879822.35581: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0> <<< 5169 1726879822.35590: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0> <<< 5169 1726879822.35638: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879822.35647: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.35680: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.35690: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879822.35701: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.35857: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.36034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879822.36037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190> <<< 5169 1726879822.36057: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.36569: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37140: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37225: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879822.37229: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37274: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879822.37325: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37392: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37489: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879822.37505: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37515: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879822.37541: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37580: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37621: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879822.37625: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.37886: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.38138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879822.38207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879822.38219: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879822.38295: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920> <<< 5169 1726879822.38305: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.38383: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.38460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879822.38468: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879822.38487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879822.38505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879822.38511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879822.38592: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.38733: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0> <<< 5169 1726879822.38804: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20> <<< 5169 1726879822.38831: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.38874: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.38908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879822.38979: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39013: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39083: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39137: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879822.39183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.39268: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.39275: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460> <<< 5169 1726879822.39313: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0> <<< 5169 1726879822.39350: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879822.39354: stdout chunk (state=3): >>># zipimport: zlib available<<< 5169 1726879822.39363: stdout chunk (state=3): >>> <<< 5169 1726879822.39431: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39501: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39531: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.39583: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879822.39592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.39601: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879822.39630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879822.39644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879822.39710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879822.39720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879822.39746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879822.39805: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70> <<< 5169 1726879822.39856: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0> <<< 5169 1726879822.39940: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990> <<< 5169 1726879822.39947: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879822.39984: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.40012: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 5169 1726879822.40018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879822.40083: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879822.40101: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.40111: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879822.40118: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.40173: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.40282: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.40418: stdout chunk (state=3): >>> {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}} # destroy __main__ <<< 5169 1726879822.40742: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879822.40745: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 5169 1726879822.40768: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 5169 1726879822.40778: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 5169 1726879822.40806: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 5169 1726879822.40868: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 5169 1726879822.40877: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize <<< 5169 1726879822.40927: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879822.41190: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879822.41258: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879822.41318: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp <<< 5169 1726879822.41358: stdout chunk (state=3): >>># destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib <<< 5169 1726879822.41381: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879822.41446: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 5169 1726879822.41546: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 5169 1726879822.41587: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs <<< 5169 1726879822.41612: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879822.41734: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879822.41825: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879822.41830: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879822.41866: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879822.41935: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879822.41961: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879822.41992: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2<<< 5169 1726879822.42020: stdout chunk (state=3): >>> # destroy _string # destroy re # destroy itertools <<< 5169 1726879822.42029: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879822.42035: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879822.42393: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879822.42461: stderr chunk (state=3): >>><<< 5169 1726879822.42466: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640>\r\n# zipimport: found 30 names in \'/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879822.42645: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cee7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cf1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd0dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd4bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd83ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd63b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd61250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd49010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda7830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda6450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd62120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cda4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd482c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd4bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdd4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cd46de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf07a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf1ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf2d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf33b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf22d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cdf3dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdf3530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbc7ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf0770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4cbf09e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbc5e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf0ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cdd6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc1e420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc364e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc91a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc73380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc37170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca70350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cc35520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cbf2fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c4cc35640> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_2w2b3ww9/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caca030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9cf20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9c0b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca9fe90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caeda00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed790> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caed0a0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caedac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4cacaa50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee630> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4caee840> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4caeed50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c950a70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c952690> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953050> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c953fb0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c956c90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c956de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c954f80> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95ab40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959610> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c959370> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c95bb30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c955490> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a2d50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a2ed0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a4a10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a47d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9a6f30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a50a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9ae6f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a7080> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afa10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9af740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9afad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9a30b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b32c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b45c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1a30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4c9b2de0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b1640> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca3c650> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d3d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c9b7ad0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3d190> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3f920> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45ee0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca46810> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca3ea20> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c4ca45460> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca469c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8d6b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4c8508c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a990> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c4ca4a7e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879822.43931: done with _execute_module (slurp, {'src': '/etc/ssh/ssh_host_rsa_key.pub', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879822.1029134-5434-30073408132317/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879822.43936: _low_level_execute_command(): starting 5169 1726879822.43939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.1029134-5434-30073408132317/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879822.43950: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.43953: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879822.43956: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.43959: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.43961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.45570: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879822.45573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879822.45622: stderr chunk (state=3): >>><<< 5169 1726879822.45626: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.45652: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.45873: handler run complete 5169 1726879822.45877: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.45880: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.45883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.45886: variable 'ansible_port' from source: unknown 5169 1726879822.45888: variable 'ansible_user' from source: unknown 5169 1726879822.45890: attempt loop complete, returning result 5169 1726879822.45893: _execute() done 5169 1726879822.45898: dumping result to json 5169 1726879822.45900: done dumping result, returning 5169 1726879822.45903: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fetch the servers public key [0229e9c9-8e59-8f9b-2ddb-00000000011d] 5169 1726879822.45978: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011d ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDbmFQTDZ5VkR3WFN1eS9QS20wSVVpaDlkYXZBUVZZcFlrdjd1ek9vcTdQdXJNTGx6SVRsMWZxeEFkQWMzSm5GakQxb0U4cXlHMjE4VHl2T3prT09PTjExTi9FM1dYSnY0SWc0UHU3YlI1NUxnYmt1Ylo5alJWdDd2TnRRYkNVc3FhNnQ3SHBLZEtnd3VZMERpd25ZZ2Rha1RYd01NaDBlR0VvMHBZQ0o3WGI2elczR0E0TFhxUGtsQ2lCanV3eGlEdWFoV0FpeUtpV2dHUzdGZ1dDcWo0QnNnUjFjbmM2Ry9xK2VtZ1ZTZjFHSmJBMXlVVXllZUg4ZkpEK1gvRWV0NHR6T0FOelVFcTM0akhpUEtoZjJaVi9kUk91blZ6S29yZzdDRUoyelhlWmtkVlBMNVU3NW1uSnVZeHplaUlHYWh5NFZqU1NZR1BKbGdQYmFEekJVZEN6Y25oeHdzMkdhbWpOSVpUR0RWUHMrMWpHVjg2cUYveXJFSi8zbkhOYU1kOFBkVXB0OVp0S0t5cFdkMVZwMi9RZFh3UUdXVGxkQjg5WEdySFV1SkV6ais3VUk3d2R4UG5WNnBIUFJ4QXJIZDBkb3R6aGY3SU5vckwydmJ5b3ZTWWF2THNNUERhZ1kwYURrUDZsWkNSMXQ5V1B0VkxiZDNFRnoxSjNiUGRhZDA9IHJvb3RAaXAtMTAtMzEtNDctMTEzLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } 5169 1726879822.46261: no more pending results, returning what we have 5169 1726879822.46268: results queue empty 5169 1726879822.46269: checking for any_errors_fatal 5169 1726879822.46287: done checking for any_errors_fatal 5169 1726879822.46288: checking for max_fail_percentage 5169 1726879822.46289: done checking for max_fail_percentage 5169 1726879822.46290: checking to see if all hosts have failed and the running result is not ok 5169 1726879822.46291: done checking to see if all hosts have failed 5169 1726879822.46292: getting the remaining hosts for this loop 5169 1726879822.46294: done getting the remaining hosts for this loop 5169 1726879822.46298: getting the next task for host managed_node2 5169 1726879822.46311: done getting next task for host managed_node2 5169 1726879822.46315: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879822.46317: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879822.46318: getting the next task for host managed_node3 5169 1726879822.46321: done getting next task for host managed_node3 5169 1726879822.46324: ^ task is: TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node 5169 1726879822.46327: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (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 5169 1726879822.46331: getting variables 5169 1726879822.46333: in VariableManager get_vars() 5169 1726879822.46359: Calling all_inventory to load vars for managed_node2 5169 1726879822.46362: Calling groups_inventory to load vars for managed_node2 5169 1726879822.46368: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879822.46374: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011d 5169 1726879822.46377: WORKER PROCESS EXITING 5169 1726879822.46386: Calling all_plugins_play to load vars for managed_node2 5169 1726879822.46389: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879822.46392: Calling groups_plugins_play to load vars for managed_node2 5169 1726879822.46596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.46841: done with get_vars() 5169 1726879822.46855: done getting variables 5169 1726879822.46955: getting variables 5169 1726879822.46956: in VariableManager get_vars() 5169 1726879822.46976: Calling all_inventory to load vars for managed_node3 5169 1726879822.46979: Calling groups_inventory to load vars for managed_node3 5169 1726879822.46982: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.46988: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.46990: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.46994: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.47151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.47328: done with get_vars() 5169 1726879822.47335: done getting variables TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Friday 20 September 2024 20:50:22 -0400 (0:00:00.420) 0:00:20.110 ****** 5169 1726879822.47393: entering _queue_task() for managed_node3/known_hosts 5169 1726879822.47395: Creating lock for known_hosts 5169 1726879822.47688: worker is 3 (out of 3 available) 5169 1726879822.47705: exiting _queue_task() for managed_node3/known_hosts 5169 1726879822.47723: done queuing things up, now waiting for results queue to drain 5169 1726879822.47724: waiting for pending results... 5169 1726879822.48048: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node 5169 1726879822.48172: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000011e 5169 1726879822.48188: variable 'ansible_search_path' from source: unknown 5169 1726879822.48191: variable 'ansible_search_path' from source: unknown 5169 1726879822.48223: calling self._execute() 5169 1726879822.48289: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.48295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.48305: variable 'omit' from source: magic vars 5169 1726879822.48389: variable 'omit' from source: magic vars 5169 1726879822.48440: variable 'omit' from source: magic vars 5169 1726879822.48656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879822.50507: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879822.50576: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879822.50616: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879822.50654: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879822.50687: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879822.50772: variable '__kdump_ssh_server_location' from source: role '' all vars 5169 1726879822.50885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879822.51049: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879822.51091: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879822.51126: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879822.51161: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879822.51242: 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) 5169 1726879822.51260: 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) 5169 1726879822.51282: 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) 5169 1726879822.51303: 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) 5169 1726879822.51392: variable 'kdump_target' from source: play vars 5169 1726879822.51459: variable 'kdump_ssh_user' from source: play vars 5169 1726879822.51530: variable 'hostvars' from source: magic vars 5169 1726879822.51536: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.51540: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.51590: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.51602: in VariableManager get_vars() 5169 1726879822.51613: Calling all_inventory to load vars for managed_node3 5169 1726879822.51618: Calling groups_inventory to load vars for managed_node3 5169 1726879822.51625: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.51639: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.51645: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.51652: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.51783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.51918: done with get_vars() 5169 1726879822.51930: variable 'ansible_user_id' from source: facts 5169 1726879822.51937: variable 'kdump_test_ssh_server_inside' from source: play vars 5169 1726879822.52119: variable 'kdump_test_ssh_source' from source: play vars 5169 1726879822.52234: variable 'ansible_env' from source: facts 5169 1726879822.52245: variable 'hostvars' from source: magic vars 5169 1726879822.52249: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.52252: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.52301: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.52305: in VariableManager get_vars() 5169 1726879822.52313: Calling all_inventory to load vars for managed_node3 5169 1726879822.52316: Calling groups_inventory to load vars for managed_node3 5169 1726879822.52319: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.52328: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.52331: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.52338: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.52453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.52584: done with get_vars() 5169 1726879822.52593: variable 'ansible_all_ipv4_addresses' from source: facts 5169 1726879822.52599: in VariableManager get_vars() 5169 1726879822.52602: Calling all_inventory to load vars for managed_node3 5169 1726879822.52605: Calling groups_inventory to load vars for managed_node3 5169 1726879822.52608: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.52616: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.52620: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.52625: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.52727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.52856: done with get_vars() 5169 1726879822.52869: variable 'ansible_all_ipv6_addresses' from source: facts 5169 1726879822.52872: in VariableManager get_vars() 5169 1726879822.52877: Calling all_inventory to load vars for managed_node3 5169 1726879822.52880: Calling groups_inventory to load vars for managed_node3 5169 1726879822.52883: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.52889: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.52897: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.52900: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.53022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.53150: done with get_vars() 5169 1726879822.53159: variable 'ansible_default_ipv4' from source: facts 5169 1726879822.53171: variable 'kdump_ssh_server' from source: play vars 5169 1726879822.53174: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.53224: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.53228: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.53470: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.53473: variable '__kdump_serverpubkey' from source: set_fact 5169 1726879822.53477: variable '__kdump_ssh_server_location' from source: role '' all vars 5169 1726879822.53479: variable '__kdump_ssh_server_location' from source: role '' all vars 5169 1726879822.53640: variable 'kdump_target' from source: play vars 5169 1726879822.53728: variable 'kdump_ssh_user' from source: play vars 5169 1726879822.53837: variable 'hostvars' from source: magic vars 5169 1726879822.53840: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.53843: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.53911: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.53922: in VariableManager get_vars() 5169 1726879822.53932: Calling all_inventory to load vars for managed_node3 5169 1726879822.53935: Calling groups_inventory to load vars for managed_node3 5169 1726879822.53938: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.53941: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.53943: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.53946: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.54070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.54199: done with get_vars() 5169 1726879822.54206: variable 'ansible_user_id' from source: facts 5169 1726879822.54212: variable 'kdump_test_ssh_server_inside' from source: play vars 5169 1726879822.54387: variable 'kdump_test_ssh_source' from source: play vars 5169 1726879822.54499: variable 'ansible_env' from source: facts 5169 1726879822.54506: variable 'hostvars' from source: magic vars 5169 1726879822.54510: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.54514: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.54559: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.54562: in VariableManager get_vars() 5169 1726879822.54570: Calling all_inventory to load vars for managed_node3 5169 1726879822.54573: Calling groups_inventory to load vars for managed_node3 5169 1726879822.54583: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.54587: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.54590: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.54599: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.54718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.54847: done with get_vars() 5169 1726879822.54855: variable 'ansible_all_ipv4_addresses' from source: facts 5169 1726879822.54859: in VariableManager get_vars() 5169 1726879822.54866: Calling all_inventory to load vars for managed_node3 5169 1726879822.54869: Calling groups_inventory to load vars for managed_node3 5169 1726879822.54874: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.54880: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.54885: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.54891: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.54992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.55121: done with get_vars() 5169 1726879822.55130: variable 'ansible_all_ipv6_addresses' from source: facts 5169 1726879822.55133: in VariableManager get_vars() 5169 1726879822.55137: Calling all_inventory to load vars for managed_node3 5169 1726879822.55140: Calling groups_inventory to load vars for managed_node3 5169 1726879822.55146: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879822.55152: Calling all_plugins_play to load vars for managed_node3 5169 1726879822.55156: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879822.55162: Calling groups_plugins_play to load vars for managed_node3 5169 1726879822.55266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879822.55414: done with get_vars() 5169 1726879822.55421: variable 'ansible_default_ipv4' from source: facts 5169 1726879822.55431: variable 'kdump_ssh_server' from source: play vars 5169 1726879822.55434: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.55485: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879822.55488: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.55533: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.55554: variable 'omit' from source: magic vars 5169 1726879822.55579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879822.55601: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879822.55616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879822.55631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879822.55640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879822.55667: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879822.55671: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.55674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.55751: Set connection var ansible_timeout to 10 5169 1726879822.55754: Set connection var ansible_shell_executable to /bin/sh 5169 1726879822.55757: Set connection var ansible_connection to ssh 5169 1726879822.55763: Set connection var ansible_shell_type to sh 5169 1726879822.55770: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879822.55776: Set connection var ansible_pipelining to False 5169 1726879822.55799: variable 'ansible_shell_executable' from source: unknown 5169 1726879822.55802: variable 'ansible_connection' from source: unknown 5169 1726879822.55805: variable 'ansible_module_compression' from source: unknown 5169 1726879822.55808: variable 'ansible_shell_type' from source: unknown 5169 1726879822.55810: variable 'ansible_shell_executable' from source: unknown 5169 1726879822.55813: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879822.55815: variable 'ansible_pipelining' from source: unknown 5169 1726879822.55820: variable 'ansible_timeout' from source: unknown 5169 1726879822.55825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879822.55961: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879822.55971: variable 'omit' from source: magic vars 5169 1726879822.55975: starting attempt loop 5169 1726879822.55978: running the handler 5169 1726879822.55991: _low_level_execute_command(): starting 5169 1726879822.55999: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879822.56761: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879822.56768: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879822.56771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.56814: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879822.56818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.56822: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.56837: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879822.56840: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.56874: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.56878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.56888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879822.56949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.58651: stdout chunk (state=3): >>>/root <<< 5169 1726879822.58758: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.58814: stderr chunk (state=3): >>><<< 5169 1726879822.58818: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.58842: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.58857: _low_level_execute_command(): starting 5169 1726879822.58862: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `" && echo ansible-tmp-1726879822.5884316-5442-6834465510089="` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `" && echo ansible-tmp-1726879822.5884316-5442-6834465510089="` echo /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 `" ) && sleep 0'"'"'' 5169 1726879822.59579: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.59583: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879822.59586: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.59589: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.59593: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879822.59597: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.59655: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.59660: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.59662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.59665: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.59699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.61665: stdout chunk (state=3): >>>ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 <<< 5169 1726879822.61781: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.61827: stderr chunk (state=3): >>><<< 5169 1726879822.61831: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.61851: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879822.5884316-5442-6834465510089=/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.62075: variable 'ansible_module_compression' from source: unknown 5169 1726879822.62078: ANSIBALLZ: Using lock for known_hosts 5169 1726879822.62081: ANSIBALLZ: Acquiring lock 5169 1726879822.62084: ANSIBALLZ: Lock acquired: 140122395739824 5169 1726879822.62086: ANSIBALLZ: Creating module 5169 1726879822.70916: ANSIBALLZ: Writing module into payload 5169 1726879822.70983: ANSIBALLZ: Writing module 5169 1726879822.71002: ANSIBALLZ: Renaming module 5169 1726879822.71010: ANSIBALLZ: Done creating module 5169 1726879822.71024: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py 5169 1726879822.71078: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q TO /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879822.71212: Sending initial data 5169 1726879822.71216: Sent initial data (156 bytes) 5169 1726879822.71715: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.71719: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879822.71723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879822.71726: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.71728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879822.71731: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.71785: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.71791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.71793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879822.71795: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.71797: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.71840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.73533: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 5169 1726879822.73536: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879822.73579: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879822.73621: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879822.73624: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879822.73626: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py <<< 5169 1726879822.73666: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q" to remote "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py" <<< 5169 1726879822.73672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py M:0x001a <<< 5169 1726879822.73727: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:120143 <<< 5169 1726879822.74130: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 120143 bytes at 0 <<< 5169 1726879822.74134: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879822.74172: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879822.74236: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.74301: stderr chunk (state=3): >>><<< 5169 1726879822.74305: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp6r1mdl4q" to remote "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:120143\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 120143 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879822.74373: done transferring module to remote 5169 1726879822.74377: _low_level_execute_command(): starting 5169 1726879822.74380: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'"'"'' 5169 1726879822.75054: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879822.75073: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879822.75094: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.75138: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.75142: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879822.75154: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879822.75177: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.75180: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.75221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.77052: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879822.77099: stderr chunk (state=3): >>><<< 5169 1726879822.77103: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879822.77123: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879822.77130: _low_level_execute_command(): starting 5169 1726879822.77133: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/AnsiballZ_known_hosts.py && sleep 0'"'"'' 5169 1726879822.77802: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879822.77827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879822.77839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879822.77881: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879822.77895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879822.77911: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879822.77949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879822.80235: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879822.80271: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879822.80305: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879822.80311: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879822.80381: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879822.80386: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879822.80418: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879822.80454: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879822.80458: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879822.80487: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879822.80493: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879822.80548: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879822.80555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.80570: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879822.80597: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879822.80632: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879822.80657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879822.80662: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530> <<< 5169 1726879822.80678: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30> <<< 5169 1726879822.80703: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879822.80709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0> <<< 5169 1726879822.80738: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879822.80763: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879822.80775: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879822.80784: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879822.80823: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879822.80914: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879822.80950: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879822.80953: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879822.80987: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879822.81003: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879822.81031: stdout chunk (state=3): >>>Processing user site-packages <<< 5169 1726879822.81034: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879822.81062: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879822.81089: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879822.81118: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190> <<< 5169 1726879822.81180: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.81207: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0> <<< 5169 1726879822.81228: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879822.81258: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879822.81514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879822.81518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879822.81550: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879822.81554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.81576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879822.81624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879822.81636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879822.81672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879822.81699: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30> <<< 5169 1726879822.81703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879822.81730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879822.81744: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0> <<< 5169 1726879822.81756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879822.81784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879822.81806: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879822.81858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.81879: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879822.81904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0> <<< 5169 1726879822.81933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879822.81953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879822.81961: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30> <<< 5169 1726879822.81971: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879822.82019: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00> <<< 5169 1726879822.82025: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879822.82060: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220> <<< 5169 1726879822.82155: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0> <<< 5169 1726879822.82188: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879822.82212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879822.82220: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879822.82241: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879822.82267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879822.82294: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879822.82324: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770> <<< 5169 1726879822.82344: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390> <<< 5169 1726879822.82377: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879822.82382: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90> <<< 5169 1726879822.82441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879822.82449: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0> <<< 5169 1726879822.82455: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260> <<< 5169 1726879822.82481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879822.82524: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.82536: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30> <<< 5169 1726879822.82571: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.82597: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80> <<< 5169 1726879822.82627: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.82646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879822.82732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879822.82776: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0> import 'importlib.machinery' # <<< 5169 1726879822.82781: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879822.82789: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510> import 'importlib.util' # <<< 5169 1726879822.82815: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879822.82874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879822.82890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879822.82913: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740> import 'errno' # <<< 5169 1726879822.82951: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879822.82998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879822.83013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20> <<< 5169 1726879822.83070: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380> <<< 5169 1726879822.83079: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270> <<< 5169 1726879822.83149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879822.83155: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.83159: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0> <<< 5169 1726879822.83199: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0> <<< 5169 1726879822.83219: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570> <<< 5169 1726879822.83223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879822.83246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879822.83267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879822.83288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879822.83320: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0> <<< 5169 1726879822.83344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879822.83377: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0> <<< 5169 1726879822.83408: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.83413: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0> <<< 5169 1726879822.83438: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.83446: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0> <<< 5169 1726879822.83462: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50> <<< 5169 1726879822.83493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879822.83621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879822.83625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879822.83667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0> <<< 5169 1726879822.83705: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60> <<< 5169 1726879822.83717: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879822.83790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.83793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879822.83829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879822.83867: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0> <<< 5169 1726879822.83936: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.83960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879822.83980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879822.84014: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450> <<< 5169 1726879822.84035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879822.84080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879822.84127: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879822.84159: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200><<< 5169 1726879822.84167: stdout chunk (state=3): >>> <<< 5169 1726879822.84185: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879822.84225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879822.84249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879822.84297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879822.84388: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0> <<< 5169 1726879822.84470: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320> <<< 5169 1726879822.84511: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0> <<< 5169 1726879822.84541: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320> <<< 5169 1726879822.84571: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70> <<< 5169 1726879822.84678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879822.84697: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0> <<< 5169 1726879822.84780: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip' # zipimport: zlib available <<< 5169 1726879822.84933: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.84962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879822.84981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879822.85016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879822.85099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879822.85130: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 5169 1726879822.85134: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090> <<< 5169 1726879822.85143: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879822.85341: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0> <<< 5169 1726879822.85360: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.85392: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879822.85405: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.85409: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.85434: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.85441: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879822.85461: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.87052: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.88338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20> <<< 5169 1726879822.88382: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.88414: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879822.88440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879822.88457: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879822.88481: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0> <<< 5169 1726879822.88525: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850> <<< 5169 1726879822.88556: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160> <<< 5169 1726879822.88574: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879822.88599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879822.88635: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20> import 'atexit' # <<< 5169 1726879822.88682: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810> <<< 5169 1726879822.88719: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50> <<< 5169 1726879822.88734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879822.88788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879822.88804: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879822.88843: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90> import 'pwd' # <<< 5169 1726879822.88903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879822.88907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879822.88936: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0> <<< 5169 1726879822.88985: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900> <<< 5169 1726879822.89020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879822.89043: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0> <<< 5169 1726879822.89065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879822.89087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879822.89118: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0> <<< 5169 1726879822.89128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879822.89167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879822.89192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879822.89199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879822.89247: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30> <<< 5169 1726879822.89288: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260> <<< 5169 1726879822.89318: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0> <<< 5169 1726879822.89336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879822.89363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879822.89390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879822.89395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879822.89411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879822.89444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879822.89474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879822.89480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0> <<< 5169 1726879822.89499: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879822.89571: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970> <<< 5169 1726879822.89576: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0> <<< 5169 1726879822.89598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879822.89608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879822.89691: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0> <<< 5169 1726879822.89722: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700> <<< 5169 1726879822.89760: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020> <<< 5169 1726879822.89843: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0> <<< 5169 1726879822.89848: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879822.89863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879822.89918: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30> <<< 5169 1726879822.89945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879822.90049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879822.90129: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0> <<< 5169 1726879822.90134: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879822.90211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.90214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879822.90218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879822.90269: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20> <<< 5169 1726879822.90403: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0> <<< 5169 1726879822.90485: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830> <<< 5169 1726879822.90517: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680> <<< 5169 1726879822.90567: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80> <<< 5169 1726879822.90591: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470> <<< 5169 1726879822.90614: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879822.90631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879822.90658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879822.90685: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.90717: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320> <<< 5169 1726879822.90893: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.90912: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0> <<< 5169 1726879822.90915: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90> <<< 5169 1726879822.90945: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730> <<< 5169 1726879822.90976: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.90982: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.90997: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879822.91000: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.91101: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.91198: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.91210: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.91259: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879822.91283: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879822.91410: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.91540: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.92178: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.92810: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879822.92838: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879822.92868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.92920: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0> <<< 5169 1726879822.93007: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879822.93033: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0> <<< 5169 1726879822.93039: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0> <<< 5169 1726879822.93099: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879822.93107: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.93134: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.93146: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879822.93151: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.93319: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.93490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879822.93504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879822.93517: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880> <<< 5169 1726879822.93523: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94040: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94553: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94632: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94723: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879822.94727: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94778: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94809: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879822.94827: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.94904: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95001: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879822.95031: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95034: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879822.95059: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95097: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95141: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879822.95145: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95428: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879822.95782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879822.95797: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879822.95877: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900> <<< 5169 1726879822.95887: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.95972: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96054: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879822.96059: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879822.96081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879822.96110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879822.96116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879822.96207: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879822.96347: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180> <<< 5169 1726879822.96407: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0> <<< 5169 1726879822.96437: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230> <<< 5169 1726879822.96456: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96494: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96535: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879822.96553: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96599: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96647: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96711: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.96791: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879822.96827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.96925: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790> <<< 5169 1726879822.96970: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70> <<< 5169 1726879822.97007: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879822.97010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 5169 1726879822.97027: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97091: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97161: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97189: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97240: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879822.97269: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879822.97291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879822.97314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879822.97381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879822.97403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879822.97423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879822.97487: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80> <<< 5169 1726879822.97532: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30> <<< 5169 1726879822.97628: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70> # destroy ansible.module_utils.distro <<< 5169 1726879822.97637: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 5169 1726879822.97643: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97681: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97705: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879822.97769: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879822.97790: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.97803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879822.97818: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.98018: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.98222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 5169 1726879822.98243: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10> <<< 5169 1726879822.98327: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879822.99607: stdout chunk (state=3): >>> {"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "invocation": {"module_args": {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}}}} <<< 5169 1726879822.99632: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879823.00128: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 5169 1726879823.00158: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy<<< 5169 1726879823.00212: stdout chunk (state=3): >>> # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize <<< 5169 1726879823.00220: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 5169 1726879823.00237: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon <<< 5169 1726879823.00252: stdout chunk (state=3): >>># cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux <<< 5169 1726879823.00277: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 5169 1726879823.00282: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac <<< 5169 1726879823.00561: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879823.00609: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879823.00631: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879823.00702: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 5169 1726879823.00790: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879823.00798: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy hashlib <<< 5169 1726879823.00865: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879823.00869: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879823.00913: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 5169 1726879823.00925: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 5169 1726879823.00945: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 <<< 5169 1726879823.00960: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 5169 1726879823.00989: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 5169 1726879823.01004: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 5169 1726879823.01011: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 5169 1726879823.01018: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 5169 1726879823.01028: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre <<< 5169 1726879823.01055: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections <<< 5169 1726879823.01059: stdout chunk (state=3): >>># destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879823.01093: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 5169 1726879823.01117: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879823.01133: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879823.01151: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 5169 1726879823.01157: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879823.01282: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879823.01305: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879823.01330: stdout chunk (state=3): >>># destroy platform <<< 5169 1726879823.01337: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879823.01370: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879823.01418: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879823.01425: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879823.01446: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879823.01534: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879823.01547: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 5169 1726879823.01557: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879823.01563: stdout chunk (state=3): >>># destroy time <<< 5169 1726879823.01583: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879823.01622: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879823.01626: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879823.01647: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 5169 1726879823.01654: stdout chunk (state=3): >>># destroy _thread <<< 5169 1726879823.01673: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879823.02024: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879823.02095: stderr chunk (state=3): >>><<< 5169 1726879823.02098: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0>\r\n# zipimport: found 30 names in \'/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc\'\r\nimport \'hmac\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\\n"}}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing hmac\r\n# destroy hmac\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy hashlib\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879823.02269: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd48fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd4c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd295fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3e30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d3ef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30b7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd30be30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ebb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2e9220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0fe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32e390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ea0f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd32cb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2d0260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd35cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2ced80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35d2e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd378740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd379e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37ad20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37b380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37a270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd37bda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd37b4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35e570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd13bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd164740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1644a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1646e0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd1648c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd139e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd165f40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd164bc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd35ec60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1922d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1aa450> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd2099a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1e7320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1ab0e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfe8320> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd1a9490> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd166e70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1cfd1a95b0> # zipimport: found 30 names in '/tmp/ansible_known_hosts_payload_rlhqa33_/ansible_known_hosts_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03e090> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd014f80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd0140e0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd017f20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd065ac0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065850> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065160> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd065c40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd03ed20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066810> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfd066a50> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfd066f90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced0ce0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced2900> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced32c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced44a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced6f30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfced7260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced51f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedaea0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced9970> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced96d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcedbfe0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfced5700> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf1f020> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf20d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf20b30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf23260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf213d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2aa20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf233b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2b680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2bc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf1f470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2f320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf307d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2da90> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcf2ee40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf2d730> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcfb89b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb97f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcf332f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfb9880> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfba900> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6180> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc6ab0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcfbb230> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1cfcdc5790> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdc6b70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfce5ed80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdd0b30> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcad20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1cfcdcab10> # zipimport: zlib available {"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}, "invocation": {"module_args": {"key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n"}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879823.03999: done with _execute_module (known_hosts, {'key': '10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n', 'name': '10.31.47.113', 'path': '/etc/ssh/ssh_known_hosts', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_ansible_version': '2.17.4', '_ansible_module_name': 'known_hosts', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879823.04003: _low_level_execute_command(): starting 5169 1726879823.04006: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879822.5884316-5442-6834465510089/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879823.04017: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.04019: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.04022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.04024: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.04027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.04029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.04032: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879823.04034: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879823.04037: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879823.04039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.04042: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.04044: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.04047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.04050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879823.04052: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879823.04055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.05329: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.05383: stderr chunk (state=3): >>><<< 5169 1726879823.05387: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.05412: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.05415: handler run complete 5169 1726879823.05534: attempt loop complete, returning result 5169 1726879823.05538: _execute() done 5169 1726879823.05541: dumping result to json 5169 1726879823.05543: done dumping result, returning 5169 1726879823.05546: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node [0229e9c9-8e59-8f9b-2ddb-00000000011e] 5169 1726879823.05703: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011e ok: [managed_node3] => { "changed": false, "diff": { "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.47.113 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnaPL6yVDwXSuy/PKm0IUih9davAQVYpYkv7uzOoq7PurMLlzITl1fqxAdAc3JnFjD1oE8qyG218TyvOzkOOON11N/E3WXJv4Ig4Pu7bR55LgbkubZ9jRVt7vNtQbCUsqa6t7HpKdKgwuY0DiwnYgdakTXwMMh0eGEo0pYCJ7Xb6zW3GA4LXqPklCiBjuwxiDuahWAiyKiWgGS7FgWCqj4BsgR1cnc6G/q+emgVSf1GJbA1yUUyeeH8fJD+X/Eet4tzOANzUEq34jHiPKhf2ZV/dROunVzKorg7CEJ2zXeZkdVPL5U75mnJuYxzeiIGahy4VjSSYGPJlgPbaDzBUdCzcnhxws2GamjNIZTGDVPs+1jGV86qF/yrEJ/3nHNaMd8PdUpt9ZtKKypWd1Vp2/QdXwQGWTldB89XGrHUuJEzj+7UI7wdxPnV6pHPRxArHd0dotzhf7INorL2vbyovSYavLsMPDagY0aDkP6lZCR1t9WPtVLbd3EFz1J3bPdad0= root@ip-10-31-47-113.us-east-1.aws.redhat.com\n", "name": "10.31.47.113", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } 5169 1726879823.05912: no more pending results, returning what we have 5169 1726879823.05916: results queue empty 5169 1726879823.05917: checking for any_errors_fatal 5169 1726879823.05928: done checking for any_errors_fatal 5169 1726879823.05929: checking for max_fail_percentage 5169 1726879823.05931: done checking for max_fail_percentage 5169 1726879823.05932: checking to see if all hosts have failed and the running result is not ok 5169 1726879823.05933: done checking to see if all hosts have failed 5169 1726879823.05933: getting the remaining hosts for this loop 5169 1726879823.05935: done getting the remaining hosts for this loop 5169 1726879823.05939: getting the next task for host managed_node2 5169 1726879823.05951: done getting next task for host managed_node2 5169 1726879823.05957: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879823.05959: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879823.05960: getting the next task for host managed_node3 5169 1726879823.05967: done getting next task for host managed_node3 5169 1726879823.05970: ^ task is: TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists 5169 1726879823.05972: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879823.05977: getting variables 5169 1726879823.05978: in VariableManager get_vars() 5169 1726879823.06004: Calling all_inventory to load vars for managed_node2 5169 1726879823.06007: Calling groups_inventory to load vars for managed_node2 5169 1726879823.06010: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879823.06021: Calling all_plugins_play to load vars for managed_node2 5169 1726879823.06024: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879823.06028: Calling groups_plugins_play to load vars for managed_node2 5169 1726879823.06357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.06624: done with get_vars() 5169 1726879823.06638: done getting variables 5169 1726879823.06683: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000011e 5169 1726879823.06687: WORKER PROCESS EXITING 5169 1726879823.06770: getting variables 5169 1726879823.06771: in VariableManager get_vars() 5169 1726879823.06786: Calling all_inventory to load vars for managed_node3 5169 1726879823.06789: Calling groups_inventory to load vars for managed_node3 5169 1726879823.06791: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.06798: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.06801: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.06804: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.06919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.07087: done with get_vars() 5169 1726879823.07094: done getting variables TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Friday 20 September 2024 20:50:23 -0400 (0:00:00.597) 0:00:20.707 ****** 5169 1726879823.07148: entering _queue_task() for managed_node3/stat 5169 1726879823.07455: worker is 1 (out of 3 available) 5169 1726879823.07673: exiting _queue_task() for managed_node3/stat 5169 1726879823.07687: done queuing things up, now waiting for results queue to drain 5169 1726879823.07689: waiting for pending results... 5169 1726879823.07833: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists 5169 1726879823.07922: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000049 5169 1726879823.07935: variable 'ansible_search_path' from source: unknown 5169 1726879823.07939: variable 'ansible_search_path' from source: unknown 5169 1726879823.07973: calling self._execute() 5169 1726879823.08046: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.08051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.08060: variable 'omit' from source: magic vars 5169 1726879823.08147: variable 'omit' from source: magic vars 5169 1726879823.08187: variable 'omit' from source: magic vars 5169 1726879823.08214: variable 'omit' from source: magic vars 5169 1726879823.08252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879823.08287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879823.08307: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879823.08322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879823.08333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879823.08361: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.08366: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.08370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.08452: Set connection var ansible_timeout to 10 5169 1726879823.08456: Set connection var ansible_shell_executable to /bin/sh 5169 1726879823.08459: Set connection var ansible_connection to ssh 5169 1726879823.08471: Set connection var ansible_shell_type to sh 5169 1726879823.08475: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879823.08478: Set connection var ansible_pipelining to False 5169 1726879823.08495: variable 'ansible_shell_executable' from source: unknown 5169 1726879823.08502: variable 'ansible_connection' from source: unknown 5169 1726879823.08505: variable 'ansible_module_compression' from source: unknown 5169 1726879823.08507: variable 'ansible_shell_type' from source: unknown 5169 1726879823.08510: variable 'ansible_shell_executable' from source: unknown 5169 1726879823.08513: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.08518: variable 'ansible_pipelining' from source: unknown 5169 1726879823.08520: variable 'ansible_timeout' from source: unknown 5169 1726879823.08525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.08718: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879823.08727: variable 'omit' from source: magic vars 5169 1726879823.08733: starting attempt loop 5169 1726879823.08736: running the handler 5169 1726879823.08749: _low_level_execute_command(): starting 5169 1726879823.08755: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879823.09325: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.09343: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.09348: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879823.09352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.09407: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.09410: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.09412: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.09449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.11163: stdout chunk (state=3): >>>/root <<< 5169 1726879823.11282: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.11330: stderr chunk (state=3): >>><<< 5169 1726879823.11335: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.11370: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.11572: _low_level_execute_command(): starting 5169 1726879823.11576: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `" && echo ansible-tmp-1726879823.1136804-5453-139251152915333="` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `" && echo ansible-tmp-1726879823.1136804-5453-139251152915333="` echo /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 `" ) && sleep 0'"'"'' 5169 1726879823.12111: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.12118: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.12130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.12175: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879823.12179: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879823.12182: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.12189: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.12229: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.12252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879823.12267: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879823.12303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.14318: stdout chunk (state=3): >>>ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 <<< 5169 1726879823.14434: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.14487: stderr chunk (state=3): >>><<< 5169 1726879823.14493: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.14678: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879823.1136804-5453-139251152915333=/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.14682: variable 'ansible_module_compression' from source: unknown 5169 1726879823.14691: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 5169 1726879823.14739: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879823.14836: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 TO /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879823.15021: Sending initial data 5169 1726879823.15025: Sent initial data (151 bytes) 5169 1726879823.15576: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.15590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.15691: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.15745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.17353: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879823.17360: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879823.17392: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879823.17442: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879823.17446: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879823.17448: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py <<< 5169 1726879823.17485: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py" <<< 5169 1726879823.17488: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py M:0x001a <<< 5169 1726879823.17549: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118981 <<< 5169 1726879823.17941: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 118981 bytes at 0 <<< 5169 1726879823.17946: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879823.17989: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879823.18043: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.18110: stderr chunk (state=3): >>><<< 5169 1726879823.18114: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmp3w2hdz66" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:118981\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 118981 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879823.18371: done transferring module to remote 5169 1726879823.18375: _low_level_execute_command(): starting 5169 1726879823.18379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879823.18879: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.18893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879823.18911: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.18924: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.18971: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.18986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879823.19008: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879823.19034: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.20886: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.20936: stderr chunk (state=3): >>><<< 5169 1726879823.20941: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.20958: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.20964: _low_level_execute_command(): starting 5169 1726879823.21173: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879823.21626: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.21638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.21643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.21658: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.21668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.21680: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.21687: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879823.21704: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879823.21707: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879823.21710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.21723: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879823.21727: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.21748: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879823.21751: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879823.21754: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879823.21764: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.21778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.21800: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879823.21803: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.21859: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.21869: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.21877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.21912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.24236: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879823.24268: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879823.24298: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 5169 1726879823.24305: stdout chunk (state=3): >>>import '_weakref' # <<< 5169 1726879823.24379: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879823.24417: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879823.24458: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879823.24487: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879823.24494: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879823.24547: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.24577: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879823.24596: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879823.24633: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879823.24668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879823.24673: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530> <<< 5169 1726879823.24688: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30> <<< 5169 1726879823.24704: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879823.24719: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0> <<< 5169 1726879823.24741: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879823.24768: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879823.24776: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879823.24796: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879823.24827: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879823.24851: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879823.24926: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879823.24959: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879823.25007: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879823.25012: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879823.25043: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879823.25067: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879823.25093: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879823.25116: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190> <<< 5169 1726879823.25181: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879823.25199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0> <<< 5169 1726879823.25222: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879823.25261: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879823.25495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879823.25520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879823.25539: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879823.25545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.25574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879823.25608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879823.25627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879823.25652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879823.25681: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60> <<< 5169 1726879823.25696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879823.25706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879823.25731: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20> <<< 5169 1726879823.25757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879823.25784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879823.25812: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879823.25859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.25882: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879823.25920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 5169 1726879823.25924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830> <<< 5169 1726879823.25936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879823.25943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879823.25949: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0> <<< 5169 1726879823.25969: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879823.26016: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30> <<< 5169 1726879823.26034: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879823.26057: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250> <<< 5169 1726879823.26159: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010> <<< 5169 1726879823.26185: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879823.26211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879823.26225: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879823.26249: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879823.26274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879823.26296: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879823.26303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879823.26338: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830> <<< 5169 1726879823.26353: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450> <<< 5169 1726879823.26385: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879823.26391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0> <<< 5169 1726879823.26492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860> <<< 5169 1726879823.26514: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879823.26552: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0> <<< 5169 1726879823.26609: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.26638: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0> <<< 5169 1726879823.26670: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.26714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879823.26730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340> import 'importlib.machinery' # <<< 5169 1726879823.26770: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879823.26812: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570> import 'importlib.util' # <<< 5169 1726879823.26837: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879823.26908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879823.26914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879823.26987: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.26991: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0> <<< 5169 1726879823.27028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879823.27047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80> <<< 5169 1726879823.27085: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0> <<< 5169 1726879823.27114: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0> <<< 5169 1726879823.27127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879823.27158: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.27177: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0> <<< 5169 1726879823.27183: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530> <<< 5169 1726879823.27229: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0> <<< 5169 1726879823.27254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879823.27281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879823.27302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879823.27322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879823.27363: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0> <<< 5169 1726879823.27388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879823.27416: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800> <<< 5169 1726879823.27421: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560> <<< 5169 1726879823.27444: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.27452: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770> <<< 5169 1726879823.27504: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0> <<< 5169 1726879823.27531: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879823.27651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879823.27706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 5169 1726879823.27732: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0> <<< 5169 1726879823.27763: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879823.27842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.27858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879823.27891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879823.27923: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420> <<< 5169 1726879823.27996: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879823.27999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.28027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879823.28079: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0> <<< 5169 1726879823.28099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879823.28140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879823.28196: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879823.28221: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260> <<< 5169 1726879823.28247: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879823.28284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879823.28312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879823.28355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879823.28450: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00> <<< 5169 1726879823.28524: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380> <<< 5169 1726879823.28577: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170> <<< 5169 1726879823.28614: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350> <<< 5169 1726879823.28628: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0> <<< 5169 1726879823.28732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879823.28756: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640> <<< 5169 1726879823.28836: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip' <<< 5169 1726879823.28841: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.28991: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.29020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879823.29035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879823.29079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879823.29155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879823.29192: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030> <<< 5169 1726879823.29202: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879823.29400: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0> <<< 5169 1726879823.29417: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.29445: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879823.29449: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.29480: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.29490: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.29496: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879823.29516: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.31073: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.32326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879823.32332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40> <<< 5169 1726879823.32425: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.32429: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879823.32432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879823.32435: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879823.32477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970> <<< 5169 1726879823.32506: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700> <<< 5169 1726879823.32538: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040> <<< 5169 1726879823.32575: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879823.32615: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0> <<< 5169 1726879823.32637: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879823.32651: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0> <<< 5169 1726879823.32696: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930> <<< 5169 1726879823.32728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879823.32754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879823.32776: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879823.32835: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70> <<< 5169 1726879823.32848: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879823.32885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879823.32928: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0> <<< 5169 1726879823.32977: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0> <<< 5169 1726879823.32981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879823.33048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879823.33052: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170> <<< 5169 1726879823.33093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879823.33101: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350> <<< 5169 1726879823.33119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879823.33149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879823.33176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879823.33181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879823.33229: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0> <<< 5169 1726879823.33272: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00> <<< 5169 1726879823.33299: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0> <<< 5169 1726879823.33317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879823.33347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879823.33374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879823.33383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879823.33396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879823.33424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879823.33452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879823.33456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879823.33479: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50> <<< 5169 1726879823.33484: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879823.33549: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820> <<< 5169 1726879823.33559: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580> <<< 5169 1726879823.33598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879823.33602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879823.33668: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70> <<< 5169 1726879823.33706: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0> <<< 5169 1726879823.33743: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90> <<< 5169 1726879823.33767: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0> <<< 5169 1726879823.33810: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879823.33824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879823.33874: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70> <<< 5169 1726879823.33901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879823.34008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879823.34074: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310> <<< 5169 1726879823.34097: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879823.34137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.34166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879823.34215: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0> <<< 5169 1726879823.34343: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380> <<< 5169 1726879823.34425: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860> <<< 5169 1726879823.34461: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0> <<< 5169 1726879823.34510: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.34519: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0> <<< 5169 1726879823.34535: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0> <<< 5169 1726879823.34555: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879823.34561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879823.34579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879823.34603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879823.34628: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.34656: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560> <<< 5169 1726879823.34836: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.34840: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.34849: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560> <<< 5169 1726879823.34860: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0> <<< 5169 1726879823.34887: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050> <<< 5169 1726879823.34894: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0> <<< 5169 1726879823.34918: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.34926: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879823.34957: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35052: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35155: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35159: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35202: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879823.35223: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35345: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.35479: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.36078: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.36690: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 5169 1726879823.36694: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879823.36716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879823.36722: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879823.36743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.36799: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770> <<< 5169 1726879823.36889: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879823.36899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879823.36924: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0> <<< 5169 1726879823.36926: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710> <<< 5169 1726879823.36980: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879823.36983: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.37011: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.37032: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879823.37034: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.37197: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.37369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879823.37390: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0> <<< 5169 1726879823.37394: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.37906: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38409: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38486: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879823.38579: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38619: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38658: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879823.38672: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38741: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38836: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879823.38849: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38875: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38882: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879823.38888: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38926: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.38975: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879823.38982: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.39231: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.39488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879823.39552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879823.39574: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879823.39651: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110> <<< 5169 1726879823.39653: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.39737: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.39816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879823.39824: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879823.39845: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879823.39862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879823.39870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879823.39967: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.40090: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0> <<< 5169 1726879823.40152: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750> <<< 5169 1726879823.40190: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00> # zipimport: zlib available <<< 5169 1726879823.40223: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40279: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879823.40313: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40330: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40374: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40435: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40502: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879823.40542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.40632: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0> <<< 5169 1726879823.40682: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810> <<< 5169 1726879823.40719: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879823.40723: stdout chunk (state=3): >>> <<< 5169 1726879823.40730: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40798: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40864: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40893: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.40938: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879823.40946: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.40975: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879823.41000: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879823.41016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879823.41086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879823.41109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879823.41123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879823.41187: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20> <<< 5169 1726879823.41234: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0> <<< 5169 1726879823.41331: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840> <<< 5169 1726879823.41339: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879823.41352: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.41386: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.41410: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879823.41476: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879823.41490: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.41513: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879823.41526: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.41670: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.41886: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.43147: stdout chunk (state=3): >>> <<< 5169 1726879823.43169: stdout chunk (state=3): >>>{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 5169 1726879823.43192: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879823.43647: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 5169 1726879823.43671: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 5169 1726879823.43699: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 5169 1726879823.43779: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 5169 1726879823.43874: stdout chunk (state=3): >>># cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast <<< 5169 1726879823.43879: stdout chunk (state=3): >>># destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4<<< 5169 1726879823.43923: stdout chunk (state=3): >>> # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879823.44162: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879823.44185: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879823.44236: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879823.44308: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879823.44355: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 5169 1726879823.44391: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879823.44475: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879823.44492: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879823.44623: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 5169 1726879823.44627: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 5169 1726879823.44743: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 5169 1726879823.44748: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 5169 1726879823.44774: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879823.44902: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879823.44936: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879823.44987: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879823.45019: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879823.45028: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879823.45119: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879823.45123: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 5169 1726879823.45139: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879823.45159: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879823.45173: stdout chunk (state=3): >>># destroy _weakref <<< 5169 1726879823.45195: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879823.45219: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879823.45231: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879823.45238: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879823.45647: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879823.45715: stderr chunk (state=3): >>><<< 5169 1726879823.45719: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640>\r\n# zipimport: found 30 names in \'/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879823.45889: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634c8fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634cc2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a95fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad3f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b0bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aebb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ae9250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad1010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2f830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2e450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634aea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b2cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634ad02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5cbc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b5cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634acede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5d340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b787a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b79ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7ad80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634b7bdd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b7b530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5e5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634947ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634970770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96349709e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634945e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634970ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634b5ecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963499e420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b64e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634a11a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349f3380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b7170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347f4350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96349b5520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634972fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96349b5640> # zipimport: found 30 names in '/tmp/ansible_stat_payload_j0ksxuhn/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484a030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634820f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96348200b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634823d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634871970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871040> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634871ac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963484acc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96348726f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634872930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634872e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346d8bc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346da7e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346db170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dc350> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dede0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96346def00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd0a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e2d50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e1580> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346e3a70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96346dd5b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472af90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472ccb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472ca70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963472f1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472d310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347369f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472f380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347376e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9634737da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963472b3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473c560> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634739cd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f963473b050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347398b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96347c0770> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c15e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f963473c710> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c13a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c3110> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d1fa0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d2750> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96347c2f00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f96345d15e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d2810> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9634662a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345dc6e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6840> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96345d6690> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879764.2450094, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879823.47402: done with _execute_module (stat, {'path': '/etc/kdump.conf', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.1136804-5453-139251152915333/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879823.47406: _low_level_execute_command(): starting 5169 1726879823.47409: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.1136804-5453-139251152915333/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879823.47416: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.47419: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.47421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.47422: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.47431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.47433: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.47435: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879823.47437: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879823.47439: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879823.47441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.47443: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879823.47446: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.47448: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879823.47451: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879823.47453: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879823.47456: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.47458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.47460: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.47463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.47467: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.47470: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879823.47472: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879823.47475: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879823.47477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.47479: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879823.47482: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.47485: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.47487: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.47490: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.47492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.49005: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.49058: stderr chunk (state=3): >>><<< 5169 1726879823.49061: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.49087: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.49090: handler run complete 5169 1726879823.49273: attempt loop complete, returning result 5169 1726879823.49278: _execute() done 5169 1726879823.49281: dumping result to json 5169 1726879823.49283: done dumping result, returning 5169 1726879823.49286: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists [0229e9c9-8e59-8f9b-2ddb-000000000049] 5169 1726879823.49429: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000049 5169 1726879823.49647: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000049 5169 1726879823.49651: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1726879764.2450094, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "ctime": 1726879797.269038, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262647, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721001600.0, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 138, "uid": 0, "version": "2122687850", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 5169 1726879823.49770: no more pending results, returning what we have 5169 1726879823.49775: results queue empty 5169 1726879823.49776: checking for any_errors_fatal 5169 1726879823.49788: done checking for any_errors_fatal 5169 1726879823.49789: checking for max_fail_percentage 5169 1726879823.49791: done checking for max_fail_percentage 5169 1726879823.49791: checking to see if all hosts have failed and the running result is not ok 5169 1726879823.49793: done checking to see if all hosts have failed 5169 1726879823.49794: getting the remaining hosts for this loop 5169 1726879823.49798: done getting the remaining hosts for this loop 5169 1726879823.49802: getting the next task for host managed_node2 5169 1726879823.49816: done getting next task for host managed_node2 5169 1726879823.49820: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879823.49822: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879823.49824: getting the next task for host managed_node3 5169 1726879823.49827: done getting next task for host managed_node3 5169 1726879823.49830: ^ task is: TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf 5169 1726879823.49832: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879823.49836: getting variables 5169 1726879823.49838: in VariableManager get_vars() 5169 1726879823.49981: Calling all_inventory to load vars for managed_node2 5169 1726879823.49984: Calling groups_inventory to load vars for managed_node2 5169 1726879823.49988: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879823.50000: Calling all_plugins_play to load vars for managed_node2 5169 1726879823.50003: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879823.50007: Calling groups_plugins_play to load vars for managed_node2 5169 1726879823.50137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.50276: done with get_vars() 5169 1726879823.50285: done getting variables 5169 1726879823.50392: getting variables 5169 1726879823.50394: in VariableManager get_vars() 5169 1726879823.50415: Calling all_inventory to load vars for managed_node3 5169 1726879823.50418: Calling groups_inventory to load vars for managed_node3 5169 1726879823.50420: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.50426: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.50428: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.50432: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.50676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.50933: done with get_vars() 5169 1726879823.50942: done getting variables 5169 1726879823.51038: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Friday 20 September 2024 20:50:23 -0400 (0:00:00.439) 0:00:21.146 ****** 5169 1726879823.51061: entering _queue_task() for managed_node3/template 5169 1726879823.51062: Creating lock for template 5169 1726879823.51417: worker is 2 (out of 3 available) 5169 1726879823.51434: exiting _queue_task() for managed_node3/template 5169 1726879823.51452: done queuing things up, now waiting for results queue to drain 5169 1726879823.51454: waiting for pending results... 5169 1726879823.51814: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf 5169 1726879823.51857: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004a 5169 1726879823.51873: variable 'ansible_search_path' from source: unknown 5169 1726879823.51877: variable 'ansible_search_path' from source: unknown 5169 1726879823.51918: calling self._execute() 5169 1726879823.51981: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.51985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.51997: variable 'omit' from source: magic vars 5169 1726879823.52081: variable 'omit' from source: magic vars 5169 1726879823.52121: variable 'omit' from source: magic vars 5169 1726879823.52339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879823.54279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879823.54352: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879823.54396: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879823.54437: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879823.54469: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879823.54544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879823.54569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879823.54589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879823.54620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879823.54632: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879823.54724: variable '__kdump_conf' from source: set_fact 5169 1726879823.54759: variable 'omit' from source: magic vars 5169 1726879823.54780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879823.54805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879823.54822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879823.54836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879823.54846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879823.54876: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.54880: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.54883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.54960: Set connection var ansible_timeout to 10 5169 1726879823.54963: Set connection var ansible_shell_executable to /bin/sh 5169 1726879823.54970: Set connection var ansible_connection to ssh 5169 1726879823.54977: Set connection var ansible_shell_type to sh 5169 1726879823.54980: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879823.54987: Set connection var ansible_pipelining to False 5169 1726879823.55009: variable 'ansible_shell_executable' from source: unknown 5169 1726879823.55012: variable 'ansible_connection' from source: unknown 5169 1726879823.55015: variable 'ansible_module_compression' from source: unknown 5169 1726879823.55017: variable 'ansible_shell_type' from source: unknown 5169 1726879823.55020: variable 'ansible_shell_executable' from source: unknown 5169 1726879823.55022: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879823.55027: variable 'ansible_pipelining' from source: unknown 5169 1726879823.55030: variable 'ansible_timeout' from source: unknown 5169 1726879823.55035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879823.55133: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879823.55142: variable 'omit' from source: magic vars 5169 1726879823.55148: starting attempt loop 5169 1726879823.55151: running the handler 5169 1726879823.55162: _low_level_execute_command(): starting 5169 1726879823.55171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879823.55733: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.55739: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.55742: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.55746: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.55756: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.55876: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.55881: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.55884: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.55933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.57644: stdout chunk (state=3): >>>/root <<< 5169 1726879823.57757: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.57810: stderr chunk (state=3): >>><<< 5169 1726879823.57813: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.57836: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.57849: _low_level_execute_command(): starting 5169 1726879823.57854: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `" && echo ansible-tmp-1726879823.5783834-5461-201410054700040="` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `" && echo ansible-tmp-1726879823.5783834-5461-201410054700040="` echo /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 `" ) && sleep 0'"'"'' 5169 1726879823.58605: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.58647: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879823.58652: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879823.58655: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.58657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.58660: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879823.58663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.58719: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.58722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.58725: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.58728: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.58777: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.60741: stdout chunk (state=3): >>>ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 <<< 5169 1726879823.60860: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.60913: stderr chunk (state=3): >>><<< 5169 1726879823.60916: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.60935: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879823.5783834-5461-201410054700040=/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.61171: evaluation_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks 5169 1726879823.61175: search_path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/templates/kdump.conf.j2 /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/kdump.conf.j2 5169 1726879823.61178: variable 'ansible_search_path' from source: unknown 5169 1726879823.61817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879823.61844: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879823.61861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879823.61891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879823.61906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879823.62128: variable 'ansible_managed' from source: unknown 5169 1726879823.62132: variable 'kdump_target' from source: play vars 5169 1726879823.62204: variable 'kdump_ssh_user' from source: play vars 5169 1726879823.62274: variable 'hostvars' from source: magic vars 5169 1726879823.62279: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879823.62282: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.62334: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.62344: in VariableManager get_vars() 5169 1726879823.62354: Calling all_inventory to load vars for managed_node3 5169 1726879823.62359: Calling groups_inventory to load vars for managed_node3 5169 1726879823.62368: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.62380: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.62385: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.62393: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.62546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.62683: done with get_vars() 5169 1726879823.62695: variable 'ansible_user_id' from source: facts 5169 1726879823.62704: variable 'kdump_test_ssh_server_inside' from source: play vars 5169 1726879823.62885: variable 'kdump_test_ssh_source' from source: play vars 5169 1726879823.63004: variable 'ansible_env' from source: facts 5169 1726879823.63015: variable 'hostvars' from source: magic vars 5169 1726879823.63018: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879823.63023: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.63074: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.63080: in VariableManager get_vars() 5169 1726879823.63085: Calling all_inventory to load vars for managed_node3 5169 1726879823.63089: Calling groups_inventory to load vars for managed_node3 5169 1726879823.63094: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.63103: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.63108: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.63114: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.63223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.63353: done with get_vars() 5169 1726879823.63362: variable 'ansible_all_ipv4_addresses' from source: facts 5169 1726879823.63367: in VariableManager get_vars() 5169 1726879823.63372: Calling all_inventory to load vars for managed_node3 5169 1726879823.63377: Calling groups_inventory to load vars for managed_node3 5169 1726879823.63380: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.63389: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.63391: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.63401: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.63526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.63656: done with get_vars() 5169 1726879823.63666: variable 'ansible_all_ipv6_addresses' from source: facts 5169 1726879823.63669: in VariableManager get_vars() 5169 1726879823.63675: Calling all_inventory to load vars for managed_node3 5169 1726879823.63677: Calling groups_inventory to load vars for managed_node3 5169 1726879823.63683: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.63689: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.63694: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.63702: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.63805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.63936: done with get_vars() 5169 1726879823.63943: variable 'ansible_default_ipv4' from source: facts 5169 1726879823.63954: variable 'kdump_ssh_user' from source: play vars 5169 1726879823.64027: variable 'hostvars' from source: magic vars 5169 1726879823.64033: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879823.64036: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.64084: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.64090: in VariableManager get_vars() 5169 1726879823.64095: Calling all_inventory to load vars for managed_node3 5169 1726879823.64102: Calling groups_inventory to load vars for managed_node3 5169 1726879823.64106: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879823.64113: Calling all_plugins_play to load vars for managed_node3 5169 1726879823.64117: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879823.64123: Calling groups_plugins_play to load vars for managed_node3 5169 1726879823.64229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879823.64383: done with get_vars() 5169 1726879823.64387: variable 'ansible_user_id' from source: facts 5169 1726879823.64394: variable 'kdump_ssh_server' from source: play vars 5169 1726879823.64401: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879823.64446: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879823.64450: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.64501: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879823.64509: variable 'kdump_sshkey' from source: role '' defaults 5169 1726879823.64515: variable 'kdump_path' from source: play vars 5169 1726879823.64518: variable 'kdump_core_collector' from source: role '' defaults 5169 1726879823.64521: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879823.64678: variable 'kdump_auto_reset_crashkernel' from source: role '' defaults 5169 1726879823.64681: variable 'kdump_system_action' from source: role '' defaults 5169 1726879823.64684: variable 'kdump_dracut_args' from source: role '' defaults 5169 1726879823.65881: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879823.65933: variable 'ansible_module_compression' from source: unknown 5169 1726879823.65973: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 5169 1726879823.65998: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py 5169 1726879823.66053: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 TO /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879823.66183: Sending initial data 5169 1726879823.66186: Sent initial data (151 bytes) 5169 1726879823.66657: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.66705: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879823.66710: stderr chunk (state=3): >>>debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.66713: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879823.66716: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.66718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879823.66721: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.66772: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.66775: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.66780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.66782: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.66825: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.68526: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879823.68530: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879823.68569: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." <<< 5169 1726879823.68573: stderr chunk (state=3): >>>debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879823.68613: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879823.68616: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879823.68619: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py <<< 5169 1726879823.68662: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py M:0x001a <<< 5169 1726879823.68722: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119113 <<< 5169 1726879823.69112: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119113 bytes at 0 <<< 5169 1726879823.69118: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879823.69170: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879823.69321: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.69496: stderr chunk (state=3): >>><<< 5169 1726879823.69500: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpr6kotbe2" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119113\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119113 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879823.69509: done transferring module to remote 5169 1726879823.69511: _low_level_execute_command(): starting 5169 1726879823.69514: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879823.70070: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.70077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.70117: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.70121: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass <<< 5169 1726879823.70127: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.70130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879823.70132: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.70276: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.70290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.72075: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879823.72126: stderr chunk (state=3): >>><<< 5169 1726879823.72130: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879823.72154: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879823.72159: _low_level_execute_command(): starting 5169 1726879823.72162: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_stat.py && sleep 0'"'"'' 5169 1726879823.72881: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.72890: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879823.72901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879823.72917: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879823.72931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879823.72942: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.72978: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.73020: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.73033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879823.73054: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879823.73094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879823.75434: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879823.75467: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879823.75498: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 5169 1726879823.75580: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879823.75584: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879823.75626: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879823.75658: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879823.75662: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879823.75693: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879823.75701: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879823.75754: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.75782: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879823.75804: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879823.75843: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879823.75877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879823.75883: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30> <<< 5169 1726879823.75913: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879823.75931: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0> <<< 5169 1726879823.75947: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879823.75979: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879823.76003: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879823.76039: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879823.76043: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879823.76133: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879823.76167: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879823.76200: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879823.76277: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879823.76307: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 5169 1726879823.76311: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879823.76314: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879823.76317: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879823.76319: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879823.76343: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0> <<< 5169 1726879823.76399: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879823.76419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000> <<< 5169 1726879823.76446: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879823.76477: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879823.76731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879823.76735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879823.76768: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879823.76797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879823.76833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879823.76854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879823.76891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879823.76895: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30> <<< 5169 1726879823.76932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879823.76935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879823.76959: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0> <<< 5169 1726879823.76985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879823.77010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879823.77032: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879823.77087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.77106: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879823.77133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879823.77140: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800> <<< 5169 1726879823.77162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879823.77177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879823.77193: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90> <<< 5169 1726879823.77197: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879823.77249: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00> <<< 5169 1726879823.77262: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879823.77291: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220> <<< 5169 1726879823.77392: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0> <<< 5169 1726879823.77418: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879823.77441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879823.77452: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879823.77480: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879823.77499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879823.77525: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879823.77534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879823.77574: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0> <<< 5169 1726879823.77582: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0> <<< 5169 1726879823.77614: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879823.77618: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60> <<< 5169 1726879823.77689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879823.77692: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0> <<< 5169 1726879823.77715: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260> <<< 5169 1726879823.77728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879823.77766: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.77796: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30> <<< 5169 1726879823.77894: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.77903: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80> <<< 5169 1726879823.77949: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.77953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879823.77957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0> import 'importlib.machinery' # <<< 5169 1726879823.78030: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879823.78034: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510> <<< 5169 1726879823.78068: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879823.78075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879823.78131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 5169 1726879823.78201: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740> import 'errno' # <<< 5169 1726879823.78209: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80> <<< 5169 1726879823.78275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879823.78279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20> <<< 5169 1726879823.78330: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270> <<< 5169 1726879823.78367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879823.78417: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.78428: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0> <<< 5169 1726879823.78468: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570> <<< 5169 1726879823.78489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879823.78512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879823.78534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879823.78561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879823.78595: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0> <<< 5169 1726879823.78619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879823.78654: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0> <<< 5169 1726879823.78661: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530> <<< 5169 1726879823.78688: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.78696: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800> <<< 5169 1726879823.78717: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.78723: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0> <<< 5169 1726879823.78754: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50> <<< 5169 1726879823.78783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879823.78892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879823.78933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090> <<< 5169 1726879823.78985: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10> <<< 5169 1726879823.78989: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60> <<< 5169 1726879823.79012: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879823.79067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.79085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879823.79120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879823.79155: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420> <<< 5169 1726879823.79216: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879823.79254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879823.79274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879823.79318: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0> <<< 5169 1726879823.79329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879823.79370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879823.79421: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879823.79447: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0> <<< 5169 1726879823.79476: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879823.79511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879823.79538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879823.79584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879823.79677: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90> <<< 5169 1726879823.79752: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410> <<< 5169 1726879823.79801: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230> <<< 5169 1726879823.79829: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879823.79832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470> <<< 5169 1726879823.79857: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0> <<< 5169 1726879823.79956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879823.79983: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0> <<< 5169 1726879823.80062: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip' <<< 5169 1726879823.80066: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80216: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879823.80256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879823.80304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879823.80384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879823.80414: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180> <<< 5169 1726879823.80426: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879823.80627: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0> <<< 5169 1726879823.80642: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80680: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879823.80690: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80701: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80720: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.80729: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879823.80744: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.82330: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.83605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590> <<< 5169 1726879823.83643: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.83682: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879823.83710: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879823.83746: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0> <<< 5169 1726879823.83798: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970> <<< 5169 1726879823.83822: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280> <<< 5169 1726879823.83851: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879823.83922: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10> <<< 5169 1726879823.83926: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879823.83993: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990> <<< 5169 1726879823.83999: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0> <<< 5169 1726879823.84014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879823.84051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879823.84072: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879823.84128: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080> <<< 5169 1726879823.84149: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879823.84177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879823.84226: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00> <<< 5169 1726879823.84269: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20> <<< 5169 1726879823.84272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879823.84323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879823.84347: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0> <<< 5169 1726879823.84350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879823.84389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879823.84401: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590> <<< 5169 1726879823.84413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879823.84437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879823.84471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 5169 1726879823.84474: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879823.84524: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080> <<< 5169 1726879823.84571: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0> <<< 5169 1726879823.84592: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340> <<< 5169 1726879823.84613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879823.84638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879823.84663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879823.84690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879823.84716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879823.84744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879823.84767: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30> <<< 5169 1726879823.84770: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879823.84842: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760> <<< 5169 1726879823.84870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879823.84876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879823.84975: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00> <<< 5169 1726879823.85002: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0> <<< 5169 1726879823.85024: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140> <<< 5169 1726879823.85056: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380> <<< 5169 1726879823.85115: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879823.85118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879823.85181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879823.85186: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0> <<< 5169 1726879823.85209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879823.85318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879823.85376: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0> <<< 5169 1726879823.85380: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520> <<< 5169 1726879823.85406: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879823.85445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.85484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879823.85501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879823.85535: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00> <<< 5169 1726879823.85667: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590> <<< 5169 1726879823.85743: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.85749: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10> <<< 5169 1726879823.85785: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20> <<< 5169 1726879823.85836: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.85840: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0> <<< 5169 1726879823.85853: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560> <<< 5169 1726879823.85874: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879823.85898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879823.85919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879823.85951: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.85983: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.85988: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0> <<< 5169 1726879823.86159: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.86174: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620> <<< 5169 1726879823.86183: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30> <<< 5169 1726879823.86214: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.86219: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940> <<< 5169 1726879823.86234: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.86245: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879823.86277: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.86372: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.86506: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 5169 1726879823.86515: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 5169 1726879823.86548: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879823.86671: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.86798: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.87421: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.88037: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879823.88046: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 5169 1726879823.88063: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879823.88082: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879823.88103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.88161: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.88170: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0> <<< 5169 1726879823.88252: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879823.88257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879823.88286: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0> <<< 5169 1726879823.88293: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0> <<< 5169 1726879823.88337: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879823.88353: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.88380: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.88393: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879823.88405: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.88563: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.88736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879823.88740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879823.88753: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490> <<< 5169 1726879823.88767: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.89287: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.89800: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.89874: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.89956: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879823.89962: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90009: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90038: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879823.90056: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90128: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90223: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879823.90247: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90251: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879823.90275: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90312: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90360: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879823.90368: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90624: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.90886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879823.90950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879823.90966: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879823.91040: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0> <<< 5169 1726879823.91043: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91127: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91218: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879823.91222: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879823.91253: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879823.91271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879823.91350: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879823.91498: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060> <<< 5169 1726879823.91581: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990> <<< 5169 1726879823.91595: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0> # zipimport: zlib available <<< 5169 1726879823.91632: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879823.91736: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91798: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91840: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.91910: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879823.91952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.92042: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879823.92048: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700> <<< 5169 1726879823.92086: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0> <<< 5169 1726879823.92126: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879823.92134: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92212: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92294: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92321: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879823.92394: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879823.92417: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879823.92445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879823.92504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879823.92524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879823.92546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879823.92604: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60> <<< 5169 1726879823.92650: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0> <<< 5169 1726879823.92736: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50> <<< 5169 1726879823.92740: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879823.92749: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92784: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92807: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879823.92869: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879823.92887: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.92901: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879823.92910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.93197: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.93283: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879823.94575: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879823.4200666, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 5169 1726879823.94613: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879823.95099: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 5169 1726879823.95120: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 5169 1726879823.95191: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 5169 1726879823.95225: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket <<< 5169 1726879823.95229: stdout chunk (state=3): >>># cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy <<< 5169 1726879823.95243: stdout chunk (state=3): >>># destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 5169 1726879823.95273: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale <<< 5169 1726879823.95285: stdout chunk (state=3): >>># destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info <<< 5169 1726879823.95293: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879823.95543: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879823.95585: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 5169 1726879823.95590: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 5169 1726879823.95639: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 5169 1726879823.95643: stdout chunk (state=3): >>># destroy ipaddress <<< 5169 1726879823.95727: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 5169 1726879823.95773: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 5169 1726879823.95812: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 5169 1726879823.95847: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 5169 1726879823.95883: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879823.95941: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 5169 1726879823.95970: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 5169 1726879823.96021: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879823.96056: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 5169 1726879823.96076: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 5169 1726879823.96082: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879823.96220: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879823.96233: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879823.96261: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 5169 1726879823.96266: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879823.96301: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879823.96330: stdout chunk (state=3): >>># destroy _typing <<< 5169 1726879823.96346: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879823.96353: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 5169 1726879823.96381: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879823.96469: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 5169 1726879823.96482: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 5169 1726879823.96488: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879823.96516: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879823.96554: stdout chunk (state=3): >>># destroy _operator # destroy _sha2<<< 5169 1726879823.96567: stdout chunk (state=3): >>> # destroy _string # destroy re <<< 5169 1726879823.96574: stdout chunk (state=3): >>># destroy itertools <<< 5169 1726879823.96583: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879823.96594: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879823.97013: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879823.97075: stderr chunk (state=3): >>><<< 5169 1726879823.97079: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879823.4200666, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879823.97254: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31cbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da31feab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fb2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fefef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3027e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3005220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fecfe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da304a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3007e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3048b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fec260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3078b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3078f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2fead80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3079610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30792e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3094740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3095e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da3096270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da3097da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da30974d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307a570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e6bcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e947d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e94800> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2e949e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e69e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96090> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e94d10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da307ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ec2420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2eda5a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f2f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f35a90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2f0f410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2edb230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d14470> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ed95e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2e96fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7da2d146e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_6h5ur1tu/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d49070> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d481d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d4b590> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d95be0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95970> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95280> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d95cd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6ee10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96990> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2d96bd0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d97080> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c00e00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c02a20> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c033b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c04590> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c07080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c071a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c05340> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0af30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09a00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c09760> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c0be00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c057f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c4f140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c50e30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c50bf0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c533e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c51520> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5ac00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c53590> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5ba10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bc20> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5bec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c4f560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f5c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c60620> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5dd30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2c5f0b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c5d940> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2ce86e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce94c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2d6e0f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ce9490> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2ceb0e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6060> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af6990> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2c534a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7da2af5700> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2af6ae0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b8ac60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2b009b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afaa50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7da2afa8a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 138, "inode": 262647, "dev": 51714, "nlink": 1, "atime": 1726879823.4200666, "mtime": 1721001600.0, "ctime": 1726879797.269038, "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": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "mimetype": "text/plain", "charset": "us-ascii", "version": "2122687850", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879823.98800: done with _execute_module (ansible.legacy.stat, {'path': '/etc/kdump.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.5783834-5461-201410054700040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 5169 1726879823.98805: variable 'ansible_module_compression' from source: unknown 5169 1726879823.98809: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 5169 1726879823.98812: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 5169 1726879823.98818: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 TO /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879823.98827: Sending initial data 5169 1726879823.98830: Sent initial data (151 bytes) 5169 1726879823.98833: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879823.98836: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879823.98838: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879823.98841: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879823.98844: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879823.98847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879823.98849: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879823.98852: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879823.98855: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879823.98857: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879823.98860: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879823.98863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879823.98867: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879823.98869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.00459: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879824.00489: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879824.00532: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879824.00536: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879824.00540: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py <<< 5169 1726879824.00576: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py" <<< 5169 1726879824.00583: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py M:0x001a <<< 5169 1726879824.00637: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125404 <<< 5169 1726879824.01257: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125404 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879824.01319: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879824.01400: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe <<< 5169 1726879824.01471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 5169 1726879824.01497: stderr chunk (state=3): >>><<< 5169 1726879824.01503: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpxf5m5ps7" to remote "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125404\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125404 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879824.01531: done transferring module to remote 5169 1726879824.01542: _low_level_execute_command(): starting 5169 1726879824.01547: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879824.02034: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.02038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.02041: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration <<< 5169 1726879824.02046: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879824.02049: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.02131: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.02168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.03999: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.04046: stderr chunk (state=3): >>><<< 5169 1726879824.04049: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.04069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.04074: _low_level_execute_command(): starting 5169 1726879824.04171: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879824.04817: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.04820: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879824.04823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.04826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.04829: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.04887: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.04890: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879824.04891: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.04893: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.04935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.07238: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879824.07273: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879824.07307: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879824.07311: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879824.07392: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879824.07398: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879824.07427: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879824.07467: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879824.07498: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879824.07511: stdout chunk (state=3): >>>import 'zipimport' # <<< 5169 1726879824.07518: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879824.07558: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879824.07561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.07583: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879824.07613: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879824.07643: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879824.07671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879824.07678: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530> <<< 5169 1726879824.07692: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30> <<< 5169 1726879824.07722: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 5169 1726879824.07727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879824.07730: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0> <<< 5169 1726879824.07753: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879824.07780: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879824.07785: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879824.07803: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879824.07839: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879824.07933: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879824.07965: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879824.08026: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879824.08060: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 5169 1726879824.08086: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879824.08120: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879824.08132: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190> <<< 5169 1726879824.08206: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.08228: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0> <<< 5169 1726879824.08268: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879824.08284: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879824.08537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879824.08576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.08602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879824.08628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879824.08645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879824.08672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879824.08683: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0> <<< 5169 1726879824.08713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879824.08729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879824.08747: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0> <<< 5169 1726879824.08775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879824.08798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879824.08828: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879824.08879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.08899: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879824.08932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0> <<< 5169 1726879824.08955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879824.08959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30> <<< 5169 1726879824.08983: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879824.09037: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0> <<< 5169 1726879824.09049: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879824.09077: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0> <<< 5169 1726879824.09176: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80> <<< 5169 1726879824.09200: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879824.09225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879824.09229: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879824.09261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879824.09282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879824.09306: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879824.09310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879824.09345: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740> <<< 5169 1726879824.09366: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360> <<< 5169 1726879824.09395: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879824.09403: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90> <<< 5169 1726879824.09469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879824.09475: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0> <<< 5169 1726879824.09497: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200> <<< 5169 1726879824.09505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879824.09539: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879824.09570: stdout chunk (state=3): >>> import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00> <<< 5169 1726879824.09616: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0> <<< 5169 1726879824.09636: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20> <<< 5169 1726879824.09662: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.09698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879824.09734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879824.09749: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0> import 'importlib.machinery' # <<< 5169 1726879824.09799: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0> <<< 5169 1726879824.09833: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879824.09849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879824.09900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879824.09956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0> <<< 5169 1726879824.09960: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.10031: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 5169 1726879824.10046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879824.10086: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90> <<< 5169 1726879824.10120: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210> <<< 5169 1726879824.10133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879824.10183: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.10199: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0> <<< 5169 1726879824.10229: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510> <<< 5169 1726879824.10260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879824.10281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879824.10304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879824.10328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879824.10358: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20> <<< 5169 1726879824.10385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 5169 1726879824.10391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879824.10417: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740> <<< 5169 1726879824.10423: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0> <<< 5169 1726879824.10446: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770> <<< 5169 1726879824.10478: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.10489: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950> <<< 5169 1726879824.10498: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0> <<< 5169 1726879824.10531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879824.10640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879824.10714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0> <<< 5169 1726879824.10718: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50> <<< 5169 1726879824.10753: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879824.10817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.10829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879824.10872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879824.10908: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360> <<< 5169 1726879824.10951: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879824.11002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879824.11026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879824.11058: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510> <<< 5169 1726879824.11085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879824.11117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879824.11178: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879824.11204: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 5169 1726879824.11213: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260> <<< 5169 1726879824.11223: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879824.11263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879824.11287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879824.11330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879824.11425: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00> <<< 5169 1726879824.11506: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380> <<< 5169 1726879824.11546: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0> <<< 5169 1726879824.11581: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879824.11587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320> <<< 5169 1726879824.11609: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00> <<< 5169 1726879824.11713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879824.11737: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0> <<< 5169 1726879824.11817: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip' <<< 5169 1726879824.11823: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.11974: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.12004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879824.12011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879824.12059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879824.12137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879824.12176: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0> <<< 5169 1726879824.12186: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879824.12382: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80> <<< 5169 1726879824.12402: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.12431: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879824.12437: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.12463: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.12474: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.12486: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879824.12502: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.14090: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.15358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60> <<< 5169 1726879824.15391: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879824.15397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.15421: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879824.15460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 5169 1726879824.15463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879824.15501: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970> <<< 5169 1726879824.15545: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700> <<< 5169 1726879824.15574: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010> <<< 5169 1726879824.15596: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879824.15622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879824.15649: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0> <<< 5169 1726879824.15701: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879824.15706: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0> <<< 5169 1726879824.15736: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900> <<< 5169 1726879824.15751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879824.15803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879824.15815: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879824.15857: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40> import 'pwd' # <<< 5169 1726879824.15898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879824.15920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879824.15947: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60> <<< 5169 1726879824.15999: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780> <<< 5169 1726879824.16026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879824.16057: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110> <<< 5169 1726879824.16107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879824.16131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879824.16143: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879824.16185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879824.16206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879824.16262: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0> <<< 5169 1726879824.16303: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.16308: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110> <<< 5169 1726879824.16327: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070> <<< 5169 1726879824.16348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879824.16374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879824.16398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879824.16419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879824.16450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879824.16480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879824.16488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20> <<< 5169 1726879824.16506: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879824.16574: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0> <<< 5169 1726879824.16582: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550> <<< 5169 1726879824.16602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879824.16608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879824.16690: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40> <<< 5169 1726879824.16720: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0> <<< 5169 1726879824.16749: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30> <<< 5169 1726879824.16783: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140> <<< 5169 1726879824.16830: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879824.16845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879824.16895: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0> <<< 5169 1726879824.16912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879824.17021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879824.17083: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310> <<< 5169 1726879824.17122: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879824.17161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.17181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 5169 1726879824.17225: stdout chunk (state=3): >>>import '_string' # <<< 5169 1726879824.17240: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990> <<< 5169 1726879824.17355: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320> <<< 5169 1726879824.17429: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17437: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830> <<< 5169 1726879824.17467: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17474: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0> <<< 5169 1726879824.17517: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17521: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70> <<< 5169 1726879824.17534: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320> <<< 5169 1726879824.17557: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879824.17580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879824.17601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879824.17630: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17654: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470> <<< 5169 1726879824.17824: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17833: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17836: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0> <<< 5169 1726879824.17844: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0> <<< 5169 1726879824.17879: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.17889: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0> <<< 5169 1726879824.17912: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.17916: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 5169 1726879824.17939: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.18032: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.18138: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.18173: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879824.18178: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.18212: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879824.18336: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.18473: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.19083: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.19698: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879824.19705: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879824.19722: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879824.19731: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879824.19751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.19805: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0> <<< 5169 1726879824.19894: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879824.19903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879824.19924: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610> <<< 5169 1726879824.19933: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170> <<< 5169 1726879824.19979: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879824.19991: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.20019: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.20031: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879824.20039: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.20202: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.20377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879824.20384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700> <<< 5169 1726879824.20403: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.20917: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21422: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21501: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879824.21593: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21633: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21675: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879824.21685: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21756: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21849: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879824.21863: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21882: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879824.21903: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21938: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.21988: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879824.21991: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.22250: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.22510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879824.22576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879824.22585: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879824.22660: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690> <<< 5169 1726879824.22668: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.22747: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.22826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879824.22844: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879824.22852: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879824.22885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879824.22970: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.23101: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240> <<< 5169 1726879824.23169: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40> <<< 5169 1726879824.23200: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0> # zipimport: zlib available <<< 5169 1726879824.23236: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23287: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879824.23333: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23380: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23442: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23515: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879824.23549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.23636: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.23642: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940> <<< 5169 1726879824.23684: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20> <<< 5169 1726879824.23717: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879824.23729: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23802: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23866: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23901: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.23944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 5169 1726879824.23957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.23970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879824.23993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879824.24014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879824.24079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879824.24097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879824.24120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879824.24179: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0> <<< 5169 1726879824.24228: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20> <<< 5169 1726879824.24311: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0> # destroy ansible.module_utils.distro <<< 5169 1726879824.24320: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 5169 1726879824.24337: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.24362: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.24393: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879824.24452: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879824.24472: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.24481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879824.24503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.25079: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.25692: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.26208: stdout chunk (state=3): >>> {"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.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}}} <<< 5169 1726879824.26214: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879824.26577: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879824.26597: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 5169 1726879824.26651: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc <<< 5169 1726879824.26660: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 5169 1726879824.26732: stdout chunk (state=3): >>># cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing <<< 5169 1726879824.26751: stdout chunk (state=3): >>># cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879824.27028: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879824.27058: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879824.27171: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy array <<< 5169 1726879824.27181: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux <<< 5169 1726879824.27270: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 5169 1726879824.27280: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner <<< 5169 1726879824.27433: stdout chunk (state=3): >>># cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections <<< 5169 1726879824.27444: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external <<< 5169 1726879824.27478: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879824.27642: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879824.27719: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 5169 1726879824.27750: stdout chunk (state=3): >>># destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 5169 1726879824.27837: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 5169 1726879824.27846: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 5169 1726879824.27921: stdout chunk (state=3): >>># destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize <<< 5169 1726879824.27924: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings <<< 5169 1726879824.27942: stdout chunk (state=3): >>># destroy operator <<< 5169 1726879824.27951: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879824.28031: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879824.28037: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math <<< 5169 1726879824.28043: stdout chunk (state=3): >>># destroy _bisect <<< 5169 1726879824.28059: stdout chunk (state=3): >>># destroy re <<< 5169 1726879824.28065: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879824.28103: stdout chunk (state=3): >>># destroy itertools # destroy _collections <<< 5169 1726879824.28129: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy builtins # destroy _thread <<< 5169 1726879824.28138: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io <<< 5169 1726879824.28144: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879824.28530: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879824.28599: stderr chunk (state=3): >>><<< 5169 1726879824.28602: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879824.28767: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ee7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0f1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ced190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0cedfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d2bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d637a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d63e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d43aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d411c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d87740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d86360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d42060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d84b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d28200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db4b00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0db4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0d26d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db64b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd06e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd1e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd32f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd2210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0dd3d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0dd34a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0b9fc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc84a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0bc8950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0b9ddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc9fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bc8c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0db6c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bf6360> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0e510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c6da00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c47380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0f1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a48320> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0c0d550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0bcaf00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57e0c0d2e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.file_payload_37xl1v63/ansible_ansible.legacy.file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa1fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a78ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a4bf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a7be60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac5970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5010> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac5460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0aa29f0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac66c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0ac6900> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0ac6e40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092cb60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e092e780> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092f110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e092ff20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0932db0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0933110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0931070> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0936d20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09357f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0935550> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0937d40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09314f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097af30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097cc20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097c9e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e097f1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097d310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0986990> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097f320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e09876b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0987d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e097b320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098b470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098c6e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0989be0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e098af60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e09897c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a148f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e098f170> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a15700> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1e240> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1eb40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a16ff0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57e0a1d940> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0a1ed20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e08b2db0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e082bc20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826c90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57e0826ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879824.30544: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/kdump.conf', '_original_basename': 'kdump.conf.j2', 'recurse': False, 'state': 'file', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879823.5783834-5461-201410054700040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879824.30549: _low_level_execute_command(): starting 5169 1726879824.30552: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879823.5783834-5461-201410054700040/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879824.30561: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.30563: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.30568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.30570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.30573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879824.30575: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879824.30577: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering <<< 5169 1726879824.30579: stderr chunk (state=3): >>>debug3: mux_client_request_alive: entering <<< 5169 1726879824.30581: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.30584: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.30586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.31808: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.31862: stderr chunk (state=3): >>><<< 5169 1726879824.31867: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.31890: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.32070: handler run complete 5169 1726879824.32075: attempt loop complete, returning result 5169 1726879824.32078: _execute() done 5169 1726879824.32082: dumping result to json 5169 1726879824.32085: done dumping result, returning 5169 1726879824.32088: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Generate /etc/kdump.conf [0229e9c9-8e59-8f9b-2ddb-00000000004a] 5169 1726879824.32175: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004a ok: [managed_node3] => { "changed": false, "checksum": "84a376e670ee177d860ca3c6da14cbb5e5a71165", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 138, "state": "file", "uid": 0 } 5169 1726879824.32408: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004a 5169 1726879824.32412: WORKER PROCESS EXITING 5169 1726879824.32422: no more pending results, returning what we have 5169 1726879824.32426: results queue empty 5169 1726879824.32427: checking for any_errors_fatal 5169 1726879824.32434: done checking for any_errors_fatal 5169 1726879824.32434: checking for max_fail_percentage 5169 1726879824.32436: done checking for max_fail_percentage 5169 1726879824.32437: checking to see if all hosts have failed and the running result is not ok 5169 1726879824.32438: done checking to see if all hosts have failed 5169 1726879824.32439: getting the remaining hosts for this loop 5169 1726879824.32441: done getting the remaining hosts for this loop 5169 1726879824.32445: getting the next task for host managed_node2 5169 1726879824.32457: done getting next task for host managed_node2 5169 1726879824.32460: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879824.32462: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879824.32463: getting the next task for host managed_node3 5169 1726879824.32468: done getting next task for host managed_node3 5169 1726879824.32471: ^ task is: TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel 5169 1726879824.32474: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879824.32478: getting variables 5169 1726879824.32479: in VariableManager get_vars() 5169 1726879824.32673: Calling all_inventory to load vars for managed_node2 5169 1726879824.32676: Calling groups_inventory to load vars for managed_node2 5169 1726879824.32680: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879824.32690: Calling all_plugins_play to load vars for managed_node2 5169 1726879824.32692: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879824.32697: Calling groups_plugins_play to load vars for managed_node2 5169 1726879824.32897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.33033: done with get_vars() 5169 1726879824.33042: done getting variables 5169 1726879824.33112: getting variables 5169 1726879824.33113: in VariableManager get_vars() 5169 1726879824.33123: Calling all_inventory to load vars for managed_node3 5169 1726879824.33128: Calling groups_inventory to load vars for managed_node3 5169 1726879824.33131: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879824.33136: Calling all_plugins_play to load vars for managed_node3 5169 1726879824.33139: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879824.33142: Calling groups_plugins_play to load vars for managed_node3 5169 1726879824.33377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.33636: done with get_vars() 5169 1726879824.33647: done getting variables TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Friday 20 September 2024 20:50:24 -0400 (0:00:00.826) 0:00:21.973 ****** 5169 1726879824.33732: entering _queue_task() for managed_node3/slurp 5169 1726879824.34039: worker is 3 (out of 3 available) 5169 1726879824.34054: exiting _queue_task() for managed_node3/slurp 5169 1726879824.34073: done queuing things up, now waiting for results queue to drain 5169 1726879824.34075: waiting for pending results... 5169 1726879824.34438: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel 5169 1726879824.34546: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004b 5169 1726879824.34558: variable 'ansible_search_path' from source: unknown 5169 1726879824.34562: variable 'ansible_search_path' from source: unknown 5169 1726879824.34602: calling self._execute() 5169 1726879824.34676: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.34681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.34696: variable 'omit' from source: magic vars 5169 1726879824.34782: variable 'omit' from source: magic vars 5169 1726879824.34824: variable 'omit' from source: magic vars 5169 1726879824.34850: variable 'omit' from source: magic vars 5169 1726879824.34889: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879824.34925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879824.34942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879824.34958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.34972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.34997: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879824.35004: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.35007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.35089: Set connection var ansible_timeout to 10 5169 1726879824.35093: Set connection var ansible_shell_executable to /bin/sh 5169 1726879824.35096: Set connection var ansible_connection to ssh 5169 1726879824.35104: Set connection var ansible_shell_type to sh 5169 1726879824.35109: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879824.35115: Set connection var ansible_pipelining to False 5169 1726879824.35136: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.35139: variable 'ansible_connection' from source: unknown 5169 1726879824.35142: variable 'ansible_module_compression' from source: unknown 5169 1726879824.35144: variable 'ansible_shell_type' from source: unknown 5169 1726879824.35147: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.35150: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.35153: variable 'ansible_pipelining' from source: unknown 5169 1726879824.35156: variable 'ansible_timeout' from source: unknown 5169 1726879824.35161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.35350: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879824.35357: variable 'omit' from source: magic vars 5169 1726879824.35361: starting attempt loop 5169 1726879824.35366: running the handler 5169 1726879824.35378: _low_level_execute_command(): starting 5169 1726879824.35386: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879824.35945: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.35951: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.35955: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.35960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.36029: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.36034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.36037: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.36068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.37769: stdout chunk (state=3): >>>/root <<< 5169 1726879824.37879: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.37927: stderr chunk (state=3): >>><<< 5169 1726879824.37931: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.37962: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.37977: _low_level_execute_command(): starting 5169 1726879824.37981: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `" && echo ansible-tmp-1726879824.3795698-5476-201690290906449="` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `" && echo ansible-tmp-1726879824.3795698-5476-201690290906449="` echo /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 `" ) && sleep 0'"'"'' 5169 1726879824.38631: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.38642: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.38654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.38672: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.38682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879824.38698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879824.38701: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879824.38710: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879824.38720: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879824.38731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.38737: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879824.38747: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.38760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879824.38779: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879824.38787: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879824.38799: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.38807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.38820: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.38829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879824.38839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879824.38844: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879824.38851: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879824.38932: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.38949: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879824.38956: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.38972: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.39004: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.39044: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.41019: stdout chunk (state=3): >>>ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 <<< 5169 1726879824.41136: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.41186: stderr chunk (state=3): >>><<< 5169 1726879824.41190: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.41214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879824.3795698-5476-201690290906449=/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.41279: variable 'ansible_module_compression' from source: unknown 5169 1726879824.41318: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 5169 1726879824.41350: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py 5169 1726879824.41411: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 TO /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879824.41675: Sending initial data 5169 1726879824.41679: Sent initial data (152 bytes) 5169 1726879824.42278: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.42283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.42286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.42290: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.42293: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.42327: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.42352: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.42389: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.43986: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 5169 1726879824.43993: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879824.44027: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879824.44079: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root <<< 5169 1726879824.44082: stderr chunk (state=3): >>>debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879824.44083: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py <<< 5169 1726879824.44121: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62" to remote "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py" <<< 5169 1726879824.44125: stderr chunk (state=3): >>>debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py M:0x001a <<< 5169 1726879824.44189: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923 <<< 5169 1726879824.44564: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 114923 bytes at 0 <<< 5169 1726879824.44572: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879824.44603: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879824.44680: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.44728: stderr chunk (state=3): >>><<< 5169 1726879824.44731: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpy17bct62" to remote "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:114923\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 114923 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879824.44973: done transferring module to remote 5169 1726879824.44977: _low_level_execute_command(): starting 5169 1726879824.44980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879824.45507: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.45519: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.45531: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879824.45536: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879824.45573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.45577: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.45579: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.45582: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.45629: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.45632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.45643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.45661: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.45693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.47498: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.47539: stderr chunk (state=3): >>><<< 5169 1726879824.47542: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.47570: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.47576: _low_level_execute_command(): starting 5169 1726879824.47578: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/AnsiballZ_slurp.py && sleep 0'"'"'' 5169 1726879824.48338: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.48351: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.48395: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.48409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.48424: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.48436: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.48472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.50743: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879824.50780: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879824.50808: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879824.50814: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879824.50886: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879824.50929: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879824.50969: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 5169 1726879824.50980: stdout chunk (state=3): >>># installing zipimport hook <<< 5169 1726879824.50994: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879824.51003: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 5169 1726879824.51054: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879824.51059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.51082: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879824.51110: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879824.51115: stdout chunk (state=3): >>> <<< 5169 1726879824.51147: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879824.51173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879824.51190: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530> <<< 5169 1726879824.51196: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30> <<< 5169 1726879824.51230: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879824.51235: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0> <<< 5169 1726879824.51260: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879824.51289: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879824.51294: stdout chunk (state=3): >>> import 'abc' # <<< 5169 1726879824.51314: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879824.51354: stdout chunk (state=3): >>>import '_stat' # <<< 5169 1726879824.51357: stdout chunk (state=3): >>>import 'stat' # <<< 5169 1726879824.51442: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879824.51477: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879824.51510: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879824.51516: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 5169 1726879824.51633: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 5169 1726879824.51637: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879824.51640: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879824.51643: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0> <<< 5169 1726879824.51723: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.51744: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000> <<< 5169 1726879824.51779: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879824.51799: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879824.52042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879824.52075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879824.52089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879824.52141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879824.52174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879824.52207: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90> <<< 5169 1726879824.52226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879824.52252: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50> <<< 5169 1726879824.52268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879824.52295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879824.52318: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879824.52376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.52387: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879824.52420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879824.52429: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830> <<< 5169 1726879824.52445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879824.52454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 5169 1726879824.52471: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0> <<< 5169 1726879824.52481: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879824.52531: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00> <<< 5169 1726879824.52538: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879824.52571: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0> <<< 5169 1726879824.52668: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040> <<< 5169 1726879824.52695: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879824.52720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879824.52724: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879824.52750: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879824.52778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879824.52802: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879824.52838: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0> <<< 5169 1726879824.52847: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0> <<< 5169 1726879824.52885: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 5169 1726879824.52892: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0> <<< 5169 1726879824.52948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879824.52954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830><<< 5169 1726879824.52963: stdout chunk (state=3): >>> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0> <<< 5169 1726879824.52989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 5169 1726879824.52996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879824.53054: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.53062: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90> <<< 5169 1726879824.53101: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40> <<< 5169 1726879824.53138: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.53170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879824.53206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340> import 'importlib.machinery' # <<< 5169 1726879824.53261: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879824.53301: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570> import 'importlib.util' # <<< 5169 1726879824.53316: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879824.53350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879824.53391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770> <<< 5169 1726879824.53453: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0> <<< 5169 1726879824.53457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879824.53516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879824.53524: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50> <<< 5169 1726879824.53571: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0> <<< 5169 1726879824.53602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879824.53654: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530> <<< 5169 1726879824.53721: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0> <<< 5169 1726879824.53724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879824.53761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879824.53782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879824.53790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879824.53827: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.53844: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0> <<< 5169 1726879824.53850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879824.53882: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.53888: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500> <<< 5169 1726879824.53912: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740> <<< 5169 1726879824.53946: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.53957: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950> <<< 5169 1726879824.53971: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50> <<< 5169 1726879824.53990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879824.54103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879824.54137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0> <<< 5169 1726879824.54185: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50> <<< 5169 1726879824.54217: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879824.54282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.54318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879824.54333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879824.54363: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390> <<< 5169 1726879824.54451: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879824.54455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.54479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879824.54543: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510> <<< 5169 1726879824.54556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879824.54580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879824.54636: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879824.54652: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 5169 1726879824.54671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0> <<< 5169 1726879824.54677: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879824.54715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879824.54745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879824.54786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879824.54881: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60> <<< 5169 1726879824.54955: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0> <<< 5169 1726879824.55002: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0> <<< 5169 1726879824.55025: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 5169 1726879824.55034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440> <<< 5169 1726879824.55051: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550> <<< 5169 1726879824.55058: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30> <<< 5169 1726879824.55152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879824.55178: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910> <<< 5169 1726879824.55256: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip' <<< 5169 1726879824.55260: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.55413: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.55438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879824.55442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879824.55496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879824.55573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879824.55607: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210> <<< 5169 1726879824.55617: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879824.55810: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100> <<< 5169 1726879824.55821: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260> # zipimport: zlib available <<< 5169 1726879824.55855: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879824.55860: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.55884: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.55890: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.55913: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879824.55916: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.57487: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.58744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879824.58751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620> <<< 5169 1726879824.58780: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.58825: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879824.58880: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879824.58883: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.58919: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30> <<< 5169 1726879824.58979: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340> <<< 5169 1726879824.58994: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879824.59042: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0> import 'atexit' # <<< 5169 1726879824.59085: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0> <<< 5169 1726879824.59135: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30> <<< 5169 1726879824.59139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879824.59187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 5169 1726879824.59239: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080> import 'pwd' # <<< 5169 1726879824.59281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879824.59317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879824.59351: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30> <<< 5169 1726879824.59390: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50> <<< 5169 1726879824.59422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879824.59456: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0> <<< 5169 1726879824.59460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879824.59495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879824.59511: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0> <<< 5169 1726879824.59524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879824.59562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879824.59586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879824.59592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879824.59642: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080> <<< 5169 1726879824.59689: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0> <<< 5169 1726879824.59706: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370> <<< 5169 1726879824.59728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879824.59755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879824.59780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879824.59792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879824.59796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879824.59835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879824.59861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879824.59869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879824.59873: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0> <<< 5169 1726879824.59887: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879824.59957: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90> <<< 5169 1726879824.59971: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0> <<< 5169 1726879824.59985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879824.59991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879824.60063: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0> <<< 5169 1726879824.60109: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0> <<< 5169 1726879824.60170: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110> <<< 5169 1726879824.60174: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 5169 1726879824.60214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879824.60228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879824.60278: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0> <<< 5169 1726879824.60306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879824.60409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879824.60480: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0> <<< 5169 1726879824.60498: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879824.60529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.60571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879824.60618: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0> <<< 5169 1726879824.60743: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470> <<< 5169 1726879824.60820: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40> <<< 5169 1726879824.60852: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.60858: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0> <<< 5169 1726879824.60902: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10> <<< 5169 1726879824.60926: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500> <<< 5169 1726879824.60936: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879824.60951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879824.60954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879824.60984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879824.61013: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.61038: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470> <<< 5169 1726879824.61204: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.61209: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40> <<< 5169 1726879824.61230: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10> <<< 5169 1726879824.61255: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.61275: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850> <<< 5169 1726879824.61295: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61300: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61311: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879824.61316: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61412: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61515: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61530: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879824.61539: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61589: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 5169 1726879824.61713: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.61838: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.62441: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.63038: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879824.63056: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879824.63068: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879824.63085: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879824.63102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.63155: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.63161: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20> <<< 5169 1726879824.63243: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879824.63255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879824.63262: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970> <<< 5169 1726879824.63281: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80> <<< 5169 1726879824.63330: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879824.63333: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.63355: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.63379: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879824.63384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.63543: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.63717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879824.63725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0> <<< 5169 1726879824.63747: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64251: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64750: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879824.64918: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64958: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.64996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879824.65006: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65078: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65173: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879824.65183: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65203: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65210: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879824.65219: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65259: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65301: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879824.65305: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65563: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.65819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879824.65885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879824.65888: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879824.65972: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30> <<< 5169 1726879824.65978: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66057: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879824.66146: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 5169 1726879824.66156: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879824.66182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879824.66188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879824.66272: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879824.66399: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480> <<< 5169 1726879824.66478: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740> <<< 5169 1726879824.66503: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66538: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66587: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 5169 1726879824.66639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66689: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66747: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.66819: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879824.66860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.66951: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60> <<< 5169 1726879824.67006: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90> <<< 5169 1726879824.67041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879824.67105: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67164: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67239: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879824.67261: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879824.67284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879824.67305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879824.67364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879824.67389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879824.67400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879824.67463: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0> <<< 5169 1726879824.67511: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20> <<< 5169 1726879824.67602: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140> <<< 5169 1726879824.67609: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879824.67639: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67673: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879824.67733: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879824.67738: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67761: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67779: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 5169 1726879824.67783: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67826: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.67935: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879824.68067: stdout chunk (state=3): >>> {"content": "MAo=", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}} <<< 5169 1726879824.68072: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879824.68425: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879824.68429: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 5169 1726879824.68453: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 5169 1726879824.68461: stdout chunk (state=3): >>># cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 5169 1726879824.68481: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator <<< 5169 1726879824.68525: stdout chunk (state=3): >>># cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 <<< 5169 1726879824.68544: stdout chunk (state=3): >>># destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 5169 1726879824.68579: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 5169 1726879824.68628: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879824.68852: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879824.68905: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 5169 1726879824.68928: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 5169 1726879824.69011: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 5169 1726879824.69034: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 5169 1726879824.69093: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879824.69138: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879824.69190: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket<<< 5169 1726879824.69238: stdout chunk (state=3): >>> # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 5169 1726879824.69292: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 5169 1726879824.69346: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 5169 1726879824.69380: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 5169 1726879824.69399: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879824.69545: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879824.69549: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879824.69607: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879824.69650: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 5169 1726879824.69673: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879824.69759: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 5169 1726879824.69818: stdout chunk (state=3): >>># destroy time <<< 5169 1726879824.69842: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 5169 1726879824.69874: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 5169 1726879824.70230: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879824.70293: stderr chunk (state=3): >>><<< 5169 1726879824.70297: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910>\r\n# zipimport: found 30 names in \'/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"content": "MAo=", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy fnmatch\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879824.70503: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dcbb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7dfeab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb11c0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bb2000> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7befe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c27ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c07b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c051f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bed040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c4a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c062a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c48bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7bec2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c78b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c78f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7beae40> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c79340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c94770> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c95eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c96d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c973b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c962a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7c97e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c97530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7a5a0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a57cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a807a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80740> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7a80950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a55e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a81fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a80c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7c7ac90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aae390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7b21a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7aff3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac6bd0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7900440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7ac5550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7a82f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43a7ac5910> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_qb0vfc8k/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795a210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7931100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7930260> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7933620> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7981ca0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981a30> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981340> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7981790> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a795aea0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a79829f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7982c30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7983080> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77e8e30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77eaa50> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77eb3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ec5c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ef080> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a77ef1d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed370> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f2fc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f1a90> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f17f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77f3ef0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77ed7f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783b110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783ce30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783cbf0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a783f320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783d4f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7846ae0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783f470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847aa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a7847d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a783b500> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784b470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784ca40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849c10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a784afc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a7849850> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a78d4c20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d5970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a784ff80> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d59a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d6c30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2480> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e2d50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a78d7740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43a76e1a60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e2f90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a77730e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76eff20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e7140> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43a76e6f90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "MAo=", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879824.71883: done with _execute_module (slurp, {'src': '/sys/kernel/kexec_crash_size', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879824.3795698-5476-201690290906449/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879824.71888: _low_level_execute_command(): starting 5169 1726879824.71891: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.3795698-5476-201690290906449/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879824.71909: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.71912: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.71915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.71917: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.71920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879824.71922: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879824.71925: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879824.71928: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879824.71930: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.71933: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879824.71935: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879824.71938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.71940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.71943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.71945: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.71948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.73578: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.73631: stderr chunk (state=3): >>><<< 5169 1726879824.73635: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.73661: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.73871: handler run complete 5169 1726879824.73971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 5169 1726879824.74289: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 5169 1726879824.74360: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 5169 1726879824.74409: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 5169 1726879824.74467: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 5169 1726879824.74545: variable 'kexec_crash_size' from source: unknown 5169 1726879824.74557: Evaluated conditional (kexec_crash_size is success): True 5169 1726879824.74569: attempt loop complete, returning result 5169 1726879824.74572: _execute() done 5169 1726879824.74575: dumping result to json 5169 1726879824.74578: done dumping result, returning 5169 1726879824.74586: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel [0229e9c9-8e59-8f9b-2ddb-00000000004b] 5169 1726879824.74733: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004b 5169 1726879824.74827: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004b 5169 1726879824.74830: WORKER PROCESS EXITING ok: [managed_node3] => { "attempts": 1, "changed": false, "content": "MAo=", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } 5169 1726879824.74932: no more pending results, returning what we have 5169 1726879824.74936: results queue empty 5169 1726879824.74937: checking for any_errors_fatal 5169 1726879824.74943: done checking for any_errors_fatal 5169 1726879824.74944: checking for max_fail_percentage 5169 1726879824.74946: done checking for max_fail_percentage 5169 1726879824.74947: checking to see if all hosts have failed and the running result is not ok 5169 1726879824.74948: done checking to see if all hosts have failed 5169 1726879824.74949: getting the remaining hosts for this loop 5169 1726879824.74950: done getting the remaining hosts for this loop 5169 1726879824.74955: getting the next task for host managed_node2 5169 1726879824.74969: done getting next task for host managed_node2 5169 1726879824.74971: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879824.74973: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879824.74975: getting the next task for host managed_node3 5169 1726879824.74977: done getting next task for host managed_node3 5169 1726879824.74980: ^ task is: TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact 5169 1726879824.74982: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 5169 1726879824.74986: getting variables 5169 1726879824.74988: in VariableManager get_vars() 5169 1726879824.75014: Calling all_inventory to load vars for managed_node2 5169 1726879824.75016: Calling groups_inventory to load vars for managed_node2 5169 1726879824.75020: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879824.75029: Calling all_plugins_play to load vars for managed_node2 5169 1726879824.75032: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879824.75035: Calling groups_plugins_play to load vars for managed_node2 5169 1726879824.75178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.75316: done with get_vars() 5169 1726879824.75325: done getting variables 5169 1726879824.75391: getting variables 5169 1726879824.75392: in VariableManager get_vars() 5169 1726879824.75403: Calling all_inventory to load vars for managed_node3 5169 1726879824.75405: Calling groups_inventory to load vars for managed_node3 5169 1726879824.75406: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879824.75410: Calling all_plugins_play to load vars for managed_node3 5169 1726879824.75414: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879824.75417: Calling groups_plugins_play to load vars for managed_node3 5169 1726879824.75616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.75911: done with get_vars() 5169 1726879824.75922: done getting variables 5169 1726879824.75979: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Friday 20 September 2024 20:50:24 -0400 (0:00:00.422) 0:00:22.396 ****** 5169 1726879824.76013: entering _queue_task() for managed_node3/set_fact 5169 1726879824.76331: worker is 1 (out of 3 available) 5169 1726879824.76348: exiting _queue_task() for managed_node3/set_fact 5169 1726879824.76367: done queuing things up, now waiting for results queue to drain 5169 1726879824.76369: waiting for pending results... 5169 1726879824.76787: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact 5169 1726879824.76856: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004c 5169 1726879824.76884: variable 'ansible_search_path' from source: unknown 5169 1726879824.76893: variable 'ansible_search_path' from source: unknown 5169 1726879824.76940: calling self._execute() 5169 1726879824.77012: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.77017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.77025: variable 'omit' from source: magic vars 5169 1726879824.77113: variable 'omit' from source: magic vars 5169 1726879824.77147: variable 'omit' from source: magic vars 5169 1726879824.77371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879824.79255: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879824.79322: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879824.79363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879824.79403: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879824.79432: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879824.79505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879824.79531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879824.79553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879824.79584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879824.79598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879824.79705: variable 'kexec_crash_size' from source: set_fact 5169 1726879824.79760: variable 'omit' from source: magic vars 5169 1726879824.79783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879824.79807: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879824.79823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879824.79838: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.79849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.79879: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879824.79883: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.79886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.79963: Set connection var ansible_timeout to 10 5169 1726879824.79974: Set connection var ansible_shell_executable to /bin/sh 5169 1726879824.79977: Set connection var ansible_connection to ssh 5169 1726879824.79982: Set connection var ansible_shell_type to sh 5169 1726879824.79987: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879824.79993: Set connection var ansible_pipelining to False 5169 1726879824.80014: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.80017: variable 'ansible_connection' from source: unknown 5169 1726879824.80020: variable 'ansible_module_compression' from source: unknown 5169 1726879824.80023: variable 'ansible_shell_type' from source: unknown 5169 1726879824.80026: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.80028: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.80031: variable 'ansible_pipelining' from source: unknown 5169 1726879824.80033: variable 'ansible_timeout' from source: unknown 5169 1726879824.80039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.80136: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879824.80145: variable 'omit' from source: magic vars 5169 1726879824.80151: starting attempt loop 5169 1726879824.80154: running the handler 5169 1726879824.80163: handler run complete 5169 1726879824.80176: attempt loop complete, returning result 5169 1726879824.80179: _execute() done 5169 1726879824.80182: dumping result to json 5169 1726879824.80184: done dumping result, returning 5169 1726879824.80195: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact [0229e9c9-8e59-8f9b-2ddb-00000000004c] 5169 1726879824.80347: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004c 5169 1726879824.80437: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004c 5169 1726879824.80440: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kdump_reboot_required": true }, "changed": false } 5169 1726879824.80512: no more pending results, returning what we have 5169 1726879824.80516: results queue empty 5169 1726879824.80517: checking for any_errors_fatal 5169 1726879824.80525: done checking for any_errors_fatal 5169 1726879824.80526: checking for max_fail_percentage 5169 1726879824.80528: done checking for max_fail_percentage 5169 1726879824.80529: checking to see if all hosts have failed and the running result is not ok 5169 1726879824.80530: done checking to see if all hosts have failed 5169 1726879824.80531: getting the remaining hosts for this loop 5169 1726879824.80533: done getting the remaining hosts for this loop 5169 1726879824.80537: getting the next task for host managed_node2 5169 1726879824.80552: done getting next task for host managed_node2 5169 1726879824.80555: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879824.80557: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879824.80558: getting the next task for host managed_node3 5169 1726879824.80565: done getting next task for host managed_node3 5169 1726879824.80569: ^ task is: TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed 5169 1726879824.80571: ^ state is: HOST STATE: block=3, 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? (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 5169 1726879824.80580: getting variables 5169 1726879824.80582: in VariableManager get_vars() 5169 1726879824.80610: Calling all_inventory to load vars for managed_node2 5169 1726879824.80613: Calling groups_inventory to load vars for managed_node2 5169 1726879824.80616: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879824.80626: Calling all_plugins_play to load vars for managed_node2 5169 1726879824.80628: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879824.80631: Calling groups_plugins_play to load vars for managed_node2 5169 1726879824.80861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.81108: done with get_vars() 5169 1726879824.81122: done getting variables 5169 1726879824.81225: getting variables 5169 1726879824.81227: in VariableManager get_vars() 5169 1726879824.81245: Calling all_inventory to load vars for managed_node3 5169 1726879824.81248: Calling groups_inventory to load vars for managed_node3 5169 1726879824.81250: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879824.81256: Calling all_plugins_play to load vars for managed_node3 5169 1726879824.81259: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879824.81263: Calling groups_plugins_play to load vars for managed_node3 5169 1726879824.81452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879824.81632: done with get_vars() 5169 1726879824.81639: done getting variables 5169 1726879824.81675: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Friday 20 September 2024 20:50:24 -0400 (0:00:00.056) 0:00:22.453 ****** 5169 1726879824.81699: entering _queue_task() for managed_node3/command 5169 1726879824.81988: worker is 2 (out of 3 available) 5169 1726879824.82003: exiting _queue_task() for managed_node3/command 5169 1726879824.82023: done queuing things up, now waiting for results queue to drain 5169 1726879824.82025: waiting for pending results... 5169 1726879824.82536: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed 5169 1726879824.82542: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004e 5169 1726879824.82545: variable 'ansible_search_path' from source: unknown 5169 1726879824.82548: variable 'ansible_search_path' from source: unknown 5169 1726879824.82582: calling self._execute() 5169 1726879824.82667: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.82672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.82681: variable 'omit' from source: magic vars 5169 1726879824.82975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879824.84841: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879824.84908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879824.84952: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879824.84992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879824.85025: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879824.85104: variable 'kdump_reboot_required' from source: set_fact 5169 1726879824.85117: Evaluated conditional (kdump_reboot_required | bool): True 5169 1726879824.85230: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879824.85288: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True 5169 1726879824.85413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879824.85433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879824.85452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879824.85486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879824.85500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879824.85560: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879824.85610: Evaluated conditional (ansible_facts['distribution_major_version'] | int >= 9): True 5169 1726879824.85616: variable 'omit' from source: magic vars 5169 1726879824.85647: variable 'omit' from source: magic vars 5169 1726879824.85672: variable 'omit' from source: magic vars 5169 1726879824.85692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879824.85719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879824.85735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879824.85749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.85759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879824.85787: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879824.85791: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.85794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.85873: Set connection var ansible_timeout to 10 5169 1726879824.85878: Set connection var ansible_shell_executable to /bin/sh 5169 1726879824.85881: Set connection var ansible_connection to ssh 5169 1726879824.85887: Set connection var ansible_shell_type to sh 5169 1726879824.85892: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879824.85900: Set connection var ansible_pipelining to False 5169 1726879824.85918: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.85921: variable 'ansible_connection' from source: unknown 5169 1726879824.85924: variable 'ansible_module_compression' from source: unknown 5169 1726879824.85928: variable 'ansible_shell_type' from source: unknown 5169 1726879824.85931: variable 'ansible_shell_executable' from source: unknown 5169 1726879824.85933: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879824.85936: variable 'ansible_pipelining' from source: unknown 5169 1726879824.85939: variable 'ansible_timeout' from source: unknown 5169 1726879824.85942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879824.86033: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879824.86041: variable 'omit' from source: magic vars 5169 1726879824.86047: starting attempt loop 5169 1726879824.86050: running the handler 5169 1726879824.86068: _low_level_execute_command(): starting 5169 1726879824.86074: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879824.86634: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.86640: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.86643: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879824.86652: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879824.86657: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.86742: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.86787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.88505: stdout chunk (state=3): >>>/root <<< 5169 1726879824.88610: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.88671: stderr chunk (state=3): >>><<< 5169 1726879824.88674: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.88705: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.88842: _low_level_execute_command(): starting 5169 1726879824.88847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `" && echo ansible-tmp-1726879824.8870761-5485-38831267334485="` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `" && echo ansible-tmp-1726879824.8870761-5485-38831267334485="` echo /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 `" ) && sleep 0'"'"'' 5169 1726879824.89558: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.89562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found <<< 5169 1726879824.89569: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.89573: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.89576: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.89580: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.89625: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.89630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.89644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.89686: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.91640: stdout chunk (state=3): >>>ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 <<< 5169 1726879824.91761: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.91818: stderr chunk (state=3): >>><<< 5169 1726879824.91821: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.91843: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879824.8870761-5485-38831267334485=/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.92071: variable 'ansible_module_compression' from source: unknown 5169 1726879824.92075: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 5169 1726879824.92078: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py 5169 1726879824.92106: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 TO /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879824.92334: Sending initial data 5169 1726879824.92338: Sent initial data (153 bytes) 5169 1726879824.92928: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.92942: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.92954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.93006: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879824.93021: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.93036: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879824.93079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.94735: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879824.94904: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879824.94941: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879824.94945: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py <<< 5169 1726879824.95022: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3" to remote "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py M:0x001a <<< 5169 1726879824.95288: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119066 <<< 5169 1726879824.95915: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 119066 bytes at 0 debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879824.95970: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879824.96049: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.96109: stderr chunk (state=3): >>><<< 5169 1726879824.96115: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmpw1x1ttj3" to remote "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:119066\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 119066 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879824.96154: done transferring module to remote 5169 1726879824.96168: _low_level_execute_command(): starting 5169 1726879824.96173: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'"'"'' 5169 1726879824.96875: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.96879: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.96882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.96891: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879824.96898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879824.96921: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879824.96928: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879824.96936: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879824.96971: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879824.96974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879824.96977: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879824.96980: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879824.96983: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879824.96991: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879824.96999: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879824.97013: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879824.97028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879824.97112: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879824.97121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 5169 1726879824.97134: stderr chunk (state=3): >>>debug3: mux_client_forwards: request forwardings: 0 local, 0 remote <<< 5169 1726879824.97141: stderr chunk (state=3): >>>debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879824.97145: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879824.97151: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879824.97204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879824.99098: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879824.99148: stderr chunk (state=3): >>><<< 5169 1726879824.99152: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879824.99179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879824.99289: _low_level_execute_command(): starting 5169 1726879824.99293: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/AnsiballZ_command.py && sleep 0'"'"'' 5169 1726879824.99957: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879824.99998: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.00002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.00005: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.00007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found <<< 5169 1726879825.00010: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.00076: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.00080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.00082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879825.00084: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879825.00122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.02407: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879825.02437: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879825.02470: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879825.02476: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879825.02548: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 5169 1726879825.02591: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879825.02630: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879825.02658: stdout chunk (state=3): >>>import 'time' # <<< 5169 1726879825.02669: stdout chunk (state=3): >>>import 'zipimport' # <<< 5169 1726879825.02677: stdout chunk (state=3): >>># installed zipimport hook <<< 5169 1726879825.02718: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 5169 1726879825.02722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.02745: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879825.02776: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879825.02816: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879825.02844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 5169 1726879825.02854: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530> <<< 5169 1726879825.02862: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30> <<< 5169 1726879825.02892: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 5169 1726879825.02897: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0> <<< 5169 1726879825.02920: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879825.02948: stdout chunk (state=3): >>>import '_abc' # <<< 5169 1726879825.02951: stdout chunk (state=3): >>>import 'abc' # <<< 5169 1726879825.02975: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879825.03005: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879825.03101: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879825.03128: stdout chunk (state=3): >>>import 'genericpath' # <<< 5169 1726879825.03133: stdout chunk (state=3): >>>import 'posixpath' # <<< 5169 1726879825.03201: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879825.03242: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879825.03276: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879825.03305: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190> <<< 5169 1726879825.03367: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879825.03392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0> <<< 5169 1726879825.03416: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879825.03455: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879825.03702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879825.03737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879825.03753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879825.03805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879825.03830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879825.03858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879825.03880: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0> <<< 5169 1726879825.03884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879825.03904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879825.03911: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0> <<< 5169 1726879825.03934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879825.03960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879825.03986: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879825.04035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.04056: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879825.04086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879825.04090: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0> <<< 5169 1726879825.04122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879825.04128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30> <<< 5169 1726879825.04146: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879825.04193: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0> <<< 5169 1726879825.04212: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879825.04237: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0> <<< 5169 1726879825.04339: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80> <<< 5169 1726879825.04362: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879825.04387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 5169 1726879825.04398: stdout chunk (state=3): >>>import '_sre' # <<< 5169 1726879825.04423: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879825.04446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879825.04472: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879825.04477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879825.04511: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740> <<< 5169 1726879825.04523: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360> <<< 5169 1726879825.04559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879825.04566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90> <<< 5169 1726879825.04628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 5169 1726879825.04632: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200> <<< 5169 1726879825.04662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879825.04697: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.04723: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00> <<< 5169 1726879825.04750: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.04774: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20> <<< 5169 1726879825.04809: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.04828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879825.04878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879825.04900: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0> import 'importlib.machinery' # <<< 5169 1726879825.04949: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 5169 1726879825.04978: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0> import 'importlib.util' # import 'runpy' # <<< 5169 1726879825.04994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879825.05041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879825.05075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0> <<< 5169 1726879825.05116: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879825.05144: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20> <<< 5169 1726879825.05186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879825.05221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90> <<< 5169 1726879825.05261: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0> <<< 5169 1726879825.05266: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210> <<< 5169 1726879825.05325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879825.05329: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40> <<< 5169 1726879825.05342: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0> <<< 5169 1726879825.05390: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510> <<< 5169 1726879825.05417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879825.05441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879825.05472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 5169 1726879825.05482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879825.05502: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20> <<< 5169 1726879825.05533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 5169 1726879825.05542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879825.05559: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.05568: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0> <<< 5169 1726879825.05590: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770> <<< 5169 1726879825.05611: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.05632: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0> <<< 5169 1726879825.05681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879825.05767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879825.05786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 5169 1726879825.05812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0> <<< 5169 1726879825.05827: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50> <<< 5169 1726879825.05860: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00> <<< 5169 1726879825.05890: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879825.05936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.05950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879825.06006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879825.06030: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360> <<< 5169 1726879825.06093: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879825.06131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879825.06135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879825.06197: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510> <<< 5169 1726879825.06215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879825.06250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879825.06314: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879825.06337: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260> <<< 5169 1726879825.06352: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879825.06399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879825.06423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879825.06462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879825.06550: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00> <<< 5169 1726879825.06624: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380> <<< 5169 1726879825.06673: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0> <<< 5169 1726879825.06711: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879825.06715: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320> <<< 5169 1726879825.06717: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550> <<< 5169 1726879825.06730: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00> <<< 5169 1726879825.06825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879825.06848: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0> <<< 5169 1726879825.06929: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip' <<< 5169 1726879825.06935: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.07084: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.07113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 5169 1726879825.07119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879825.07171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879825.07242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879825.07283: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70> <<< 5169 1726879825.07289: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879825.07491: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60> <<< 5169 1726879825.07496: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0> # zipimport: zlib available <<< 5169 1726879825.07529: stdout chunk (state=3): >>>import 'ansible' # <<< 5169 1726879825.07537: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.07555: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.07559: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.07586: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 5169 1726879825.07596: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.09146: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.10417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879825.10442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00> <<< 5169 1726879825.10448: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879825.10451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.10504: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879825.10552: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879825.10570: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0> <<< 5169 1726879825.10613: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670> <<< 5169 1726879825.10653: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80> <<< 5169 1726879825.10669: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879825.10723: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00> <<< 5169 1726879825.10766: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879825.10801: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870> <<< 5169 1726879825.10841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879825.10857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879825.10919: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879825.10923: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0> import 'pwd' # <<< 5169 1726879825.10951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879825.11009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879825.11016: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30> <<< 5169 1726879825.11073: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879825.11079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879825.11132: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0> <<< 5169 1726879825.11139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879825.11182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879825.11185: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50> <<< 5169 1726879825.11206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879825.11230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879825.11248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 5169 1726879825.11255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879825.11312: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0> <<< 5169 1726879825.11348: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0> <<< 5169 1726879825.11382: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80> <<< 5169 1726879825.11390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879825.11425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879825.11437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 5169 1726879825.11454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879825.11463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879825.11502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879825.11518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 5169 1726879825.11530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30> <<< 5169 1726879825.11551: stdout chunk (state=3): >>>import '_tokenize' # <<< 5169 1726879825.11626: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700> <<< 5169 1726879825.11629: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460> <<< 5169 1726879825.11648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879825.11654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879825.11737: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0> <<< 5169 1726879825.11772: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400> <<< 5169 1726879825.11805: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50> <<< 5169 1726879825.11820: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 5169 1726879825.11836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0> <<< 5169 1726879825.11869: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879825.11899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 5169 1726879825.11903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879825.11940: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830> <<< 5169 1726879825.11953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879825.12078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879825.12141: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12154: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160> <<< 5169 1726879825.12178: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879825.12213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.12228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879825.12252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879825.12294: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0> <<< 5169 1726879825.12420: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170> <<< 5169 1726879825.12494: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0> <<< 5169 1726879825.12526: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12533: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830> <<< 5169 1726879825.12584: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12593: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170> <<< 5169 1726879825.12611: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 5169 1726879825.12622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879825.12634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879825.12662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879825.12691: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12718: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200> <<< 5169 1726879825.12887: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12891: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0> <<< 5169 1726879825.12908: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0> <<< 5169 1726879825.12936: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.12939: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0> <<< 5169 1726879825.12963: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.12986: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.12990: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 5169 1726879825.12994: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.13105: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.13234: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 5169 1726879825.13268: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879825.13284: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.13390: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.13521: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.14125: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.14743: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879825.14748: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879825.14764: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879825.14786: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879825.14792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.14852: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830> <<< 5169 1726879825.14940: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879825.14967: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0> <<< 5169 1726879825.14974: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080> <<< 5169 1726879825.15023: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879825.15029: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.15061: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.15074: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879825.15090: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.15246: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.15424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879825.15435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0> <<< 5169 1726879825.15441: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.15958: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16454: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16532: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16619: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879825.16625: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16663: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879825.16711: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16788: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16880: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879825.16895: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16910: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16926: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 5169 1726879825.16928: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.16973: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.17012: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879825.17018: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.17274: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.17532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879825.17595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879825.17614: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879825.17701: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0> <<< 5169 1726879825.17703: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.17778: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.17862: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 5169 1726879825.17870: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879825.17907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879825.17927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879825.17999: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.18129: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090> <<< 5169 1726879825.18184: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0> <<< 5169 1726879825.18210: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0> # zipimport: zlib available <<< 5169 1726879825.18258: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879825.18327: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18354: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18412: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18470: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18538: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879825.18581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.18667: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.18673: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0> <<< 5169 1726879825.18713: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90> <<< 5169 1726879825.18752: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 5169 1726879825.18756: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 5169 1726879825.18828: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18899: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18926: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.18973: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.18999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879825.19024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879825.19044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879825.19107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879825.19131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879825.19141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879825.19206: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40> <<< 5169 1726879825.19252: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0> <<< 5169 1726879825.19349: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0> <<< 5169 1726879825.19352: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 5169 1726879825.19384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.19414: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879825.19478: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 5169 1726879825.19486: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.19509: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 5169 1726879825.19524: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.19641: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.19769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 5169 1726879825.19776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879825.19799: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870> <<< 5169 1726879825.19880: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.20030: stdout chunk (state=3): >>> {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["kdumpctl", "reset-crashkernel", "--kernel=ALL"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_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}}} <<< 5169 1726879825.20036: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879825.20398: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879825.20429: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 5169 1726879825.20452: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 5169 1726879825.20480: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 5169 1726879825.20517: stdout chunk (state=3): >>># cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal<<< 5169 1726879825.20538: stdout chunk (state=3): >>> # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux <<< 5169 1726879825.20573: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 5169 1726879825.20850: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 5169 1726879825.20872: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 5169 1726879825.20949: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 5169 1726879825.21012: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 5169 1726879825.21045: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 5169 1726879825.21121: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 5169 1726879825.21240: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 5169 1726879825.21245: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 5169 1726879825.21271: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879825.21400: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 5169 1726879825.21425: stdout chunk (state=3): >>># destroy _collections <<< 5169 1726879825.21446: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 5169 1726879825.21452: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 5169 1726879825.21483: stdout chunk (state=3): >>># destroy _typing <<< 5169 1726879825.21509: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 5169 1726879825.21513: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879825.21607: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 5169 1726879825.21628: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 5169 1726879825.21644: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 5169 1726879825.21679: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 5169 1726879825.21706: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 5169 1726879825.21722: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 5169 1726879825.21732: stdout chunk (state=3): >>># clear sys.audit hooks <<< 5169 1726879825.22092: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879825.22156: stderr chunk (state=3): >>><<< 5169 1726879825.22160: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870>\r\n# zipimport: zlib available\r\n\r\n{"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["kdumpctl", "reset-crashkernel", "--kernel=ALL"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# cleanup[2] removing glob\r\n# destroy glob\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy __main__\r\n# destroy tempfile\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy grp\r\n# destroy encodings\r\n# destroy _locale\r\n# destroy pwd\r\n# destroy locale\r\n# destroy signal\r\n# destroy fcntl\r\n# destroy select\r\n# destroy _signal\r\n# destroy _posixsubprocess\r\n# destroy syslog\r\n# destroy uuid\r\n# destroy fnmatch\r\n# destroy selectors\r\n# destroy errno\r\n# destroy array\r\n# destroy datetime\r\n# destroy _hashlib\r\n# destroy _blake2\r\n# destroy selinux\r\n# destroy shutil\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy _collections_abc\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# destroy abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy selinux._selinux\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections\r\n# destroy platform\r\n# destroy _uuid\r\n# destroy stat\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy functools\r\n# destroy operator\r\n# destroy ansible.module_utils.six.moves\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy _io\r\n# destroy marshal\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy io\r\n# destroy traceback\r\n# destroy warnings\r\n# destroy weakref\r\n# destroy collections\r\n# destroy threading\r\n# destroy atexit\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy time\r\n# destroy _random\r\n# destroy _weakref\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy _string\r\n# destroy re\r\n# destroy itertools\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy builtins\r\n# destroy _thread\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879825.22337: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4c8fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4cc2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a95fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0b7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b0be30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aebaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ae91c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2f740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2e360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aea060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b2cb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5c7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4ad0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5cb00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b5cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4aced20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b786e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b79e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7ac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7b2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7a210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4b7bd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b7b4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5e510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b494fc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49784a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4978950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b494ddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4979fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4978c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b5ec00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49a6360> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49be510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4a1da00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49f7380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bf1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fc320> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b49bd550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b497af00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41b49bd2e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ee5l73d/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4851f70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482ce60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fffe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b482fe00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b48798e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4879670> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4878f80> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b48793d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4852c00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a630> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b487a870> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b487adb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e4b30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46e6750> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e70b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47fff50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eacc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b46eade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e8f80> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46eec30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed700> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46ed460> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46efbc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b46e9400> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4732d50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4732fc0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4734a70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4734830> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4736fc0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4735160> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b473e7b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4737170> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f5f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b473f9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4733170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4743200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47446e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47419a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b4742d50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47415b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b47cc830> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd6a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4747080> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cd5e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b47cffe0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da090> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45da9f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b4b78bf0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41b45d96a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45dac90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b466ee40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e7ce0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45df2c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45deae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41b45e6870> # zipimport: zlib available {"changed": false, "stdout": "", "stderr": "", "rc": 0, "cmd": ["kdumpctl", "reset-crashkernel", "--kernel=ALL"], "start": null, "end": null, "delta": null, "msg": "Command would have run if not in check mode", "skipped": true, "invocation": {"module_args": {"_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879825.23677: done with _execute_module (ansible.legacy.command, {'_raw_params': 'kdumpctl reset-crashkernel --kernel=ALL', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879824.8870761-5485-38831267334485/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879825.23682: _low_level_execute_command(): starting 5169 1726879825.23685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879824.8870761-5485-38831267334485/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879825.23696: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879825.23698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.23701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.23704: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.23707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.23709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.23712: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879825.23715: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879825.23717: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.23720: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.23722: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879825.23725: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879825.23727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.25508: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.25565: stderr chunk (state=3): >>><<< 5169 1726879825.25570: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879825.25591: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879825.25771: handler run complete 5169 1726879825.25775: attempt loop complete, returning result 5169 1726879825.25778: _execute() done 5169 1726879825.25781: dumping result to json 5169 1726879825.25783: done dumping result, returning 5169 1726879825.25786: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed [0229e9c9-8e59-8f9b-2ddb-00000000004e] 5169 1726879825.25894: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004e skipping: [managed_node3] => { "changed": false, "cmd": [ "kdumpctl", "reset-crashkernel", "--kernel=ALL" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "kdumpctl reset-crashkernel --kernel=ALL", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } MSG: Command would have run if not in check mode 5169 1726879825.26192: no more pending results, returning what we have 5169 1726879825.26197: results queue empty 5169 1726879825.26198: checking for any_errors_fatal 5169 1726879825.26206: done checking for any_errors_fatal 5169 1726879825.26207: checking for max_fail_percentage 5169 1726879825.26209: done checking for max_fail_percentage 5169 1726879825.26210: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.26211: done checking to see if all hosts have failed 5169 1726879825.26212: getting the remaining hosts for this loop 5169 1726879825.26214: done getting the remaining hosts for this loop 5169 1726879825.26218: getting the next task for host managed_node2 5169 1726879825.26231: done getting next task for host managed_node2 5169 1726879825.26234: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879825.26237: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.26238: getting the next task for host managed_node3 5169 1726879825.26241: done getting next task for host managed_node3 5169 1726879825.26244: ^ task is: TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed 5169 1726879825.26247: ^ state is: HOST STATE: block=3, 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? (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 5169 1726879825.26250: getting variables 5169 1726879825.26252: in VariableManager get_vars() 5169 1726879825.26293: Calling all_inventory to load vars for managed_node2 5169 1726879825.26296: Calling groups_inventory to load vars for managed_node2 5169 1726879825.26301: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879825.26307: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004e 5169 1726879825.26310: WORKER PROCESS EXITING 5169 1726879825.26320: Calling all_plugins_play to load vars for managed_node2 5169 1726879825.26324: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879825.26327: Calling groups_plugins_play to load vars for managed_node2 5169 1726879825.26546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.26695: done with get_vars() 5169 1726879825.26707: done getting variables 5169 1726879825.26773: getting variables 5169 1726879825.26774: in VariableManager get_vars() 5169 1726879825.26784: Calling all_inventory to load vars for managed_node3 5169 1726879825.26786: Calling groups_inventory to load vars for managed_node3 5169 1726879825.26787: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.26790: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.26792: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.26793: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.26929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.27068: done with get_vars() 5169 1726879825.27079: done getting variables 5169 1726879825.27131: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Friday 20 September 2024 20:50:25 -0400 (0:00:00.454) 0:00:22.907 ****** 5169 1726879825.27168: entering _queue_task() for managed_node3/command 5169 1726879825.27496: worker is 3 (out of 3 available) 5169 1726879825.27514: exiting _queue_task() for managed_node3/command 5169 1726879825.27535: done queuing things up, now waiting for results queue to drain 5169 1726879825.27537: waiting for pending results... 5169 1726879825.27880: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed 5169 1726879825.28039: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000004f 5169 1726879825.28064: variable 'ansible_search_path' from source: unknown 5169 1726879825.28076: variable 'ansible_search_path' from source: unknown 5169 1726879825.28135: calling self._execute() 5169 1726879825.28247: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.28261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.28282: variable 'omit' from source: magic vars 5169 1726879825.28731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879825.30632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879825.30701: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879825.30740: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879825.30779: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879825.30812: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879825.30891: variable 'kdump_reboot_required' from source: set_fact 5169 1726879825.30906: Evaluated conditional (kdump_reboot_required | bool): True 5169 1726879825.31020: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879825.31075: Evaluated conditional (ansible_facts['distribution'] in ['RedHat', 'CentOS', 'Fedora']): True 5169 1726879825.31204: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 5169 1726879825.31229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 5169 1726879825.31247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 5169 1726879825.31277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 5169 1726879825.31289: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 5169 1726879825.31353: variable 'ansible_facts' from source: host vars for 'managed_node3' 5169 1726879825.31401: Evaluated conditional (ansible_facts['distribution_major_version'] | int <= 8): False 5169 1726879825.31404: when evaluation is False, skipping this task 5169 1726879825.31407: _execute() done 5169 1726879825.31410: dumping result to json 5169 1726879825.31412: done dumping result, returning 5169 1726879825.31419: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed [0229e9c9-8e59-8f9b-2ddb-00000000004f] 5169 1726879825.31584: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004f skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_facts['distribution_major_version'] | int <= 8", "skip_reason": "Conditional result was False" } 5169 1726879825.31731: no more pending results, returning what we have 5169 1726879825.31735: results queue empty 5169 1726879825.31736: checking for any_errors_fatal 5169 1726879825.31746: done checking for any_errors_fatal 5169 1726879825.31747: checking for max_fail_percentage 5169 1726879825.31749: done checking for max_fail_percentage 5169 1726879825.31750: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.31751: done checking to see if all hosts have failed 5169 1726879825.31752: getting the remaining hosts for this loop 5169 1726879825.31754: done getting the remaining hosts for this loop 5169 1726879825.31758: getting the next task for host managed_node2 5169 1726879825.31773: done getting next task for host managed_node2 5169 1726879825.31775: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879825.31779: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.31781: getting the next task for host managed_node3 5169 1726879825.31786: done getting next task for host managed_node3 5169 1726879825.31789: ^ task is: TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false 5169 1726879825.31792: ^ state is: HOST STATE: block=3, 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 5169 1726879825.31795: getting variables 5169 1726879825.31799: in VariableManager get_vars() 5169 1726879825.31826: Calling all_inventory to load vars for managed_node2 5169 1726879825.31828: Calling groups_inventory to load vars for managed_node2 5169 1726879825.31831: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879825.31841: Calling all_plugins_play to load vars for managed_node2 5169 1726879825.31844: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879825.31846: Calling groups_plugins_play to load vars for managed_node2 5169 1726879825.32000: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000004f 5169 1726879825.32004: WORKER PROCESS EXITING 5169 1726879825.32016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.32151: done with get_vars() 5169 1726879825.32159: done getting variables 5169 1726879825.32226: getting variables 5169 1726879825.32227: in VariableManager get_vars() 5169 1726879825.32237: Calling all_inventory to load vars for managed_node3 5169 1726879825.32239: Calling groups_inventory to load vars for managed_node3 5169 1726879825.32240: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.32243: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.32245: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.32247: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.32359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.32528: done with get_vars() 5169 1726879825.32535: done getting variables 5169 1726879825.32600: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Friday 20 September 2024 20:50:25 -0400 (0:00:00.054) 0:00:22.962 ****** 5169 1726879825.32635: entering _queue_task() for managed_node3/fail 5169 1726879825.32638: Creating lock for fail 5169 1726879825.32963: worker is 1 (out of 3 available) 5169 1726879825.33180: exiting _queue_task() for managed_node3/fail 5169 1726879825.33194: done queuing things up, now waiting for results queue to drain 5169 1726879825.33196: waiting for pending results... 5169 1726879825.33355: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false 5169 1726879825.33540: in run() - task 0229e9c9-8e59-8f9b-2ddb-000000000051 5169 1726879825.33545: variable 'ansible_search_path' from source: unknown 5169 1726879825.33547: variable 'ansible_search_path' from source: unknown 5169 1726879825.33555: calling self._execute() 5169 1726879825.33663: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.33670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.33758: variable 'omit' from source: magic vars 5169 1726879825.34150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879825.36040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879825.36338: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879825.36381: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879825.36419: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879825.36451: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879825.36525: variable 'kdump_reboot_required' from source: set_fact 5169 1726879825.36538: Evaluated conditional (kdump_reboot_required | bool): True 5169 1726879825.36619: variable 'kdump_reboot_ok' from source: role '' defaults 5169 1726879825.36623: Evaluated conditional (not kdump_reboot_ok): True 5169 1726879825.36630: variable 'omit' from source: magic vars 5169 1726879825.36661: variable 'omit' from source: magic vars 5169 1726879825.36687: variable 'omit' from source: magic vars 5169 1726879825.36713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879825.36736: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879825.36751: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879825.36766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.36776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.36802: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.36806: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.36810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.36884: Set connection var ansible_timeout to 10 5169 1726879825.36888: Set connection var ansible_shell_executable to /bin/sh 5169 1726879825.36891: Set connection var ansible_connection to ssh 5169 1726879825.36900: Set connection var ansible_shell_type to sh 5169 1726879825.36903: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879825.36908: Set connection var ansible_pipelining to False 5169 1726879825.36928: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.36932: variable 'ansible_connection' from source: unknown 5169 1726879825.36936: variable 'ansible_module_compression' from source: unknown 5169 1726879825.36938: variable 'ansible_shell_type' from source: unknown 5169 1726879825.36941: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.36944: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.36946: variable 'ansible_pipelining' from source: unknown 5169 1726879825.36949: variable 'ansible_timeout' from source: unknown 5169 1726879825.36951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.37046: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879825.37054: variable 'omit' from source: magic vars 5169 1726879825.37061: starting attempt loop 5169 1726879825.37064: running the handler 5169 1726879825.37075: handler run complete 5169 1726879825.37085: attempt loop complete, returning result 5169 1726879825.37088: _execute() done 5169 1726879825.37090: dumping result to json 5169 1726879825.37093: done dumping result, returning 5169 1726879825.37102: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false [0229e9c9-8e59-8f9b-2ddb-000000000051] 5169 1726879825.37242: sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000051 5169 1726879825.37339: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-000000000051 5169 1726879825.37342: WORKER PROCESS EXITING 5169 1726879825.37364: marking managed_node3 as failed 5169 1726879825.37374: marking host managed_node3 failed, current state: HOST STATE: block=3, 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 5169 1726879825.37382: ^ failed state is now: HOST STATE: block=3, 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=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.37385: getting the next task for host managed_node3 5169 1726879825.37390: done getting next task for host managed_node3 5169 1726879825.37393: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879825.37394: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node3]: FAILED! => { "changed": false } MSG: "Reboot is required to apply changes. Re-execute the role after boot to ensure that kdump is working." 5169 1726879825.37493: no more pending results, returning what we have 5169 1726879825.37499: results queue empty 5169 1726879825.37500: checking for any_errors_fatal 5169 1726879825.37506: done checking for any_errors_fatal 5169 1726879825.37507: checking for max_fail_percentage 5169 1726879825.37508: done checking for max_fail_percentage 5169 1726879825.37509: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.37510: done checking to see if all hosts have failed 5169 1726879825.37569: getting the remaining hosts for this loop 5169 1726879825.37571: done getting the remaining hosts for this loop 5169 1726879825.37575: getting the next task for host managed_node2 5169 1726879825.37581: done getting next task for host managed_node2 5169 1726879825.37584: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879825.37585: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.37587: getting the next task for host managed_node3 5169 1726879825.37590: done getting next task for host managed_node3 5169 1726879825.37592: ^ task is: TASK: If reboot is required - assert the expected fail message 5169 1726879825.37594: ^ state is: HOST STATE: block=3, task=4, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.37602: getting variables 5169 1726879825.37603: in VariableManager get_vars() 5169 1726879825.37642: Calling all_inventory to load vars for managed_node2 5169 1726879825.37646: Calling groups_inventory to load vars for managed_node2 5169 1726879825.37649: Calling all_plugins_inventory to load vars for managed_node2 5169 1726879825.37660: Calling all_plugins_play to load vars for managed_node2 5169 1726879825.37663: Calling groups_plugins_inventory to load vars for managed_node2 5169 1726879825.37669: Calling groups_plugins_play to load vars for managed_node2 5169 1726879825.37918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.38195: done with get_vars() 5169 1726879825.38208: done getting variables 5169 1726879825.38305: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [If reboot is required - assert the expected fail message] **************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:88 Friday 20 September 2024 20:50:25 -0400 (0:00:00.056) 0:00:23.019 ****** 5169 1726879825.38325: entering _queue_task() for managed_node2/assert 5169 1726879825.38327: Creating lock for assert 5169 1726879825.38626: worker is 2 (out of 3 available) 5169 1726879825.38645: exiting _queue_task() for managed_node2/assert 5169 1726879825.38869: getting variables 5169 1726879825.38874: in VariableManager get_vars() 5169 1726879825.38964: Calling all_inventory to load vars for managed_node3 5169 1726879825.39173: Calling groups_inventory to load vars for managed_node3 5169 1726879825.39182: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.39208: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.39213: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.39217: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.39489: running TaskExecutor() for managed_node2/TASK: If reboot is required - assert the expected fail message 5169 1726879825.39493: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.39496: variable 'ansible_search_path' from source: unknown 5169 1726879825.39502: calling self._execute() 5169 1726879825.39504: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879825.39507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879825.39509: variable 'omit' from source: magic vars 5169 1726879825.39512: variable 'omit' from source: magic vars 5169 1726879825.39516: variable 'omit' from source: magic vars 5169 1726879825.39550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.39802: done with get_vars() 5169 1726879825.39815: done getting variables 5169 1726879825.39859: variable 'omit' from source: magic vars 5169 1726879825.39862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879825.39869: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879825.39872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879825.39875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.39877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.39880: variable 'inventory_hostname' from source: host vars for 'managed_node2' 5169 1726879825.39882: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879825.39884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879825.39887: Set connection var ansible_timeout to 10 5169 1726879825.39889: Set connection var ansible_shell_executable to /bin/sh 5169 1726879825.39891: Set connection var ansible_connection to ssh 5169 1726879825.39893: Set connection var ansible_shell_type to sh 5169 1726879825.39896: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879825.39901: Set connection var ansible_pipelining to False 5169 1726879825.39909: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.39912: variable 'ansible_connection' from source: unknown 5169 1726879825.39914: variable 'ansible_module_compression' from source: unknown 5169 1726879825.39917: variable 'ansible_shell_type' from source: unknown 5169 1726879825.39920: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.39922: variable 'ansible_host' from source: host vars for 'managed_node2' 5169 1726879825.39973: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) 5169 1726879825.39983: entering _queue_task() for managed_node3/assert 5169 1726879825.40006: variable 'ansible_pipelining' from source: unknown 5169 1726879825.40009: variable 'ansible_timeout' from source: unknown 5169 1726879825.40012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 5169 1726879825.40108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879825.40344: worker is 3 (out of 3 available) 5169 1726879825.40359: exiting _queue_task() for managed_node3/assert 5169 1726879825.40377: done queuing things up, now waiting for results queue to drain 5169 1726879825.40379: waiting for pending results... 5169 1726879825.40122: variable 'omit' from source: magic vars 5169 1726879825.40596: starting attempt loop 5169 1726879825.40604: running the handler 5169 1726879825.40609: variable 'ansible_failed_result' from source: set_fact 5169 1726879825.40613: Evaluated conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): False 5169 1726879825.40759: running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message 5169 1726879825.40791: handler run complete 5169 1726879825.40810: attempt loop complete, returning result 5169 1726879825.40814: _execute() done 5169 1726879825.40817: dumping result to json 5169 1726879825.40820: done dumping result, returning 5169 1726879825.40824: done running TaskExecutor() for managed_node2/TASK: If reboot is required - assert the expected fail message [0229e9c9-8e59-8f9b-2ddb-00000000000b] 5169 1726879825.40836: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.41099: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.41104: WORKER PROCESS EXITING 5169 1726879825.41107: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.41110: variable 'ansible_search_path' from source: unknown 5169 1726879825.41113: calling self._execute() 5169 1726879825.41119: marking managed_node2 as failed 5169 1726879825.41130: marking host managed_node2 failed, current state: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 5169 1726879825.41150: ^ failed state is now: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=5, fail_state=6, 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 5169 1726879825.41153: getting the next task for host managed_node2 5169 1726879825.41155: host managed_node2 is done iterating, returning fatal: [managed_node2]: FAILED! => { "assertion": "'Reboot is required to apply changes.' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed 5169 1726879825.41280: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.41292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.41308: variable 'omit' from source: magic vars 5169 1726879825.41439: variable 'omit' from source: magic vars 5169 1726879825.41482: variable 'omit' from source: magic vars 5169 1726879825.41524: variable 'omit' from source: magic vars 5169 1726879825.41581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879825.41612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879825.41630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879825.41644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.41657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.41684: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.41688: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.41691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.41773: Set connection var ansible_timeout to 10 5169 1726879825.41777: Set connection var ansible_shell_executable to /bin/sh 5169 1726879825.41780: Set connection var ansible_connection to ssh 5169 1726879825.41786: Set connection var ansible_shell_type to sh 5169 1726879825.41792: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879825.41797: Set connection var ansible_pipelining to False 5169 1726879825.41817: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.41820: variable 'ansible_connection' from source: unknown 5169 1726879825.41823: variable 'ansible_module_compression' from source: unknown 5169 1726879825.41825: variable 'ansible_shell_type' from source: unknown 5169 1726879825.41828: variable 'ansible_shell_executable' from source: unknown 5169 1726879825.41830: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.41835: variable 'ansible_pipelining' from source: unknown 5169 1726879825.41838: variable 'ansible_timeout' from source: unknown 5169 1726879825.41843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.41963: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 5169 1726879825.41973: variable 'omit' from source: magic vars 5169 1726879825.41978: starting attempt loop 5169 1726879825.41981: running the handler 5169 1726879825.42191: variable 'ansible_failed_result' from source: set_fact 5169 1726879825.42208: Evaluated conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): True 5169 1726879825.42318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 5169 1726879825.44553: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 5169 1726879825.44611: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 5169 1726879825.44654: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 5169 1726879825.44694: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 5169 1726879825.44728: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 5169 1726879825.44790: variable 'kdump_reboot_required' from source: set_fact 5169 1726879825.44805: Evaluated conditional (kdump_reboot_required | bool): True 5169 1726879825.44811: handler run complete 5169 1726879825.44823: attempt loop complete, returning result 5169 1726879825.44826: _execute() done 5169 1726879825.44829: dumping result to json 5169 1726879825.44832: done dumping result, returning 5169 1726879825.44838: done running TaskExecutor() for managed_node3/TASK: If reboot is required - assert the expected fail message [0229e9c9-8e59-8f9b-2ddb-00000000000b] 5169 1726879825.44998: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.45063: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000b 5169 1726879825.45070: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 5169 1726879825.45100: no more pending results, returning what we have 5169 1726879825.45103: results queue empty 5169 1726879825.45104: checking for any_errors_fatal 5169 1726879825.45110: done checking for any_errors_fatal 5169 1726879825.45111: checking for max_fail_percentage 5169 1726879825.45112: done checking for max_fail_percentage 5169 1726879825.45113: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.45119: done checking to see if all hosts have failed 5169 1726879825.45120: getting the remaining hosts for this loop 5169 1726879825.45122: done getting the remaining hosts for this loop 5169 1726879825.45125: getting the next task for host managed_node2 5169 1726879825.45127: host managed_node2 is done iterating, returning 5169 1726879825.45128: getting the next task for host managed_node3 5169 1726879825.45133: done getting next task for host managed_node3 5169 1726879825.45136: ^ task is: TASK: Cleanup kdump_path 5169 1726879825.45137: ^ 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 5169 1726879825.45142: getting variables 5169 1726879825.45143: in VariableManager get_vars() 5169 1726879825.45178: Calling all_inventory to load vars for managed_node3 5169 1726879825.45183: Calling groups_inventory to load vars for managed_node3 5169 1726879825.45187: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.45197: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.45200: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.45203: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.45487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.45832: done with get_vars() 5169 1726879825.45845: done getting variables TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96 Friday 20 September 2024 20:50:25 -0400 (0:00:00.076) 0:00:23.096 ****** 5169 1726879825.45985: entering _queue_task() for managed_node3/file 5169 1726879825.46283: worker is 1 (out of 3 available) 5169 1726879825.46303: exiting _queue_task() for managed_node3/file 5169 1726879825.46321: done queuing things up, now waiting for results queue to drain 5169 1726879825.46323: waiting for pending results... 5169 1726879825.46823: running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path 5169 1726879825.46836: in run() - task 0229e9c9-8e59-8f9b-2ddb-00000000000d 5169 1726879825.46856: variable 'ansible_search_path' from source: unknown 5169 1726879825.46892: calling self._execute() 5169 1726879825.46924: variable 'kdump_ssh_server' from source: play vars 5169 1726879825.47089: variable 'kdump_ssh_server' from source: play vars 5169 1726879825.47094: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879825.47151: variable 'kdump_test_ssh_server_outside' from source: play vars 5169 1726879825.47155: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.47208: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.47223: in VariableManager get_vars() 5169 1726879825.47253: Calling all_inventory to load vars for managed_node3 5169 1726879825.47257: Calling groups_inventory to load vars for managed_node3 5169 1726879825.47268: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.47286: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.47292: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.47298: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.47485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.47637: done with get_vars() 5169 1726879825.47644: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.47690: variable 'ansible_delegated_vars' from source: unknown 5169 1726879825.47702: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.47705: variable 'omit' from source: magic vars 5169 1726879825.47769: variable 'omit' from source: magic vars 5169 1726879825.47792: variable 'omit' from source: magic vars 5169 1726879825.47813: variable 'kdump_path' from source: play vars 5169 1726879825.47866: variable 'kdump_path' from source: play vars 5169 1726879825.47880: variable 'omit' from source: magic vars 5169 1726879825.47891: variable 'ansible_delegated_vars' from source: unknown 5169 1726879825.47913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 5169 1726879825.47936: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 5169 1726879825.47952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 5169 1726879825.47968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.47977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 5169 1726879825.48004: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.48008: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.48011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.48015: variable 'ansible_port' from source: unknown 5169 1726879825.48018: variable 'ansible_user' from source: unknown 5169 1726879825.48094: Set connection var ansible_timeout to 10 5169 1726879825.48101: Set connection var ansible_shell_executable to /bin/sh 5169 1726879825.48105: Set connection var ansible_connection to ssh 5169 1726879825.48108: Set connection var ansible_shell_type to sh 5169 1726879825.48113: Set connection var ansible_module_compression to ZIP_DEFLATED 5169 1726879825.48118: Set connection var ansible_pipelining to False 5169 1726879825.48138: variable 'ansible_delegated_vars' from source: unknown 5169 1726879825.48142: variable 'ansible_user' from source: unknown 5169 1726879825.48149: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.48321: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 5169 1726879825.48331: variable 'omit' from source: magic vars 5169 1726879825.48334: starting attempt loop 5169 1726879825.48337: running the handler 5169 1726879825.48353: _low_level_execute_command(): starting 5169 1726879825.48357: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' 5169 1726879825.48923: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.48928: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.48932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879825.48936: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.48939: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.48970: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.48995: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.48999: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879825.49030: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879825.49117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.50834: stdout chunk (state=3): >>>/root <<< 5169 1726879825.50943: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.51001: stderr chunk (state=3): >>><<< 5169 1726879825.51005: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'/root\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879825.51028: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879825.51042: _low_level_execute_command(): starting 5169 1726879825.51047: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `" && echo ansible-tmp-1726879825.510299-5500-264774892908666="` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `" ) && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `" && echo ansible-tmp-1726879825.510299-5500-264774892908666="` echo /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 `" ) && sleep 0'"'"'' 5169 1726879825.51717: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879825.51721: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.51732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.51747: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.51756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.51772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879825.51780: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879825.51826: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879825.51830: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879825.51832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879825.51835: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.51838: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.51841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879825.51843: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879825.51846: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879825.51856: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.51874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.51935: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.51939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.51942: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879825.51944: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879825.51947: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879825.51950: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879825.51952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879825.51955: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.51957: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.52017: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879825.52030: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879825.52078: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.52082: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.52085: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879825.52118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.54076: stdout chunk (state=3): >>>ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 <<< 5169 1726879825.54196: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.54242: stderr chunk (state=3): >>><<< 5169 1726879825.54246: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879825.54270: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726879825.510299-5500-264774892908666=/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879825.54299: variable 'ansible_delegated_vars' from source: unknown 5169 1726879825.54472: variable 'ansible_module_compression' from source: unknown 5169 1726879825.54475: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-51691ivi4rpe/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 5169 1726879825.54478: variable 'ansible_facts' from source: host vars for 'managed_node3' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py 5169 1726879825.54568: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py <10.31.47.113> PUT /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 TO /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py <10.31.47.113> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/041a7dca25"' '[10.31.47.113]' 5169 1726879825.54852: Sending initial data 5169 1726879825.54856: Sent initial data (150 bytes) 5169 1726879825.55348: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.55375: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.55387: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.55427: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.55450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879825.55453: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879825.55493: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.57086: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 5169 1726879825.57095: 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 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug3: Sent message limits@openssh.com I:1 <<< 5169 1726879825.57141: stderr chunk (state=3): >>>debug3: Received limits reply T:201 I:1 debug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120 debug3: server handle limit 1019; using 64 debug2: Sending SSH2_FXP_REALPATH "." debug3: Sent message fd 3 T:16 I:2 <<< 5169 1726879825.57215: stderr chunk (state=3): >>>debug3: SSH2_FXP_REALPATH . -> /root debug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py" debug3: Sent message fd 3 T:17 I:3 <<< 5169 1726879825.57219: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py <<< 5169 1726879825.57258: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0" to remote "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py" debug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py M:0x001a <<< 5169 1726879825.57489: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125286 <<< 5169 1726879825.57963: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 6 125286 bytes at 0 <<< 5169 1726879825.57976: stderr chunk (state=3): >>>debug3: Sent message SSH2_FXP_CLOSE I:5 <<< 5169 1726879825.58008: stderr chunk (state=3): >>>debug3: SSH2_FXP_STATUS 0 <<< 5169 1726879825.58063: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.58125: stderr chunk (state=3): >>><<< 5169 1726879825.58128: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'sftp> put /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py\n', b'OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched \'final\'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for \'final all\' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched \'final\'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/root/.ssh/known_hosts\'\r\ndebug3: expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/root/.ssh/known_hosts2\'\r\ndebug1: auto-mux: Trying existing master at \'/root/.ansible/cp/041a7dca25\'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Remote version: 3\r\ndebug2: Server supports extension "posix-rename@openssh.com" revision 1\r\ndebug2: Server supports extension "statvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "fstatvfs@openssh.com" revision 2\r\ndebug2: Server supports extension "hardlink@openssh.com" revision 1\r\ndebug2: Server supports extension "fsync@openssh.com" revision 1\r\ndebug2: Server supports extension "lsetstat@openssh.com" revision 1\r\ndebug2: Server supports extension "limits@openssh.com" revision 1\r\ndebug2: Server supports extension "expand-path@openssh.com" revision 1\r\ndebug2: Server supports extension "copy-data" revision 1\r\ndebug2: Unrecognised server extension "home-directory"\r\ndebug2: Server supports extension "users-groups-by-id@openssh.com" revision 1\r\ndebug3: Sent message limits@openssh.com I:1\r\ndebug3: Received limits reply T:201 I:1\r\ndebug3: server upload/download buffer sizes 261120 / 261120; using 261120 / 261120\r\ndebug3: server handle limit 1019; using 64\r\ndebug2: Sending SSH2_FXP_REALPATH "."\r\ndebug3: Sent message fd 3 T:16 I:2\r\ndebug3: SSH2_FXP_REALPATH . -> /root\r\ndebug3: Looking up /root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0\r\ndebug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py"\r\ndebug3: Sent message fd 3 T:17 I:3\r\ndebug1: stat remote: No such file or directory\r\ndebug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-51691ivi4rpe/tmps1nv_kh0" to remote "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py"\r\ndebug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py"\r\ndebug3: Sent dest message SSH2_FXP_OPEN I:4 P:/root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py M:0x001a\r\ndebug3: Sent message SSH2_FXP_WRITE I:6 O:0 S:125286\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: In write loop, ack for 6 125286 bytes at 0\r\ndebug3: Sent message SSH2_FXP_CLOSE I:5\r\ndebug3: SSH2_FXP_STATUS 0\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n') 5169 1726879825.58157: done transferring module to remote 5169 1726879825.58171: _low_level_execute_command(): starting 5169 1726879825.58176: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879825.58847: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879825.58870: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.58874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.58885: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.58971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.58974: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879825.58977: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' <<< 5169 1726879825.58980: stderr chunk (state=3): >>>debug2: match not found <<< 5169 1726879825.58983: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) <<< 5169 1726879825.58985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879825.58988: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.58991: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.58993: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 5169 1726879825.58996: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.47.113 is address <<< 5169 1726879825.58998: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 5169 1726879825.59001: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.59011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 5169 1726879825.59019: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.59027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.59044: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 <<< 5169 1726879825.59047: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' <<< 5169 1726879825.59050: stderr chunk (state=3): >>>debug2: match found <<< 5169 1726879825.59073: stderr chunk (state=3): >>>debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 <<< 5169 1726879825.59076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 5169 1726879825.59079: stderr chunk (state=3): >>>debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] <<< 5169 1726879825.59082: stderr chunk (state=3): >>>debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.59162: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.59168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.59170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879825.59172: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879825.59205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.61027: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.61074: stderr chunk (state=3): >>><<< 5169 1726879825.61077: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879825.61096: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879825.61099: _low_level_execute_command(): starting 5169 1726879825.61206: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' -tt 10.31.47.113 '/bin/sh -c '"'"'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/AnsiballZ_file.py && sleep 0'"'"'' 5169 1726879825.61818: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.61827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 5169 1726879825.61849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 <<< 5169 1726879825.61854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.61916: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.61924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.61927: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent <<< 5169 1726879825.61971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.64282: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 5169 1726879825.64313: stdout chunk (state=3): >>>import _imp # builtin <<< 5169 1726879825.64345: stdout chunk (state=3): >>>import '_thread' # <<< 5169 1726879825.64351: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 5169 1726879825.64423: stdout chunk (state=3): >>>import '_io' # <<< 5169 1726879825.64428: stdout chunk (state=3): >>>import 'marshal' # <<< 5169 1726879825.64472: stdout chunk (state=3): >>>import 'posix' # <<< 5169 1726879825.64513: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 5169 1726879825.64550: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 5169 1726879825.64615: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.64655: stdout chunk (state=3): >>>import '_codecs' # <<< 5169 1726879825.64677: stdout chunk (state=3): >>>import 'codecs' # <<< 5169 1726879825.64729: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 5169 1726879825.64732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530> <<< 5169 1726879825.64781: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0> <<< 5169 1726879825.64822: stdout chunk (state=3): >>>import '_signal' # <<< 5169 1726879825.64846: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 5169 1726879825.64877: stdout chunk (state=3): >>>import 'io' # <<< 5169 1726879825.64904: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 5169 1726879825.65007: stdout chunk (state=3): >>>import '_collections_abc' # <<< 5169 1726879825.65026: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 5169 1726879825.65058: stdout chunk (state=3): >>>import 'os' # <<< 5169 1726879825.65150: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 5169 1726879825.65155: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 5169 1726879825.65158: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 5169 1726879825.65181: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190> <<< 5169 1726879825.65232: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 5169 1726879825.65235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.65239: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0> <<< 5169 1726879825.65276: stdout chunk (state=3): >>>import 'site' # <<< 5169 1726879825.65304: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 5169 1726879825.65552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 5169 1726879825.65572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 5169 1726879825.65592: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 5169 1726879825.65599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.65621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 5169 1726879825.65662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 5169 1726879825.65685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 5169 1726879825.65714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 5169 1726879825.65723: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60> <<< 5169 1726879825.65746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 5169 1726879825.65764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 5169 1726879825.65792: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20> <<< 5169 1726879825.65814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 5169 1726879825.65837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 5169 1726879825.65862: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 5169 1726879825.65916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.65934: stdout chunk (state=3): >>>import 'itertools' # <<< 5169 1726879825.65961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 5169 1726879825.65969: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830> <<< 5169 1726879825.65999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 5169 1726879825.66016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0> <<< 5169 1726879825.66024: stdout chunk (state=3): >>>import '_collections' # <<< 5169 1726879825.66081: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30> <<< 5169 1726879825.66088: stdout chunk (state=3): >>>import '_functools' # <<< 5169 1726879825.66114: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250> <<< 5169 1726879825.66227: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010> <<< 5169 1726879825.66261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 5169 1726879825.66283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 5169 1726879825.66311: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 5169 1726879825.66352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 5169 1726879825.66358: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 5169 1726879825.66403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 5169 1726879825.66407: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830> <<< 5169 1726879825.66455: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450> <<< 5169 1726879825.66459: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 5169 1726879825.66473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0> <<< 5169 1726879825.66524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 5169 1726879825.66529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890> <<< 5169 1726879825.66570: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 5169 1726879825.66597: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40> <<< 5169 1726879825.66627: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0> <<< 5169 1726879825.66641: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0> <<< 5169 1726879825.66665: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0> <<< 5169 1726879825.66701: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.66736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 5169 1726879825.66742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 5169 1726879825.66768: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370> import 'importlib.machinery' # <<< 5169 1726879825.66806: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 5169 1726879825.66835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570> <<< 5169 1726879825.66852: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 5169 1726879825.66874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 5169 1726879825.66909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 5169 1726879825.66943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0> <<< 5169 1726879825.66969: stdout chunk (state=3): >>>import 'errno' # <<< 5169 1726879825.66995: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.67027: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 5169 1726879825.67067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 5169 1726879825.67070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 5169 1726879825.67079: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80> <<< 5169 1726879825.67106: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0> <<< 5169 1726879825.67122: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0> <<< 5169 1726879825.67145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 5169 1726879825.67198: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.67202: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0> <<< 5169 1726879825.67210: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530> <<< 5169 1726879825.67272: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0> <<< 5169 1726879825.67319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 5169 1726879825.67323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 5169 1726879825.67356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 5169 1726879825.67406: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0> <<< 5169 1726879825.67462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 5169 1726879825.67469: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530> <<< 5169 1726879825.67527: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980> <<< 5169 1726879825.67555: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50> <<< 5169 1726879825.67573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 5169 1726879825.67663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 5169 1726879825.67712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0> <<< 5169 1726879825.67742: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750> <<< 5169 1726879825.67781: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 5169 1726879825.67851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.67855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 5169 1726879825.67894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 5169 1726879825.67925: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390> <<< 5169 1726879825.67971: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 5169 1726879825.67996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.68002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 5169 1726879825.68024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 5169 1726879825.68075: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510> <<< 5169 1726879825.68103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 5169 1726879825.68137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 5169 1726879825.68196: stdout chunk (state=3): >>>import 'ntpath' # <<< 5169 1726879825.68221: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290> <<< 5169 1726879825.68241: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 5169 1726879825.68280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 5169 1726879825.68307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 5169 1726879825.68347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 5169 1726879825.68444: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30> <<< 5169 1726879825.68518: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0> <<< 5169 1726879825.68568: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0> <<< 5169 1726879825.68601: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 5169 1726879825.68605: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0> <<< 5169 1726879825.68619: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550> <<< 5169 1726879825.68627: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30> <<< 5169 1726879825.68724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 5169 1726879825.68751: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0> <<< 5169 1726879825.68826: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip' <<< 5169 1726879825.68831: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.68982: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.69031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 5169 1726879825.69077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 5169 1726879825.69175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 5169 1726879825.69202: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000> <<< 5169 1726879825.69231: stdout chunk (state=3): >>>import '_typing' # <<< 5169 1726879825.69415: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0> <<< 5169 1726879825.69467: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 5169 1726879825.69523: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 5169 1726879825.69527: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.71091: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.72341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 5169 1726879825.72345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60> <<< 5169 1726879825.72379: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 5169 1726879825.72390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.72407: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 5169 1726879825.72412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 5169 1726879825.72438: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 5169 1726879825.72479: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879825.72483: stdout chunk (state=3): >>> <<< 5169 1726879825.72486: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0> <<< 5169 1726879825.72518: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760> <<< 5169 1726879825.72550: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070> <<< 5169 1726879825.72570: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 5169 1726879825.72586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 5169 1726879825.72626: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20> <<< 5169 1726879825.72632: stdout chunk (state=3): >>>import 'atexit' # <<< 5169 1726879825.72671: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.72677: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0> <<< 5169 1726879825.72702: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 5169 1726879825.72709: stdout chunk (state=3): >>> # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0> <<< 5169 1726879825.72731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 5169 1726879825.72778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 5169 1726879825.72790: stdout chunk (state=3): >>>import '_locale' # <<< 5169 1726879825.72838: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30> <<< 5169 1726879825.72842: stdout chunk (state=3): >>>import 'pwd' # <<< 5169 1726879825.72862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 5169 1726879825.72894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 5169 1726879825.72929: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80> <<< 5169 1726879825.72957: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.72962: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0> <<< 5169 1726879825.72988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 5169 1726879825.72996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 5169 1726879825.73043: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170> <<< 5169 1726879825.73056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 5169 1726879825.73090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 5169 1726879825.73101: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350> <<< 5169 1726879825.73124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 5169 1726879825.73162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 5169 1726879825.73191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 5169 1726879825.73251: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10> <<< 5169 1726879825.73296: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.73300: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30> <<< 5169 1726879825.73331: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0> <<< 5169 1726879825.73335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 5169 1726879825.73362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 5169 1726879825.73392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 5169 1726879825.73407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 5169 1726879825.73437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 5169 1726879825.73468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 5169 1726879825.73500: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0> import '_tokenize' # <<< 5169 1726879825.73579: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880> <<< 5169 1726879825.73583: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0> <<< 5169 1726879825.73588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 5169 1726879825.73606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 5169 1726879825.73674: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0> <<< 5169 1726879825.73704: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0> <<< 5169 1726879825.73726: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.73766: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30> <<< 5169 1726879825.73783: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 5169 1726879825.73819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 5169 1726879825.73840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 5169 1726879825.73863: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.73892: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40> <<< 5169 1726879825.73904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 5169 1726879825.74010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 5169 1726879825.74067: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.74084: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340> <<< 5169 1726879825.74102: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 5169 1726879825.74127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.74154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 5169 1726879825.74160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 5169 1726879825.74211: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0> <<< 5169 1726879825.74340: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350> <<< 5169 1726879825.74420: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860> <<< 5169 1726879825.74454: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.74459: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0> <<< 5169 1726879825.74513: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.74517: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380> <<< 5169 1726879825.74557: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 5169 1726879825.74596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 5169 1726879825.74606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 5169 1726879825.74631: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.74661: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0> <<< 5169 1726879825.74827: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0> <<< 5169 1726879825.74891: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40> <<< 5169 1726879825.74900: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850> <<< 5169 1726879825.74933: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 5169 1726879825.75019: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.75155: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.75181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 5169 1726879825.75191: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.75301: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.75429: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.76045: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.76661: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 5169 1726879825.76678: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 5169 1726879825.76685: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 5169 1726879825.76692: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 5169 1726879825.76715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.76777: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.76783: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980> <<< 5169 1726879825.76860: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 5169 1726879825.76869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 5169 1726879825.76894: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0> <<< 5169 1726879825.76896: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0> <<< 5169 1726879825.76943: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 5169 1726879825.76956: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.76981: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.77001: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 5169 1726879825.77004: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.77167: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.77339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 5169 1726879825.77345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 5169 1726879825.77351: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820> <<< 5169 1726879825.77363: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.77880: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78384: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78456: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 5169 1726879825.78545: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78588: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78619: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 5169 1726879825.78638: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78711: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78804: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 5169 1726879825.78820: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78842: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 5169 1726879825.78850: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78900: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.78945: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 5169 1726879825.78969: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.79207: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.79462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 5169 1726879825.79525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 5169 1726879825.79537: stdout chunk (state=3): >>>import '_ast' # <<< 5169 1726879825.79612: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750> <<< 5169 1726879825.79617: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.79700: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.79787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 5169 1726879825.79794: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 5169 1726879825.79821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 5169 1726879825.79827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 5169 1726879825.79910: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.80039: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0> <<< 5169 1726879825.80098: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.80106: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440> <<< 5169 1726879825.80124: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80174: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80215: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 5169 1726879825.80223: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80273: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80314: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80378: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80446: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 5169 1726879825.80491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.80584: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 5169 1726879825.80587: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0> <<< 5169 1726879825.80623: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80> <<< 5169 1726879825.80657: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 5169 1726879825.80671: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80736: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80807: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80832: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.80878: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 5169 1726879825.80896: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 5169 1726879825.80922: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 5169 1726879825.80940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 5169 1726879825.81008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 5169 1726879825.81021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 5169 1726879825.81043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 5169 1726879825.81101: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0> <<< 5169 1726879825.81150: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10> <<< 5169 1726879825.81240: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0> <<< 5169 1726879825.81244: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 5169 1726879825.81247: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.81282: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.81308: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 5169 1726879825.81312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 5169 1726879825.81414: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 5169 1726879825.81430: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 5169 1726879825.81996: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.82599: stdout chunk (state=3): >>># zipimport: zlib available <<< 5169 1726879825.82731: stdout chunk (state=3): >>> {"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "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}}} <<< 5169 1726879825.82741: stdout chunk (state=3): >>># destroy __main__ <<< 5169 1726879825.83085: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 5169 1726879825.83102: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref<<< 5169 1726879825.83116: stdout chunk (state=3): >>> # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 5169 1726879825.83149: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 5169 1726879825.83166: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 <<< 5169 1726879825.83181: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 5169 1726879825.83195: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog <<< 5169 1726879825.83217: stdout chunk (state=3): >>># cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 5169 1726879825.83243: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters <<< 5169 1726879825.83248: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 5169 1726879825.83493: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 5169 1726879825.83532: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 5169 1726879825.83571: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 5169 1726879825.83582: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 5169 1726879825.83615: stdout chunk (state=3): >>># destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse <<< 5169 1726879825.83645: stdout chunk (state=3): >>># cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon <<< 5169 1726879825.83678: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback <<< 5169 1726879825.83707: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 5169 1726879825.83747: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 5169 1726879825.83751: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 5169 1726879825.83807: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 5169 1726879825.83811: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 5169 1726879825.83829: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc <<< 5169 1726879825.83869: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 5169 1726879825.83873: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 5169 1726879825.83906: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 5169 1726879825.84061: stdout chunk (state=3): >>># destroy sys.monitoring <<< 5169 1726879825.84079: stdout chunk (state=3): >>># destroy _socket <<< 5169 1726879825.84095: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 5169 1726879825.84130: stdout chunk (state=3): >>># destroy _uuid <<< 5169 1726879825.84146: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 5169 1726879825.84173: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 5169 1726879825.84200: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 5169 1726879825.84206: stdout chunk (state=3): >>># destroy stat # destroy _blake2<<< 5169 1726879825.84230: stdout chunk (state=3): >>> # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select <<< 5169 1726879825.84249: stdout chunk (state=3): >>># destroy _hashlib # destroy selinux._selinux <<< 5169 1726879825.84253: stdout chunk (state=3): >>># destroy collections # destroy copyreg # destroy contextlib <<< 5169 1726879825.84271: stdout chunk (state=3): >>># destroy _signal <<< 5169 1726879825.84288: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 5169 1726879825.84319: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings <<< 5169 1726879825.84323: stdout chunk (state=3): >>># destroy operator <<< 5169 1726879825.84350: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 5169 1726879825.84418: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 5169 1726879825.84459: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re <<< 5169 1726879825.84463: stdout chunk (state=3): >>># destroy _random <<< 5169 1726879825.84486: stdout chunk (state=3): >>># destroy itertools # destroy _collections <<< 5169 1726879825.84505: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy builtins # destroy _thread <<< 5169 1726879825.84530: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 5169 1726879825.84960: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. <<< 5169 1726879825.84999: stderr chunk (state=3): >>><<< 5169 1726879825.85004: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0>\r\nimport \'site\' # \r\nPython 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650>\r\n# extension module \'_sha2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_sha2\' executed from \'/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_sha2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0>\r\n# zipimport: found 30 names in \'/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "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}}}\r\n# destroy __main__\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# destroy keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _sha2\r\n# cleanup[2] removing random\r\n# destroy random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# destroy token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# destroy socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# destroy ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# destroy copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# destroy ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# destroy gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible.modules\r\n# destroy ansible.modules\r\n# destroy _sitebuiltins\r\n# destroy importlib.machinery\r\n# destroy importlib._abc\r\n# destroy importlib.util\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy struct\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy importlib\r\n# destroy zipimport\r\n# destroy array\r\n# cleanup[3] wiping ansible.module_utils.distro\r\n# destroy distro.distro\r\n# cleanup[3] wiping distro\r\n# cleanup[3] wiping argparse\r\n# cleanup[3] wiping selinux\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping hashlib\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping ansible.module_utils.compat.selinux\r\n# cleanup[3] wiping ctypes._endian\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd.daemon\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.journal\r\n# destroy uuid\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping _uuid\r\n# cleanup[3] wiping datetime\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping traceback\r\n# destroy linecache\r\n# destroy textwrap\r\n# cleanup[3] wiping tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping subprocess\r\n# destroy signal\r\n# destroy threading\r\n# cleanup[3] wiping _posixsubprocess\r\n# destroy _posixsubprocess\r\n# cleanup[3] wiping shlex\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping pwd\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping grp\r\n# cleanup[3] wiping atexit\r\n# cleanup[3] wiping json\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping tempfile\r\n# destroy io\r\n# destroy weakref\r\n# cleanup[3] wiping _sha2\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# destroy fnmatch\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy abc\r\n# cleanup[3] wiping os.path\r\n# destroy genericpath\r\n# cleanup[3] wiping posixpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping __main__\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping _frozen_importlib_external\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy _socket\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy _uuid\r\n# destroy posixpath\r\n# destroy __main__\r\n# destroy atexit\r\n# destroy errno\r\n# destroy grp\r\n# destroy fcntl\r\n# destroy locale\r\n# destroy pwd\r\n# destroy selectors\r\n# destroy shutil\r\n# destroy tempfile\r\n# destroy traceback\r\n# destroy syslog\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy hashlib\r\n# destroy selinux\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy ansible.module_utils.six.moves\r\n# destroy datetime\r\n# destroy re._parser\r\n# destroy tokenize\r\n# destroy _string\r\n# destroy _frozen_importlib_external\r\n# destroy _imp\r\n# destroy marshal\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy stat\r\n# destroy _blake2\r\n# destroy platform\r\n# destroy distro\r\n# destroy json.scanner\r\n# destroy _json\r\n# destroy select\r\n# destroy _hashlib\r\n# destroy selinux._selinux\r\n# destroy collections\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy _signal\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy argparse\r\n# destroy json\r\n# destroy logging\r\n# destroy shlex\r\n# destroy subprocess\r\n# destroy warnings\r\n# destroy operator\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy functools\r\n# destroy time\r\n# destroy _warnings\r\n# destroy math\r\n# destroy _bisect\r\n# destroy re\r\n# destroy _random\r\n# destroy itertools\r\n# destroy _collections\r\n# destroy _operator\r\n# destroy _sha2\r\n# destroy builtins\r\n# destroy _thread\r\n# destroy _abc\r\n# destroy _sre\r\n# destroy posix\r\n# destroy _functools\r\n# destroy _io\r\n# clear sys.audit hooks\r\n', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 10.31.47.113 closed.\r\n") 5169 1726879825.85100: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c0530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee88fb30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee8c2ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee695fd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d3f20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee70bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ebb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6e9250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d1010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72f830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72e450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6ea120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee72cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6d02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75cbf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee75cfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee6cede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d6a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75d370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee7787a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee779ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77ad80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77b3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77a2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee77bdd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee77b530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee54fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee5787d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578650> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee578980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee54de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee579fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee578c80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee75e750> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5a6390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5be510> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f7290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee619a30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5f73b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bf1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3f83e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee5bd550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee57af30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50ee5bd2e0> # zipimport: found 30 names in '/tmp/ansible_file_payload_3zxkf_ah/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452000> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee428ef0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee4280b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee42be60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47d9d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d760> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d070> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47d4c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee452a20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e7b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee47e9f0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee47ef30> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e0c80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e28a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e3170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e4350> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e6e10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee2e6f30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e50d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2eadb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e9880> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e95e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2ebef0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee2e55e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee332f30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee334c80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee334a40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3371d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee335340> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee33e9c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee337350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33f6e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee33fda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee333380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3434a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3447d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341c40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee342fc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee341850> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee3c8980> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c97f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee347dd0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3c9820> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3ca750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1da2a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1daba0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee3cb440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50ee1d97f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dad80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee26aea0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1e7d10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dedb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50ee1dec00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "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}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 Shared connection to 10.31.47.113 closed. 5169 1726879825.86580: done with _execute_module (file, {'path': '/tmp/tests_ssh', 'state': 'absent', '_ansible_check_mode': True, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 3, '_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-1726879825.510299-5500-264774892908666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 5169 1726879825.86593: _low_level_execute_command(): starting 5169 1726879825.86597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ > /dev/null 2>&1 && sleep 0' <10.31.47.113> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.113> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/041a7dca25"' 10.31.47.113 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1726879825.510299-5500-264774892908666/ > /dev/null 2>&1 && sleep 0'"'"'' 5169 1726879825.86607: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 5169 1726879825.86610: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 5169 1726879825.86619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] <<< 5169 1726879825.86623: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' <<< 5169 1726879825.86626: stderr chunk (state=3): >>>debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' <<< 5169 1726879825.86628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' <<< 5169 1726879825.86631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 5169 1726879825.86633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering <<< 5169 1726879825.86636: stderr chunk (state=3): >>>debug3: mux_client_request_alive: done pid = 3061 <<< 5169 1726879825.86638: stderr chunk (state=3): >>>debug3: mux_client_request_session: session request sent <<< 5169 1726879825.86641: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 5169 1726879825.88298: stderr chunk (state=3): >>>debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 <<< 5169 1726879825.88356: stderr chunk (state=3): >>><<< 5169 1726879825.88360: stdout chunk (state=3): >>><<< <10.31.47.113> (0, b'', b"OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'\r\ndebug2: match not found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.47.113 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'\r\ndebug2: match found\r\ndebug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-]\r\ndebug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512]\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'\r\ndebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 3061\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet_timeout: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\n") 5169 1726879825.88387: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.47.113 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.47.113 originally 10.31.47.113 debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2' debug1: auto-mux: Trying existing master at '/root/.ansible/cp/041a7dca25' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug3: mux_client_forwards: request forwardings: 0 local, 0 remote debug3: mux_client_request_session: entering debug3: mux_client_request_alive: entering debug3: mux_client_request_alive: done pid = 3061 debug3: mux_client_request_session: session request sent debug1: mux_client_request_session: master session id: 2 debug3: mux_client_read_packet_timeout: read header failed: Broken pipe debug2: Received exit status from master 0 5169 1726879825.88390: handler run complete 5169 1726879825.88571: variable 'inventory_hostname' from source: host vars for 'managed_node3' 5169 1726879825.88575: variable 'ansible_host' from source: host vars for 'managed_node3' 5169 1726879825.88578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 5169 1726879825.88580: variable 'ansible_port' from source: unknown 5169 1726879825.88583: variable 'ansible_user' from source: unknown 5169 1726879825.88585: attempt loop complete, returning result 5169 1726879825.88588: _execute() done 5169 1726879825.88590: dumping result to json 5169 1726879825.88593: done dumping result, returning 5169 1726879825.88595: done running TaskExecutor() for managed_node3/TASK: Cleanup kdump_path [0229e9c9-8e59-8f9b-2ddb-00000000000d] 5169 1726879825.88727: sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000d 5169 1726879825.89070: done sending task result for task 0229e9c9-8e59-8f9b-2ddb-00000000000d 5169 1726879825.89074: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } 5169 1726879825.89151: no more pending results, returning what we have 5169 1726879825.89154: results queue empty 5169 1726879825.89155: checking for any_errors_fatal 5169 1726879825.89161: done checking for any_errors_fatal 5169 1726879825.89162: checking for max_fail_percentage 5169 1726879825.89163: done checking for max_fail_percentage 5169 1726879825.89168: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.89169: done checking to see if all hosts have failed 5169 1726879825.89170: getting the remaining hosts for this loop 5169 1726879825.89172: done getting the remaining hosts for this loop 5169 1726879825.89176: getting the next task for host managed_node2 5169 1726879825.89179: host managed_node2 is done iterating, returning 5169 1726879825.89180: getting the next task for host managed_node3 5169 1726879825.89189: done getting next task for host managed_node3 5169 1726879825.89191: ^ task is: TASK: meta (flush_handlers) 5169 1726879825.89193: ^ state is: HOST STATE: block=5, 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 5169 1726879825.89198: getting variables 5169 1726879825.89199: in VariableManager get_vars() 5169 1726879825.89228: Calling all_inventory to load vars for managed_node3 5169 1726879825.89230: Calling groups_inventory to load vars for managed_node3 5169 1726879825.89234: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.89244: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.89246: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.89249: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.89410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.89550: done with get_vars() 5169 1726879825.89560: done getting variables 5169 1726879825.89617: in VariableManager get_vars() 5169 1726879825.89626: Calling all_inventory to load vars for managed_node3 5169 1726879825.89628: Calling groups_inventory to load vars for managed_node3 5169 1726879825.89630: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.89634: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.89635: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.89637: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.89759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.89894: done with get_vars() 5169 1726879825.89905: done queuing things up, now waiting for results queue to drain 5169 1726879825.89907: results queue empty 5169 1726879825.89907: checking for any_errors_fatal 5169 1726879825.89910: done checking for any_errors_fatal 5169 1726879825.89910: checking for max_fail_percentage 5169 1726879825.89914: done checking for max_fail_percentage 5169 1726879825.89915: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.89915: done checking to see if all hosts have failed 5169 1726879825.89916: getting the remaining hosts for this loop 5169 1726879825.89917: done getting the remaining hosts for this loop 5169 1726879825.89920: getting the next task for host managed_node2 5169 1726879825.89922: host managed_node2 is done iterating, returning 5169 1726879825.89923: getting the next task for host managed_node3 5169 1726879825.89928: done getting next task for host managed_node3 5169 1726879825.89930: ^ task is: TASK: meta (flush_handlers) 5169 1726879825.89932: ^ state is: HOST STATE: block=6, 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 5169 1726879825.89935: getting variables 5169 1726879825.89937: in VariableManager get_vars() 5169 1726879825.89946: Calling all_inventory to load vars for managed_node3 5169 1726879825.89948: Calling groups_inventory to load vars for managed_node3 5169 1726879825.89951: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.89957: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.89960: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.89963: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.90139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.90375: done with get_vars() 5169 1726879825.90384: done getting variables 5169 1726879825.90441: in VariableManager get_vars() 5169 1726879825.90451: Calling all_inventory to load vars for managed_node3 5169 1726879825.90454: Calling groups_inventory to load vars for managed_node3 5169 1726879825.90456: Calling all_plugins_inventory to load vars for managed_node3 5169 1726879825.90461: Calling all_plugins_play to load vars for managed_node3 5169 1726879825.90466: Calling groups_plugins_inventory to load vars for managed_node3 5169 1726879825.90470: Calling groups_plugins_play to load vars for managed_node3 5169 1726879825.90642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 5169 1726879825.91008: done with get_vars() 5169 1726879825.91017: done queuing things up, now waiting for results queue to drain 5169 1726879825.91018: results queue empty 5169 1726879825.91019: checking for any_errors_fatal 5169 1726879825.91020: done checking for any_errors_fatal 5169 1726879825.91020: checking for max_fail_percentage 5169 1726879825.91021: done checking for max_fail_percentage 5169 1726879825.91021: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.91022: done checking to see if all hosts have failed 5169 1726879825.91022: getting the remaining hosts for this loop 5169 1726879825.91023: done getting the remaining hosts for this loop 5169 1726879825.91024: getting the next task for host managed_node2 5169 1726879825.91025: host managed_node2 is done iterating, returning 5169 1726879825.91026: getting the next task for host managed_node3 5169 1726879825.91028: done getting next task for host managed_node3 5169 1726879825.91029: ^ task is: None 5169 1726879825.91029: ^ state is: HOST STATE: block=7, 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 5169 1726879825.91030: done queuing things up, now waiting for results queue to drain 5169 1726879825.91031: results queue empty 5169 1726879825.91031: checking for any_errors_fatal 5169 1726879825.91032: done checking for any_errors_fatal 5169 1726879825.91032: checking for max_fail_percentage 5169 1726879825.91033: done checking for max_fail_percentage 5169 1726879825.91033: checking to see if all hosts have failed and the running result is not ok 5169 1726879825.91034: done checking to see if all hosts have failed 5169 1726879825.91035: getting the next task for host managed_node2 5169 1726879825.91036: host managed_node2 is done iterating, returning 5169 1726879825.91036: getting the next task for host managed_node3 5169 1726879825.91038: done getting next task for host managed_node3 5169 1726879825.91038: ^ task is: None 5169 1726879825.91039: ^ state is: HOST STATE: block=7, 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=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0 managed_node2 : ok=10 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 managed_node3 : ok=24 changed=0 unreachable=0 failed=0 skipped=5 rescued=1 ignored=0 Friday 20 September 2024 20:50:25 -0400 (0:00:00.451) 0:00:23.547 ****** =============================================================================== Gathering Facts -------------------------------------------------------- 10.08s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed_node2 ----------------------------------------- 2.37s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58 fedora.linux_system_roles.kdump : Install required packages ------------- 1.63s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.87s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.83s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.62s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.61s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.60s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.56s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.54s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.54s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.54s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.45s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Cleanup kdump_path ------------------------------------------------------ 0.45s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.44s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.44s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.43s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.42s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.42s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.13s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 5169 1726879825.91121: RUNNING CLEANUP STDERR: import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc4b8d10> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc46ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc4bb290> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/local/lib64/python3.12/site-packages' Adding directory: '/usr/local/lib/python3.12/site-packages' Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc271910> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc272900> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2ab140> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2ab350> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c1df0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2df410> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c2de0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c04d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2a83b0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30aa80> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3096a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30aae0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2c1760> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc30bd40> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc273710> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338350> # /usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/_vendor/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/_vendor/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3397f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc339490> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc33a750> import 'importlib.util' # import 'importlib.machinery' # # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc354260> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc33ad50> # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc162390> # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc162210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3551c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338d40> # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc1b6ff0> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc21ed50> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc21e120> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc1b7e30> # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc236570> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc235eb0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc21f7d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc356c90> import 'ansible._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338c50> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/release.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/release.cpython-312.pyc' import 'ansible.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc161790> import 'ansible' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338200> # /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc06cb90> # /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py # code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' # extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' # extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc08e2d0> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08d5b0> # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08e840> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b1a00> import 'ntpath' # import 'errno' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b3230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc0d5940> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0d6300> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b33e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc08eab0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc10ffe0> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc14a2a0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14b050> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cc14b650> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14a600> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf000e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc14b800> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc148380> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf006b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc148530> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf00980> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3c9e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf03a10> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc0b1880> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338260> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3fcb0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5f440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f500> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf5f8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5d940> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf79310> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbf7b080> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc3394f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbfa8260> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5fc20> # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbfa8440> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5fdd0> # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfa9dc0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfa8aa0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd9610> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd92b0> # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfdaf60> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfda870> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaa6a80> # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaa6ae0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338da0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf5c770> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab81d0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbfd90d0> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab8e60> # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab96a0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3db50> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' # /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc' import 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab9c40> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab98e0> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbf3d430> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc' import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbab9f10> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaba570> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabab10> # /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbadc1a0> # /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbaddd90> # /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbade8d0> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabba10> # /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbadfbc0> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabb6e0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbabaea0> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc082930> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcad0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcd10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/version.cpython-312.pyc' import 'ansible.module_utils.compat.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafcd70> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafe4e0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafd130> # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbaff200> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbafe330> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1f020> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbb1f170> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cbb442c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1d1f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb1d6a0> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/constants.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/constants.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/__init__.cpython-312.pyc' import 'ansible.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb47680> # /usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/config/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/config/__pycache__/manager.cpython-312.pyc' import 'atexit' # # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5c8f0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/__init__.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/bccache.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/bccache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9a0710> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a0e90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb886e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a17c0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9a20f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9a0590> import 'jinja2.bccache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5fc20> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/environment.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/environment.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/markupsafe/__init__.py # code object from '/usr/lib64/python3.12/site-packages/markupsafe/__pycache__/__init__.cpython-312.pyc' # extension module 'markupsafe._speedups' loaded from '/usr/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so' # extension module 'markupsafe._speedups' executed from '/usr/lib64/python3.12/site-packages/markupsafe/_speedups.cpython-312-x86_64-linux-gnu.so' import 'markupsafe._speedups' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9ce270> import 'markupsafe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9cc860> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/nodes.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/nodes.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/utils.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb9eec30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9eea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ee300> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9eee40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ede20> import 'jinja2.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ec2c0> import 'jinja2.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9ce3c0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/compiler.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/compiler.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/exceptions.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/exceptions.cpython-312.pyc' import 'jinja2.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba40b90> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/idtracking.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/idtracking.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/visitor.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/visitor.cpython-312.pyc' import 'jinja2.visitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba42060> import 'jinja2.idtracking' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba413a0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/optimizer.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/optimizer.cpython-312.pyc' import 'jinja2.optimizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba425a0> import 'jinja2.compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb9cef30> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/defaults.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/defaults.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/filters.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/filters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/async_utils.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/async_utils.cpython-312.pyc' import 'jinja2.async_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba6a600> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/runtime.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/runtime.cpython-312.pyc' import 'jinja2.runtime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba6b3b0> import 'jinja2.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba680e0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/tests.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/tests.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29ba10> import 'jinja2.tests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29b140> import 'jinja2.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cba43ce0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/lexer.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/lexer.cpython-312.pyc' # /usr/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/_identifier.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/_identifier.cpython-312.pyc' import 'jinja2._identifier' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ba4e0> import 'jinja2.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb29be60> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/parser.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/parser.cpython-312.pyc' import 'jinja2.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2bb200> import 'jinja2.environment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5fcb0> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/loaders.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/loaders.cpython-312.pyc' import 'jinja2.loaders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ed970> import 'jinja2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5cd70> # /usr/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/jinja2/nativetypes.py # code object from '/usr/lib/python3.12/site-packages/jinja2/__pycache__/nativetypes.cpython-312.pyc' import 'jinja2.nativetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb5f8f0> # /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/errors/yaml_strings.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/errors/__pycache__/yaml_strings.cpython-312.pyc' import 'ansible.errors.yaml_strings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef2c0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef4d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.common.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef5c0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/converters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/converters.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/six/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2efaa0> import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef3e0> import 'ansible.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ee900> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/yaml.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/__init__.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/error.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc' import 'yaml.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3401a0> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/tokens.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc' import 'yaml.tokens' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3404d0> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/events.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc' import 'yaml.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3407d0> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/nodes.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc' import 'yaml.nodes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341190> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/loader.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/reader.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc' import 'yaml.reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341820> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/scanner.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc' import 'yaml.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341d00> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/parser.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc' import 'yaml.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb3430e0> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/composer.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc' import 'yaml.composer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb343a40> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/constructor.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc' import 'yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb343e30> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/resolver.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc' import 'yaml.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d220> import 'yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb341490> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/dumper.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/emitter.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc' import 'yaml.emitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d940> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/serializer.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc' import 'yaml.serializer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36eae0> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/representer.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc' import 'yaml.representer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36eea0> import 'yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36d730> # /usr/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/yaml/cyaml.py # code object from '/usr/lib64/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc' # extension module 'yaml._yaml' loaded from '/usr/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so' # extension module 'yaml._yaml' executed from '/usr/lib64/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so' import 'yaml._yaml' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb36fbc0> import 'yaml.cyaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb36f7d0> import 'yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2ef050> import 'ansible.module_utils.common.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2eecc0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19c9b0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/convert_bool.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/parsing/__pycache__/convert_bool.cpython-312.pyc' import 'ansible.module_utils.parsing.convert_bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19c8c0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19cbf0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/quoting.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/quoting.cpython-312.pyc' import 'ansible.parsing.quoting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ccb0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19cdd0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/objects.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/objects.cpython-312.pyc' import 'ansible.parsing.yaml.objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ce30> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e120> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/path.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/path.cpython-312.pyc' import 'ansible.utils.path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e1e0> import 'ansible.config.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb47710> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/collections.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/collections.cpython-312.pyc' import 'ansible.module_utils.common.collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19e750> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/fqcn.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/fqcn.cpython-312.pyc' import 'ansible.utils.fqcn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19ec90> # /usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc matches /usr/lib64/python3.12/encodings/unicode_escape.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/unicode_escape.cpython-312.pyc' import 'encodings.unicode_escape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19f3b0> import 'ansible.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cbb46060> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/display.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/display.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb1d2db0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d2750> # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb1e31a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d16d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19eb10> # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d21b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1e1d60> # /usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc matches /usr/lib64/python3.12/tty.py # code object from '/usr/lib64/python3.12/__pycache__/tty.cpython-312.pyc' import 'tty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d400> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/color.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/color.cpython-312.pyc' import 'ansible.utils.color' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19f650> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/multiprocessing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/multiprocessing.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20fda0> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2253a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20df70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d820> import 'ansible.utils.multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20d760> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/singleton.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/singleton.cpython-312.pyc' import 'ansible.utils.singleton' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20da30> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unsafe_proxy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unsafe_proxy.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/native_jinja.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/native_jinja.cpython-312.pyc' import 'ansible.utils.native_jinja' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23c560> import 'ansible.utils.unsafe_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb20f890> import 'ansible.utils.display' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb19fe90> # /usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/context.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/__pycache__/context.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/context_objects.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/context_objects.cpython-312.pyc' import 'ansible.utils.context_objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e420> import 'ansible.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e150> # /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/__init__.cpython-312.pyc' import 'ansible.cli.arguments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e810> # /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/arguments/option_helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/arguments/__pycache__/option_helpers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2500e0> # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb2686e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb250770> import 'ansible.cli.arguments.option_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23e8a0> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/__init__.cpython-312.pyc' import 'ansible.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb23eb10> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/manager.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/data.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/data.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/group.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/group.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/vars.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb05d580> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb070830> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb282c60> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/splitter.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/splitter.cpython-312.pyc' import 'ansible.parsing.splitter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb070b60> import 'ansible.utils.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb282540> import 'ansible.inventory.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb281550> # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/host.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/host.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/__init__.cpython-312.pyc' import 'ansible.parsing.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071c10> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/addresses.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/addresses.cpython-312.pyc' import 'ansible.parsing.utils.addresses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071c70> import 'ansible.inventory.host' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071670> import 'ansible.inventory.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb280b90> # /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb088290> # /usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/loader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/__pycache__/loader.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08af30> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/typing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/typing.cpython-312.pyc' import 'ansible.module_utils.compat.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08bd70> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08bfb0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.test' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb08be90> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/yaml.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/loader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/loader.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/constructor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/constructor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/vault/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09dd30> # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/__about__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09ec90> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09e930> # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/exceptions.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09f2c0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09f3e0> # extension module '_cffi_backend' loaded from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' # extension module '_cffi_backend' executed from '/usr/local/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' import '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb0b1580> # extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' # extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' import 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cb09f560> import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09ecf0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb09e960> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b2270> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b25d0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/padding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/utils.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc' import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b3b90> import 'cryptography.hazmat.primitives.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b30e0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hmac.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-312.pyc' import 'cryptography.hazmat.primitives.hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b3d40> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.kdf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c84d0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8b90> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8a70> import 'cryptography.hazmat.primitives.kdf.pbkdf2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c8650> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c96d0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0cbef0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc200> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc080> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0cb3b0> import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0ca2d0> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c9af0> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0c9610> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/backend.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0ddc10> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/binding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-312.pyc' import 'cryptography.hazmat.bindings.openssl._conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0de300> import 'cryptography.hazmat.bindings.openssl.binding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dddc0> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc' import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dfe90> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dff20> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f8b30> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc' import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f9190> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0fac90> import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0f8410> # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc' # /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py # code object from '/usr/local/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108170> import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0fb800> import 'cryptography.hazmat.backends.openssl.backend' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dcaa0> import 'cryptography.hazmat.backends.openssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0dc8f0> import 'ansible.parsing.vault' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072f60> import 'ansible.parsing.yaml.constructor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072750> import 'ansible.parsing.yaml.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072390> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/ajson.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/ajson.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/json.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/json.cpython-312.pyc' import 'ansible.module_utils.common.json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108560> import 'ansible.parsing.ajson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb073260> import 'ansible.parsing.utils.yaml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb071d90> # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_config.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_config.cpython-312.pyc' import 'ansible.utils.collection_loader._collection_config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb108f50> # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_finder.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_finder.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/_collection_meta.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/collection_loader/__pycache__/_collection_meta.cpython-312.pyc' import 'ansible.utils.collection_loader._collection_meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1205c0> import 'ansible.utils.collection_loader._collection_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1097f0> import 'ansible.utils.collection_loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb072db0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/plugin_docs.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/plugin_docs.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/plugin_docs.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/plugin_docs.cpython-312.pyc' import 'ansible.parsing.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1212e0> import 'ansible.utils.plugin_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb10b170> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc' import 'packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121880> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/specifiers.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/utils.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/tags.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc matches /usr/lib64/python3.12/sysconfig.py # code object from '/usr/lib64/python3.12/__pycache__/sysconfig.cpython-312.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb135640> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_manylinux.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_elffile.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc' import 'packaging._elffile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb137da0> import 'packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb137200> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_musllinux.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc' import 'packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf50950> import 'packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb123da0> # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/version.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/packaging/_structures.py # code object from '/usr/local/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc' import 'packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf52900> import 'packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf514f0> import 'packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1234a0> import 'packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121a60> import 'ansible.plugins.loader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb088a40> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/helpers.cpython-312.pyc' import 'ansible.utils.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70caf53560> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/__init__.cpython-312.pyc' import 'ansible.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121d00> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/plugins.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/plugins.cpython-312.pyc' import 'ansible.vars.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb121dc0> import 'ansible.inventory.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb252c60> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/file.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/file.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70cae5ff50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cae5c7d0> import 'ansible.module_utils.common.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cae5c530> # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/dataloader.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/dataloader.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/basic.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/basic.cpython-312.pyc' # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca26b0b0> import 'pwd' # # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca26b470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca26b650> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284c20> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284e00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca284fe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca26b8f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca286ed0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca286a80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/selinux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/selinux.cpython-312.pyc' import 'ansible.module_utils.compat.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca286e70> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/_text.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/_text.cpython-312.pyc' import 'ansible.module_utils._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287530> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/arg_spec.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/arg_spec.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/parameters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/parameters.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/warnings.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/warnings.cpython-312.pyc' import 'ansible.module_utils.common.warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298590> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/errors.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/errors.cpython-312.pyc' import 'ansible.module_utils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298860> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/validation.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/validation.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/formatters.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/text/__pycache__/formatters.cpython-312.pyc' import 'ansible.module_utils.common.text.formatters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca299a90> import 'ansible.module_utils.common.validation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca298b30> import 'ansible.module_utils.common.parameters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287a40> import 'ansible.module_utils.common.arg_spec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287560> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/locale.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/locale.cpython-312.pyc' import 'ansible.module_utils.common.locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca299e50> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/process.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/process.cpython-312.pyc' import 'ansible.module_utils.common.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a030> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/sys_info.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/sys_info.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a7e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a570> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a4e0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/common/_utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/common/__pycache__/_utils.cpython-312.pyc' import 'ansible.module_utils.common._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a450> import 'ansible.module_utils.common.sys_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca29a0c0> import 'ansible.module_utils.basic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268fb0> import 'ansible.parsing.dataloader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268110> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/manager.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/inventory/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/inventory/__pycache__/helpers.cpython-312.pyc' import 'ansible.inventory.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ccbf0> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/fact_cache.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/fact_cache.cpython-312.pyc' import 'ansible.vars.fact_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cce60> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/native_helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/native_helpers.cpython-312.pyc' import 'ansible.template.native_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ce6f0> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/template.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/template.cpython-312.pyc' import 'ansible.template.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ce9c0> # /usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/template/vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/template/__pycache__/vars.cpython-312.pyc' import 'ansible.template.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ceab0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/listify.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/listify.cpython-312.pyc' import 'ansible.utils.listify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2ced80> import 'ansible.template' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cd370> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/clean.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/clean.cpython-312.pyc' import 'ansible.vars.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf110> import 'ansible.vars.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca268dd0> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/completers.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/completers.cpython-312.pyc' import 'argcomplete.completers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf4d0> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/exceptions.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/exceptions.cpython-312.pyc' import 'argcomplete.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf980> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/finders.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/finders.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/io.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/io.cpython-312.pyc' import 'argcomplete.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304470> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/lexers.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/lexers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/__init__.cpython-312.pyc' import 'argcomplete.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304a10> # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_shlex.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_shlex.cpython-312.pyc' import 'argcomplete.packages._shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304b90> import 'argcomplete.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304770> # /usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/packages/_argparse.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/packages/__pycache__/_argparse.cpython-312.pyc' import 'argcomplete.packages._argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca304ec0> import 'argcomplete.finders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cfa70> # /usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/argcomplete/shell_integration.py # code object from '/usr/local/lib/python3.12/site-packages/argcomplete/__pycache__/shell_integration.cpython-312.pyc' import 'argcomplete.shell_integration' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3050d0> import 'argcomplete' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca2cf230> import 'ansible.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc338bf0> # /usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/cli/playbook.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/cli/__pycache__/playbook.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3056a0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/playbook_executor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/playbook_executor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_queue_manager.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_queue_manager.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca328950> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca328230> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca3283b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3076b0> # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ca328a70> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca32ac30> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca328ce0> import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca306960> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/play_iterator.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/play_iterator.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/attribute.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/attribute.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/sentinel.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/sentinel.cpython-312.pyc' import 'ansible.utils.sentinel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345be0> import 'ansible.playbook.attribute' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345520> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/base.cpython-312.pyc' import 'ansible.playbook.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca345d30> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/block.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/block.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/conditional.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/conditional.cpython-312.pyc' import 'ansible.playbook.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78140> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/collectionsearch.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/collectionsearch.cpython-312.pyc' import 'ansible.playbook.collectionsearch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78530> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/delegatable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/delegatable.cpython-312.pyc' import 'ansible.playbook.delegatable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78740> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/helpers.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/helpers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/mod_args.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/__pycache__/mod_args.cpython-312.pyc' import 'ansible.parsing.mod_args' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f78d40> import 'ansible.playbook.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f788c0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/notifiable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/notifiable.cpython-312.pyc' import 'ansible.playbook.notifiable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f791f0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/metadata.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/metadata.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/requirement.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/requirement.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/definition.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/definition.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/taggable.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/taggable.cpython-312.pyc' import 'ansible.playbook.taggable' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b320> import 'ansible.playbook.role.definition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7aae0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/galaxy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/galaxy.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc matches /usr/lib64/python3.12/tarfile.py # code object from '/usr/lib64/python3.12/__pycache__/tarfile.cpython-312.pyc' import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b9b0> import 'ansible.utils.galaxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7b710> import 'ansible.playbook.role.requirement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a660> import 'ansible.playbook.role.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a1b0> import 'ansible.playbook.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f792e0> import 'ansible.playbook.block' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca347770> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/loop_control.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/loop_control.cpython-312.pyc' import 'ansible.playbook.loop_control' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc87d0> import 'ansible.playbook.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fa4230> import 'ansible.playbook.play' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca3448f0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/playbook_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/playbook_include.cpython-312.pyc' import 'ansible.playbook.playbook_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc8fb0> import 'ansible.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca344170> import 'ansible.executor.play_iterator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca329fa0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/stats.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/stats.cpython-312.pyc' import 'ansible.executor.stats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb0b1460> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_result.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_result.cpython-312.pyc' import 'ansible.executor.task_result' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca287a10> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/play_context.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/play_context.cpython-312.pyc' import 'ansible.playbook.play_context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9460> # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc matches /usr/lib64/python3.12/difflib.py # code object from '/usr/lib64/python3.12/__pycache__/difflib.cpython-312.pyc' import 'difflib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fca990> # /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/dumper.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/yaml/__pycache__/dumper.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/hostvars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/hostvars.cpython-312.pyc' import 'ansible.vars.hostvars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe5df0> import 'ansible.parsing.yaml.dumper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe5af0> import 'ansible.plugins.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9c10> # /usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/vars/reserved.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/vars/__pycache__/reserved.cpython-312.pyc' import 'ansible.vars.reserved' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fc9d30> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/lock.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/lock.cpython-312.pyc' import 'ansible.utils.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe65d0> # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9fe6660> import 'ansible.executor.task_queue_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305a00> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/ssh_functions.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/ssh_functions.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/paramiko.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/paramiko.cpython-312.pyc' import 'ansible.module_utils.compat.paramiko' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00c9e0> import 'ansible.utils.ssh_functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9f7a060> import 'ansible.executor.playbook_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305700> import 'ansible.cli.playbook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca305280> [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. import 'ansible_collections' # _AnsibleCollectionRootPkgLoader(path=['/tmp/collections-LvY/ansible_collections']) import 'ansible_collections.fedora' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-LvY/ansible_collections/fedora']) import 'ansible_collections.fedora.linux_system_roles' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles']) import 'ansible_collections.ansible' # _AnsibleCollectionNSPkgLoader(path=['/tmp/collections-LvY/ansible_collections/ansible']) import 'ansible_collections.ansible.builtin' # _AnsibleCollectionPkgLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc2723c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/cache/__pycache__/memory.cpython-312.pyc' import 'ansible.plugins.inventory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cb1d17c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/host_list.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/script.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/auto.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/yaml.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/ini.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/shlex.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/shlex.cpython-312.pyc' import 'ansible.utils.shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00e5d0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/__pycache__/toml.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/__init__.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_parser.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_re.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_re.cpython-312.pyc' # /usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc matches /usr/lib64/python3.12/tomllib/_types.py # code object from '/usr/lib64/python3.12/tomllib/__pycache__/_types.cpython-312.pyc' import 'tomllib._types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca0259a0> import 'tomllib._re' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca025550> import 'tomllib._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00fef0> import 'tomllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00fce0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.vars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca00eae0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__pycache__/host_group_vars.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.doc_fragments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca040410> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/vars_plugin_staging.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca041f10> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.become' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca0436e0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/__init__.cpython-312.pyc' import 'ansible.plugins.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca043d40> import 'ansible.plugins.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca042c90> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/local.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc matches /usr/lib64/python3.12/pty.py # code object from '/usr/lib64/python3.12/__pycache__/pty.cpython-312.pyc' import 'pty' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05c6b0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/connection_pipelining.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/paramiko_ssh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/psrp.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/powershell.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05eae0> # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05ee40> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e21d30> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9e23170> # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9e22f00> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05ea50> import 'ansible.plugins.shell.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ca05e180> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/hashing.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/hashing.cpython-312.pyc' import 'ansible.utils.hashing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e23470> # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/ssh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__pycache__/winrm.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/json_utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/json_utils.cpython-312.pyc' import 'ansible.module_utils.json_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e60f50> # /usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/xmltodict.py # code object from '/usr/local/lib/python3.12/site-packages/__pycache__/xmltodict.cpython-312.pyc' # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61a00> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61be0> # /usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/__init__.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/xmlreader.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/xmlreader.cpython-312.pyc' # /usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/handler.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/handler.cpython-312.pyc' import 'xml.sax.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e635f0> # /usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/_exceptions.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.pyc' import 'xml.sax._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e63c20> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61f10> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61ca0> # /usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc matches /usr/lib64/python3.12/xml/sax/saxutils.py # code object from '/usr/lib64/python3.12/xml/sax/__pycache__/saxutils.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e21490> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9ec4b30> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e9e0c0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e40110> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efd670> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e9e9c0> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e7dca0> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e61820> import 'xmltodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e60f80> # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/cmd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_windows.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__pycache__/sh.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/shell_common.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/runas.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/su.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__pycache__/sudo.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler.cpython-312.pyc' import 'ansible.playbook.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efee10> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/task_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/task_include.cpython-312.pyc' import 'ansible.playbook.task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efcad0> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/role_include.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/role/include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/role/__pycache__/include.cpython-312.pyc' import 'ansible.playbook.role.include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff530> import 'ansible.playbook.role_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff110> # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/handler_task_include.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/handler_task_include.cpython-312.pyc' import 'ansible.playbook.handler_task_include' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9eff890> # /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/modules/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__/__init__.cpython-312.pyc' import 'ansible.modules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efd9d0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/module_common.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/module_common.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/interpreter_discovery.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/interpreter_discovery.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/compat.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/compat.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/namespace.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/namespace.cpython-312.pyc' import 'ansible.module_utils.facts.namespace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3fc50> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/default_collectors.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/default_collectors.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/collector.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/collector.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/timeout.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/timeout.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5d790> import 'ansible.module_utils.facts.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5d520> import 'ansible.module_utils.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5cce0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.other' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5ec90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/facter.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/facter.cpython-312.pyc' import 'ansible.module_utils.facts.other.facter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5f4a0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/ohai.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/other/__pycache__/ohai.cpython-312.pyc' import 'ansible.module_utils.facts.other.ohai' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5f8c0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.system' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fbf0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/apparmor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/apparmor.cpython-312.pyc' import 'ansible.module_utils.facts.system.apparmor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fd40> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/caps.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/caps.cpython-312.pyc' import 'ansible.module_utils.facts.system.caps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5fe90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/chroot.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/chroot.cpython-312.pyc' import 'ansible.module_utils.facts.system.chroot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d5ffb0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/cmdline.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/cmdline.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/utils.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/utils.cpython-312.pyc' import 'ansible.module_utils.facts.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c4d0> import 'ansible.module_utils.facts.system.cmdline' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c230> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/distribution.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/distribution.cpython-312.pyc' import 'ansible.module_utils.facts.system.distribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7c560> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/date_time.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/date_time.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/datetime.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/compat/__pycache__/datetime.cpython-312.pyc' import 'ansible.module_utils.compat.datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e240> import 'ansible.module_utils.facts.system.date_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7dd60> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/env.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/env.cpython-312.pyc' import 'ansible.module_utils.facts.system.env' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e5d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/dns.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/dns.cpython-312.pyc' import 'ansible.module_utils.facts.system.dns' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e690> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/fips.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/fips.cpython-312.pyc' import 'ansible.module_utils.facts.system.fips' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e750> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/loadavg.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/loadavg.cpython-312.pyc' import 'ansible.module_utils.facts.system.loadavg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7e810> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/local.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/local.cpython-312.pyc' import 'ansible.module_utils.facts.system.local' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ea20> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/lsb.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/lsb.cpython-312.pyc' import 'ansible.module_utils.facts.system.lsb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ec90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/pkg_mgr.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/pkg_mgr.cpython-312.pyc' import 'ansible.module_utils.facts.system.pkg_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ee70> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/platform.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/platform.cpython-312.pyc' import 'ansible.module_utils.facts.system.platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f500> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/python.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/python.cpython-312.pyc' import 'ansible.module_utils.facts.system.python' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f800> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/selinux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/selinux.cpython-312.pyc' import 'ansible.module_utils.facts.system.selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f890> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/service_mgr.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/service_mgr.cpython-312.pyc' import 'ansible.module_utils.facts.system.service_mgr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7f950> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/ssh_pub_keys.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/ssh_pub_keys.cpython-312.pyc' import 'ansible.module_utils.facts.system.ssh_pub_keys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d7ff50> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/user.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/system/__pycache__/user.cpython-312.pyc' import 'ansible.module_utils.facts.system.user' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c2f0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.hardware' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c350> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c560> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/aix.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/aix.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9c7d0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/darwin.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/darwin.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/sysctl.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/sysctl.cpython-312.pyc' import 'ansible.module_utils.facts.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d4c0> import 'ansible.module_utils.facts.hardware.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9ce30> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/dragonfly.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/freebsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d730> import 'ansible.module_utils.facts.hardware.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9d520> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9dc70> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/hurd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/hurd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9e270> import 'ansible.module_utils.facts.hardware.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9dfa0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9f830> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9fb90> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/hardware/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.hardware.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9fec0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db86e0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.network.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db8890> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/aix.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/aix.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/generic_bsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/generic_bsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.generic_bsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9160> import 'ansible.module_utils.facts.network.aix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db8bc0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/darwin.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/darwin.cpython-312.pyc' import 'ansible.module_utils.facts.network.darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9af0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/dragonfly.cpython-312.pyc' import 'ansible.module_utils.facts.network.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9b50> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/fc_wwn.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/fc_wwn.cpython-312.pyc' import 'ansible.module_utils.facts.network.fc_wwn' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9ca0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/freebsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9f10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.network.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9db9fd0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/hurd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/hurd.cpython-312.pyc' import 'ansible.module_utils.facts.network.hurd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dba180> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.network.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dba360> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/iscsi.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/iscsi.cpython-312.pyc' import 'ansible.module_utils.facts.network.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbad20> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/nvme.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/nvme.cpython-312.pyc' import 'ansible.module_utils.facts.network.nvme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbaff0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb140> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.network.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb230> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/network/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.network.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb470> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/__init__.cpython-312.pyc' import 'ansible.module_utils.facts.virtual' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb740> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/base.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/base.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbb8c0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/dragonfly.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/dragonfly.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/freebsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/freebsd.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sysctl.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sysctl.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.sysctl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbe90> import 'ansible.module_utils.facts.virtual.freebsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbc80> import 'ansible.module_utils.facts.virtual.dragonfly' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbaa0> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/hpux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/hpux.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.hpux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dbbf80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/linux.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/linux.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.linux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8200> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/netbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/netbsd.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.netbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8890> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/openbsd.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/openbsd.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.openbsd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8a10> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/sunos.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/virtual/__pycache__/sunos.cpython-312.pyc' import 'ansible.module_utils.facts.virtual.sunos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8b60> import 'ansible.module_utils.facts.default_collectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3ff80> # /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/ansible_collector.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/facts/__pycache__/ansible_collector.cpython-312.pyc' import 'ansible.module_utils.facts.ansible_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dd8b90> import 'ansible.module_utils.facts.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3f8c0> import 'ansible.module_utils.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3f590> import 'ansible.executor.interpreter_discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3ec30> # /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.powershell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda0c0> # /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/powershell/module_manifest.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/powershell/__pycache__/module_manifest.cpython-312.pyc' import 'ansible.executor.powershell.module_manifest' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda1e0> # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/action_write_locks.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/action_write_locks.cpython-312.pyc' import 'ansible.executor.action_write_locks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9dda660> import 'ansible.executor.module_common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d3d8b0> # /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/parsing/utils/jsonify.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/parsing/utils/__pycache__/jsonify.cpython-312.pyc' import 'ansible.parsing.utils.jsonify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9ddb1d0> import 'ansible.plugins.action' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d20ad0> import 'ansible_collections.ansible.builtin.plugins' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.builtin.plugins.action' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.builtin.plugins.callback' # _AnsibleCollectionLoader(path=None) import 'ansible_collections.ansible.posix' # _AnsibleCollectionPkgLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix']) import 'ansible_collections.ansible.posix.plugins' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix/plugins']) import 'ansible_collections.ansible.posix.plugins.callback' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback']) # /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc matches /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/debug.py # code object from '/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/debug.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/default.cpython-312.pyc' import 'ansible.plugins.callback.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df2420> # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/default_callback.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/__pycache__/result_format_callback.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/junit.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/_junit_xml.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/_junit_xml.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9c144d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c14380> # /usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/__init__.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/domreg.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/domreg.cpython-312.pyc' import 'xml.dom.domreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c158e0> import 'xml.dom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c150d0> # /usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minidom.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minidom.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/minicompat.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/minicompat.cpython-312.pyc' import 'xml.dom.minicompat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c38f80> # /usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/xmlbuilder.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/xmlbuilder.cpython-312.pyc' # /usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc matches /usr/lib64/python3.12/xml/dom/NodeFilter.py # code object from '/usr/lib64/python3.12/xml/dom/__pycache__/NodeFilter.cpython-312.pyc' import 'xml.dom.NodeFilter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c3b380> import 'xml.dom.xmlbuilder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c39fa0> import 'xml.dom.minidom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df1400> import 'ansible.utils._junit_xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9df3aa0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/minimal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/oneline.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__/tree.cpython-312.pyc' # /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc matches /tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py # code object from '/tmp/collections-LvY/ansible_collections/ansible/posix/plugins/callback/__pycache__/profile_tasks.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c78f20> # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c79bb0> # /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7af30> # /usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/process/worker.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/process/__pycache__/worker.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/task_executor.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/__pycache__/task_executor.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/module_utils/connection.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/module_utils/__pycache__/connection.cpython-312.pyc' import 'ansible.module_utils.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c98380> import 'ansible.executor.task_executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7b560> import 'ansible.executor.process.worker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c7aff0> import 'ansible.plugins.strategy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b680> # /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/__pycache__/linear.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/playbook/included_file.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/playbook/__pycache__/included_file.cpython-312.pyc' import 'ansible.playbook.included_file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c989e0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/gather_facts.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/gather_facts.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/popen_fork.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/popen_fork.cpython-312.pyc' import 'multiprocessing.popen_fork' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c997c0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9d9f7d0> # /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/executor/discovery/__pycache__/__init__.cpython-312.pyc' import 'ansible.executor.discovery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9af90> [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/debug.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/debug.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame import 'ansible_collections.fedora.linux_system_roles.roles' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles']) import 'ansible_collections.fedora.linux_system_roles.roles.kdump' # _AnsibleCollectionLoader(path=['/tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump']) PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919a00> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a750> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938980> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939d90> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99386e0> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939f10> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b6e0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a900> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f8110> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919100> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a480> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938650> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bcb0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991b1a0> # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a960> # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939970> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a150> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919df0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b290> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939ac0> # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b2f0> import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efe3c0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a4b0> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a150> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb1a0> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c993bc20> # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b830> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991aea0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a690> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919e20> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919af0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919af0> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99181a0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fac60> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5b8c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58b30> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/set_fact.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5b1a0> PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919430> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/include_vars.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919580> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/package.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9efff50> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919910> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a2a0> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9938b60> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939520> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938a70> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bbf0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ad50> # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f85f0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58380> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a595e0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a690> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99391f0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9e20da0> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938da0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8200> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb7f80> # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bc50> import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b950> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993acc0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bda0> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919f40> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f8320> import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991bd10> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c70> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb710> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bec0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39d30> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70cc163320> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a5d0> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5bd10> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58410> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a584a0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb5c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.expired-pgp-keys # destroy dnf.plugin.dynamic.expired-pgp-keys # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # cleanup[3] wiping _decimal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy _dbus_bindings # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy platform # destroy _uuid # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _hashlib # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/service.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/service.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb5370> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991ab40> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991ba70> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py PyThreadState_Clear: warning: thread still has a frame # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9939430> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ad80> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ac30> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bfe0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b440> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f82f0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a960> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a030> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8080> import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938230> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a1b0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919dc0> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991a480> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918170> # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c993b080> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a8d0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b0e0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8170> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b950> import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99182c0> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f88f0> # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fb560> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8560> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfa4b0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a660> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918830> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919670> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99189e0> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919940> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbc80> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/command.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ctypes.util # cleanup[2] removing calendar # destroy calendar # cleanup[2] removing termios # cleanup[2] removing tty # cleanup[2] removing pty # destroy pty # cleanup[2] removing ansible.module_utils.compat.typing # destroy ansible.module_utils.compat.typing # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy pwd # destroy syslog # destroy uuid # destroy array # destroy _hashlib # destroy _blake2 # destroy selinux # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy datetime # destroy tty # destroy termios # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy locale # destroy signal # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy shutil # destroy errno # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy posixpath # destroy copyreg # destroy contextlib # destroy select # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ad20> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94ce0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5af90> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f9370> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bb6060> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9520> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fa720> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8a70> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99fb170> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fad50> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c10> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b947a0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a690> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a480> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58230> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919520> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9822bd0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy _hashlib # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy itertools # destroy _collections # destroy _operator # destroy _sha2 # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3aa20> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c98ce0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939d60> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9918530> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939760> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918f50> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58e90> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9919040> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a58680> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ac00> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97e30> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c99c10> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a38b90> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a38920> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b320> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39370> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9823020> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a9c0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97ef0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ae70> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9938f80> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bf9400> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a600> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a120> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a59250> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820860> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820ad0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991aff0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94ce0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a510> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9b2f0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9b230> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9bce0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9823d40> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d7c0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.test' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing hmac # destroy hmac # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy hashlib # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/template.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3a420> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9a960> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c991b8f0> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a58710> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f8a70> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58ec0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820b30> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58b90> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820230> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98206e0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c9aea0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c995b0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3bf80> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b7a0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a390a0> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3a870> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983c4a0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/copy.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/version.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/version.cpython-312.pyc' import 'ansible.utils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bb00> # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/files.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__pycache__/uri.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bf9d00> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938a40> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbce0> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99f9340> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a39dc0> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9a60> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820320> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b94a40> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98212e0> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820f20> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58680> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99385f0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bc80> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b920> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99397f0> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfb020> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983cd70> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a690> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938770> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f82f0> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c99fa000> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3b320> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99facc0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98201d0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b95d30> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98218e0> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98213d0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5ac90> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c78e60> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b5f0> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a2a0> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938050> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a7e0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d2e0> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a58e90> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b8c0> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918290> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a3a990> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99f9400> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3ba70> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98212b0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820a40> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9821e50> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98219d0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b7a0> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993bf20> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938350> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9938d10> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a570> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a585c0> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983d730> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' import 'ansible_collections.ansible.builtin.plugins.filter' # _AnsibleCollectionLoader(path=None) # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/fail.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/fail.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9939400> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ae10> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918350> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9a39f70> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9b97ef0> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820560> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98219d0> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98203b0> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c98224b0> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9821fa0> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfa300> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ab10> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a510> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993a840> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993b290> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fa840> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c983dc70> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/assert.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/assert.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/core.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/encrypt.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/encrypt.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/__init__.cpython-312.pyc' import 'passlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfbc20> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/hash.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/hash.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/registry.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/registry.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/exc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/exc.cpython-312.pyc' import 'passlib.exc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c993ac90> # /usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/ifc.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/__pycache__/ifc.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/__init__.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/compat/__init__.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/compat/__pycache__/__init__.cpython-312.pyc' import 'passlib.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9918830> # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9820560> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a3bb90> # /usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc matches /usr/lib64/python3.12/timeit.py # code object from '/usr/lib64/python3.12/__pycache__/timeit.cpython-312.pyc' import 'gc' # import 'timeit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9820770> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/binary.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/binary.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/decor.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/decor.cpython-312.pyc' import 'passlib.utils.decor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9821c10> import 'passlib.utils.binary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c98200b0> # /usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc matches /usr/lib64/python3.12/crypt.py # code object from '/usr/lib64/python3.12/__pycache__/crypt.cpython-312.pyc' # extension module '_crypt' loaded from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' # extension module '_crypt' executed from '/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312-x86_64-linux-gnu.so' import '_crypt' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70c9822810> import 'crypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9822330> import 'passlib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99fbb00> import 'passlib.ifc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c99393d0> import 'passlib.registry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c59c70> # destroy passlib.hash import 'passlib.hash' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5a090> # /usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/passlib/utils/handlers.py # code object from '/usr/local/lib/python3.12/site-packages/passlib/utils/__pycache__/handlers.cpython-312.pyc' import 'passlib.utils.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9c5af90> import 'ansible.utils.encrypt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9bfbb00> # /usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/utils/unicode.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/utils/__pycache__/unicode.cpython-312.pyc' import 'ansible.utils.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70c9a5a810> # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/encryption.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/mathstuff.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urls.cpython-312.pyc' # /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__pycache__/urlsplit.cpython-312.pyc' PyThreadState_Clear: warning: thread still has a frame # /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc matches /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py # code object from '/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__/normal.cpython-312.pyc' # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing inspect # cleanup[2] removing ansible._vendor # cleanup[2] removing ansible.release # cleanup[2] removing ansible # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing fnmatch # cleanup[2] removing ntpath # cleanup[2] removing errno # cleanup[2] removing urllib # cleanup[2] removing math # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing binascii # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing threading # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing textwrap # cleanup[2] removing quopri # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # cleanup[2] removing _socket # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing base64 # cleanup[2] removing email.base64mime # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing email.quoprimime # cleanup[2] removing email.errors # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.utils # cleanup[2] removing email.header # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing importlib.metadata._functools # cleanup[2] removing importlib.metadata._text # cleanup[2] removing importlib.metadata._adapters # cleanup[2] removing importlib.metadata._meta # cleanup[2] removing importlib.metadata._collections # cleanup[2] removing importlib.metadata._itertools # cleanup[2] removing tempfile # cleanup[2] removing importlib.resources.abc # cleanup[2] removing importlib.resources._adapters # cleanup[2] removing importlib.resources._common # cleanup[2] removing importlib.resources._legacy # cleanup[2] removing importlib.resources # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.metadata # cleanup[2] removing ansible.module_utils # cleanup[2] removing ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.version # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing traceback # cleanup[2] removing ansible.config # cleanup[2] removing atexit # cleanup[2] removing configparser # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing jinja2.bccache # cleanup[2] removing markupsafe._speedups # cleanup[2] removing markupsafe # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing jinja2.utils # cleanup[2] removing jinja2.nodes # cleanup[2] removing jinja2.exceptions # cleanup[2] removing jinja2.visitor # cleanup[2] removing jinja2.idtracking # cleanup[2] removing jinja2.optimizer # cleanup[2] removing jinja2.compiler # cleanup[2] removing jinja2.async_utils # cleanup[2] removing jinja2.runtime # cleanup[2] removing jinja2.filters # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing jinja2.tests # cleanup[2] removing jinja2.defaults # cleanup[2] removing jinja2._identifier # cleanup[2] removing jinja2.lexer # cleanup[2] removing jinja2.parser # cleanup[2] removing jinja2.environment # cleanup[2] removing jinja2.loaders # cleanup[2] removing jinja2 # destroy jinja2 # destroy jinja2.bccache # destroy jinja2.utils # destroy jinja2.exceptions # destroy jinja2.visitor # destroy jinja2.idtracking # destroy jinja2.optimizer # destroy jinja2.compiler # destroy jinja2.async_utils # destroy jinja2.runtime # destroy jinja2.filters # destroy jinja2.tests # destroy jinja2.defaults # destroy jinja2._identifier # destroy jinja2.lexer # destroy jinja2.parser # destroy jinja2.environment # destroy jinja2.loaders # cleanup[2] removing jinja2.nativetypes # destroy jinja2.nativetypes # cleanup[2] removing ansible.errors.yaml_strings # cleanup[2] removing ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # cleanup[2] removing ansible.errors # cleanup[2] removing yaml.error # cleanup[2] removing yaml.tokens # cleanup[2] removing yaml.events # cleanup[2] removing yaml.nodes # cleanup[2] removing yaml.reader # cleanup[2] removing yaml.scanner # cleanup[2] removing yaml.parser # cleanup[2] removing yaml.composer # cleanup[2] removing yaml.constructor # cleanup[2] removing yaml.resolver # cleanup[2] removing yaml.loader # cleanup[2] removing yaml.emitter # cleanup[2] removing yaml.serializer # cleanup[2] removing yaml.representer # cleanup[2] removing yaml.dumper # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_6 # destroy _cython_3_0_6 # cleanup[2] removing yaml._yaml # cleanup[2] removing yaml.cyaml # cleanup[2] removing yaml # cleanup[2] removing ansible.module_utils.common.yaml # cleanup[2] removing ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # cleanup[2] removing ansible.parsing # cleanup[2] removing ansible.parsing.quoting # cleanup[2] removing ansible.parsing.yaml # cleanup[2] removing ansible.parsing.yaml.objects # cleanup[2] removing ansible.utils # cleanup[2] removing ansible.utils.path # cleanup[2] removing ansible.config.manager # cleanup[2] removing ansible.module_utils.common.collections # cleanup[2] removing ansible.utils.fqcn # cleanup[2] removing encodings.unicode_escape # cleanup[2] removing ansible.constants # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing tty # cleanup[2] removing ansible.utils.color # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # cleanup[2] removing multiprocessing # cleanup[2] removing ansible.utils.multiprocessing # cleanup[2] removing ansible.utils.singleton # cleanup[2] removing ansible.utils.native_jinja # cleanup[2] removing ansible.utils.unsafe_proxy # cleanup[2] removing ansible.utils.display # cleanup[2] removing ansible.utils.context_objects # cleanup[2] removing ansible.context # cleanup[2] removing ansible.cli.arguments # cleanup[2] removing copy # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing ansible.cli.arguments.option_helpers # cleanup[2] removing ansible.inventory # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing ansible.parsing.splitter # cleanup[2] removing ansible.utils.vars # cleanup[2] removing ansible.inventory.group # cleanup[2] removing ansible.parsing.utils # cleanup[2] removing ansible.parsing.utils.addresses # cleanup[2] removing ansible.inventory.host # cleanup[2] removing ansible.inventory.data # cleanup[2] removing ansible.plugins # cleanup[2] removing glob # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing ansible.plugins.filter # cleanup[2] removing ansible.plugins.test # cleanup[2] removing shlex # cleanup[2] removing cryptography.__about__ # cleanup[2] removing cryptography # cleanup[2] removing cryptography.hazmat # cleanup[2] removing cryptography.hazmat.bindings # cleanup[2] removing _cffi_backend # cleanup[2] removing _openssl # cleanup[2] removing cryptography.hazmat.bindings._rust # cleanup[2] removing cryptography.exceptions # cleanup[2] removing cryptography.hazmat.backends # cleanup[2] removing cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.hashes # cleanup[2] removing cryptography.utils # cleanup[2] removing cryptography.hazmat.primitives.padding # cleanup[2] removing cryptography.hazmat.primitives.hmac # cleanup[2] removing cryptography.hazmat.primitives.kdf # cleanup[2] removing hmac # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing cryptography.hazmat.primitives.kdf.pbkdf2 # cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm # cleanup[2] removing cryptography.hazmat.decrepit # cleanup[2] removing cryptography.hazmat.decrepit.ciphers # cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers # cleanup[2] removing cryptography.hazmat.bindings.openssl # cleanup[2] removing cryptography.hazmat.bindings.openssl._conditional # cleanup[2] removing cryptography.hazmat.bindings.openssl.binding # cleanup[2] removing cryptography.hazmat.primitives._asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat._oid # cleanup[2] removing cryptography.hazmat.primitives._serialization # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding # cleanup[2] removing cryptography.hazmat.backends.openssl.backend # destroy cryptography.hazmat.backends.openssl.backend # cleanup[2] removing cryptography.hazmat.backends.openssl # cleanup[2] removing ansible.parsing.vault # cleanup[2] removing ansible.parsing.yaml.constructor # cleanup[2] removing ansible.parsing.yaml.loader # cleanup[2] removing ansible.module_utils.common.json # cleanup[2] removing ansible.parsing.ajson # cleanup[2] removing ansible.parsing.utils.yaml # cleanup[2] removing ansible.utils.collection_loader._collection_config # cleanup[2] removing ansible.utils.collection_loader._collection_meta # cleanup[2] removing ansible.utils.collection_loader._collection_finder # cleanup[2] removing ansible.utils.collection_loader # cleanup[2] removing ansible.parsing.plugin_docs # cleanup[2] removing ansible.utils.plugin_docs # cleanup[2] removing packaging # destroy packaging # cleanup[2] removing sysconfig # cleanup[2] removing packaging._elffile # destroy packaging._elffile # cleanup[2] removing packaging._manylinux # cleanup[2] removing packaging._musllinux # cleanup[2] removing packaging.tags # destroy packaging.tags # cleanup[2] removing packaging._structures # destroy packaging._structures # cleanup[2] removing packaging.version # destroy packaging.version # cleanup[2] removing packaging.utils # destroy packaging.utils # cleanup[2] removing packaging.specifiers # destroy packaging.specifiers # cleanup[2] removing ansible.plugins.loader # cleanup[2] removing ansible.utils.helpers # cleanup[2] removing ansible.vars # cleanup[2] removing ansible.vars.plugins # cleanup[2] removing ansible.inventory.manager # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # cleanup[2] removing grp # cleanup[2] removing pwd # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # cleanup[2] removing ansible.parsing.dataloader # cleanup[2] removing ansible.inventory.helpers # cleanup[2] removing ansible.vars.fact_cache # cleanup[2] removing ansible.template.native_helpers # cleanup[2] removing ansible.template.template # cleanup[2] removing ansible.template.vars # cleanup[2] removing ansible.utils.listify # cleanup[2] removing ansible.template # cleanup[2] removing ansible.vars.clean # cleanup[2] removing ansible.vars.manager # cleanup[2] removing argcomplete.completers # cleanup[2] removing argcomplete.exceptions # cleanup[2] removing argcomplete.io # cleanup[2] removing argcomplete.packages # cleanup[2] removing argcomplete.packages._shlex # cleanup[2] removing argcomplete.lexers # cleanup[2] removing argcomplete.packages._argparse # cleanup[2] removing argcomplete.finders # cleanup[2] removing argcomplete.shell_integration # cleanup[2] removing argcomplete # cleanup[2] removing ansible.cli # cleanup[2] removing ansible.executor # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.util # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.queues # cleanup[2] removing ansible.utils.sentinel # cleanup[2] removing ansible.playbook.attribute # cleanup[2] removing ansible.playbook.base # cleanup[2] removing ansible.playbook.conditional # cleanup[2] removing ansible.playbook.collectionsearch # cleanup[2] removing ansible.playbook.delegatable # cleanup[2] removing ansible.parsing.mod_args # cleanup[2] removing ansible.playbook.helpers # cleanup[2] removing ansible.playbook.notifiable # cleanup[2] removing ansible.playbook.taggable # cleanup[2] removing ansible.playbook.role.definition # cleanup[2] removing tarfile # cleanup[2] removing ansible.utils.galaxy # cleanup[2] removing ansible.playbook.role.requirement # cleanup[2] removing ansible.playbook.role.metadata # cleanup[2] removing ansible.playbook.role # cleanup[2] removing ansible.playbook.block # cleanup[2] removing ansible.playbook.loop_control # cleanup[2] removing ansible.playbook.task # cleanup[2] removing ansible.playbook.play # cleanup[2] removing ansible.playbook.playbook_include # cleanup[2] removing ansible.playbook # cleanup[2] removing ansible.executor.play_iterator # cleanup[2] removing ansible.executor.stats # cleanup[2] removing ansible.executor.task_result # cleanup[2] removing ansible.playbook.play_context # cleanup[2] removing difflib # cleanup[2] removing ansible.vars.hostvars # cleanup[2] removing ansible.parsing.yaml.dumper # cleanup[2] removing ansible.plugins.callback # cleanup[2] removing ansible.vars.reserved # cleanup[2] removing ansible.utils.lock # cleanup[2] removing dataclasses # cleanup[2] removing ansible.executor.task_queue_manager # cleanup[2] removing ansible.module_utils.compat.paramiko # cleanup[2] removing ansible.utils.ssh_functions # cleanup[2] removing ansible.executor.playbook_executor # cleanup[2] removing ansible.cli.playbook # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.builtin # destroy ansible_collections.ansible.builtin # cleanup[2] removing ansible.plugins.cache # cleanup[2] removing ansible.plugins.cache.memory # cleanup[2] removing ansible.plugins.inventory # cleanup[2] removing ansible.plugins.inventory.host_list # cleanup[2] removing ansible.plugins.inventory.script # cleanup[2] removing ansible.plugins.inventory.auto # cleanup[2] removing ansible.plugins.inventory.yaml # cleanup[2] removing ansible.plugins.inventory.ini # cleanup[2] removing ansible.utils.shlex # cleanup[2] removing ansible.plugins.inventory.toml # cleanup[2] removing tomllib._types # cleanup[2] removing tomllib._re # cleanup[2] removing tomllib._parser # cleanup[2] removing tomllib # cleanup[2] removing ansible.plugins.vars # cleanup[2] removing ansible.plugins.vars.host_group_vars # cleanup[2] removing ansible.plugins.doc_fragments # cleanup[2] removing ansible.plugins.doc_fragments.vars_plugin_staging # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing ansible.plugins.become # cleanup[2] removing ansible.plugins.shell # cleanup[2] removing ansible.plugins.connection # cleanup[2] removing ansible.plugins.connection.local # cleanup[2] removing pty # cleanup[2] removing ansible.plugins.doc_fragments.connection_pipelining # cleanup[2] removing ansible.plugins.connection.paramiko_ssh # cleanup[2] removing ansible.plugins.connection.psrp # cleanup[2] removing xml # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing ansible.plugins.shell.powershell # cleanup[2] removing ansible.utils.hashing # cleanup[2] removing ansible.plugins.connection.ssh # cleanup[2] removing ansible.plugins.connection.winrm # cleanup[2] removing ansible.module_utils.json_utils # cleanup[2] removing xml.parsers # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # cleanup[2] removing xml.sax.handler # cleanup[2] removing xml.sax._exceptions # cleanup[2] removing xml.sax.xmlreader # cleanup[2] removing xml.sax # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing xml.sax.saxutils # cleanup[2] removing xmltodict # cleanup[2] removing ansible.plugins.shell.cmd # cleanup[2] removing ansible.plugins.doc_fragments.shell_windows # cleanup[2] removing ansible.plugins.shell.sh # cleanup[2] removing ansible.plugins.doc_fragments.shell_common # cleanup[2] removing ansible.plugins.become.runas # cleanup[2] removing ansible.plugins.become.su # cleanup[2] removing ansible.plugins.become.sudo # cleanup[2] removing ansible.playbook.handler # cleanup[2] removing ansible.playbook.task_include # cleanup[2] removing ansible.playbook.role.include # cleanup[2] removing ansible.playbook.role_include # cleanup[2] removing ansible.playbook.handler_task_include # cleanup[2] removing ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # cleanup[2] removing ansible.executor.interpreter_discovery # cleanup[2] removing ansible.executor.powershell # cleanup[2] removing ansible.executor.powershell.module_manifest # cleanup[2] removing ansible.executor.action_write_locks # cleanup[2] removing ansible.executor.module_common # cleanup[2] removing ansible.parsing.utils.jsonify # cleanup[2] removing ansible.plugins.action # cleanup[2] removing ansible_collections.ansible.builtin.plugins # cleanup[2] removing ansible_collections.ansible.builtin.plugins.action # cleanup[2] removing ansible_collections.ansible.builtin.plugins.callback # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback # destroy ansible_collections.ansible.posix.plugins.callback # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.debug # cleanup[2] removing ansible.plugins.callback.default # cleanup[2] removing ansible.plugins.doc_fragments.default_callback # cleanup[2] removing ansible.plugins.doc_fragments.result_format_callback # cleanup[2] removing ansible.plugins.callback.junit # cleanup[2] removing _decimal # cleanup[2] removing decimal # cleanup[2] removing xml.dom.domreg # cleanup[2] removing xml.dom # cleanup[2] removing xml.dom.minicompat # cleanup[2] removing xml.dom.NodeFilter # cleanup[2] removing xml.dom.xmlbuilder # cleanup[2] removing xml.dom.minidom # cleanup[2] removing ansible.utils._junit_xml # cleanup[2] removing ansible.plugins.callback.minimal # cleanup[2] removing ansible.plugins.callback.oneline # cleanup[2] removing ansible.plugins.callback.tree # cleanup[2] removing ansible_collections.ansible.posix.plugins.callback.profile_tasks # cleanup[2] removing cmd # cleanup[2] removing pprint # cleanup[2] removing ansible.executor.process # cleanup[2] removing ansible.module_utils.connection # cleanup[2] removing ansible.executor.task_executor # cleanup[2] removing ansible.executor.process.worker # cleanup[2] removing ansible.plugins.strategy # cleanup[2] removing ansible.plugins.strategy.linear # cleanup[2] removing ansible.playbook.included_file # cleanup[2] removing ansible.plugins.action.gather_facts # cleanup[2] removing multiprocessing.popen_fork # cleanup[2] removing ansible.plugins.action.debug # cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles # destroy ansible_collections.fedora.linux_system_roles.roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.roles.kdump # destroy ansible_collections.fedora.linux_system_roles.roles.kdump # cleanup[2] removing ansible.plugins.action.set_fact # cleanup[2] removing ansible.plugins.action.include_vars # cleanup[2] removing ansible.plugins.action.package # cleanup[2] removing ansible.plugins.action.service # cleanup[2] removing ansible.plugins.action.command # cleanup[2] removing ansible.plugins.action.template # cleanup[2] removing ansible.plugins.action.fail # cleanup[2] removing ansible.plugins.action.assert # destroy _sitebuiltins # destroy ansible._vendor # destroy ansible.release # destroy ansible.module_utils # destroy ansible.module_utils.common # destroy ansible.module_utils.common.text # destroy ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.yaml # destroy ansible.module_utils.common.collections # destroy ansible.module_utils.common.json # destroy ansible.module_utils.common.file # destroy ansible.module_utils.common.warnings # destroy ansible.module_utils.common.validation # destroy ansible.module_utils.common.parameters # destroy ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.locale # destroy ansible.module_utils.common.process # destroy ansible.module_utils.common._utils # destroy ansible.module_utils.common.sys_info # destroy ansible.module_utils.parsing # destroy ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils._text # destroy ansible.module_utils.errors # destroy ansible.module_utils.basic # destroy ansible.module_utils.json_utils # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # destroy ansible.module_utils.connection # destroy ansible.config # destroy ansible.config.manager # destroy ansible.errors # destroy ansible.parsing # destroy ansible.parsing.quoting # destroy ansible.parsing.yaml # destroy ansible.parsing.yaml.objects # destroy ansible.parsing.yaml.constructor # destroy ansible.parsing.yaml.loader # destroy ansible.parsing.yaml.dumper # destroy ansible.parsing.splitter # destroy ansible.parsing.utils # destroy ansible.parsing.utils.addresses # destroy ansible.parsing.utils.yaml # destroy ansible.parsing.utils.jsonify # destroy ansible.parsing.vault # destroy ansible.parsing.ajson # destroy ansible.parsing.plugin_docs # destroy ansible.parsing.dataloader # destroy ansible.parsing.mod_args # destroy ansible.inventory # destroy ansible.inventory.group # destroy ansible.inventory.host # destroy ansible.inventory.data # destroy ansible.inventory.manager # destroy ansible.inventory.helpers # destroy ansible.vars # destroy ansible.vars.plugins # destroy ansible.vars.fact_cache # destroy ansible.vars.clean # destroy ansible.vars.manager # destroy ansible.vars.hostvars # destroy ansible.vars.reserved # destroy ansible.template # destroy ansible.playbook # destroy ansible.modules # destroy ansible.cli.arguments # destroy argcomplete # destroy argcomplete.completers # destroy argcomplete.exceptions # destroy argcomplete.packages # destroy argcomplete.packages._argparse # destroy argcomplete.lexers # destroy argcomplete.finders # destroy argcomplete.shell_integration # destroy ansible.module_utils.compat.version # destroy ansible.module_utils.compat.datetime # destroy ansible.utils.path # destroy ansible.utils.fqcn # destroy ansible.utils.color # destroy ansible.utils.multiprocessing # destroy ansible.utils.singleton # destroy ansible.utils.native_jinja # destroy ansible.utils.unsafe_proxy # destroy ansible.utils.display # destroy ansible.utils.context_objects # destroy ansible.utils.vars # destroy ansible.utils.collection_loader # destroy ansible.utils.plugin_docs # destroy ansible.utils.helpers # destroy ansible.utils.listify # destroy ansible.utils.sentinel # destroy ansible.utils.galaxy # destroy ansible.utils.lock # destroy ansible.utils.shlex # destroy ansible.utils.hashing # destroy ansible.utils._junit_xml # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.popen_fork # destroy ansible # destroy ansible.plugins # destroy ansible.plugins.filter # destroy ansible.plugins.test # destroy ansible.plugins.cache # destroy ansible.plugins.inventory # destroy ansible.plugins.vars # destroy ansible.plugins.doc_fragments # destroy ansible.plugins.become # destroy ansible.plugins.shell # destroy ansible.plugins.strategy # destroy ansible.plugins.doc_fragments.vars_plugin_staging # destroy ansible.plugins.doc_fragments.connection_pipelining # destroy ansible.plugins.doc_fragments.shell_windows # destroy ansible.plugins.doc_fragments.shell_common # destroy ansible.plugins.doc_fragments.default_callback # destroy ansible.plugins.doc_fragments.result_format_callback # destroy cryptography.__about__ # destroy cryptography.hazmat # destroy cryptography.hazmat.bindings # destroy cryptography.hazmat.bindings.openssl # destroy cryptography.hazmat.bindings.openssl._conditional # destroy cryptography.hazmat.backends # destroy cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives.padding # destroy cryptography.hazmat.primitives.hmac # destroy cryptography.hazmat.primitives.kdf # destroy cryptography.hazmat.primitives._cipheralgorithm # destroy cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers.base # destroy cryptography.hazmat.primitives._asymmetric # destroy cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric.padding # destroy cryptography.hazmat.decrepit # destroy cryptography.hazmat.decrepit.ciphers # destroy cryptography.hazmat.decrepit.ciphers.algorithms # destroy cryptography.hazmat._oid # destroy cryptography.exceptions # destroy cryptography.hazmat.backends.openssl # destroy cryptography.hazmat.primitives.kdf.pbkdf2 # destroy cryptography.hazmat.primitives.constant_time # destroy hmac # destroy cryptography.hazmat.bindings.openssl.binding # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography # destroy lib # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives._serialization # destroy cryptography.hazmat.primitives.hashes # destroy cryptography.hazmat.primitives.asymmetric.utils # destroy ansible.utils.collection_loader._collection_config # destroy ansible.utils.collection_loader._collection_meta # destroy ansible.utils.collection_loader._collection_finder # destroy sysconfig # destroy packaging._manylinux # destroy packaging._musllinux # destroy ansible.plugins.action.gather_facts # destroy ansible.plugins.action.debug # destroy ansible.plugins.action.set_fact # destroy ansible.plugins.action.include_vars # destroy ansible.plugins.action.package # destroy ansible.plugins.action.service # destroy ansible.plugins.action.command # destroy ansible.plugins.action.template # destroy ansible.plugins.action.fail # destroy ansible.plugins.action.assert # destroy ansible.plugins.cache.memory # destroy ansible_collections.ansible.posix.plugins.callback.debug # destroy ansible.plugins.callback.junit # destroy ansible.plugins.callback.minimal # destroy ansible.plugins.callback.oneline # destroy ansible.plugins.callback.tree # destroy ansible_collections.ansible.posix.plugins.callback.profile_tasks # destroy ansible.plugins.connection.local # destroy ansible.plugins.connection.paramiko_ssh # destroy ansible.plugins.connection.ssh # destroy ansible.plugins.shell.cmd # destroy ansible.plugins.shell.sh # destroy ansible.plugins.strategy.linear # destroy ansible.plugins.vars.host_group_vars # destroy ansible.plugins.inventory.host_list # destroy ansible.plugins.inventory.script # destroy ansible.plugins.inventory.auto # destroy ansible.plugins.inventory.yaml # destroy ansible.plugins.inventory.ini # destroy ansible.plugins.inventory.toml # destroy ansible.plugins.become.runas # destroy ansible.plugins.become.su # destroy ansible.plugins.become.sudo # destroy selinux # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy syslog # destroy distro # destroy distro.distro # destroy ansible.template.native_helpers # destroy ansible.template.template # destroy ansible.template.vars # destroy ansible.module_utils.six # destroy argparse # destroy argcomplete.io # destroy argcomplete.packages._shlex # destroy ansible.cli.arguments.option_helpers # destroy ansible.executor.play_iterator # destroy ansible.executor.stats # destroy ansible.executor.task_result # destroy ansible.executor.task_queue_manager # destroy ansible.executor.interpreter_discovery # destroy ansible.executor.powershell # destroy ansible.executor.module_common # destroy ansible.executor.process # destroy ansible.executor.process.worker # destroy ansible.executor.task_executor # destroy _heapq # destroy _queue # destroy ansible.playbook.attribute # destroy ansible.playbook.base # destroy ansible.playbook.conditional # destroy ansible.playbook.collectionsearch # destroy ansible.playbook.delegatable # destroy ansible.playbook.helpers # destroy ansible.playbook.notifiable # destroy ansible.playbook.taggable # destroy ansible.playbook.role # destroy ansible.playbook.block # destroy ansible.playbook.loop_control # destroy ansible.playbook.task # destroy ansible.playbook.play # destroy ansible.playbook.playbook_include # destroy ansible.playbook.play_context # destroy ansible.playbook.handler # destroy ansible.playbook.task_include # destroy ansible.playbook.role_include # destroy ansible.playbook.handler_task_include # destroy ansible.playbook.included_file # destroy ansible.playbook.role.definition # destroy ansible.playbook.role.requirement # destroy ansible.playbook.role.metadata # destroy ansible.playbook.role.include # destroy tarfile # destroy grp # destroy ansible.plugins.callback # destroy difflib # destroy ansible.plugins.callback.default # destroy keyword # destroy ansible.module_utils.compat # destroy ansible.module_utils.compat.paramiko # destroy ansible.utils # destroy ansible.utils.ssh_functions # destroy ansible.executor # destroy ansible.executor.playbook_executor # destroy ansible.cli # destroy ansible.cli.playbook # destroy tomllib # destroy tomllib._types # destroy tomllib._re # destroy tomllib._parser # destroy ansible.plugins.shell.powershell # destroy ansible.plugins.connection.psrp # destroy xml.etree # destroy xml.parsers # destroy xml.sax # destroy xml.dom # destroy xml.etree.ElementPath # destroy _elementtree # destroy ansible.plugins.connection.winrm # destroy ansible.plugins.connection # destroy xmltodict # destroy xml.parsers.expat # destroy pyexpat # destroy pyexpat.errors # destroy pyexpat.model # destroy xml.sax._exceptions # destroy xml.sax.saxutils # destroy xml.sax.handler # destroy xml.sax.xmlreader # destroy ansible.plugins.action # destroy ansible.executor.powershell.module_manifest # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing.pool # destroy shlex # destroy ansible.module_utils.compat.selinux # destroy pwd # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy pkgutil # destroy multiprocessing # destroy decimal # destroy xml.etree.ElementTree # destroy xml.dom.minicompat # destroy xml.dom.NodeFilter # destroy xml.dom.xmlbuilder # destroy xml.dom.minidom # destroy xml.dom.domreg # destroy copy # destroy xml # destroy cmd # destroy pprint # destroy queue # destroy ansible.context # destroy ansible.executor.action_write_locks # destroy ansible.plugins.loader # destroy dataclasses # destroy pty # destroy uuid # cleanup[3] wiping _decimal # cleanup[3] wiping urllib.request # destroy bisect # destroy hashlib # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping multiprocessing.connection # cleanup[3] wiping multiprocessing.util # cleanup[3] wiping _multiprocessing # cleanup[3] wiping systemd._daemon # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping selinux._selinux # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.algorithms # cleanup[3] wiping cryptography.utils # cleanup[3] wiping cryptography.hazmat.bindings._rust # destroy _openssl # cleanup[3] wiping _cffi_backend # cleanup[3] wiping _uuid # cleanup[3] wiping platform # cleanup[3] wiping multiprocessing.context # destroy multiprocessing.reduction # cleanup[3] wiping multiprocessing.process # cleanup[3] wiping tty # cleanup[3] wiping logging # cleanup[3] wiping ctypes.util # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping ansible.constants # cleanup[3] wiping encodings.unicode_escape # cleanup[3] wiping yaml # destroy yaml.error # destroy yaml.tokens # destroy yaml.events # destroy yaml.nodes # destroy yaml.reader # destroy yaml.scanner # destroy yaml.parser # destroy yaml.composer # destroy yaml.constructor # destroy yaml.resolver # destroy yaml.loader # destroy yaml.emitter # destroy yaml.serializer # destroy yaml.representer # destroy yaml.dumper # destroy yaml.cyaml # cleanup[3] wiping yaml._yaml # destroy yaml # cleanup[3] wiping cython_runtime # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping ansible.errors.yaml_strings # cleanup[3] wiping jinja2.nodes # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping markupsafe # destroy string # cleanup[3] wiping markupsafe._speedups # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping pickle # destroy _compat_pickle # cleanup[3] wiping _pickle # cleanup[3] wiping configparser # cleanup[3] wiping atexit # cleanup[3] wiping traceback # cleanup[3] wiping subprocess # destroy signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping getpass # cleanup[3] wiping termios # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping importlib.metadata # destroy importlib.metadata._functools # destroy importlib.metadata._text # destroy importlib.metadata._adapters # destroy importlib.metadata._meta # destroy importlib.metadata._collections # destroy importlib.metadata._itertools # destroy csv # cleanup[3] wiping importlib.abc # cleanup[3] wiping importlib.resources # destroy importlib.resources._adapters # destroy importlib.resources._legacy # cleanup[3] wiping importlib.resources._common # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping tempfile # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping _string # cleanup[3] wiping email.base64mime # cleanup[3] wiping base64 # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping select # cleanup[3] wiping _socket # cleanup[3] wiping random # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping textwrap # cleanup[3] wiping zipfile # destroy zipfile._path # destroy struct # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping threading # cleanup[3] wiping _struct # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping binascii # cleanup[3] wiping pathlib # destroy fnmatch # cleanup[3] wiping ipaddress # cleanup[3] wiping math # cleanup[3] wiping errno # cleanup[3] wiping ntpath # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email.base64mime # destroy email.quoprimime # destroy email.errors # destroy email.encoders # destroy email.charset # destroy email.utils # destroy email.header # destroy email.iterators # destroy email.message # destroy email.feedparser # destroy email.parser # cleanup[3] wiping _csv # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy linecache # destroy token # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _opcode # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping weakref # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy selinux._selinux # destroy _cffi_backend # destroy _curses # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _string # destroy _weakref # destroy _sha2 # destroy _typing # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _signal # destroy select # destroy json.scanner # destroy _json # destroy atexit # destroy configparser # destroy stat # destroy _functools # destroy cryptography.hazmat.primitives.ciphers.modes # destroy inspect # destroy _tokenize # destroy shutil # destroy copyreg # destroy pickle # destroy markupsafe._speedups # destroy importlib # destroy zipimport # destroy enum # destroy _thread # destroy markupsafe # destroy ntpath # destroy array # destroy math # destroy ipaddress # destroy _pickle # destroy abc # destroy _opcode # destroy jinja2.nodes # destroy cryptography.utils # destroy importlib.resources.abc # destroy importlib.resources._common # destroy email # destroy _warnings # destroy posix # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy locale # destroy binascii # destroy tempfile # destroy multiprocessing.process # destroy multiprocessing.util # destroy collections # destroy weakref # destroy _multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.context # destroy _hashlib # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.unicode_escape # destroy curses # destroy collections.abc # destroy ctypes # destroy fcntl # destroy getpass # destroy io # destroy logging # destroy os # destroy random # destroy subprocess # destroy termios # destroy textwrap # destroy threading # destroy time # destroy tty # destroy typing # destroy _random # destroy _codecs # destroy codecs # destroy datetime # destroy json # destroy ansible.constants # destroy _struct # destroy _sre # destroy functools # destroy operator # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy re # destroy traceback # destroy ansible.errors.yaml_strings # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy types # destroy warnings # destroy _operator # destroy itertools # clear sys.audit hooks MSG: non-zero return code 4486 1726879827.16386: no more pending results, returning what we have 4486 1726879827.16389: results queue empty 4486 1726879827.16390: checking for any_errors_fatal 4486 1726879827.16392: done checking for any_errors_fatal 4486 1726879827.16393: checking for max_fail_percentage 4486 1726879827.16394: done checking for max_fail_percentage 4486 1726879827.16394: checking to see if all hosts have failed and the running result is not ok 4486 1726879827.16395: done checking to see if all hosts have failed 4486 1726879827.16396: getting the remaining hosts for this loop 4486 1726879827.16397: done getting the remaining hosts for this loop 4486 1726879827.16402: getting the next task for host managed_node3 4486 1726879827.16403: host managed_node3 is done iterating, returning 4486 1726879827.16404: done queuing things up, now waiting for results queue to drain 4486 1726879827.16405: results queue empty 4486 1726879827.16405: checking for any_errors_fatal 4486 1726879827.16406: done checking for any_errors_fatal 4486 1726879827.16406: checking for max_fail_percentage 4486 1726879827.16407: done checking for max_fail_percentage 4486 1726879827.16407: checking to see if all hosts have failed and the running result is not ok 4486 1726879827.16408: done checking to see if all hosts have failed 4486 1726879827.16408: getting the next task for host managed_node3 4486 1726879827.16409: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=29 changed=7 unreachable=0 failed=1 skipped=5 rescued=1 ignored=0 Friday 20 September 2024 20:50:27 -0400 (0:00:25.608) 0:00:48.500 ****** =============================================================================== Run ansible-playbook with tests_ssh.yml in check mode ------------------ 25.61s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:38 Gathering Facts --------------------------------------------------------- 2.91s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Gather facts from managed_node3 ----------------------------------------- 2.47s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:58 Gathering Facts --------------------------------------------------------- 2.45s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:29 Gathering Facts --------------------------------------------------------- 2.36s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Install required packages ------------- 1.66s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Create static inventory from hostvars ----------------------------------- 0.96s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:16 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.84s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.82s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.78s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.73s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.70s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.61s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.59s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.59s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.52s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Cleanup kdump_path ------------------------------------------------------ 0.45s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:96 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.44s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.43s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.42s /tmp/collections-LvY/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 4486 1726879827.17314: RUNNING CLEANUP